搜索资源列表
Computer.zip
- 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。
finish01
- 一般来说用int型变量超过2^31的数就会溢出。此程序是利用数组对长度很长的整形字符串进行加减操作,并且进行自动测试的例子-int type generally used more than two variables ^ 31 a few will overflow. This procedure is the use of an array of very long length of plastic strings Modified operation, as well as automa
calculator.zip
- 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。,Expression ca
CRealNumberString_Complete1_6_rar
- 采用字符串模拟double型数据的计算,包括一个double型数据的前驱和后继,以及加减乘除等运算。-Double-type data using a string simulation calculations, including a double-type data, predecessor and successor, as well as operations such as addition and subtraction multiplication and division.
counter
- 简易计算器 能计算简单的加减乘除运算,以字符串方式输入,如输入‘123+4567’,回车后直接得结果‘4690’-Simple calculator can calculate simple addition and subtraction multiplication and division, as a string input, such as input ' 123+4567' , enter the results directly obtained ' 4690 &
Polynomials-Math-Calculator
- 1. 程序可以将多项式以字符串(可以采用CString类表示)的形式输入,如多项式 可以采用: 表示; 2. 程序能对输入的两个多项式进行多项式的加,减,乘运算; 3. 程序完成运算后,将计算结果按照升幂排列输出; -Polynomials Math Calculator
bigint
- 大整型的加,减,乘,大小比较,都是用字符串实现的-Big integer add, subtract, multiply, and size comparison, are realized with string
test
- 用c语言实现的字符串的相互加减,可以参考!-C language string of each addition and subtraction, you can refer!
123
- 实现一元多项式的加减乘除运算和多元多项式的加减乘运算,输入时以字符串的形式输入即可。-Achieve a polynomial multiplication and division addition and subtraction and addition and subtraction multi-polynomial multiplication, input a string in the form of typing.
Arithmetic
- 四则运算主要是用字符串形式接收一个带括号的四则运算表达式,然后按照四则运算优先级的算法先括号,后乘方,乘除,加减这样的顺序将这个算式解出。-Arithmetic is mainly used to receive a string of four operations with the expression in parentheses, and then follow the four operations in parentheses first priority of the algori
large
- 实现高精度的加减乘除的C++程序。 字符串类型存储高精度。可以实现大数加减乘除-Large Interger
Computer
- VC++表达式解析(计算)工具源代码,由江汉石油学院计算机系的学生所编写。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:、|、=、&、 、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*
result
- 计算简单的加减乘除运算,以字符串方式输入,如输入‘123+4567’,回车后直接得结果‘4690’。 -Calculate simple arithmetic operations, a character string, such as input ' 123+4567 ' , ' 4690 results obtained directly after Enter' .