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

搜索资源列表

  1. Storage-

    0下载:
  2. 该文件为链式储存结构的实验,文件包含了实验报告和代码,其中内容包括了线性表的链式结构的定义,链接存储结构结点的访问方法吗,栈的链式存储结构实现,链式存储结构的队列的特点与实现;栈和队列的简单应用; -Experimental chain storage structure of the file, the file contains the lab reports and code, which includes the definition of the linear chain stru
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:109205
    • 提供者:黎明
  1. HB

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

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

    1下载:
  2. 数据结构试验 实验一 线性表的顺序表示与实现 实验二 线性表的链式表示与实现 实验三 栈与队列及其应用 实验四 二叉树的应用 实验五 图的遍历与应用 实验六 查找技术 实验七 内部排序 全部源码-Experimental test data structure form a linear sequence of that experiment and realization of the Second linear chain form and realizati
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:398303
    • 提供者:稻草人
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. stack

    0下载:
  2. 数据结构实现:堆栈(直接实现:顺序描述、链式描述;通过对线性表的派生的实现:顺序描述、链式描述)-Data structure implementation: Stack (direct implementation: the order of descr iption, chain descr iption derived through the implementation of the linear table: the order of descr iption, chain desc
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:5293
    • 提供者:Robin.Wang
  1. BiTree

    0下载:
  2. 根据二叉树表的表示建立二叉树,实现二叉树的遍历,并给出从根结点到给定结点的路径信息。练习二叉树的链式存储及其遍历方法-According to the table that the establishment of a binary tree binary tree, binary tree traversal implementation, and give from the root node to a given node' s path information. Practice
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:174979
    • 提供者:Bill
  1. xu

    0下载:
  2. 掌握线性表的结构特点。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。-Grasp the characteristics of the linear structure of the table. Master the basic operation of the linear form: initialization, insert, de
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1411
    • 提供者:王微
  1. sqlist

    0下载:
  2. 本源码实现了c的顺序存储线性表的操作、链式存储线性表的操作,是我大二下数据结构的课程设计源码,下载后可以直接使用,已编译运行成功。-data structure design
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2280
    • 提供者:红豆女
  1. 123

    0下载:
  2. 线性表的抽象数据类型的实现,掌握线性表的顺序存储结构和链式存储结构-List
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2299
    • 提供者:刘文
  1. DynaLnkList

    1下载:
  2. 用C语言实现线性表的动态链式存储操作(C语言版)-Linear table with a C language dynamic chain store operations (C language version)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3209
    • 提供者:王雨
  1. zhangnode3

    0下载:
  2. 当单链表逆置,即通过用一个临时变量实现单链表的倒叙链接-make the single list in the diverse direction
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2084139
    • 提供者:星星索
  1. CHAP02

    0下载:
  2. 线性表的顺序表示和实现,线性表的链式表示和实现-Linear order of the table and realize that the linear form of the chain and realize that
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:503157
    • 提供者:王强
  1. cPP

    0下载:
  2. 有关数据结构c++实现的源代码,包括顺序表,队列,链式表,堆,二叉树等。-Data structure c++ source code, including the order form, queue, chain table, heap, binary trees and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:10628488
    • 提供者:scj
  1. 02

    0下载:
  2. 2.1 线性表的类型定义 2.2 线性表的顺序表示和实现 2.3 线性表的链式表示和实现 2.4 一元多项式的表示及相加-2.1 linear table type definition 2.2 and the linear order of the table that the linear form of the chain to achieve 2.3 to achieve 2.4 representation and the representation of one yua
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2207445
    • 提供者:李彦
  1. 1

    0下载:
  2. 数据结构中用c实现线性表:创建链式线性表、其长度有用户输入-Data structure using c for linear table: create table a linear chain, the length of user input
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:990
    • 提供者:凡儿
  1. SMatrix

    0下载:
  2. 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵的相加,相减,相乘的功能。稀疏矩阵的输入形式采用三元组表示,而运算的结果的矩阵则以通常的阵列形式列出,并输出每一行的第一个非零元的位置。此外,能实现把以三元顺序表表示的稀疏矩阵转换为用十字链表表示的稀疏矩阵,结果按十字链表的每一行和每一列输出稀疏矩阵-The " logical link with a line of information," said the triple sparse matrix sequen
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1172010
    • 提供者:swj
  1. LinkListTest

    0下载:
  2. 单链表的添加,删除,遍历等操作的实现,⑴ 掌握线性表的链接存储结构; ⑵ 验证单链表及其基本操作的实现; ⑶ 进一步掌握数据结构及算法的程序实现的基本方法。 -Singly linked list to add, delete, traverse operation, (1) master link storage structure of the linear form (2) validation of a singly linked list and its basic
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:147560
    • 提供者:
  1. include222

    0下载:
  2. 基本线性表的就地逆置,链式存储结构基本线性表的就地逆置算法实现。-The basic linear form in situ reverse set, chain storage structure linear form in situ reverse set algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11527
    • 提供者:lx
  1. juzhenyunsuan

    0下载:
  2. 编制一个稀疏矩阵运算器。 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。-The preparation of a sparse matrix operations. Logical link information " with the line" triplet sequence table sparse matrix, two matrix addition, subtraction and multiplication ope
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1586137
    • 提供者:刘明
  1. hash_link

    0下载:
  2. 哈希表构建查找,hash函数为取余法,处理冲突方法利用链地址法;实现建表,查找,插入,删除等功能;-The chain address Fa Haxi table constructed Find
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2365
    • 提供者:朱晓建
« 1 2 ... 43 44 45 46 47 4849 »
搜珍网 www.dssz.com