文件名称:long-integer
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
设计程序实现两个任意长整数的求和运算。利用双向循环链表实现长整数的存储, 每个结点含一个整型变量. 任何整型
变量的范围是 -(215-1)~(215-1)。输入和输出形式: 按中国对于长整数的表
示习惯, 每四位一组,组间用逗号隔开。
-Design process to achieve the summation of two arbitrarily long integers. Two-way circular linked list storage of long integer, each node contains an integer variable. Scope of any integer variable- (215-1) to (215-1). The form of input and output: press China for a long integer representation habits, a group of four between the two groups, separated by commas.
变量的范围是 -(215-1)~(215-1)。输入和输出形式: 按中国对于长整数的表
示习惯, 每四位一组,组间用逗号隔开。
-Design process to achieve the summation of two arbitrarily long integers. Two-way circular linked list storage of long integer, each node contains an integer variable. Scope of any integer variable- (215-1) to (215-1). The form of input and output: press China for a long integer representation habits, a group of four between the two groups, separated by commas.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
戚红飞-长整数\changzhengshu2.cpp
.............\changzhengshu2.exe
.............\长整数实验报告-戚红飞.docx
戚红飞-长整数