搜索资源列表
Computer.zip
- 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。
suanshujisuan
- 算式计算 1、摘要:使用堆栈计算由加、减、乘、除、括号组成的表达式。 2、参考资料: IBM-PC汇编语言程序设计(第二版) -a calculation formula, the Abstract : stack calculation, plus or minus, multiplication and addition, the brackets of expression. 2, reference materials : IBM-PC Assembly Language
cacl2
- 计算器能够实现加、减、乘、除简单运算,还能够实现数据的输入,输出,计算,显示及程序退出等功能-calculators can be achieved, plus or minus, multiplication and simple operation, but also to achieve the data input and output, calculation, Display and exit procedures, and other functions
MultinomialOperation
- 多项式的加减乘运算,没有除运算,算法很清楚,都可以看懂-polynomial modified by the operator, the operator is no exception, the algorithm is very clear, can understand
SQCX_WZ
- 下面这个程序支持加+ 减- 乘* 除/ 阶乘! 开方? 平方^ 取模% 等运算 支持括号和括号内优先级 可以输入负数 不过输入负数时需要用括号括上 这个程序 一定有不少 缺点 我也没有用一些表达式 进行运算验证 这个验证的过程就交给大家把 如果各位发现输入的表达式 计算错误的话 请将表达式和结果 发到帖子上来 我会修改的
Matrix
- 能完成矩阵的基本操作(加,减,乘,除,转置,求逆等)
CiperLib_release_by_csk
- 关于大数运算的加 减 乘 除 模 等运算 运用了libtommath库的算法
exlp
- 一个小型计算器,可以进行/加/减/乘/除/开放运算,希望你们喜欢。-a small calculator, can / add / subtract / multiply / addition / open computing, I hope you like.
value_operation
- 此程序是一个加,减,乘,除的算法.-This procedure is an add, subtract, multiply, with the exception of the algorithm.
arithmeticexpression
- 数据结构的长数字算术表达式计算算法,包括加\减\乘\除等-Data structure of the long digital arithmetic expressions calculation algorithm, including the addition and subtraction multiplication and division, etc.
TranslateCalc
- 实现数据结构中的数学中序表达式转换为后继表达式. 并且运算出后序表达式的结果. 运算符号包括 + - * / & | ! ( ) 加 减 乘 除 与 或 非-Implementation data structure in the math expression in the sequence is converted to a subsequent expression. And after computing the result of the expression sequen
large
- 大数的加减乘除运算 ,完成上百位数的加减乘除-Addition and subtraction, multiplication and division of large numbers computing
jisuanqi3
- 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
GDFT-I
- c++ 常用基本运算 包括 加 减 乘 除与傅里叶变换的程序-c++ common basic operations include addition and subtraction multiplication and division with the Fourier transform procedure
Geometry01
- 对图像进行加、减、乘、除、放大、缩小的运算-To add, subtract, multiply, divide, enlarge, reduce On the image.
Calculate24
- 随意输入四个数,输出利用加.减.乘.除,能组成结果为24的所有计算式-Four the number of random input and output using plus. Decreased. By. In addition, the results can be composed of all the formula of 24
gaojingdu
- 高精度算法,属于处理大数字的数学计算方法。在一般的科学计算中,会经常算到小数点后几百位或者更多,当然也可能是几千亿几百亿的大数字。一般这类数字我们统称为高精度数,高精度算法是用计算机对于超大数据的一种模拟加,减,乘,除,乘方,阶乘,开方等运算。对于非常庞大的数字无法在计算机中正常存储,于是,将这个数字拆开,拆成一位一位的,或者是四位四位的存储到一个数组中, 用一个数组去表示一个数字,这样这个数字就被称谓是高精度数。高精度算法就是能处理高精度数各种运算的算法。 -High-precision
calte-QT
- QT编写功能及界面,实现功能:加、减、乘、除、连加、连减、连乘、连除、加减乘除混合运算、除零报错等功能,代码简单清晰,适用于刚刚接触QT的人-QT write functions and interface functionality: add, subtract, multiply, divide, even increase, even less, and even multiply, even in addition, subtraction, multiplication and div
256521
- 关于大数运算的加 减 乘 除 模 等运算 运用了libtommath库的算法()
2159332
- 多项式的加减乘运算,没有除运算,算法很清楚,都可以看懂()