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

搜索资源列表

  1. ExpressCal

    0下载:
  2. 德国老外的程序,免费开源可以计算各种不同的函数、以及四则运算,可以处理括号,还可以计算正余弦,是一款不可多得的表达式计算类和计算工具。-Germany foreigner' s program, free open source can calculate a variety of functions, as well as four computing can handle brackets can also calculate the sine and cosine, is a rar
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:20189
    • 提供者:何满根
  1. Calc

    0下载:
  2. VB版高级功能计算器,除了具有数学运算外,还包括三角函数、反三角函数、双曲三角函数、绝对值等运算,还可以进行一些比较复杂的表达式计算,比如 ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。-VB version of the advanced features of the calculator, in addition to mathematical operations, including trigonometric, inverse trigo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:247177
    • 提供者:Dwj
  1. Calculator

    0下载:
  2. c++编写的科学计算器源代码,支持科学计算及表达式计算,可选择角度、弧度制,自带常量-scientific calculator source code written by c++ support scientific computing and expressions to select the angle in radians, comes with constant
  3. 所属分类:MPI

    • 发布日期:2017-12-10
    • 文件大小:296788
    • 提供者:王钰
  1. bsh-core

    0下载:
  2. 网上看到的java开源表达式计算包,使用非常简单,内附说明-java code for dynamic express,a pice of cake
  3. 所属分类:Java Develop

    • 发布日期:2017-11-04
    • 文件大小:135761
    • 提供者:小名
  1. scientific-calculator

    0下载:
  2. java版科学计算器源码,支持表达式计算。-java version of scientific calculator source code, support expression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:244374
    • 提供者:
  1. CHAOJI

    0下载:
  2. 超级表达式计算,能够实现超级表达式计算功能。希望朋友下载支持-Super expression evaluates to achieve super expression. To hope friends download support
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:3737
    • 提供者:李奎
  1. Expression

    0下载:
  2. 表达式计算采用了算符优先法正则表达式来实现,同时还能支持X变量的计算,是用来做画函数图的最佳类。如果要能画函数图的源代码请下载ExprDraw.zip.但此源代码采用了C语言方式实现其表达式计算。-Expression calculated using the operator precedence method to achieve regular expression, while supporting the calculation of the X variable, is the be
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:4819292
    • 提供者:rgbtagu
  1. ProgrammerCalc2013-05-16(1_0_0_1)

    0下载:
  2. 1.支持数值进制转换。 2.查看数值的内存形式。 2.支持大数(以数组表示)的表达式计算。最大支持499的阶层。 3.VC10.0
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:879836
    • 提供者:Jerry
  1. cPP-Calculator

    0下载:
  2.   (1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。依次输入第一个运算数、运算符(+,-,*,/)、第二个运算数,然后输出结果。结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘R’返回 菜单。   例如:输入:2   +   5   输出:7   (2)实现单运算符表达式计算的功能。输入的操作数可以包含整数或浮点数。输入表达式如下:   例如:输入:2+5   输出:7-(1) with integer data, floating point
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:462942
    • 提供者:patton
  1. Expression-Evaluator-

    0下载:
  2. 数据结构,课程设计,表达式计算 c++源码-Data structure curriculum design expression evaluation
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:2154
    • 提供者:zgd
  1. FormulaDlg

    0下载:
  2. 公式编辑与解析程序,支持多种运算符操作、可支持复杂表达式计算。--Formula editing and analysis programs that support the operation of a variety of operators can be calculated for complex expressions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:128442
    • 提供者:78342543@qq.com
  1. CalcOfExpression

    0下载:
  2. 进行表达式的计算,显示计算的步骤。提供了堆栈的类,和表达式计算的类-For the expression evaluates to display the calculation steps. Provides a stack class, and the class expression evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:11157
    • 提供者:孙瑞
  1. expression_cal

    0下载:
  2. 中缀表达式转后缀表达式(C++版本),这里转化能便于对表达式计算处理-Infix expression turn postfix expression (C++ version), where transformation can facilitate the expression evaluates to handle
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:1426
    • 提供者:zzlmatrix_zzl
  1. count

    0下载:
  2. 表达式计算的C++小程序,利用栈实现了+ - * / ()的混合运算,适合初学者参考。-Expressions calculation C++ small program, using the stack to achieve the+-*/() hybrid operation, suitable for beginners reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2987
    • 提供者:shuai
  1. CalculatorStack

    0下载:
  2. C#编写的计算器程序,使用了堆栈实现,支持表达式计算-Calculator program written in C#, using a stack implementation, support for expression evaluation
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:80342
    • 提供者:pain0
  1. FormulaDlg

    0下载:
  2. 公式编辑与解析程序,支持多种运算符操作、可支持复杂表达式计算。-Formula editing and analysis programs that support the operation of a variety of operators can be calculated for complex expressions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:128488
    • 提供者:saleinf
  1. CiFaFenXi

    0下载:
  2. c# 写的表达式计算,采用逆波兰表达式做词法分析。-c# write an expression calculation, using reverse Polish notation to do lexical analysis.
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:225160
    • 提供者:peter
  1. formula

    0下载:
  2. 关于表达式计算的C++程序,可以执行对输入表达式的识别和计算-Mainly used for formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3139
    • 提供者:陈宇翔
  1. MathEval

    0下载:
  2. 一个数学表达式计算控件,支持弧度角度,支持大量常用数学函数,支持定义变量。提供源代码及测试程序。-A control for mathematical expression evaluating, support radian and degree, and support a large number of common mathematical functions, supports the definition of variables. Provide the source code a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:201666
    • 提供者:高超
  1. javaparase

    0下载:
  2. 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀.-A Java source code package, including quick sort, queues, and the calculation of postfix expression, XML generator, as a parse the XML file application to do the calculation
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:8574
    • 提供者:李阳
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com