CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 字符串加减

搜索资源列表

  1. Computer.zip

    0下载:
  2. 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:49230
    • 提供者:
  1. finish01

    0下载:
  2. 一般来说用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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15572
    • 提供者:蔡雷
  1. calculator.zip

    0下载:
  2. 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。,Expression ca
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:49543
    • 提供者:YHC
  1. CRealNumberString_Complete1_6_rar

    0下载:
  2. 采用字符串模拟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.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:10297
    • 提供者:张庆岭
  1. counter

    0下载:
  2. 简易计算器 能计算简单的加减乘除运算,以字符串方式输入,如输入‘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 &
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:782
    • 提供者:ck
  1. Polynomials-Math-Calculator

    0下载:
  2. 1. 程序可以将多项式以字符串(可以采用CString类表示)的形式输入,如多项式 可以采用: 表示; 2. 程序能对输入的两个多项式进行多项式的加,减,乘运算; 3. 程序完成运算后,将计算结果按照升幂排列输出; -Polynomials Math Calculator
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2022
    • 提供者:马彦辉
  1. bigint

    0下载:
  2. 大整型的加,减,乘,大小比较,都是用字符串实现的-Big integer add, subtract, multiply, and size comparison, are realized with string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2330
    • 提供者:jeason
  1. test

    0下载:
  2. 用c语言实现的字符串的相互加减,可以参考!-C language string of each addition and subtraction, you can refer!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:647
    • 提供者:MR Matrix
  1. 123

    0下载:
  2. 实现一元多项式的加减乘除运算和多元多项式的加减乘运算,输入时以字符串的形式输入即可。-Achieve a polynomial multiplication and division addition and subtraction and addition and subtraction multi-polynomial multiplication, input a string in the form of typing.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1473302
    • 提供者:红其
  1. Arithmetic

    0下载:
  2. 四则运算主要是用字符串形式接收一个带括号的四则运算表达式,然后按照四则运算优先级的算法先括号,后乘方,乘除,加减这样的顺序将这个算式解出。-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
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:13133
    • 提供者:zhoulu
  1. large

    0下载:
  2. 实现高精度的加减乘除的C++程序。 字符串类型存储高精度。可以实现大数加减乘除-Large Interger
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2179
    • 提供者:kuangbin
  1. Computer

    0下载:
  2. VC++表达式解析(计算)工具源代码,由江汉石油学院计算机系的学生所编写。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:、|、=、&、 、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:26566
    • 提供者:JackToms
  1. result

    0下载:
  2. 计算简单的加减乘除运算,以字符串方式输入,如输入‘123+4567’,回车后直接得结果‘4690’。 -Calculate simple arithmetic operations, a character string, such as input ' 123+4567 ' , ' 4690 results obtained directly after Enter' .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:11536
    • 提供者:刘茂臣
搜珍网 www.dssz.com