CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 表达式 计算

搜索资源列表

  1. 多功能数值仿真计算器

    0下载:
  2. 本程序提供了输入表达式计算、积分、微分、拟合、插值等多种数值计算,界面简练,功能强大-procedures for the importation of expression, integral, differential, fitting, interpolation and other numerical calculation, concise interface, powerful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18174
    • 提供者:向红
  1. 中缀表达式求值

    0下载:
  2. 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1341
    • 提供者:吴伟
  1. 基于表达式的科学计算器

    1下载:
  2. 这是一个基于表达式的科学计算器,计算结果的有效位较长(16位);支持不严格的表达式输入(如cos(23)*sin(34)与cos(23)*sin(34与cos23*sin34等价);支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等),功能非常不错。-This is a formula based on the scientifi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:148597
    • 提供者:tufei8438
  1. expression_calculation

    0下载:
  2. 利用栈实现的算术表达式计算程序,语言为纯c。开发工具为vc6。-use Stack arithmetic expression calculation procedures, language pure c. Development tools for vc6.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7768
    • 提供者:朱麟
  1. 通用的数学表达式编译计算动态库 v2.2

    0下载:
  2. 通用的数学表达式编译计算动态库,功能比较强大-common mathematical expression compiler for calculating dynamic, more powerful functions
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36638
    • 提供者:庞岳峰
  1. 表达式的计算

    0下载:
  2. 数据结构的实验,用一个堆椎来计算一个整形表达式的值-structure of the experimental data, with a heap of vertebral a plastic calculated the value of the expression
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11918
    • 提供者:张心海
  1. 多赋值语句算术表达式解析器2.2

    0下载:
  2. 能计算如下表达式:x=3 y=4 z=x^2+sin(y) -expression can be calculated as follows : 3 x = y = z = 4 x ^ 2 sin (y)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:196696
    • 提供者:王箭
  1. Calculate000

    0下载:
  2. 可以识别输入的算术表达式并计算机结果,支持+、-、*、/四则运算及嵌套的(),比如4*3+5*((16+8)/2-5)。 利用后缀表达式计算。-can identify imported computer arithmetic expression and the results support ,-,*, / 4 Operational and nested (), such as 3 5 4 * * ((16 8) / 2-5). The use of the suffix formul
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:梁清华
  1. Greta

    2下载:
  2. 正则表达式计算,可以快速地从一个字符串中提取有效字符
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:91523
    • 提供者:王水木
  1. expr1

    0下载:
  2. 表达式计算 表达式计算 表达式计算 -expression calculation formulas calculating formulas expression calculation formulas expression expression calculation table tat expression calculation formulas calculating formulas calculating expression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3398
    • 提供者:zde
  1. 用DELPHI制作的一个表达式

    0下载:
  2. 该程序是用DELPHI制作的一个表达式 能够计算和区别表达式的正确与否-the program is produced by Delphi formula to calculate a distinction between expression and the correct or not
  3. 所属分类:Windows编程

    • 发布日期:2010-07-01
    • 文件大小:1325183
    • 提供者:姚小明
  1. SimpleRPN

    0下载:
  2. 使用c#实现的可以将任意数学表达式计算得到相应结果-use of the c # can be arbitrary mathematical formulas calculated corresponding results
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2288
    • 提供者:工厂
  1. 进行表达式运算

    0下载:
  2. 表达式的计算程序- Expression computational procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2281
    • 提供者:瀚海
  1. 算术表达式解析器

    0下载:
  2. 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:49554
    • 提供者:曲贵增
  1. sufexpresssrc

    0下载:
  2. 本程序是一个完整的后缀表达式计算,主要用栈的操作实现,本程序封装了CStack类实现栈的操作,本程序最大的特色在于运用动态监视表达式的算法对表达式进行数据校验,对一切合法的表达式进行计算,检验出所有任何非法表达式并提示。-this procedure is a complete expression suffix, the main stack to achieve the operation, Packaging of this program to achieve Stack CStack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:22091
    • 提供者:魏洪平
  1. biaodashijisuan

    0下载:
  2. 一个小的表达式计算工具,可完成加减乘除乘方等运算。-a small expression calculation tools, to be completed by the arithmetic operations such as involution.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17256
    • 提供者:anquan
  1. SJJG_BIT

    0下载:
  2. 常用数据结构演示:1、链表管理;2、二叉树;3、背包问题;4、力的实现;5、表达式计算;6、分水问题。-commonly used data structures exercise : 1, Chain management; 2, the binary tree; 3, knapsack problem; 4, the force achieved; 5. formulas; 6, the dividing issues.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:585711
    • 提供者:林健
  1. calculator_sjtu

    0下载:
  2. 大学时用c++做的计算器,实现统计以及表达式计算。-University c done with the calculators, and achieving statistical formulas.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:174088
    • 提供者:张晔
  1. 密码查看工具PasswordViewer源代码1

    0下载:
  2. 多功能算术表达式计算类-multifunctional arithmetic formulas category
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:95099
    • 提供者:sbd
  1. expression

    0下载:
  2. 中缀表达式计算的堆栈算法的实现,在tc或vc++下编译通过-Infixation expression stack algorithm for the calculation of the realization in tc or under compile vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:1008
    • 提供者:yhy
« 1 2 34 5 6 7 8 9 10 ... 48 »
搜珍网 www.dssz.com