文件名称:sequencelist
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.03mb
- 下载次数:
- 0次
- 提 供 者:
- 麦**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
对顺序表完成以下菜单项功能,要求执行完一个功能后自动输出线性表:
按输入次序建表;
建立有序表;
按序号插入新元素;
按值插入新元素;
按序号删除元素;
按值删除元素;
输出表长;
建立2个有序表,合并成1个有序表。
一般顺序表的查找;
有序表的顺序查找;
有序表的二分查找。
直接插入排序;
简单选择排序;
冒泡排序;
快速排序;
堆排序。
-On the order form to complete the following menu items feature that requires a function executed automatically output linearization table: create table by the input sequence establish an orderly form by serial number to insert a new element insert a new element by value by serial number to delete elements remove elements by value output table long Build 2 ordered table, combined into an ordered table. Find the general order of the table orderly sequence of lookup tables ordered binary search table. Directly into the sort simple selection sort bubble sort quick sort heap sort.
按输入次序建表;
建立有序表;
按序号插入新元素;
按值插入新元素;
按序号删除元素;
按值删除元素;
输出表长;
建立2个有序表,合并成1个有序表。
一般顺序表的查找;
有序表的顺序查找;
有序表的二分查找。
直接插入排序;
简单选择排序;
冒泡排序;
快速排序;
堆排序。
-On the order form to complete the following menu items feature that requires a function executed automatically output linearization table: create table by the input sequence establish an orderly form by serial number to insert a new element insert a new element by value by serial number to delete elements remove elements by value output table long Build 2 ordered table, combined into an ordered table. Find the general order of the table orderly sequence of lookup tables ordered binary search table. Directly into the sort simple selection sort bubble sort quick sort heap sort.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
顺序表\Debug\main.obj
......\.....\sqlist.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\.....\顺序表.exe
......\.....\顺序表.ilk
......\.....\顺序表.obj
......\.....\顺序表.opt
......\.....\顺序表.pch
......\.....\顺序表.pdb
......\main.cpp
......\sqlist.cpp
......\sqlist.h
......\顺序表.cpp
......\顺序表.dsp
......\顺序表.dsw
......\顺序表.h
......\顺序表.ncb
......\顺序表.opt
......\顺序表.plg
......\Debug
顺序表
......\.....\sqlist.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\.....\顺序表.exe
......\.....\顺序表.ilk
......\.....\顺序表.obj
......\.....\顺序表.opt
......\.....\顺序表.pch
......\.....\顺序表.pdb
......\main.cpp
......\sqlist.cpp
......\sqlist.h
......\顺序表.cpp
......\顺序表.dsp
......\顺序表.dsw
......\顺序表.h
......\顺序表.ncb
......\顺序表.opt
......\顺序表.plg
......\Debug
顺序表