文件名称:2
介绍说明--下载内容均来自于网络,请自行研究使用
给定一段程序代码,程序代码所完成的功能为:(1)建立一个线性表;(2)依次输入数据元素1,2,3,4,5,6,7,8,9,10;(3)删除数据元素5;(4)依次显示当前线性表中的数据元素。假设该线性表的数据元素个数在最坏情况下不会超过100个,要求使用顺序表。-Given a program, program code completed functions: (1) the establishment of a linear form (2) sequentially input data elements 1,2,3,4,5,6,7,8,9,10 ( 3) Delete the data element 5 (4) in order to display the current linear table data element. Assuming that the number of data elements in the linear form in the worst case not more than 100, require the use of sequence table.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.c