文件名称:EXP001
介绍说明--下载内容均来自于网络,请自行研究使用
1. 输入一组整型元素序列,建立顺序表。
2. 实现该顺序表的遍历。
3. 在该顺序表中进行顺序查找某一元素,查找成功返回1,否则返回0。
4. 判断该顺序表中元素是否对称,对称返回1,否则返回0。
5. 实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。
-Enter a integer sequence of elements, to establish the order of the table. Traversal of the order of the table. 3 sequentially in the order of the table to find a particular element, Find returns a success, otherwise it returns 0. 4 to determine the order of the table element is symmetrical, symmetrical returns 1, otherwise it returns 0. 5 to achieve all the odd-numbered row in the table before the even-numbered, i.e. in front of the table as a number, followed by an even number.
2. 实现该顺序表的遍历。
3. 在该顺序表中进行顺序查找某一元素,查找成功返回1,否则返回0。
4. 判断该顺序表中元素是否对称,对称返回1,否则返回0。
5. 实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。
-Enter a integer sequence of elements, to establish the order of the table. Traversal of the order of the table. 3 sequentially in the order of the table to find a particular element, Find returns a success, otherwise it returns 0. 4 to determine the order of the table element is symmetrical, symmetrical returns 1, otherwise it returns 0. 5 to achieve all the odd-numbered row in the table before the even-numbered, i.e. in front of the table as a number, followed by an even number.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
exp01.cpp