CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 表达式求值

搜索资源列表

  1. yuanma.rar

    0下载:
  2. 数据结构的几个小程序:汉诺塔,杨辉三角,括号匹配,表达式求值,Data structure of several small programs: Tower of Hanoi, Yang Hui Triangle bracket matching, regular expression evaluator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5136
    • 提供者:吴用
  1. expression

    2下载:
  2. 利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。 输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。 -Done using an arithmetic expression evaluation stack: file input fr
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:429013
    • 提供者:Sw
  1. calculator_shi

    0下载:
  2. 类似于Windows界面的表达式求值算法-Windows interface similar to the expression evaluation algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:9845
    • 提供者:周静
  1. asdf

    0下载:
  2. 算术表达式求值演示,栈的应用的一个典型的例子,演示用算符优先法对算术表达式求值的过程-Arithmetic expression evaluation demonstration, the application stack, a typical example, demonstrate the priority operator arithmetic expression on the process of evaluation
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1134
    • 提供者:王超
  1. tree_exp

    0下载:
  2. 数据结构课程中利用树进行表达式求值方法,VC6下测试通过-Data structure tree for the use of curriculum evaluation methods of expression, VC6 under test
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:33906
    • 提供者:张洁云
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:33009
    • 提供者:韩非
  1. Stack

    0下载:
  2. 栈的定义,C++定义的栈的基本操作 用于栈的操作练习 表达式求值,中缀转后缀-Stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:509514
    • 提供者:范志东
  1. 1

    0下载:
  2. 本程序是一个交互式计算器,即输入表达式求值的模拟程序。-This procedure is an interactive computer simulation program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:181888
    • 提供者:sy
  1. comc

    0下载:
  2. 表达式求值,能实现计算器的基本运算,表达式的转换。-Expression evaluation, to achieve basic computing calculator, expression of the conversion.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1671
    • 提供者:小土豆
  1. biaodashiqiuzhi

    0下载:
  2. 表达式求值程序,绝对原创。 先将表达式转换成后缀表达式,然后求值-Expression evaluation procedures, an absolute original. First suffix expressions into expressions, and then evaluated
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:850
    • 提供者:决定
  1. jisuanqi

    0下载:
  2. 一个基于表达式求值的科学计算器,C++,MFC,支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等)。-Expression based on the evaluation of the scientific calculator, C++, MFC, in support of a number of four-band exp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:28960
    • 提供者:sunnypill
  1. Expression

    0下载:
  2. 简易表达式求值,可计算答题正确的得分,另附程序流程图-Simple expression for the value, calculate the correct answer score, followed the procedure flow chart
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:116221
    • 提供者:张晨
  1. biaodashiqiuzhi

    0下载:
  2. 表达式求值程序,很好的实现表达式的ascii码输入,到数值计算-Expression evaluation procedures, to achieve a very good expression of the ascii code input to the numerical calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1348
    • 提供者:田雷
  1. expression

    0下载:
  2. 实验要求把中缀表达式转换成为后缀表达式,然后再对后缀表达式求值。其中要利用栈,数组等。-Experimental requirements to convert infix expression into postfix expression and then evaluate the expression of the suffix. Which make use of the stack, the array and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1603
    • 提供者:haha
  1. biaodashi

    0下载:
  2. 表达式求值是用一个表达式来求值语言采用的C++语言(Expression evaluation)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:emmm
  1. Final

    0下载:
  2. 数学表达式求值 编写一个求解包括+、-、×、÷ 运算符的数学表达式值的程序,要求如下: (1)具有操作界面; (2)采用算符优先分析法求解数学表达式的值; (3)可以测试多个数学表达式,每个数学表达式通过键盘输入,可以是合法的数学表达式, 也可以是不合法的数学表达式; (4)如果数学表达式是合法的,则将数学表达式及其值保存到Mathematical-Expression.txt 文件中;否则将数学表达式及提示信息保存到Mathematical-Expression.txt 文件中,
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:18432
    • 提供者:matlad
  1. 利用二叉树求值

    0下载:
  2. 运用二叉树求表达式值 根据表达式 构建二叉树 建立波兰式 求出值。(Using the two tree to calculate the expression value, construct two fork tree according to the expression, and establish the Poland type value.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:YuKaiTeam
  1. 表达式求值

    0下载:
  2. 实现输入表达式 求出未知数的值的功能,主要用于复杂方程的求解,也可验证所求结果,以确保正确性。(The function of implementing the input expression to find out the value of the unknown)
  3. 所属分类:其他小程序

  1. 数学表达式求值

    0下载:
  2. 可以计算一个数学表达的值,例如输入1+2*(10-8)^2-87这样的式子都可以计算出结果(The value of a mathematical expression can be calculated.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:18012160
    • 提供者:msiym
  1. 表达式求值(浮点数运算)

    1下载:
  2. 用c/c++ 编写的,关于数据结构中用入栈和出栈等,实现表达式求值问题。(expression evaluation)
  3. 所属分类:其他

    • 发布日期:2020-03-24
    • 文件大小:2048
    • 提供者:jing_
« 12 3 4 5 6 »
搜珍网 www.dssz.com