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

搜索资源列表

  1. 文章编辑

    0下载:
  2. 程序中线性表存储数据,根据指数域,对文章字符串进行查找,删除,统计字符信息等操作。 程序显现输入几行字符,输出该文章,并统计数字,空格,文章字母总数 测试数据(附后) 。 -procedures linear scale data storage, according to domain index, a string of articles for search, delete, statistical information and other operating charac
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30033
    • 提供者:单学涛
  1. 南京市部分公交转车系统

    1下载:
  2. a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2683
    • 提供者:李韦纬
  1. 统计英文文章的字符个数并huffman编码

    4下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:2790
    • 提供者:snow
  1. backlist

    0下载:
  2. 此程序用于线性表的逆置操作,从建表表实现的函数,是一个小程序-procedure for the inverse linear scale home operation, from production to achieve outstanding function is a small program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1029
    • 提供者:lyt
  1. arraylist

    0下载:
  2. 线性表的实现.用链表做的 可以显示 内存中的地址-linear scale is achieved. Listless do with the show memory address
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1589
    • 提供者:ssz
  1. xianxingbiao

    0下载:
  2. 线性表的一些操作和应用基本上包括了大部分的线性表的常见用法-linear scale of some operations and application basically most of the linear form of common usage
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1597
    • 提供者:xiaoliuzi
  1. jiheAUB

    0下载:
  2. 求集合运算AUB 利用两个线性表la和lb分别存放集合A和B的成员,依次取出lb中的每个元素,按其值查找线性表la,若la中不存在该元素,则将它插入到la中去,最后线性表la就存放了集合AUB的元素.-AUB set operations for the use of two linear la Table and lb respectively storage pools A and B members, Retrieve lb followed each of the elements,
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:海薇
  1. lianbiaocaozuo

    0下载:
  2. 线性表的插入与删除.cpp : Defines the entry point for the console application.-linear Table insertion and deletion. Redirected : Defines the entry point for the console applica tion.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3085
    • 提供者:zhouwenjin
  1. GoodsManger

    0下载:
  2. 一个非常简单的商品管理程序。主要是用线性表实现。哪位要是有兴趣的话就改进一下吧-a very simple commodity management procedures. It is mainly used to achieve linear table. If Which is interested in improving my views
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2029
    • 提供者:张忠海
  1. Polyn1

    0下载:
  2. 是自己写的一个线性表多项式相加减的小程序,输入两式,就可以相加,任意式相减,很好用,可以-is himself wrote a linear polynomial table is what the small procedures, two-input, it can add up. arbitrary and subtraction, easy to use, can play.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32451
    • 提供者:xiaohao
  1. libo

    0下载:
  2. 线性表的使用 如何建立线性表,同时进行线性表的删除,插入,查询等操作。-linear table how to establish the use of the linear scale, while the linear scale deletion, insertion and search operation.
  3. 所属分类:书籍源码

    • 发布日期:2014-01-15
    • 文件大小:731163
    • 提供者:王波
  1. wugeyuanchengxu

    1下载:
  2. 一:排列的的规程序 二:迷宫程序 三:对于输入的任意一个非负十进制整数,打印输出与其等值的八进制数 四:利用模式串T的next函数求T在主串S中第pos个字符之后的位置的KMP算法 五:将所有在线性表Lb中但不在La中的数据元素插入到La中
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:13024
    • 提供者:沈亚方
  1. sjjg_suanfaji

    0下载:
  2. 数据结构及算法C语言实现代码集.有数据结构中的常用算法源码(c语言编写),如图论算法、线性表、栈和队列的及一些常见的计算问题
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:623061
    • 提供者:李飞
  1. zuoye1

    0下载:
  2. 通过对线性表的应用实现了对人的结构体的存储 和 对人员信息的查找
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:201986
    • 提供者:song
  1. 数据结构_线性表&单链表_详细c++源代码

    0下载:
  2. 数据结构_线性表&单链表_详细源代码 包含线性表和单链表的建立、插入、删除、排序等简单应用。 c++版
  3. 所属分类:其它

    • 发布日期:2009-11-11
    • 文件大小:5765
    • 提供者:missmylady
  1. 232

    0下载:
  2. 对顺序存储的线性表进行一些操作。主要包括:各种位置的插入、删除操作、显示数据、查找、更新、统计以及学生数据文件的读写操作等。要求线性表采用类的定义-The linear sequence of storage on some operating table. Include: a variety of locations to insert, delete operation, display data, search, updates, statistics, and student data
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2993
    • 提供者:滕方明
  1. 数据结构课设小题线性表的链式存储

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

  1. Merge

    0下载:
  2. 1、分别用顺序表和链表实现 2、利用菜单选择相应功能 3、能连续执行两表合并(1. The implementation of the sequence table and the chain table 2. Use the menu to select the corresponding function 3. Continuous execution of two table merging)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-21
    • 文件大小:1757184
    • 提供者:赵自由
  1. 链表线性表

    0下载:
  2. 严蔚敏版数据结构第二章线性链表的基本功能函数的C语言的实现,以及书上算法2.1,2.2,2.3的具体实现(Yan Wei Min version of data structure second chapters, the realization of C function of basic function function of linear list, and the concrete realization of algorithm 2.1, 2.2, 2.3 in book.)
  3. 所属分类:书籍源码

    • 发布日期:2018-05-02
    • 文件大小:202752
    • 提供者:feifan12345
« 12 3 4 5 »
搜珍网 www.dssz.com