文件名称:a
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2015-05-27
- 文件大小:
- 1.07mb
- 下载次数:
- 0次
- 提 供 者:
- 刘**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
问题描述:
1)实现顺序表的排序(升序)
2)实现两个有序顺序表的合并:A=A∪B,要求合并后仍然有序。
提交前请将所有的提示信息去掉,只保留最后的输出结果。例如运行时:从键盘直接输入:
2 1 2
3 1 2 3
输出结果为:
1
2
3
分别表示第一个线性表元素个数为2,元素分别为 1,2 ;第二个线性表元素个数为3,元素分别为1,2,3。
-Descr iption of the problem: 1) to achieve the sort order of the table (in ascending order) 2) to achieve an ordered sequence of two tables merge: A = A∪B, requires still ordered after the merger. Keep all the tips before submitting information removed, leaving only the final output. For example Runtime: input directly the keyboard: 2123123 The output is: 123 represent the number of first linear table element 2, element 2, respectively the second element of a linear table is 3, 1,2,3 elements respectively.
1)实现顺序表的排序(升序)
2)实现两个有序顺序表的合并:A=A∪B,要求合并后仍然有序。
提交前请将所有的提示信息去掉,只保留最后的输出结果。例如运行时:从键盘直接输入:
2 1 2
3 1 2 3
输出结果为:
1
2
3
分别表示第一个线性表元素个数为2,元素分别为 1,2 ;第二个线性表元素个数为3,元素分别为1,2,3。
-Descr iption of the problem: 1) to achieve the sort order of the table (in ascending order) 2) to achieve an ordered sequence of two tables merge: A = A∪B, requires still ordered after the merger. Keep all the tips before submitting information removed, leaving only the final output. For example Runtime: input directly the keyboard: 2123123 The output is: 123 represent the number of first linear table element 2, element 2, respectively the second element of a linear table is 3, 1,2,3 elements respectively.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验1
.....\11.cpp
.....\11.dsp
.....\11.dsw
.....\11.ncb
.....\11.opt
.....\11.plg
.....\Debug
.....\.....\11.exe
.....\.....\11.ilk
.....\.....\11.obj
.....\.....\11.pch
.....\.....\11.pdb
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\__Previews
.....\..........\11.cppPreview
.....\题目.txt