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

搜索资源列表

  1. 计算式求值栈操作

    0下载:
  2. 计算式求值栈操作-formula evaluates stack operation
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1773
    • 提供者:赵君龙
  1. 表达式求值的C源程序

    0下载:
  2. 用栈实现表达式求值-stack with Expression Evaluation
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:峰峰
  1. 模板类栈求表达式值

    0下载:
  2. 是一个表达式求值的算法,用 模板实现的,可以进行四则运算,支持小数和括号-is an expression evaluates the algorithm, using the template, can be four operators, and parentheses minority support
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63588
    • 提供者:丁兴全
  1. 表达式转换求值 C++

    0下载:
  2. 表达式的转换求值 利用栈 中缀表达式转后缀 直接将扩展名转为CPP即可调试运行
  3. 所属分类:Windows编程

  1. 数据结构的设计题目利用栈求表达式的值

    0下载:
  2. 数据结构的设计题目利用栈求表达式的值,可供小学生作业,并能给出分数-Data structure using a design value of the expression stack request, for primary operations, and to give scores
  3. 所属分类:文档资料

    • 发布日期:2012-01-11
    • 文件大小:1476
    • 提供者:testsb
  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-16
    • 文件大小:10235
    • 提供者:lulu
  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. 1

    0下载:
  2. 用栈实现的算术表达式求值算法。输入一串含有字母的表达式,要求输入其值即可进行计算。-Stack with the realization of the arithmetic expression evaluation algorithm. Enter a string containing the letters of expression, for the importation of its value can be calculated.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:1807
    • 提供者:liuhongliruc
  1. a.doc

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

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

    0下载:
  2. 实现中缀表达式转后缀表达式,并利用后缀表达式求值-Infix expression to expression algorithm suffix
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:892264
    • 提供者:tlh
  1. migong

    0下载:
  2. 本程序主要是用栈来实现迷宫问题。所用算法是非递归算法,输入为迷宫的行数和列数,然后在对应位置上输入其值(0表示该位置通,1表示该位置不通)。输出则是以三元组(i,j,d)的形式,其中(i,j)表示迷宫中的一个坐标,d表示走到下一坐标的方向,-This procedure is mainly used to achieve the maze problem stack. Algorithm used in a non-recursive algorithm, enter the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:19168
    • 提供者:尹素芳
  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. 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. sizeyunsuan

    0下载:
  2. 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算符栈、操作数栈、操作数栈和主要操作的变化过程。-In the form of a sequence of characters entered from the terminal grammatically correct, non-integer variable expressions using the operators given priorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1436
    • 提供者:张斌
  1. zhan

    0下载:
  2. 利用栈实现表达式求值,加深对栈的应用的了解-The use of the expression evaluation stack to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:421338
    • 提供者:达海
  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. 0下载:
  2. 实现栈的进站和输出查找操作:查找值为x的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作(顺序存储)(Carrying and output of the stack)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:7055360
    • 提供者:罗西南迪
  1. 获取值栈中的异常工具类

    0下载:
  2. 通过Java代码获取并显示值栈中的异常信息,可以通过这些异常信息,判断程序中的一些问题。(Get the exception in the value stack)
  3. 所属分类:其他

  1. 值类型和引用类型的区别

    0下载:
  2. 值类型和引用类型,栈和堆的含义 本文主要是讨论栈和堆的含义,也就是讨论C#的两种类据类型:值类型和引用类型; ? 虽然我们在.net中的框架类库中,大多是引用类型,但是我们程序员用得最多的还是值类型。(Value type and reference type, stack and heap. This article mainly discusses the meaning of stack and heap, which is to discuss the two types of C
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:94208
    • 提供者:dajun1102
  1. 9 RSSI值测距离

    2下载:
  2. 1.CC2530F256测距,使用Zigbee协议栈开发,精度为小数点后1位,主程序入口提供详细文档解析,采用广播的方式组网,目前组网3个没问题,上位机串口调试助手显示距离; 2.协议栈使用rssi来计算距离,测量范围在0.1~3m区间误差不到百分之3; 3.如需定位,简单修改主函数套公式即可; 4.程序使用ZStack-CC2530-2.3.1-1.4.0。(1.CC2530F256 ranging, using Zigbee protocol stack development, ha
  3. 所属分类:单片机开发

    • 发布日期:2018-05-02
    • 文件大小:13097984
    • 提供者:test_node
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com