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

搜索资源列表

  1. 非递归遍历一

    0下载:
  2. 本文用C语言实现了双链表结构树的前中后序非递归遍历-Using C language of the Double Chain structure tree before, during and after non - recursive traversal sequence
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2386
    • 提供者:申辉
  1. 二叉树的高度程序!

    0下载:
  2. 本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:申辉
  1. 航班订票系统

    0下载:
  2. 利用链表实现航班订票系统 对于链表这种数据结构有很大帮助,推荐-use to achieve flight booking system for the Chain this data structure is very helpful to recommend
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2891
    • 提供者:郭郭
  1. youxiangtulianshijiegoulinjiebiao

    0下载:
  2. 有向图链式结构邻接表表示法,可以作为头文件使用,方便那些初学数据结构的同学!-directed graph chain structure adjoining table, can be used as the first document, facilitating data structure novice students!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:4967
    • 提供者:sky
  1. yosegh

    0下载:
  2. 该程序是数据结构中的链表应用,即约瑟夫环的小游戏.-the program is the data structure Application List, Josephus small game.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:842
    • 提供者:liujie
  1. yihuolianbiao

    0下载:
  2. 异或链表编的,是学数据结构时的作业,对数据结构有兴趣的可看看异或表的结构
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10378
    • 提供者:陈伟
  1. io_and_link_using_c++

    0下载:
  2. 具有文件读入读出,运用链表组织结构的程序 -have read into the document read out, the use of chain structure of procedures document read into the read, Listless use of the organizational structure of procedures
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:11777
    • 提供者:
  1. 数据链表演示程序

    0下载:
  2. 数据结构中数据链表的演示程序,其中包含有简单的模版编程。DOS界面下运行,VC++ 6.0编写。-data structure data Chain Demonstration Program, which includes a simple template programming. Running under DOS interface, VC 6.0.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:42604
    • 提供者:samkelley
  1. delete-the-same-elemt

    0下载:
  2. 用数据结构实现顺序表删除相同节点的操作,操作比较完善-With the data structure in order to achieve the operating table to delete the same node
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:251781
    • 提供者:裴琳倩
  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. linkedqueue

    0下载:
  2. 用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3689957
    • 提供者:吴广哲
  1. LinkList

    0下载:
  2. 用C++的模板类实现了链表数据结构,里面包括了节点的删除、新增等简单算法-C++ template class, a linked list data structure, which includes the node to delete, add simple algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:211230
    • 提供者:Lisa
  1. LinkNode

    0下载:
  2. 数据结构课程,学生实验信息管理,单链表的实现和应用-Data structure courses, students experiment information management, the realization of a single list and applications
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2163
    • 提供者:jdk_1_ok
  1. Double_Link

    0下载:
  2. 用C写的双链表结构。汗,我的字数不够 20很气哦。! 欢迎下载-Using C to write the two-list structure. Khan, my word is not enough gas Oh 20. ! Welcome to download
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:11192
    • 提供者:linjichao
  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. Comprehensivelisttemplatelisttemplatejointlyoperat

    0下载:
  2. 基于C++设计模式,结合C++模板技术,提供链表数据结构的综合实现,综合性很强,很适合初学者的提高!-Based on C++ design patterns, combined with C++ template technology to provide a comprehensive list data structure to achieve and comprehensive, it is suitable for beginners to improve!
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:4095
    • 提供者:汪洋
  1. MergeLink

    0下载:
  2. 用于实现两个链表结构中元素的合并,合并后去除了链表中的重复元素。代码具有很好的可读性。适用于数据结构的初学者。-Used to implement the merger of the two elements in the linked list structure, merger, in addition to repeating elements in the linked list. The code has good readability. Data structure suitabl
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:691926
    • 提供者:liubin
  1. my-parking

    0下载:
  2. 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:242427
    • 提供者:丁洁琼
  1. airport-simulation

    0下载:
  2. 用队列来实现机场的起飞和降落队列。队列是用链表结构封装后来实现的。 假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个在0-99内的随机数:如果第一个随机数小于landingRate*100,那么一个“着陆到达”将发生并被添加到着陆队列中;如果第二个随机数小于takeOffRate*100,那么一个“起飞到达”将发生并被添加到起飞队列中。接着,检查跑道是否空闲。若空闲,首先检查着陆队列是否为非空,如果是,允许第一架飞机着陆;否则,处理起飞队列 -With a queue to a
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:4572
    • 提供者:蔡敏
  1. 编写用于表示有向图的数据结构

    0下载:
  2. 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-16
    • 文件大小:54037
    • 提供者:zxy
« 12 3 4 »
搜珍网 www.dssz.com