Welcome![Sign In][Sign Up]
Location:
Search - linearList

Search list

[Other resourcelinearlist

Description: linearlist线性表的源代码数据结构需要的
Platform: | Size: 2187 | Author: jason | Hits:

[Data structslinearlist

Description: linearlist线性表的源代码数据结构需要的-Linear List linearlist source code data structure needed
Platform: | Size: 2048 | Author: jason | Hits:

[Windows Developlinearlist

Description: 线性表的操作,检查线性表是否为空,求长度,遍历,查找插入删除操作-Linear table operation, check whether the linear table is empty, and the length of traverse, find insert deletion
Platform: | Size: 1024 | Author: 王祥 | Hits:

[Windows Developlinearlist

Description: 线性表的顺序(链式)存储表示及实现 3. 从单链表中删除指定的元素x,若x在单链表中不存在,给出提示信息。 要求: (1)指定的值x由键盘输入;(2)程序能处理空链表的情况。-The order of the linear form (chain) store that and the realization of 3. From a single list to remove the element x, if x in a single linked list does not exist in the given message. Requirements: (1) designated by the keyboard input value x (2) procedures to deal with the case of empty list.
Platform: | Size: 105472 | Author: 奈奈 | Hits:

[Data structslinearlist

Description: 数据结构的经典教程一 绪论本解答原则上只给出源代码以及必要的注释,对于一些难度较高或思路特殊的题目将给出简要的分析说明-Data structure tutorial a classic introduction to this solution in principle, only the source code is given and the necessary comments, or ideas for some more difficult questions will be given a special brief analysis shows that
Platform: | Size: 9216 | Author: zhangbo | Hits:

[Data structsLinearList

Description: 如何分离一个顺序表里的0元素和非0元素?本程序展示了三种高效算法并比较他们之间的性能-How to separate 0 and non-0 element in a squencial list? The program shows three effective algorithm and compare their performances.
Platform: | Size: 400384 | Author: LuJun | Hits:

[VC/MFCLinearList

Description: 经典C++程序,里面包含了C++ 里面大多数的知识。-nice C++
Platform: | Size: 1024 | Author: 乃祯 | Hits:

[Othero1

Description: 定义一个由int型元素所构成的线性表类LinearList,它有下面的成员函数: bool insert(int x, int pos) //在位置pos之后插入一个元素x。 //pos为0时,在第一个元素之前插入。 //操作成功时返回true,否则返回false。 bool remove(int &x, int pos) //删除位置pos处的元素。 //操作成功时返回true,否则返回false。 int element(int pos) const //返回位置pos处的元素。 int search(int x) const //查找值为x的元素,返回元素的位置(第一个元素的位置为1)。未找到时返回0。 int length() const //返回元素个数。 -Define an int type elements posed by the linear form class LinearList, it has the following member functions: bool insert (int x, int pos) // at position pos should be inserted after an element x.// pos is 0, the first element inserted before.// Operation successful returns true, otherwise returns false. bool remove (int & x, int pos) // Remove the element at position pos.// Operation successful returns true, otherwise returns false. int element (int pos) const // return the element at position pos. int search (int x) const // Find the element value of x, returns the element position (the location of the first element is 1). Not found returns 0. int length () const // return number of elements.
Platform: | Size: 859136 | Author: | Hits:

[Otherinheritance

Description: 与继承有关的程序(含测试)(包括DateandTime、HugeInteger、LinearList、Rational、Rectangle、SavingsAccount)-With the succession-related procedures (including testing)
Platform: | Size: 7168 | Author: Crystal | Hits:

[Data structsLinearList

Description: 数据结构,线性链表实现,有具体例子.在VC2008环境编译即可执行。-data structure,linear list
Platform: | Size: 1024 | Author: Robin.Wang | Hits:

[Data structsLinearList

Description: 线性表的数组实现、链表实现、模拟指针、间接寻址和箱子排序。-A linear array of the table implementation, linked list implementation, analog pointer, indirect addressing and sorting boxes.
Platform: | Size: 4096 | Author: Robin.Wang | Hits:

[Data structslinearlist

Description: 线性表的插入、删除、查找等基本操作设计与实现 用线性表提供的接口去求解实际问题 线性表的的存储方法-Linear table insert, delete, search and other basic operation of the design and implementation of linear table provides an interface to solve practical problems in the linear form of the storage method
Platform: | Size: 1024 | Author: 丹丹 | Hits:

[Windows DevelopLinearList

Description: 该程序实现了线性表的插入删除的等操作,还有顺序表的逆置-The program implements a linear table insert delete and other operations
Platform: | Size: 452608 | Author: 甲苯 | Hits:

[Data structsLinearList

Description: 基于模板类(STL)线性表的顺序存储的实现-datastructure (stl)
Platform: | Size: 1024 | Author: 曾永刚 | Hits:

[Data structsLinerList

Description: 线性表LinearList类的头文件、实现、测试函数-Linear Table LinearList class header, implementation, testing function
Platform: | Size: 3072 | Author: 王欢 | Hits:

[Windows DevelopLinearList

Description: 线性表 讲述了C++中关于线性表的具体构建,例程简单明了。有较好的学习作用-Linear table describes C++, built on the linear form of specific, routine and simple. The role of better learning
Platform: | Size: 2048 | Author: Brian Watson | Hits:

[Data structslinearlist

Description: 线性链表的定义,遍历,查找,删除,排序。-Linear list definition, traversal, search, delete, sort.
Platform: | Size: 2048 | Author: ren | Hits:

[GUI DevelopPractice1

Description: 定义一个由int型元素所构成的线性表类LinearList(通过数组实现)-Int type element defines a linear form of the composition class LinearList (achieved through the array)
Platform: | Size: 879616 | Author: sirenqihua | Hits:

[Otherlinearlist

Description: 线性表的创建 删除 查找 插入 输出等功能-linearlist create delete find insert print
Platform: | Size: 1024 | Author: 陈文华 | Hits:

[STLlinearlist

Description: 数据结构中链表的实现,linearlist,具有数组不可比拟的优势-Data structure linked list implementation, linearlist, with an array of unparalleled advantages
Platform: | Size: 1024 | Author: 蔡明 | Hits:
« 12 »

CodeBus www.codebus.net