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. homework2

    0下载:
  2. 链式结构线性表的实现,数据结构B第二次作业.-Realization of the linear form of chain structure, data structure, B second job.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:612343
    • 提供者:xuyizhi
  1. listbtree

    0下载:
  2. 数据结构基本结构线性表的顺序实现和链式实现,二叉树各种基本功能的实现-Linear table and the realization of a binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:534220
    • 提供者:bushuo
  1. LinkList

    0下载:
  2. 数据结构线性链表,实现各种功能函数,保证正确,没有错误-Linear list of data structures to achieve a variety of functions, and ensure the correct, no errors
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:271263
    • 提供者:Hita
  1. seqlist

    0下载:
  2. 结构线性表是一种常用的数据结构,以下介绍线性表及其顺序存储,并对栈和队列及它们的顺序实现给出了详细的设计描述。-Linear table structure is a common data structure, the following describes the linear form and stored in order, and stacks and queues and their sequential implementation gives a detailed design
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:1461
    • 提供者:uname
  1. LinkList

    0下载:
  2. 2.4 线性表的应用举例 线性表的顺序存储结构 线性表的顺序存储结构是指用一组连续的存储单元依次存储线性表中的每个数据元素。-2.4 Application examples linear table storage structure in order linear form linear sequence table storage structure refers to a group of contiguous memory locations sequentially sto
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:1564
    • 提供者:王峰
  1. LinkQueue

    0下载:
  2. 2.4 线性表的应用举例 线性表的链式存储结构 线性表的顺序存储结构是指用一组连续的存储单元依次存储线性表中的每个数据元素。 -2.4 Application examples linear table storage structure linear form linear chain sequence table storage structure refers to a group of contiguous memory locations sequentially stor
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:844
    • 提供者:王峰
  1. yiyuan

    0下载:
  2. 多项式的四则运算,数据结构线性链表的经典例题。-Polynomial arithmetic, linear linked list data structure classic example.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:453742
    • 提供者:wuhuali
  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 67 8 9 10 11 ... 24 »
搜珍网 www.dssz.com