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

搜索资源列表

  1. 数据结构的停车场

    1下载:
  2. 利用栈和队列完成停车场的管理,数据结构的实习题目,并完成选做内容-use stack and queue complete parking management, and data structure of the internship topics, and complete the election to content
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25480
    • 提供者:陈大民
  1. 数据结构的魔王语言

    0下载:
  2. 利用栈来完成数据结构实习的魔王语言.完成基本内容.-use to complete stack data structure attachment fiendish language. Completion of the basic content.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18525
    • 提供者:陈大民
  1. 数据结构的车厢调度

    0下载:
  2. 利用栈的方式完成车厢调度,数据结构的实习题目,已完成基本内容.-Completes the compartment dispatch using the stack way,Construction of data practice topic,Has completed the basic content
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:22154
    • 提供者:陈大民
  1. 用C++描述的各种数据结构算法

    0下载:
  2. 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69198
    • 提供者:往往
  1. 数据结构配套光盘

    1下载:
  2. 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2725011
    • 提供者:mars
  1. 数据结构及算法经典源程序集

    0下载:
  2. 数据结构经典算法源码,包括二叉数,队列,栈.应有尽有-data structure classical algorithm source code, including the number two forks, queue, stack. Everything
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:309059
    • 提供者:haip
  1. 数据结构车务管理

    0下载:
  2. 用数据结构实现基本算法 用C++实现车务管理,需用到栈基本数据结构-data structure used to achieve basic algorithm to achieve C bus services management, needed to stack the basic data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9099
    • 提供者:孙锋志
  1. 迷宫 数据结构(C语言版)关于栈与队列

    0下载:
  2. 迷宫 数据结构(C语言版)关于栈与队列,求迷宫从入口到出口的所有路径,Maze data structure (C language version) on the stack and queue, and the maze from the entrance to the export of all path
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-26
    • 文件大小:1436
    • 提供者:
  1. 数据结构书中程序的代码实现

    0下载:
  2. 配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第三章栈和队列。,YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm Chapter III stack and queue.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:17221
    • 提供者:wujiawei
  1. StackExpr

    0下载:
  2. 数据结构,栈实现表达式求值,可求多位整数,加减乘除带括号-Data structure, the realization of the expression evaluation stack, rectifiable number of integers, multiplication and division with addition and subtraction in brackets
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:10235
    • 提供者:lulu
  1. migong

    0下载:
  2. 数据结构中栈算法的简单应用,通过程序模拟迷宫的生成和寻找出口的动态演示过程-Data structure in a simple stack algorithm applications, the adoption of procedures for the generation and simulation of a maze to find the export dynamic demonstration
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:43069
    • 提供者:seaman
  1. 200603011052sjjg

    1下载:
  2. 本人自己作的一个数据结构课程设计,曾获得过满分.它是一个停车场管理系统,利用所学的栈,队列知识对停车厂管理系统进行模拟.本程序有记录停车时间的功能并且可以自动计费,功能强大.-I own a data structure for curriculum design, has won out. It is a car park management system, using what we learned in the stack, queue停车厂knowledge management sy
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:273514
    • 提供者:王晓宁
  1. a.doc

    0下载:
  2. 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:4684
    • 提供者:sad
  1. TEST

    1下载:
  2. 数据结构试验 实验一 线性表的顺序表示与实现 实验二 线性表的链式表示与实现 实验三 栈与队列及其应用 实验四 二叉树的应用 实验五 图的遍历与应用 实验六 查找技术 实验七 内部排序 全部源码-Experimental test data structure form a linear sequence of that experiment and realization of the Second linear chain form and realizati
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:398303
    • 提供者:稻草人
  1. park

    0下载:
  2. 这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3846
    • 提供者:在路上
  1. datastruct_flash

    0下载:
  2. 数据结构算法的flash动画演示,形象生动地说明了链表、栈、队列等操作的流程。-Data Structure Algorithm Animation flash, image vividly illustrates linked list, stack, queue operations, such as flow.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:560982
    • 提供者:kk.h
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1839013
    • 提供者:ciweijsf
  1. ZHAN

    0下载:
  2. 数据结构算法中的栈的演示程序,由VC++编写而成。帮助教学-straght sort demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:240683
    • 提供者:tracy
  1. Data_Structure_Decameron

    0下载:
  2. 数据结构十日谈 第一日 绪论 第二日 算法的描述和分析 第三日 线性表 第四日 栈和队列 第五日 串 第六日 数组 第七日 树 第八日 图 第九日 查找 第十日 排序-Preface the first day of the second day of algorithm for the third day of the descr iption and analysis of linear table queue stack and its fifth day of the fourth
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5950892
    • 提供者:lzm
  1. a

    0下载:
  2. 数据结构课程设计—车厢调度问题,用C++实现编号为1,2...n的n个序列依次入栈的所有可能出站序列。-Data structure the curriculum design- inside scheduling problem, using C++ to achieve numbered 1,2 ... n of n followed by a sequence of all possible入栈outbound sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1959
    • 提供者:何海乾
« 1 23 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com