文件名称:LongInt_DuLink
介绍说明--下载内容均来自于网络,请自行研究使用
1. 本演示程序中,利用双向循环链表存储结构存储长整数,每个结点含一个整型变量。任何整型变量的范围是-32767~ 32767。输入和输出形式按每四位一组,组间用逗号隔开。
2. 演示程序以用户和计算机的对话方式执行。在计算机终端上显示提示信息之后,由用户在键盘上输入演示程序中需要输入的数据,运算结果显示在其后。
-1. The demonstration program, using two-way linked list storage structure storage cycle length integer, each node containing an integer variable. The scope of any integer variable is-32767 ~ 32767. The form of input and output of each one of four groups, between groups separated by commas. 2. Demo program to computer users and the implementation of the dialogue. Displayed on computer terminals in the message after the user at the keyboard to input demo programs need to enter data, calculation results show that in the following.
2. 演示程序以用户和计算机的对话方式执行。在计算机终端上显示提示信息之后,由用户在键盘上输入演示程序中需要输入的数据,运算结果显示在其后。
-1. The demonstration program, using two-way linked list storage structure storage cycle length integer, each node containing an integer variable. The scope of any integer variable is-32767 ~ 32767. The form of input and output of each one of four groups, between groups separated by commas. 2. Demo program to computer users and the implementation of the dialogue. Displayed on computer terminals in the message after the user at the keyboard to input demo programs need to enter data, calculation results show that in the following.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LongInt_DuLink.cpp