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

搜索资源列表

  1. candexeexe

    0下载:
  2. 本科数据结构上机实验答案,希望能有用。包括线性表,队列,树,冒泡排序,快速排序等程序-Undergraduate data structures-on experiments answers, hoping to be useful. Including linear tables, queues, trees, bubble sort, quick sort and other procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:8038
    • 提供者:carol
  1. JosephRing

    0下载:
  2. 1、学会通过对问题的分析,设计一种合理的数据结构,并进行定义及操作的实现。 2、掌握利用线性表的各种操作来进行具体的实际应用。 3、加强程序设计的能力。 -1, learning through the analysis of the problem, design a rational data structures, and the realization of the definition and operation. 2, master the use of the line
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:217403
    • 提供者:timmy
  1. Joseph

    0下载:
  2. 数据结构中的joseph游戏,通过线性表实现其功能-Data structure in the joseph games to achieve its function by a linear form
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:680
    • 提供者:li
  1. 2007298504

    0下载:
  2. 数据结构实验 之 一元多项式相加 一.实验目的 掌握链表的创建、初始化、查询以及维护的使用。 二.实验用到的原理原理 一元多项式 在计算机中,可以用一个线性表来表示: P = (p0, p1, …,pn) 一般情况下的一元稀疏多项式可写成 Pn(x) = p1xe1 + p2xe2 + ┄ + pmxem 其中:pi 是指数为ei 的项的非零系数, 0≤ e1 < e2 < ┄ < em = n 可以
  3. 所属分类:Database system

    • 发布日期:2017-04-16
    • 文件大小:26090
    • 提供者:星东
  1. list

    0下载:
  2. 线性表c语言实现,数据结构 ,
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1612
    • 提供者:lt
  1. sj

    0下载:
  2. 数据结构完整实现代码,包括线性表,栈,队列,树,二叉树,图,查找,排序-Data structure to achieve a complete code, including linear tables, stacks, queues, trees, binary tree, graph, search, sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:204803
    • 提供者:lt
  1. ds_6

    1下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:636
    • 提供者:Yvonne
  1. MergeList

    0下载:
  2. 数据结构基本操作,对链表的线性数据结构进行排序,并输出排序的结果-The basic operation of the data structure of the linear list data structure to sort and output the results of sequencing
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:1227
    • 提供者:weihao
  1. SeqListcode

    0下载:
  2. 顺序表的源程序,顺序表的基本操作实现实验 ,实验要求是:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法(各算法边界条件和返回结果适当给出): 1)创建任意整数线性表(即线性表的元素值随机在键盘上输入),长度限定在25之内; 2)打印(遍历)该线性表(依次打印出表中元素值); 3)在线性表中查找第i个元素,并返回其值; 4)在线性表中第i个元素之前插入一已知元素; 5)在线性表中删除第i个元素; 6)求线性表中所有元素值(整数)之和;
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1430
    • 提供者:victorho
  1. 1234

    0下载:
  2. 输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 -count
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:299413
    • 提供者:李民
  1. xianxingbiao

    0下载:
  2. 使用TC的数据结构的基本操作——线性表的基本操作-TC data structure using the basic operations- the basic operation of the linear form
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1321
    • 提供者:李樱
  1. xianxingbiao

    0下载:
  2. 数据结构课程中,线性表实验源程序,用c++做的-Data structure course, the linear form experimental source, using c++ to do
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:131665
    • 提供者:kay
  1. xianxingbiao

    0下载:
  2. 数据结构上级实习 链式结构的线性表插入删除操作-The data structure of linear chain structure superior attachment table insertion deletion
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:19550
    • 提供者:BIG
  1. LinearList

    0下载:
  2. 数据结构,线性链表实现,有具体例子.在VC2008环境编译即可执行。-data structure,linear list
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:938
    • 提供者:Robin.Wang
  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. dictionary-skiplist-hashtable

    0下载:
  2. 数据结构的C++实现:字典的链表实现、线性开型寻址散列、链表散列(环境:VS2008)-C++ data structures to achieve: a dictionary of the list to achieve a linear open addressing hash based, hash list (Environment: VS2008)
  3. 所属分类:Data structs

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

    0下载:
  2. 有关数据结构中线性表的讲义,供大家学习,研究。-The data structure of the linear table handouts for them to learn and research.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:331452
    • 提供者:吴雨
  1. aaa

    0下载:
  2. 根据《算法与数据结构》课程的结构体系,设计一个基于DOS菜单的应用程序。要利用多级菜单实现各种功能。比如,主界面是大项,诸如线性表、栈与队列、串与数组及广义表等,子菜单使这些大项中的一些功能或者小项。要求所有子菜单退出到他的父菜单。-According to " Algorithms and Data Structures" course of the structural system, design a menu-based DOS applications. To tak
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1733730
    • 提供者:长江
  1. bbb

    1下载:
  2. 根据《算法与数据结构》课程的结构体系,设计一个基于DOS菜单的应用程序。要利用多级菜单实现各种功能。比如,主界面是大项,诸如线性表、栈与队列、串与数组及广义表等,子菜单使这些大项中的一些功能或者小项。要求所有子菜单退出到他的父菜单。-According to " Algorithms and Data Structures" course of the structural system, design a menu-based DOS applications. To ta
  3. 所属分类:Data structs

    • 发布日期:2014-12-10
    • 文件大小:1849169
    • 提供者:长江
  1. line

    0下载:
  2. 数据结构之线性表 ,可以参考下,对想学好数据结构有帮助-sss
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:540615
    • 提供者:deng
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com