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

搜索资源列表

  1. calculator

    0下载:
  2. 计算器(带优先级):可以直接输入数学表达式,计算结果,主要特点是带优先级。比如输入:1+2*3,输出为:7.-Calculator (with priority level): You can directly enter the mathematical expression to calculate the results, with the main characteristics of priority. For example, enter: 1+ 2* 3, output: 7.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:33426
    • 提供者:liuzhongqing
  1. jisuanqi

    0下载:
  2. 用VC做的一个科学型计算器,能进行复杂的运算,支持表达式,供初学者参考-VC do with a science-based calculators, to conduct complex operations in support of expression, a reference for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:200131
    • 提供者:阿云
  1. expression

    0下载:
  2. C++ 用栈实现的命令符计算器,进行前缀表达式的计算-C++ Used stack order to achieve Fu calculator for the calculation of expression prefix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:10340
    • 提供者:罗媛
  1. calculator

    0下载:
  2. 科学计算器。可以解读表达式,进行整数、浮点数的加减乘除运算。-Scientific calculator. Expression can be interpreted, for integer, floating-point addition and subtraction, multiplication and division calculations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1940
    • 提供者:晴天雨
  1. ems

    0下载:
  2. vc++堆栈实现计算器 通过输入表达式,及其参数值得到结果。 支持加减乘除开方乘方运算-vc++ stack realize calculator by entering the expression, and its parameters should be the outcome. Supporting prescribing involution Math & Computing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:52460
    • 提供者:liy
  1. calc

    0下载:
  2. C++计算器:数学表达式解析演示代码,支持括号-C++ Calculator: Math Expression Analysis demo code, support brackets
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:19320
    • 提供者:Mobius
  1. jishuqi

    0下载:
  2. 实现计算器的功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括[反]正弦、[反]余弦、[反]正切、[反]余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因-Implementation calculator functions: one, binary, octal, decimal and hexadecimal number of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:53966
    • 提供者:刘金来
  1. Computetemplate

    0下载:
  2. 能计算带有括号表达式的计算器,采用模板实现。-Could be calculated with the expression in brackets calculator, using the template implementation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:240044
    • 提供者:fang
  1. calculate

    0下载:
  2. 计算表达式的值,类似于计算器,采用C++编写-Calculation of the value of expression, similar to calculator using C++ to prepare
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:97234
    • 提供者:王OO
  1. computer

    0下载:
  2. 该程序为函数式计算器,您可以随意编辑函数表达式,然后给变量赋值,最后计算结果,还有好多好东西啊-The program for the function calculator, you can edit the function expression, and then to assign values to variables, the final calculation results, there are a lot of good things ah
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2830535
    • 提供者:john
  1. A_1

    0下载:
  2. 在c#环境下开发的计算器,在文本框运算表达式输入后出结果-C# environment in the development of the calculator, computing the expression in the text input box results
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:43279
    • 提供者:张子君
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:33009
    • 提供者:韩非
  1. calculator

    0下载:
  2. 一个不带界面的计算器,用户只需要在文本文件input.txt中输入计算表达式,即可通过运行程序得到结果,输出在output.txt中; 支持加减乘除,取余数,乘方,括号等等; 如:5+4 = 输出9 5+4*4+9/3 = 输出24 (5+4)*4+9/3 = 输出39 (50+4)*(40 3)+288/(147-3) = 输出56 (50+4)^2*(40 3)+288/(147-3) = 输出2918-Interface without a calculator,
  3. 所属分类:Algorithm

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

    0下载:
  2. 可编程计算器 本计算器可以实现对诸如 3-(1+7)*6+4/((5+4))这样的表达式的计算,适用于带括号的 +,-,*,/ 运算-calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1968
    • 提供者:Melody
  1. 1

    0下载:
  2. 本程序是一个交互式计算器,即输入表达式求值的模拟程序。-This procedure is an interactive computer simulation program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:181888
    • 提供者:sy
  1. ScientificCalculator

    0下载:
  2. DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:97961
    • 提供者:yuwq07
  1. ch1

    0下载:
  2. 实现一个可编程表达式的计算器,并判断输入的表达式是否正确。-Expression of the realization of a programmable calculator, and determine the expression entered is correct.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1717
    • 提供者:tang
  1. cal

    0下载:
  2. 24点计算器,用于自动计算出给定4个数的所有24点表达式-24 point calculator
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-10
    • 文件大小:1163
    • 提供者:www
  1. dll

    0下载:
  2. 基于VC++6.0开发的计算器,应用了动态链接库技术,可以进行表达式计算.-VC++6.0 based on the development of calculators, use of dynamic-link library technology, the expression can be calculated.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4357057
    • 提供者:方小海
  1. calculate

    0下载:
  2. 功能强大的计算器,例如输入2*(-2+3*2)/4一个表达式后按下等号=,则显示 2*(-2+3*2)/4=2,有清零和后退一位改正输错的一位。能阻止错误输入行为。-Powerful calculator, such as type 2* (-2+3* 2)/4, press the equal sign after an expression =, it shows 2* (-2+3* 2)/4 = 2, there is zero and back, a correction of a
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:50037
    • 提供者:白世豪
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 24 »
搜珍网 www.dssz.com