搜索资源列表
crc
- 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
Count101
- Count 101 就是长度为n的二进制(共2^n个数),求有多少个数没有 101 的出现 先写代码 搜索 101 ,也就是与5进行异或,不为0则右移一位再判断,直到为0,可以搜出n长度里没有 101 的个数,可是长度为50时就超时了···更何况题目给出的10000呢。。。。看看前20位的输出结果。可以发现公式:-And their length is exactly n. And what’s more, each chain sequence doesn’t contain “101