文件名称:c
介绍说明--下载内容均来自于网络,请自行研究使用
1、 题目:数组
1) 先对包含了若干元素(元素值由键盘输入)的a、b两个一维数组分别进行升序排序,再将它们合并到c数组中,要求合并到c数组中元素仍按升序排列。(每一功能用一函数实现)。
2) 先对包含了若干元素(元素值由键盘输入)的一维数组a进行升序排序,再删除数组中多余的值相同元素。(每一功能用一函数实现)。
-1, Topic: array 1) first consists of a number of elements (elements of value from the keyboard input) of a, b two separate one-dimensional array in ascending order, and then merge them into the c array, called the merger to c array element is still ascending order. (Each function with a function). 2) The first consists of a number of elements (elements of value from the keyboard input) is a one-dimensional array for ascending sort, and then delete redundant array element of the same value. (Each function with a function).
1) 先对包含了若干元素(元素值由键盘输入)的a、b两个一维数组分别进行升序排序,再将它们合并到c数组中,要求合并到c数组中元素仍按升序排列。(每一功能用一函数实现)。
2) 先对包含了若干元素(元素值由键盘输入)的一维数组a进行升序排序,再删除数组中多余的值相同元素。(每一功能用一函数实现)。
-1, Topic: array 1) first consists of a number of elements (elements of value from the keyboard input) of a, b two separate one-dimensional array in ascending order, and then merge them into the c array, called the merger to c array element is still ascending order. (Each function with a function). 2) The first consists of a number of elements (elements of value from the keyboard input) is a one-dimensional array for ascending sort, and then delete redundant array element of the same value. (Each function with a function).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
c语言课程设计1.doc