CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 数据结构 线性表

搜索资源列表

  1. BO2-1

    0下载:
  2. 《数据结构》 顺序表示的线性表详细的基本操作
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1840
    • 提供者:dfdsf
  1. BO2-2

    0下载:
  2. 《数据结构》单链表线性表详细的基本操作,十分详细
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1838
    • 提供者:dfdsf
  1. shujujiegou

    0下载:
  2. 数据结构的线性链表的查找,删除,逆序,顺序等功能
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9135
    • 提供者:zhoupanqing
  1. linearlist

    0下载:
  2. linearlist线性表的源代码数据结构需要的
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2187
    • 提供者:jason
  1. RS001DANXINGLIANNBIAO

    0下载:
  2. 单线性链表操作 数据结构 演示 flash课件
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40852
    • 提供者:foodztf@tom.com
  1. grap

    0下载:
  2. —图数据类型的实现——问题描述:图是一种较线性表和树更为复杂的数据结构。在图形结构中,结点之间的关系是任意的,任意两个数据元素之间都可能相关,因此,图的应用非常广泛,已渗入到诸如语言学‘逻辑学、物理、化学、电讯工程、计算机科学及数学的其它分支中。因此,实现图这种数据类型也尤为重要,在该练习中即要实现图的抽象数据类型。基本要求:2、 定义出图的ADT;3、 采用邻接矩阵及邻接表的存储结构(有向图也可使用十字链表)实现以下操作:a. 构造图 b. 销毁图 c. 定位操作d. 访问图中某个顶点的操作e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2352
    • 提供者:水寒
  1. Lnode

    0下载:
  2. 本程序是学习数据结构的基础程序,主要有线性链表,栈,多为数组。-This program is to learn basic programming data structures, mainly linear linked lists, stacks, and more for the array.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:156665
    • 提供者:袁风帆
  1. data-structure

    0下载:
  2. 描述了基本的数据结构算法:例如单链表的线性表、多项式等的建立遍历-Describes the basic data structure algorithms: for example, a linear single-chain form, through the establishment of such polynomials, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2242300
    • 提供者:zhang
  1. sjjg

    0下载:
  2. 1)实现二路归并排序算法。 2)实现希尔排序算法。 3)实现快速排序算法。 4)实现堆排序算法。 (6)已知长度为n的线性表A采用顺序存储结构,该算法删除线性表中所有值为item的数据元素。删除后的数组元素与原数组元素不必保持顺序一致。 一个主函数,调试上述算法。-1) Achieving way merge sorting algorithm. 2) Achieving Hill sorting algorithms. 3) The fast sorting algorit
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:589093
    • 提供者:demoncat
  1. The-program-of-data-structure

    0下载:
  2. 数据结构的例子程序,包含循环队列、链表队列、线性链表、静态链表、堆栈等的实现。-Examples of program data structures, including circular queue, linked list queue, linked list, static list, stack, etc. to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4729934
    • 提供者:panyiteng
  1. theresours

    0下载:
  2. 此乃是数据结构的线性表操作全实现源代码 用现实的-This data structure is a linear form to operate the entire source code used to achieve realistic
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:7673
    • 提供者:杨杨
  1. sequenlist

    0下载:
  2. 线性表(顺序表)的创建,插入,删除操作,在vc6.0huoc-free可实现。 对于初学数据结构者,该程序是综合理解线性表最好的程序。-Linear form (order form) the creation, insertion, deletion, in vc6.0huoc-free can be realized. Data structure for the beginner, and the program is a comprehensive understanding of
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1393
    • 提供者:finn
  1. HB

    0下载:
  2. 任务:通过此系统可以实现如下功能: 录入: 可以录入航班情况(数据必须存储在一个外部文件中,数据结构采用线性表,并以链式存储结构表示)。 查询: 可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个外部文件中) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票: 可退票,退票后修改相关数据文件; 客户资料
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3129
    • 提供者:迟浩东
  1. 33753158guofu11111111111111

    0下载:
  2. 严崴敏的数据结构实验线形表的合并的C程序,包括线性表的 插入,排序操作-Yan Wei-min experimental linear data structure of the C form of the merger process, including the insertion of a linear table, sorting operation
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1296
    • 提供者:蓝蔻
  1. shujujiegou

    0下载:
  2. 数据结构的线性表及其应用,树和二叉树的建立和应用,查找和排序-The linear table data structure and its application, trees and tree establishment and applications, search and sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5065
    • 提供者:xin
  1. dierzhangxianxinbiaoer

    0下载:
  2. 线性表顺序存储结构特点:逻辑关系上相邻的两个元素在物理存储位置上也相邻; 优点:可以随机存取表中任一元素,方便快捷; 缺点:在插入或删除某一元素时,需要移动大量元素 需要预先确定数据元素的最大个数。-Linear sequence table storage structure characteristics: the logic of the relationship between the two adjacent elements in the physical stora
  3. 所属分类:Data structs

    • 发布日期:2016-01-27
    • 文件大小:35266
    • 提供者:周小强
  1. xianxing

    0下载:
  2. 4. 假设有两个按数据元素值非递减有序排列的线性表A和B,均以单链表作为存储结构。编写算法将A表和B表归并成一个按元素值递减有序(即非递增有序,允许值相同)排列的线性表C。-4. Assuming there are two data elements according to the value of non-decreasing in an orderly array of linear forms A and B, are single-linked list as a storage s
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1098
    • 提供者:蕾蕾
  1. 2

    0下载:
  2. 配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第二章线性表。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure algorithm to resolve the second chapter of the linear tabl
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:23231
    • 提供者:wujiawei
  1. DataStructurePart1

    0下载:
  2. 学校老师上课的讲义和习题解答。数据结构的线性表部分。-School teachers class lectures and exercises to answer. Data structure part of the linear form.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:389156
    • 提供者:心心
  1. set

    0下载:
  2. 这个是一个集合类的程序,使用了数据结构中的线性表,有插入 删除等实现函数。-This is a collections of procedures, the use of the data structure in linear form, such as implementation has inserted delete function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:660
    • 提供者:zongboliu
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com