CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线性表

搜索资源列表

  1. 链表的C语言实现之单链表的实现

    0下载:
  2. 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1557
    • 提供者:尹科华
  1. 用三元组表实现稀疏矩阵的转置运算

    1下载:
  2. 用三元组表实现稀疏矩阵的转置运算 一个阶数较大的矩阵中的非零元素个数S相对于矩阵元素的总个数t很小时,即非 零元素个数s占矩阵元素的总个数t的25%~30%时,称该矩阵为稀疏矩阵称. 由于稀疏矩阵中非零元素的分布没有任何规律,在存储非零元素时,必须保存该非 零元素所对应的行下标和列下标.这样,存储的每个稀疏矩阵中的非零元素都需要(行 下标,列下标,元素值)三个参量来唯一确定,将这种存储结构称为稀疏矩阵的三元组 表示法. 稀疏矩阵中的所有非零元素构成三元组线性表.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2790
    • 提供者:snow
  1. 线性结构的推广

    0下载:
  2. 对线性表的扩充 具有连接提取字符串的功能 -of linear expansion of the table with the string connecting extraction function
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2435
    • 提供者:向传兵
  1. mm线性表

    0下载:
  2. 线形表测试程序,基本上来说实现了先行表的所有内容,希望对你有所帮助-linear scale testing procedures, basically achieving the first table of contents, and I hope to help you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19844
    • 提供者:张海涛
  1. 用VC编写单链表(数据结构)

    0下载:
  2. 用VC编写的单链表 是数据结构中线性表中的一种-VC prepared by the single-linked list data structure is linear form of a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11028
    • 提供者:代价
  1. 顺序表的就地逆置

    0下载:
  2. 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,...,an)逆置为(an,an-1,...,a1).-try to write an algorithm to achieve the order form in situ reverse home, namely the use of the original table of linear storage space (a1, a2 ,..., an) inverse home (an, an-1 ,..., a1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:与非门
  1. 第二节 数据结构(线性表)

    0下载:
  2. 课件 线性表的逻辑结构及基本运算 在线性表 a[1],a[2],……,a[n]中找元素x(begin for i:=1 to n do if a[i]=x then exit(i); exit(0); end;)
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:1120256
    • 提供者:小雨雨
  1. 线性表

    0下载:
  2. 顺序表操作,包含顺序表的创建、增删改查等基本操作(Order table operations, including table in order to create and add and delete operation)
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:145408
    • 提供者:一不二
  1. 数据结构课设小题线性表的链式存储

    0下载:
  2. 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。(Linked list is a discontinuous and non sequential storage structure on physical storage unit. The logical order of da
  3. 所属分类:书籍源码

  1. 数据结构-单链表-实验报告

    0下载:
  2. 1.实验目的及要求 1.1实验目的: (1)掌握线性表的顺序存储结构; (2)验证单链表及其基本操作的实现; (3)进一步理解算法与程序的关系,能够将单链表算法转换为对应的程序。 1.2 实验要求: (1)用头插法(或尾插法)建立带头结点的单链表; (2)对已建立的单链表实现插入、删除、查找等基本操作。(1 the purpose and requirements of the experiment 1.1 the purpose of the experiment:
  3. 所属分类:Windows编程

  1. 基于线性表和二叉排序树的低频词过滤系统

    2下载:
  2. 对于一篇给定的英文文章,分别利用线性表和二叉排序树来实现单词频率的统计,实现低频词的过滤,并比较两种方法的效率。
  3. 所属分类:源码下载

    • 发布日期:2017-12-14
    • 文件大小:3637
    • 提供者:TZW_513
  1. List

    0下载:
  2. 在数组描述中,用数组来存储线性表的元素。(In the array descr iption,we can use arrays to store elements of the linear table.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:5976064
    • 提供者:Sunny&&Sunny
  1. 1 合并表

    0下载:
  2. 实现线性表的合并,其中包含了链表和线性表,包含菜单功能(A combination of linear tables that includes a chain table and a linear table that contains menu functions)
  3. 所属分类:其他

  1. 数组实现线性表-VS2015

    0下载:
  2. 通过C++完成数组实现线性表,是数据结构入门学习之一(Array implementation of linear tables)
  3. 所属分类:

    • 发布日期:2018-04-29
    • 文件大小:941056
    • 提供者:#11
  1. 代码

    0下载:
  2. 实现线性表的插入和删除等等(ww)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-29
    • 文件大小:8192
    • 提供者:南山一顾
  1. 线性表的应用

    0下载:
  2. 设计题目:有序表合并 设计目的:1.掌握调试线性表的基本方法; 2.掌握线性表的一些基本操作; 3.加深理解线性表并进行实际应用; 设计内容:将两个有序链表合并为一个有序链表(Design topic: orderly table merge Design objective: 1. master the basic method of debugging linear table. 2. master some basic operations of linear tab
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:49152
    • 提供者:萱仔
  1. 8576-顺序线性表的基本操作

    0下载:
  2. 顺序表是在计算机内存中以数组的形式保存的线性表,是指用一组地址连续的存储单元依次存储数据元素的线性结构。(The sequence table is a linear table stored in the form of an array in computer memory. It refers to a linear structure that stores data elements sequentially in a continuous storage unit.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:13312
    • 提供者:蓉-
  1. 顺序表

    0下载:
  2. 现有两个非递减有序表LA,LB,由其中所有数据得到非递减有序表LC(There are two existing non decrement ordered table LA, LB, from which all data are obtained by non decrement ordered table LC)
  3. 所属分类:Sqlite

    • 发布日期:2018-04-30
    • 文件大小:4511744
    • 提供者:enmmmmm
  1. 链表

    0下载:
  2. 现有的两种非递减有序表LA,LB,合并为非递减有序表LC(There are two existing non decrement ordered table LA, LB, from which all data are obtained by non decrement ordered table LC)
  3. 所属分类:Sqlite

    • 发布日期:2018-04-30
    • 文件大小:11998208
    • 提供者:enmmmmm
  1. C数据结构学习 线性表顺序存储

    0下载:
  2. 线性表顺序存储代码,包括头文件及相应的函数文件代码。以txt文件保存了所有代码,程序已经调试成功。若需要使用,则需要将TXT文档内容分开。
  3. 所属分类:源码下载

« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com