文件名称:长整形运算
介绍说明--下载内容均来自于网络,请自行研究使用
一、问题描述
设计一个实现任意长的整数进行加法运算的演示程序。
二、需求分析
(1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer addition operations for the demonstration program. Two, demand analysis (1) using two-way cycle Chain achieve long integer storage, each node containing a plastic variables, any plastic scope of the variables - (215-1) ~ (215-1). Input and output forms : by China for the long integer said habits, a group of four, the group separated by a comma.
设计一个实现任意长的整数进行加法运算的演示程序。
二、需求分析
(1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer addition operations for the demonstration program. Two, demand analysis (1) using two-way cycle Chain achieve long integer storage, each node containing a plastic variables, any plastic scope of the variables - (215-1) ~ (215-1). Input and output forms : by China for the long integer said habits, a group of four, the group separated by a comma.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 93317474长整形运算.rar 列表 长整形运算==.cpp