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

搜索资源列表

  1. CalcSolver

    0下载:
  2. 由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:230887
    • 提供者:水文
  1. ExpressEx

    0下载:
  2. 利用堆栈进行表达式的计算,表达式可以是加减成除,做的不太复杂,有兴趣的可以进行扩展一下
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18370
    • 提供者:LY
  1. CalcSolver.rar

    1下载:
  2. VB版高级功能计算器,除了具有数学运算外,还包括三角函数、反三角函数、双曲三角函数、绝对值等运算,还可以进行一些比较复杂的表达式计算。它还有函数绘图、数据统计和自定义常数等功能。,VB version of the advanced features calculators, arithmetic addition, but also includes trigonometric functions,反三角函数, hyperbolic trigonometric functions, such
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:225264
    • 提供者:NewYork
  1. BoolExpr

    0下载:
  2. 可以根据输入的布尔表达式求值 稍作修改也可以计算复杂的公式-Can enter the Boolean expression is evaluated with some slight modifications can also calculate the complex formula
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:156405
    • 提供者:kwbin
  1. WindowsApplication1

    0下载:
  2. 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器,能分析用户输入的表达式是否正确,支持括号运算、浮点运算、简单的四则运算、复杂的表达式运算、进制之间的相互转换等。操作简单,界面清晰。-Design of the expression calculator based on the compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:84775
    • 提供者:周某某
  1. IntegarteClass

    0下载:
  2. 一种复杂的积分表达式计算vc++源程序,实现求积分的类,支持各种复杂的积分表达式,可含任何数学函数, 如 3*exp(x)*tan(x)/(8+log(x)) ;可检查出表达式的书写错误;可设置积分精度-A complex calculation of the integral expression of vc++ source code, to achieve points for the class to support the integration of complex expressi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:52700
    • 提供者:wang
  1. 51478222fast_select

    0下载:
  2. 在快匹配运动估计算法中,它的计算复杂度可以描述成:运算量=搜索点×块匹配准则.该表达式可以这样解释,在快匹配准则确定的情况下,如果一个匹配点的单位运算量确定了,这时动动估计的动算量就有直接取于搜索的点数,也就是取决于运动估计的搜索算法,实现了三步搜索法-Match the fast motion estimation algorithm, its computational complexity can be described as: Operational × volume = search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1178
    • 提供者:罗鹏
  1. CalcSolver

    0下载:
  2. 包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是 一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提 的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易 懂。-Including the commonly used functions (trigonometric, inverse trigonometric
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:229554
    • 提供者:zhj_hjh
  1. Advanced-Expression-Calculator

    0下载:
  2. 高级表达式计算器源码,能根据复杂的表达式计算出结果,并且有排错功能-High expression calculator source code can be calculated according to the results of complex expressions, and has troubleshooting features
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:212891
    • 提供者:yosen
  1. ICalcSolvern

    0下载:
  2. 包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(22)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。 -Common functions (trigonometric functions, inverse trigonometric functions, hyperbolic, tr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:229897
    • 提供者:thlqt
  1. calculator

    0下载:
  2. 自制学生计算器,使用C++6.0编写,仿卡西欧计算器界面,使用中缀转后缀表达式,可以计算复杂的数学表达式-calculator written by C++6.0,Casio calculator interface, infix turn suffix expression,calculate complex mathematical expressions
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:55464
    • 提供者:
  1. calculator

    0下载:
  2. windows QT 实现计算器功能,通过堆栈实现复杂表达式的计算。-windows QT realize caculater.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-21
    • 文件大小:5132
    • 提供者:祁琦
  1. clac

    0下载:
  2. 表达式计算器,方便用于无小键盘的笔记本,采用的算法可以计算复杂的表达式-Expression calculator, easy for non-small laptop keyboard, the algorithm can be used to calculate complex expressions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:91674
    • 提供者:方煜葵
  1. calc

    0下载:
  2. 表达式计算器,可以处理复杂的计算,可一次性输入一个长表达式。-this is a calc,can do any calc
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-18
    • 文件大小:4995587
    • 提供者:李冬
  1. calculator

    0下载:
  2. 这个计算器可以计算复杂的数学表达式, 如:3-3*4/2+8-4.5; +、-、*、\以及小数点都可计算,且此项目没有错误,可以运行。-This calculator can calculate complex mathematical expressions, such as :3-3* 4/2+8-4.5 +,-,*, \, and the decimal point can be calculated, and this project is no error, you can run.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:67552
    • 提供者:
  1. 3_6-Ackerman

    0下载:
  2. Ackeman函数的递归方法,运用简洁的递归思想实验复杂数学表达式的计算-Ackeman function recursive method, the use of simple recursive thought experiment to calculate complex mathematical expressions
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:259249
    • 提供者:liwei
  1. Calculator

    0下载:
  2. 一个简单的计算复杂表达式的值,利用栈,将中缀表达式转化为后缀表达式-A simple calculation of the value of complex expressions, the use of the stack, the infix expressions into postfix notation
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3477
    • 提供者:从陆文
  1. ZuiZhongZhan.tar

    0下载:
  2. 中缀表达式转后缀表达式计算处结果看了已完成任意复杂度的四则运算-Postfix infix expression turn looked at the results of calculation expressions of arbitrary complexity has completed four operations
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:11445
    • 提供者:黄超
搜珍网 www.dssz.com