Welcome![Sign In][Sign Up]
Location:
Search - 表达式求值

Search list

[Mathimatics-Numerical algorithms表达式求值

Description: 表达式求值
Platform: | Size: 3243 | Author: swn.zjwx@yahoo.com.cn | Hits:

[Windows Develop简单的表达式求值

Description: 比 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
Platform: | Size: 1975296 | Author: 杨波 | Hits:

[Mathimatics-Numerical algorithms表达式求值

Description: 表达式求值,包括括号的匹配问题、负数如何识别?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 (illegal) and 3 (2) (legal) and 3 (illegal) and 3 (2) (lawful)
Platform: | Size: 4096 | Author: 陈毛华 | Hits:

[Windows Developvc++版本的表达式求值

Description: dlg界面的c++表达式求值程序。-DLG interface c++ expression evaluation procedures.
Platform: | Size: 45056 | Author: chengjr | Hits:

[Mathimatics-Numerical algorithms算术表达式求值

Description: 算术表达式求值源代码-arithmetic expression evaluates source code
Platform: | Size: 3072 | Author: 李智 | Hits:

[Mathimatics-Numerical algorithms后缀表达式求值

Description: 简单的后缀表达式求值-simple expression evaluates Suffix
Platform: | Size: 1024 | Author: 冯彩华 | Hits:

[MultiLanguage表达式求值的C源程序

Description: 用栈实现表达式求值-stack with Expression Evaluation
Platform: | Size: 1024 | Author: 峰峰 | Hits:

[Data structs一个表达式求值程序

Description: 一个表达式求值程序 ACM常用-evaluates an expression commonly used procedures ACM
Platform: | Size: 8192 | Author: 陈曦 | Hits:

[Other数学表达式计算器

Description: 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed description of the Calculator.pdf China. The Calculator class despite my repeated testing, correct many mistakes, but I do not guarantee in the future it will not use the procedure to you impact your right to use all the consequences of that, I do not accept any responsibility.
Platform: | Size: 33792 | Author: 李海生 | Hits:

[Other表达式求值

Description: 允许用户输入函数表达式,并可加载在需要用到此程序的工程中-allows users to input function expression may require the loading process is now projects
Platform: | Size: 2048 | Author: 赵小美 | Hits:

[Windows Develop表达式求值2

Description: 另外一个关于表达式求值的程序,功能强大,可以计算带有次方的表达式 ,而且可以先输入字母,再对字母赋值-A program which can calulate the value of a expression, it owns powerful function, and can calculate the expression which has limited power, also it can input letters firstly,then assign value towards letters.
Platform: | Size: 1024 | Author: 徐瑞 | Hits:

[Data structs表达式求值(大程序)

Description: VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
Platform: | Size: 1900544 | Author: 冰扉 | Hits:

[Data structs简单的表达式求值

Description: 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-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 between the priority), specific details can be read source.
Platform: | Size: 1972224 | Author: 李平 | Hits:

[OS programvc++表达式求值

Description: 一个很好的表达式求值程序,用vc++实现,有很好的参考价值,住要是字符串的处理问题-a good expression evaluates procedures, using vc, and it is a good reference value, live strings if the treatment! !
Platform: | Size: 143360 | Author: 方怡新 | Hits:

[Data structs转换中缀表达式求值

Description: 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.
Platform: | Size: 108544 | Author: 陈静波 | Hits:

[Data structs中缀表达式求值

Description: 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
Platform: | Size: 1024 | Author: 吴伟 | Hits:

[Data structs表达式求值1

Description: 我二年级的数据结构课程设计,是关于表达式求值的,本人觉得还可以,里面的算法很好,但是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
Platform: | Size: 3096576 | Author: 杨宏 | Hits:

[Data structs11组表达式求值

Description: 设计一个表达式求值的程序。该程序必须可以接受包含(,),+,-,*,/的中缀表达式,并求出结果。如果表达式正确,则输出表达式的结果;如果表达式非法,则不输出或输出其他字符。(Design an expression evaluation procedures. The program must accept (,), including +, -, *, / the infix expression, and the results obtained. If the expression is correct, the output of the expression is output; if the expression is illegal, no other characters are output or exported.)
Platform: | Size: 428032 | Author: Yuklui | Hits:

[Data structs201541084霍朋强简单表达式求值

Description: 通过简单的计算来进行表达式求值包括了报告(The evaluation of the expression by simple calculation includes the report)
Platform: | Size: 314368 | Author: 食肉兔 | Hits:

[Other表达式求值

Description: 实现输入表达式 求出未知数的值的功能,主要用于复杂方程的求解,也可验证所求结果,以确保正确性。(The function of implementing the input expression to find out the value of the unknown)
Platform: | Size: 15360 | Author: 辣鸡不辣鸡 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 48 »

CodeBus www.codebus.net