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

搜索资源列表

  1. 栈的数制转换算法

    0下载:
  2. 进制转换是数据结构中的栈的应用的一个典型例子- Enters the system transformation is in a construction of data stack application typical example
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1083
    • 提供者:杨涛
  1. SJJG6

    0下载:
  2. 该文档是有关数据结构中的栈的应用,它实现基本的输入字串的反转功能!-the document is the data structure of the application stack, it is basically the reverse of the input string functions!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1082
    • 提供者:F.K.
  1. 火车调度

    1下载:
  2. 这是一个VC编写的火车调度程序,实际上是数据结构栈的应用,同时设计到递归的应用。-This is a VC prepared by the train scheduling procedures, data structure is actually the application stack, recursive design to the application.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:王小雪
  1. ysbd

    0下载:
  2. 数据结构:栈的应用 数据结构:栈的应用 数据结构:栈的应用-data structure : the application stack data structures : the application stack data structure : stacks of application data structures : the application stack data structure : Application Stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2094
    • 提供者:tylzsd
  1. expression_request

    1下载:
  2. 计算表达式是实现课程设计语言的基本问题之一,也是栈的应用的一个典型例子。1)要求以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用教科书表3.1给出的算符优先关系,实现对算术四则混合运算表达式的求值。2)要求在屏幕的适当位置显示运算符栈,运算数栈,输入字符和主要操作的变化过程!3)要求最好有友好的功能和仿真界面,运算数可以是实数。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:52918
    • 提供者:walew
  1. Recurve

    0下载:
  2. //递归运算(栈的应用)Recurve.cpp VC上调试过. 可以运行-/ / recursive algorithm (Application Stack) Recurve.cpp VC upward tried. Run
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:990
    • 提供者:fan
  1. recurve

    0下载:
  2. 递归运算(栈的应用)的c++程序。程序首先给出链式栈节点类定义,然后给出了实现,最后进行了操作测试,并输出结果。 recurve.cpp就是程序 recurve.txt是运行结果-recursive algorithm (Application Stack) c procedures. Procedures is the first chain Stack node definition, and then given the realization of the final testi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:丁丁
  1. 回文验证

    0下载:
  2. 回文验证的程序,经典的栈的应用的例子-Palindrome certification procedures, the stack classic example of the application
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8515
    • 提供者:陶文婧
  1. zhandeyingyong

    0下载:
  2. 栈的应用,一个简单的迷宫问题,希望大家改进改进-stack of applications, a simple maze, we hope to improve improvements
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1715
    • 提供者:莫俦
  1. 栈的应用(1)数制转换

    0下载:
  2. 栈的应用(1)数制转换-stack of applications (1) Number System Conversion
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12312
    • 提供者:哈哈
  1. 栈的应用(2)括号匹配检查

    0下载:
  2. 栈的应用(2)括号匹配检查-stack of applications (2) matching brackets inspection
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5521
    • 提供者:哈哈
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. a.doc

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

    • 发布日期:2017-04-03
    • 文件大小:4684
    • 提供者:sad
  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-13
    • 文件大小:3205
    • 提供者:陈子杭
  1. maze

    0下载:
  2. 可视化迷宫问题,数据结构练习,堆栈的应用-Visualization maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11631980
    • 提供者:Bob
  1. calculator

    0下载:
  2. 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators pr
  3. 所属分类:Other windows programs

    • 发布日期:2014-09-20
    • 文件大小:416646
    • 提供者:liujianye
  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. 3.栈的应用举例

    0下载:
  2. 数据结构中栈的使用,有注释,参考清华严蔚敏的(Data structure in the use of the stack, there are notes)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:4469760
    • 提供者:Elvan
  1. 0下载:
  2. 编程实现栈的应用之一 ----括号匹配的检验,主要针对 [ ],()和{}三级括号的匹配。(One of the stack programming application, bracket matching test, mainly for [], () {}, and three brackets.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:VINCERXC
  1. 栈的应用

    0下载:
  2. 一个头文件,linkstack.h的头文件。(qwewqeqweasdwoqulzhenhsifule)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2124800
    • 提供者:年少-恋歌
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com