CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 线性表

搜索资源列表

  1. student-system

    0下载:
  2. 线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve dat
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:303919
    • 提供者:肖飞
  1. SqList

    1下载:
  2. C语言顺序表程序,包括建立,查找,添加,删除等线性表的基本操作-C language program order list, including the establishment, search, add, delete, the basic operation of the linear list
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:3136
    • 提供者:赵志杰
  1. linear_listANDaccessfile

    0下载:
  2. 简单功能,通过线性表结构处理数据,并把数据随时保存到磁盘文件。-Easy functionality, deal with table structure through the linear data and the data saved to disk files at any time.
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:217563
    • 提供者:黄华
  1. Dev_Callback

    0下载:
  2. 使用Dev-C++编写的线性链表,用到了回调函数和指向指针的指针,非常经典。-Use a linear list, written by Dev-C++ to use a callback function pointer to a pointer, very classic.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:7340
    • 提供者:李一文
  1. data-structure-linear-list

    0下载:
  2. a.输入一组整型元素序列,建立线性表。 b.实现该线性表的遍历。 c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。 d.在该线性表中删除或插入指定元素。 实验要求:分别采用线性表的两种存储结构(顺序存储结构、链式存储结构)来实现以上基本操作。 -a. Enter an integer sequence of elements, and to establish a linear table. b. Traversal of the linear tabl
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:2048
    • 提供者:Mr
  1. linear-list

    0下载:
  2. 用c语言写的数据结构中的线性表,在VC6.0编译通过 -linear list(c language)
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:991
    • 提供者:Michael
  1. xianxingbiao

    0下载:
  2. 1、 创建线性表类。线性表的存储结构使用链表。 2、 完成表首插入元素、删除指定元素、搜索表中是否有指定元素、输出链表。 3、 输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建链表。输出整个链表。 4、 输入一个整数,将该数作为一个元素值插入表首位置。输出整个链表。 5、 输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 6、 再一次输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 7、
  3. 所属分类:Console

    • 发布日期:2017-11-19
    • 文件大小:1490
    • 提供者:好笑
  1. list-Find-a-demolition-chain--sort

    1下载:
  2. 将链表中结点分成由小到大排列的一个奇数链和一个偶数链及用递归和非递归两种方式,在一个以单链表实现的线性表中查找-Node of the linked list is divided into an odd chain of small to large order and an even chain recursive and non-recursive two ways, in a single linked list to achieve linear table lookup
  3. 所属分类:Console

    • 发布日期:2016-01-25
    • 文件大小:6144
    • 提供者:
  1. List

    0下载:
  2. 对数据结构中的线性表的基本操作,包括获取线性表的大小,删除,是插入,排序等-The basic operation of the linear form in the data structure, including access to the linear size of the table, delete, insert, sort, etc.
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:1583
    • 提供者:张龙
  1. 1

    0下载:
  2. 数据结构的算法,包括单链表,队列,先序遍历二叉树,线性表,栈,图等-Data structure algorithms, including single-linked lists, queues, first traversal tree, linear table, stack, diagrams
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:6728
    • 提供者:guo
  1. Hash_Table

    0下载:
  2. 本例采取除留余数法构造哈希表; 采用线性探测再散列方法解决冲突,输出哈希表结果;考查了平均查找长度。-In addition to the cases taken to leaving the remainder construct a hash table using linear probing re-hash method to resolve conflicts, the output hash table results examined the average length.
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:9529
    • 提供者:李广
  1. sequentialList

    0下载:
  2. 线性表,数据结构练习,输入:学生的成绩,学号,名字。输出:按学生成绩从大到小排名,并合并不同班级的学生信息。-Linear tables, data structures exercises, enter: student achievement, student number, name. Output:Sort the students infomation according to the achievements, and merge different classes of stude
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1896
    • 提供者:David
  1. list

    0下载:
  2. 本代码包括(单链表,循环链表,双循环链表,静态来拿吧,以及线性表的应用)-This code includes (a single linked list, circular linked list, double loop chain, still to come and collect it, and the application of the linear form)
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:16593
    • 提供者:郭悠悠
  1. list

    0下载:
  2. C++实现线性安全的双链表,包括插入,删除等操作-C++ to achieve linear secure double-linked list, including insert, delete and other operations
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1261367
    • 提供者:shuiyue
  1. Solution_LinkList

    0下载:
  2. 用C++11g描述的线性表,适合初学者学习使用。-Linear table with C++11g described, suitable for beginners learning to use.
  3. 所属分类:Console

    • 发布日期:2017-06-13
    • 文件大小:21124658
    • 提供者:沈桂江
  1. Chain-store-of-linear-list

    0下载:
  2. 线性表的链式存储,学习如何创建链式存储的线性表-Chain store of linear tables, and learn how to create a chain store.
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:313986
    • 提供者:nixianwei
搜珍网 www.dssz.com