文件名称:xianxingbiao
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-29
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 好*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、 创建线性表类。线性表的存储结构使用链表。
2、 完成表首插入元素、删除指定元素、搜索表中是否有指定元素、输出链表。
3、 输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建链表。输出整个链表。
4、 输入一个整数,将该数作为一个元素值插入表首位置。输出整个链表。
5、 输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。
6、 再一次输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。
7、 再一次输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建并输出整个链表。
8、 实现上面两个链表的合并,第一个链表在前第二个在后,输出合并后的链表。
9、 使用链表遍历器输出合并后的链表的反序输出。
-1, create a class of linear form. The linear table storage structure using a linked list.
2, complete the table first insert elements, delete the specified element, search the table for a specified element output linked list.
3, the input n non-zero integer as a node element value, the experience 0 for input end (not created element node with the value 0), create a list. The output of the entire list.
4, enter an integer value as the number one element inserted into the table the first position. The output of the entire list.
5 Enter an integer in the linked list search, output its position in the linked list. If it does not exist the output 0.
Again enter an integer in the linked list search, output its position in the linked list. If it does not exist the output 0.
Again input n non-zero integer as a node element values 攠渀挀漀甀渀琀攀爀攀搀 0 represents the input end (created element node with the value 0), to create and output the entire list.
8, to achieve the merger of the above two
2、 完成表首插入元素、删除指定元素、搜索表中是否有指定元素、输出链表。
3、 输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建链表。输出整个链表。
4、 输入一个整数,将该数作为一个元素值插入表首位置。输出整个链表。
5、 输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。
6、 再一次输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。
7、 再一次输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建并输出整个链表。
8、 实现上面两个链表的合并,第一个链表在前第二个在后,输出合并后的链表。
9、 使用链表遍历器输出合并后的链表的反序输出。
-1, create a class of linear form. The linear table storage structure using a linked list.
2, complete the table first insert elements, delete the specified element, search the table for a specified element output linked list.
3, the input n non-zero integer as a node element value, the experience 0 for input end (not created element node with the value 0), create a list. The output of the entire list.
4, enter an integer value as the number one element inserted into the table the first position. The output of the entire list.
5 Enter an integer in the linked list search, output its position in the linked list. If it does not exist the output 0.
Again enter an integer in the linked list search, output its position in the linked list. If it does not exist the output 0.
Again input n non-zero integer as a node element values 攠渀挀漀甀渀琀攀爀攀搀 0 represents the input end (created element node with the value 0), to create and output the entire list.
8, to achieve the merger of the above two
(系统自动生成,下载前可以参看下载内容)
下载文件列表
xianxingbiao.cpp