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

搜索资源列表

  1. 简单的表达式求值.rar

    1下载:
  2. 比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。 这个程序要求读者具备编译原理的一些知识。
  3. 所属分类:界面编程

    • 发布日期:2012-11-01
    • 文件大小:1.88mb
    • 提供者:
  1. 简单的表达式求值

    0下载:
  2. 比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值。这个程序要求读者具备编译原理的一些知识-than Windows, bringing their senior point calculators, the entire expression input, and then evaluated. This procedure requires the reader has compiled some of the principles of knowledge
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.88mb
    • 提供者:杨波
  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. 简单的表达式求值

    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. vc++表达式求值

    0下载:
  2. 一个很好的表达式求值程序,用vc++实现,有很好的参考价值,住要是字符串的处理问题-a good expression evaluates procedures, using vc, and it is a good reference value, live strings if the treatment! !
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:140.32kb
    • 提供者:方怡新
  1. 转换中缀表达式求值

    0下载:
  2. 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:105.8kb
    • 提供者:陈静波
  1. 中缀表达式求值

    0下载:
  2. 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:吴伟
  1. 表达式求值1

    0下载:
  2. 我二年级的数据结构课程设计,是关于表达式求值的,本人觉得还可以,里面的算法很好,但是vc用得还不熟-my two-year curriculum design data structure is on the expression evaluates, and I felt that I could, well inside the algorithm, but also spent vc wake
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:51.08kb
    • 提供者:杨宏
  1. 多项式求值

    0下载:
  2. 本程序的主要功能是实现多项式的求值,可以实现+,-,*,/.-the program's main function is a polynomial evaluation, can achieve +,-,*,/.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:魏平
  1. 表达式求值

    0下载:
  2. 表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is the difference between 3 -2 (
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4.58kb
    • 提供者:陈毛华
  1. vc++版本的表达式求值

    0下载:
  2. dlg界面的c++表达式求值程序。-DLG interface c + + expression evaluation procedures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:44.16kb
    • 提供者:chengjr
  1. 算术表达式求值

    0下载:
  2. 算术表达式求值源代码-arithmetic expression evaluates source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.64kb
    • 提供者:李智
  1. 多项式求值的豪纳定理

    0下载:
  2. 多项式求值的豪纳定理-polynomial evaluates the Hauner Theorem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:843byte
    • 提供者:赵君龙
  1. 计算式求值栈操作

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

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:赵君龙
  1. 后缀表达式求值

    1下载:
  2. 简单的后缀表达式求值-simple expression evaluates Suffix
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:921byte
    • 提供者:冯彩华
  1. 表达式求值

    0下载:
  2. 表达式求值
  3. 所属分类:数值算法/人工智能

  1. 11组表达式求值

    0下载:
  2. 设计一个表达式求值的程序。该程序必须可以接受包含(,),+,-,*,/的中缀表达式,并求出结果。如果表达式正确,则输出表达式的结果;如果表达式非法,则不输出或输出其他字符。(Design an expression evaluation procedures. The program must accept (,), including +, -, *, / the infix expression, and the results obtained. If the expression is
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:418kb
    • 提供者:Yuklui
  1. 求值

    0下载:
  2. 通过输入数值,求该数值的阶乘以及用不同的方法求1~100的偶数和(Through the input value, the value of the factorial, as well as in different ways to find the even number of 1~100)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:6kb
    • 提供者:yanyanyan
  1. 201541084霍朋强简单表达式求值

    0下载:
  2. 通过简单的计算来进行表达式求值包括了报告(The evaluation of the expression by simple calculation includes the report)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:307kb
    • 提供者:食肉兔
  1. 表达式求值

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

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com