文件名称:shunxubiao
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 248kb
- 下载次数:
- 0次
- 提 供 者:
- 吴**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.输入一组整型元素序列,建立顺序表。
2.实现该顺序表的遍历。
3.在该顺序表中进行顺序查找某一元素,查找成功返回1,否则返回0。
4.判断该顺序表中元素是否对称,对称返回1,否则返回0。
5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。
6.输入整型元素序列利用有序表插入算法建立一个有序表。
7.利用算法6建立两个非递减有序表并把它们合并成一个非递减有序表。
8.编写一个主函数,调试上述算法。
-A. Enter an integer sequence of elements, to establish the sequence table. Two. To achieve the traversal of the sequence table. 3. Find an element in the sequence table order, to find the successful return of a 0 otherwise. 4. Determine the elements in the sequence table is symmetrical, symmetrical returns 1, otherwise it returns 0. 5 To achieve the table odd row in even before that the table in front of an odd number, followed by an even number. 6. Enter the integer sequence of elements in an ordered list insertion algorithm to create an orderly table. 7. Use of algorithm 6 to create two non-decreasing ordered table and merge them into a non-decreasing ordered list. 8. Write a function to debug the above algorithm.
2.实现该顺序表的遍历。
3.在该顺序表中进行顺序查找某一元素,查找成功返回1,否则返回0。
4.判断该顺序表中元素是否对称,对称返回1,否则返回0。
5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。
6.输入整型元素序列利用有序表插入算法建立一个有序表。
7.利用算法6建立两个非递减有序表并把它们合并成一个非递减有序表。
8.编写一个主函数,调试上述算法。
-A. Enter an integer sequence of elements, to establish the sequence table. Two. To achieve the traversal of the sequence table. 3. Find an element in the sequence table order, to find the successful return of a 0 otherwise. 4. Determine the elements in the sequence table is symmetrical, symmetrical returns 1, otherwise it returns 0. 5 To achieve the table odd row in even before that the table in front of an odd number, followed by an even number. 6. Enter the integer sequence of elements in an ordered list insertion algorithm to create an orderly table. 7. Use of algorithm 6 to create two non-decreasing ordered table and merge them into a non-decreasing ordered list. 8. Write a function to debug the above algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
first\Debug\first.exe
.....\.....\first.ilk
.....\.....\first.obj
.....\.....\first.pch
.....\.....\first.pdb
.....\.....\main.obj
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\first.cpp
.....\first.dsp
.....\first.dsw
.....\first.h
.....\first.ncb
.....\first.opt
.....\first.plg
.....\main.cpp
.....\Debug
first
.....\.....\first.ilk
.....\.....\first.obj
.....\.....\first.pch
.....\.....\first.pdb
.....\.....\main.obj
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\first.cpp
.....\first.dsp
.....\first.dsw
.....\first.h
.....\first.ncb
.....\first.opt
.....\first.plg
.....\main.cpp
.....\Debug
first