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

搜索资源列表

  1. Lis1t

    0下载:
  2. 文件中是我编写的两个数据结构,线性表列和链表,是用类模版函数编写,是面向过程设计-document is prepared by the two data structure, tabulated and linear chain and is prepared category template function, process-oriented design
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3666
    • 提供者:李瑞
  1. fk1

    0下载:
  2. 有关于数据结构中用C语言作为源码的几个线性表,栈和队列的几个例子,其中包括基本的插入、删除、查找等功能-on the data structure used C language as the source of several linear table, stack and queue a few examples, including the basic insert, delete, search functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4490
    • 提供者:F.K.
  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. ClassicalDataStructures

    0下载:
  2. 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and val
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40431
    • 提供者:许友来
  1. wenbenbianji1

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

    • 发布日期:2008-10-13
    • 文件大小:46006
    • 提供者:孙锋志
  1. shujujiegoushunxubiao

    0下载:
  2. 此程序为数据结构的实现,主要是实现的线性表的插入,删除,合并等关于线性表中的顺序表的实现过程。并举例进行了实现,有很高的参考价值-procedure for the realization of data structure, is a linear table, insert, delete, merging on the table linear chronology of the implementation process. And for the realization of a hi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2436
    • 提供者:陈徐红
  1. hudong0178

    0下载:
  2. 数据结构(c++版)线性表的全部操作. 创建,查找,删除,添加,合并,顺序定点合并-data structure (c version) Linear List of all operations. To create, search, delete, add, the merger, the merger order sentinel
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1407
    • 提供者:hd0178
  1. tuxiaojin

    0下载:
  2. 线性表,我在大二的时候上数据结构时编的一个小程序。-linear table, I sophomores on the data structure of a series of small programs.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:852
    • 提供者:涂小金
  1. sjjgsy

    0下载:
  2. 数据结构第一次实验。用来创建线性表和求取线性表的第i个元素。-data structure first experiment. Table used to create linear and linear scale struck the first i elements.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1365
    • 提供者:z
  1. LocateElem

    0下载:
  2. /* shiyan.c 第四组数据结构实验作业。Author:zhg 功能:本程序用于验证函数 LocateElem(L,e,compare()) 。即求出现行表中元素的位序。 程序中的线性表采用顺序存储,以更方便于该操作的实现。 */ -/ * shiyan.c fourth group structure of the experimental data. Author : zhg function : This procedure is used to v
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12203
    • 提供者:zhg
  1. xianxingbiaocharu

    0下载:
  2. 这是数据结构的线性表插入实验,功能:首先输入数列,然后选择要插入的位置即可!-This data structure is a linear scale experimental inserted, function : First of all imported series, and then choose the location to insert can be!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:990
    • 提供者:刘培坚
  1. slist

    0下载:
  2. 1、链接存储方法  链接方式存储的线性表简称为链表(Linked List)。  链表的具体存储表示为:   ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的)   ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存储指示其后继结点的地址(或位置)信息(称为指针(pointer)或链(link)) 注意:   链式存储是最常用的存储方式之一,它不仅可用来表示线性表,而且
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:9121
    • 提供者:柳军
  1. tichechangguanli

    0下载:
  2. 一个数据结构里关于线性表的程序,通过本程。序可以更好的明白线形表的用处,-a data structure, the linear scale on the procedure for the adoption of the agenda. Order to better understand the usefulness of linear form,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10902
    • 提供者:家句
  1. FFlylist

    0下载:
  2. 用JAVA写的航班信息管理系统,可以做为学习数据结构课程的线性表及排序之用-written with Java flight information management system that can serve as learning courses data structure of linear forms and scheduling purposes
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4818
    • 提供者:呜呜呜
  1. Question4-new

    0下载:
  2. 一元稀疏表达式计算器 大学数据结构实验,关于线性表的实验题目,我的作品,如有问题发邮件给我-one yuan sparse expression calculator University experimental data structure on the linear scale experimental subject, my work, and if made to the mail I
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:176652
    • 提供者:刘晓明
  1. xianxingbiao

    0下载:
  2. 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h> #define LIST_INTI_SIZE 1
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:8550
    • 提供者:Demonic
  1. ContList

    0下载:
  2. 数据结构中常见抽象数据类型--线性表的自定义实现-The custom implementation of common abstract data types--continuous list in data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2443
    • 提供者:孔维康
  1. 3120102432-1

    0下载:
  2. 用顺序表实现学生成绩管理系统 对线性表的顺序存储结构进行基本操作,要实现的功能有: (1)录入功能:可以录入学生信息; (2)统计功能:计算出每个学生的平均成绩,按照平均成绩排序,并能统计出100~90,60~0学生的人数和信息; (3)查找功能:能根据学号查找学生信息,并能进行相应修改; (4)插入功能:能插入新学生的信息; (5)删除功能:能根据学号,删除相应学生的信息。(Using the order table to achieve student achievement m
  3. 所属分类:数据库编程

    • 发布日期:2017-12-28
    • 文件大小:3590144
    • 提供者:xxy29
  1. 顺序查找代码

    0下载:
  2. 顺序查找适合于存储结构为顺序存储或链接存储的线性表。 基本思想:顺序查找也称为线形查找,属于无序查找算法。从数据结构线形表的一端开始,顺序扫描,依次将扫描到的结点关键字与给定值k相比较,若相等则表示查找成功;若扫描结束仍没有找到关键字等于k的结点,表示查找失败。
  3. 所属分类:数学计算/工程计算

« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com