文件名称:czsjf
介绍说明--下载内容均来自于网络,请自行研究使用
1、本程序实现计算任意长的整数的加法运算. 以用户和计算机对话的方式,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令,然后程序就计算并显示出这两个数的运算。
2、本演示程序中,集合的元素限定为数字字符[‘0’~’9’]和字符‘,’与‘;’,输入字符可以任意长,输入形式以“回车符”为结束标志,串中字符顺序不限,且允许出现重复字符。
3、利用双向循环链表现实长整数的存储,每个结点含一个整形变量。输入的形式以回车结束,可以直接输入正数或负数。按中国对于长整数的表示习惯,每四位一组,除数字和位于首位置的负号外,其它一切字符都将作为分隔符,连续多个分隔符当一个处理。但不使用分隔符也不影响结果。-1, the procedure to achieve the calculation of arbitrary length integer addition operation. To the user and the computer means of dialogue, that is displayed on the computer terminal, "tips", the keyboard input by the user in the demo program in operation under the command, then the program to calculate and show the number of operations of these two.
2, the demo program, the elements of the collection is limited to numeric characters [ 0 ~ 9 ] and character , and , enter the characters can be any length, enter the form of a "carriage return" as the end marker , string of characters in any order, and allows duplication of characters.
3, using two-way circular lists the real long integer storage, each node contains an integer variable. In the form of input in order to enter the end, you can directly enter a positive number or negative. According to Chinese customs for a long integer representation, each group of four, in addition to numbers and negative numbers in the first pl
2、本演示程序中,集合的元素限定为数字字符[‘0’~’9’]和字符‘,’与‘;’,输入字符可以任意长,输入形式以“回车符”为结束标志,串中字符顺序不限,且允许出现重复字符。
3、利用双向循环链表现实长整数的存储,每个结点含一个整形变量。输入的形式以回车结束,可以直接输入正数或负数。按中国对于长整数的表示习惯,每四位一组,除数字和位于首位置的负号外,其它一切字符都将作为分隔符,连续多个分隔符当一个处理。但不使用分隔符也不影响结果。-1, the procedure to achieve the calculation of arbitrary length integer addition operation. To the user and the computer means of dialogue, that is displayed on the computer terminal, "tips", the keyboard input by the user in the demo program in operation under the command, then the program to calculate and show the number of operations of these two.
2, the demo program, the elements of the collection is limited to numeric characters [ 0 ~ 9 ] and character , and , enter the characters can be any length, enter the form of a "carriage return" as the end marker , string of characters in any order, and allows duplication of characters.
3, using two-way circular lists the real long integer storage, each node contains an integer variable. In the form of input in order to enter the end, you can directly enter a positive number or negative. According to Chinese customs for a long integer representation, each group of four, in addition to numbers and negative numbers in the first pl
(系统自动生成,下载前可以参看下载内容)
下载文件列表
czsjf.txt