找回密码
 立即注册
the负号加法整数 | C#编程 2022-09-23 99 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
长整数的加法(包括减法),输入时必须输入正负号,程序设计的是用单循环链表来存储的,没个接点可以寄存四位数,低位接近表头.比如
La---gt;3456,1237,134
表明的是134,1274,3456.但仅仅内部存储是这样,显示是仍是按习气来显示的.正负号寄存在头结点的数据域里.
20070610192300108\登录窗口\HZK16

(For the addition (including subtraction) of long integers, the positive and negative signs must be entered when inputting. The program is designed to use a single circular linked list to store, no contact can store four digits, and the low order is close to the header. For example
La---gt;3456,1237,134
The display is 134, 1274, 3456. But only the internal storage is like this, and the display is still displayed according to the custom. The plus and minus signs are stored in the data field of the head node.
20070610192300108\Login window\HZK16)

[下载]23115779544.rar




上一篇:哈夫曼数的编码(c语言)
下一篇:北大青鸟C语言学生用书源代码