搜索资源列表
LongestPiece
- 这是一个对于输入的任意长度的二进制数输出其最长0连续序列个数和最长1连续序列个数的算法程序-This is a arithmetic that for each binary number you input can output it s longest sequence number of 1 and sequence number of 0.
LongestPiece
- 对一个长整型的数,请输出其二进制序列,并计算序列中最长连续1串长度,和最长连续0串长度。-A long integer number of output binary sequence, and calculate the length of the longest consecutive string sequence, and the longest consecutive 0 string length.