文件名称:linkedlist
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.05mb
- 下载次数:
- 0次
- 提 供 者:
- 麦**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
对带表头结点的单链表,完成以下菜单项功能,要求执行完一个功能后自动输出线性表:
按输入次序建表;
建立有序表;
按序号插入新元素;
按值插入新元素;
按序号删除元素;
按值删除元素;
输出表长;
建立2个有序表,合并成1个有序表。
-Node with a header on a single list, complete the following menu items feature that requires a function executed automatically output linearization table: create table by the input sequence to establish an orderly form by serial number to insert a new element by value into the new element by serial delete element remove elements by value output table long Build 2 ordered table, combined into one order form.
按输入次序建表;
建立有序表;
按序号插入新元素;
按值插入新元素;
按序号删除元素;
按值删除元素;
输出表长;
建立2个有序表,合并成1个有序表。
-Node with a header on a single list, complete the following menu items feature that requires a function executed automatically output linearization table: create table by the input sequence to establish an orderly form by serial number to insert a new element by value into the new element by serial delete element remove elements by value output table long Build 2 ordered table, combined into one order form.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
单链表\Debug\linklist.obj
......\.....\main.obj
......\.....\main1.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\.....\单链表.exe
......\.....\单链表.ilk
......\.....\单链表.obj
......\.....\单链表.pch
......\.....\单链表.pdb
......\linklist.cpp
......\linklist.h
......\main.cpp
......\单链表.cpp
......\单链表.dsp
......\单链表.dsw
......\单链表.h
......\单链表.ncb
......\单链表.opt
......\单链表.plg
......\Debug
单链表
......\.....\main.obj
......\.....\main1.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\.....\单链表.exe
......\.....\单链表.ilk
......\.....\单链表.obj
......\.....\单链表.pch
......\.....\单链表.pdb
......\linklist.cpp
......\linklist.h
......\main.cpp
......\单链表.cpp
......\单链表.dsp
......\单链表.dsw
......\单链表.h
......\单链表.ncb
......\单链表.opt
......\单链表.plg
......\Debug
单链表