搜索资源列表
longNum
- 利用循环链表表示大整数,链表的头结点值为-1,其余结点依次存放数据,各结点最多存放四位整数。在利用上述数据结构完成大整数的表示后,实现两个大数的加法,减法运算(两个链表表示操作数)
add
- 大数加法的详细实现过程. 包括链表的使用.并做了cpu单次运算的优化. 实现单个响应周期内运算量的最优-Addition of large numbers of details to achieve the process. Including the use of linked lists. And has done a single cpu optimize operations. To achieve a single cycle in response to the optima