资源列表
[Linux/Unix编程] simu_computer_mul_str
说明:2个1000位大整数相乘,模拟计算机的计算方式,先将乘数和被乘数都转换为0,1编码的长字符串,然后移位相加,最后转变回10进制。<李明> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] reverse_list
说明:将一个链表逆序,共2种方式,一个是采取依次摘取节点的方式,另一个是递归方式-Will reverse a linked list, a total of two kinds of ways, one is taken the way followed by removal of the node, and the other is recursive way<李明> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[系统编程] CRC32b
说明:crc32 generator, from input data, can be modified to use with files.<kernell3200> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] max_batch
说明:针对一个数组,计算其中和最大的子块(子区间)。采用的是O(n)的算法复杂度。-For an array to calculate them and the largest sub-block (sub-interval). Uses O (n) algorithm complexity.<李明> 在 2025-06-16 上传 | 大小:1kb | 下载:0