Is there an algorithm for multiple conditional statements that follow a pattern

后端 未结 0 434
暗喜
暗喜 2020-12-24 08:27

The conditional statements below have a pattern, n is multiples of 127 and P2OUT[i] is P2OUT[i-1]*2 + 1.

    if n >= 127:
            P2OUT = 0x01;  
    i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题