CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 栈

搜索资源列表

  1. a.doc

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

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

    0下载:
  2. 数据结构课程设计之堆栈的应用,能实现堆栈这个数据结构的基本应用,例如,初始化,出栈和入栈操作等。-Data structure the curriculum design of the stack of applications, to achieve the stack data structure of the basic applications, for example, initialization, a stack and入栈operation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:932
    • 提供者:胡锦涛
  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. TsinghuaCdatastructures

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

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

    0下载:
  2. 这是一个停车场的模拟系统,在对数据结构栈与队列的熟悉及实现-pppppppppppppppppppppppppppppp
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1821
    • 提供者:李白
  1. stackqueue

    0下载:
  2. 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12772
    • 提供者:guanjun
  1. stack

    0下载:
  2. 数据结构课程设计-栈的实现及应用,实现功能:1.数制转换2.括号区配3.行编辑4.表达式求值-Data structure the curriculum design- the realization and application stack, the realization of function: 1. The number of system conversion 2. Brackets with District 3. Line editor 4. Expression evaluat
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:26985
    • 提供者:王威
  1. bus_stop

    0下载:
  2. 停车场管理系统,用队列和栈实现车辆管理,记录车辆到达和离开时间-bus stop system,using stack and ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:275082
    • 提供者:杨旸
  1. migong

    0下载:
  2. 利用栈、数组解决迷宫问题,综合了栈、数组及数学建模等知识点-The use of the stack, the array to solve the maze problem, a combination of stacks, and mathematical modeling, such as an array of knowledge points
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:25899
    • 提供者:fanlei
  1. linkstack

    0下载:
  2. 建立链栈,及其相应功能如插入,删除的实现-create linkstack
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:606
    • 提供者:johnny
  1. clgl_lz

    0下载:
  2. 一个有关停车场管理的小程序,应用到栈和队列的知识。-A small car park management procedures, applied to the stack and queue knowledge.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1810
    • 提供者:mll
  1. expressions

    0下载:
  2. 有关表达式的栈的应用 内容有:表达式括号匹配 计算后缀表达式的值 计算算术表达式的值 中缀表达式转后缀表达式-Expression of the application stack are as follows: the expression in brackets to match the calculated value of the suffix arithmetic expression expression is made up of expressions of
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3205
    • 提供者:陈子杭
  1. Car_parking

    0下载:
  2. 主要用栈和队列,实现一个模拟停车场的程序-Stacks and queues is mainly used to achieve a simulated car park program
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:108510
    • 提供者:陈意鹏
  1. stack

    0下载:
  2. 数据结构第三章中栈和队列的源程序,实现了全部算法-this is a code of data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:15816
    • 提供者:wangming
  1. lianzhan

    0下载:
  2. 数据结构的链栈C++代码,实现链栈的初始化,入栈,出栈,取栈顶元素等操作-The chain of stack data structure C++ code to achieve the chain of stack initialization, stack, a stack, take the top element and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:22500
    • 提供者:张尚
  1. bracketmatch

    0下载:
  2. 检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1368
    • 提供者:
  1. Data_Structure_C

    1下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:680387
    • 提供者:马也凡
  1. ZHIZHEN

    0下载:
  2. 运用C语言对顺序栈表进行建表,插入,删除的操作,并且统一运用主函数调用-Using C language on the order of the stack table create table, insert, delete operations, and uniform application of the main function calls
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-01
    • 文件大小:647
    • 提供者:macunrong
  1. ccc

    0下载:
  2. 数据结构中有关栈的应用,可运行可执行无错误,希望对大家有帮助-Stack data structure in relation to the application executable can run without error, we want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1018
    • 提供者:hjlhzx
  1. stack

    0下载:
  2. 栈是限制仅在表的一端插入和删除的线性表,是生活中某些过程的抽象。插入和删除操作的一端称为栈顶,插入操作称作入栈(Push),删除操作称作出栈(Pop)。栈顶元素总是最后进栈的,和最先出栈的;而栈底元素是最先进栈,最后出栈。栈具有后进先出(LIFO)的特性。顺序栈是栈的顺序存储结构的实现。链栈是栈的链式存储结构的实现。-Stack is limited only to one end of the table insert and remove a linear form, is the life
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2135
    • 提供者:王子剑
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com