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

搜索资源列表

  1. 表达式求值(大程序)

    3下载:
  2. VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42.34kb
    • 提供者:冰扉
  1. stack1

    0下载:
  2. 这是俺编写的一个堆栈,采用模版函数编写,面向过程设计,供大家参考-I prepared a stack, using templates prepared function, process-oriented design, for your reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:李瑞
  1. (1)

    0下载:
  2. 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37.56kb
    • 提供者:毅君
  1. 链栈的建立及出入栈

    0下载:
  2. 用链表结构完成堆栈的任务,使用时更加灵活方便-structure with the mandate to complete stack, use more flexible and convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.62kb
    • 提供者:楚天
  1. 八皇后之堆栈算法

    0下载:
  2. 可以过来看看有关8皇后的相关算法.这是本人初学数据结构运用堆栈编写的小程序-can come look at the Statue of eight correlation algorithm. This is my beginner stack data structure prepared by the use of small programs
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:91.17kb
    • 提供者:徐开峰
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations bet
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.88mb
    • 提供者:李平
  1. 链表实现堆栈

    0下载:
  2. 堆栈的基本功能实现,链表方式实现-stack to achieve the basic functions, achieving Chain
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.61kb
    • 提供者:张小成
  1. 数组堆栈

    0下载:
  2. 堆栈的基本功能实现,数组方式实现-stack to achieve the basic functions, arrays means
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.58kb
    • 提供者:张小成
  1. 堆栈

    0下载:
  2. 堆栈
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-04
    • 文件大小:878byte
    • 提供者:jackey90
  1. 表达式计算(加减乘除与或非及括号)C语言

    1下载:
  2. 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-04
    • 文件大小:185.63kb
    • 提供者:877598550@qq.com
  1. biaodashi

    0下载:
  2. 表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:17.06kb
    • 提供者:井树刚
  1. biaodashiqiuzhi

    0下载:
  2. 对于一个表达式求值 用堆栈实现 数据结构第一个实验 没有做附加功能 -For an expression evaluation stack data structure with the first experiment did not do additional functionality
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.39kb
    • 提供者:409
  1. DataStructure

    0下载:
  2. 几个常用的数据结构算法:堆栈、链表、二叉树、图等。-Some commonly used data structure algorithms: stack, linked lists, binary tree, map.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:9.63kb
    • 提供者:马烈
  1. STACK2

    0下载:
  2. 数据结构中堆栈的一般性操作,如初始化、出栈、入栈等-Stack data structure in the general operations such as initialization, a stack, stack, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.37kb
    • 提供者:wangzhongjing
  1. SimpleCalcMFC

    0下载:
  2. MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11.64mb
    • 提供者:WangLuJun
  1. word

    0下载:
  2. 二叉树遍历(二叉树的各种遍历)、图的遍历(图的各种遍历),停车场的设计(堆栈,队列的设计)-Binary tree traversal, graph traversal, car park design
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:6.96kb
    • 提供者:yjc
  1. stack

    0下载:
  2. 数据结构实现:堆栈(直接实现:顺序描述、链式描述;通过对线性表的派生的实现:顺序描述、链式描述)-Data structure implementation: Stack (direct implementation: the order of descr iption, chain descr iption derived through the implementation of the linear table: the order of descr iption, chain desc
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:5.17kb
    • 提供者:Robin.Wang
  1. 堆栈的c语言源代码

    0下载:
  2. 堆栈的c语言源代码,包括堆栈的建立,插入删除元素,销毁堆栈
  3. 所属分类:数据结构常用算法

  1. Stack

    0下载:
  2. (1)实现堆栈各种基本操作,如初始化、置空、入栈、出栈等; (2)利用堆栈实现数制转换的程序;((1) the basic operation of the stack, such as initialization, emptiness, stack, stack and so on; (2) the conversion program using the stack implementation;)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:wuthering。
  1. 堆栈

    0下载:
  2. c语言中对于堆栈的理解并且对常出现的错误进行剖析,便于与开发者理解(The understanding of the stack in the C language and the analysis of the frequently occurring errors are easy to understand with the developers.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:xiaomumu
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com