文件名称:SqList
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:93.61kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1、顺序表基本操作的实现
[问题描述] 当我们要在顺序表的第i个位置上插入一个元素时,必须先将顺序表中第i个元素之后的所有元素依次后移一个位置,以便腾空一个位置,再把新元素插入到该位置。若是欲删除第i个元素时,也必须把第i个元素之后的所有元素前移一个位置。
[基本要求] 要求生成顺序表时,可以键盘上读取元素,用顺序存储结构实现存储。
-1, the basic operation of the order of the table to achieve [Problem Descr iption] When we have to the table in the order of the first i positions to insert an element, you must first order of the table after the first i elements in turn to all elements of a position after the shift to vacated a position, then insert a new element to that location. If you want to delete the first i elements, they must be after the first i elements in one place all the elements forward. [Basic requirements] requirements of the build order table, you can read the elements on the keyboard, with the storage structure in order to achieve storage.
[问题描述] 当我们要在顺序表的第i个位置上插入一个元素时,必须先将顺序表中第i个元素之后的所有元素依次后移一个位置,以便腾空一个位置,再把新元素插入到该位置。若是欲删除第i个元素时,也必须把第i个元素之后的所有元素前移一个位置。
[基本要求] 要求生成顺序表时,可以键盘上读取元素,用顺序存储结构实现存储。
-1, the basic operation of the order of the table to achieve [Problem Descr iption] When we have to the table in the order of the first i positions to insert an element, you must first order of the table after the first i elements in turn to all elements of a position after the shift to vacated a position, then insert a new element to that location. If you want to delete the first i elements, they must be after the first i elements in one place all the elements forward. [Basic requirements] requirements of the build order table, you can read the elements on the keyboard, with the storage structure in order to achieve storage.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SqList/SqList.dsw
SqList/SqList.ncb
SqList/SqList.plg
SqList/SqList.dsp
SqList/SqList.cpp
SqList/SqList.opt
SqList/Debug/SqList.exe
SqList/Debug
SqList
SqList/SqList.ncb
SqList/SqList.plg
SqList/SqList.dsp
SqList/SqList.cpp
SqList/SqList.opt
SqList/Debug/SqList.exe
SqList/Debug
SqList
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.