搜索资源列表
多功能数值仿真计算器
- 本程序提供了输入表达式计算、积分、微分、拟合、插值等多种数值计算,界面简练,功能强大-procedures for the importation of expression, integral, differential, fitting, interpolation and other numerical calculation, concise interface, powerful
calculator_sjtu
- 大学时用c++做的计算器,实现统计以及表达式计算。-University c done with the calculators, and achieving statistical formulas.
Calc.dpr
- 高级计算器,能进行复杂的数学表达式计算,支持多个数学函数
SQCX_WZ
- 下面这个程序支持加+ 减- 乘* 除/ 阶乘! 开方? 平方^ 取模% 等运算 支持括号和括号内优先级 可以输入负数 不过输入负数时需要用括号括上 这个程序 一定有不少 缺点 我也没有用一些表达式 进行运算验证 这个验证的过程就交给大家把 如果各位发现输入的表达式 计算错误的话 请将表达式和结果 发到帖子上来 我会修改的
C1
- 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7
biaodashijisuan
- 表达式计算,完整的个位数字的四则运算。如果有人改进成可以任意位数字的四则运算希传我一份
VC6动态链接库的编写和调用——四则表达式计算
- 先编写MFC DLL,打开VC++6.0 => File => New => Project => MFC AppWizzard(dll),在 Project name 里输入Calc =>Next => Finish. 好了,现在你打开Workspace的FileView就可以看到已经有Calc.h、Calc.cpp、stdafx.h、stdafx.cpp这4个文件了.-first prepared MFC DLL, opening VC 6.0 = gt;
c++2
- 编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结合性为右结合 3)希望表达式中能够处理实数 -编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结
mabExpress_src
- 任意数学表达式计算的源码及测试软件-Calculation of arbitrary mathematical expression of the source code and test software
suanfuwenfa
- 编写表达式计算程序,方法不限,但要求将词法部份(即取常或运算符)编写成一个子程序-The preparation of the expression program, and methods are not limited, but requested that some lexical (that is, regular check or operator) the preparation of a subprogram
GBCalu
- 高博文本计算器,支持+,-,*,/,平方,及数学函数表达式的计算-Bo Gao text calculator, support+,-,*,/, square, and the calculation of mathematical function expression
ExpressionComputing
- 表达式的计算。实现实数级别的表达式计算。输入规范是:表达式以#结束。-Expression calculation. Achieve real level of expression evaluation. Input specifications are: expression to# end.
calculator
- 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
expression
- 表达式计算,良好的设计,效率高,容易理解,适合C++初学者。- expression calculation, good design ,hight effeciency ,easy to understand ,suit for C++ learner
expression
- 表达式计算,如1+2+3#回车后会显示计算结果-Evaluates expression.
Evaluate-the-expression
- 表达式的计算是每一位学生必做的学习,本人的表达式计算实现了表达式计算的一般功能。-Expression evaluates to learning, every student will do my expression evaluates the expression evaluates to the general function.
Calculator
- 1 实现科学计算器 2 实现加减乘除、平法、带括号运算 3 利用后缀表达式计算-1 scientific calculator 2 for addition, subtraction, flat method, with the parentheses operator 3 expression evaluates to use the suffix
Ebiaodashijisx
- 表达式计算,用栈实现,可实现中中缀转后缀,表达式值的计算等功能 -Expression evaluates to use the stack, can realize the function in infix to suffix, the expression value is calculated
MyPro1
- 利用C++ 实现表达式计算求值。输入表达式。可以计算出值。-C++ implementations the expression evaluates to seek value.
ExpressionEngine
- 表达式计算引擎,支持四则混合运算,还有部分数学函数-Expression calculation engine that supports four hybrid operation, as well as some mathematical functions