搜索资源列表
xianxingbiao
- 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h> #define LIST_INTI_SIZE 1
SqList
- 顺序表的C语言工程实现,简单易懂,注释详细!更适合编程初学者学习!-The sequence table C language engineering, straightforward, detailed notes! More suitable for beginners to learn programming!
shujujiegou
- 根据下列程序环境的设置,完成顺序表的初始化函数status InitList_Sq(SqList *L)的编写-According to the following procedure to set the environment to complete the order form initialization function status InitList_Sq (SqList* L) prepared
sqlist
- 实现二维数组的相关操作,包括加减等,采用vc6.0编写-Realization of two-dimensional array of related operations, including addition and subtraction, using vc6.0 write
