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

搜索资源列表

  1. 表达式计算器

    0下载:
  2. 一个使用堆栈写的计算器,能够使用常用的数学函数.-use of a stack written by calculators, to use common math functions.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:44567
    • 提供者:小永
  1. 数学表达式计算器

    0下载:
  2. 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China. The Calculato
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34370
    • 提供者:李海生
  1. 计算器

    2下载:
  2. 一款用C语言编写的计算器 输入:数学表达式(数字、加、减、乘、除和括号) 输出:表达式结果 知识点:队列、堆栈
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-03-03
    • 文件大小:6387
    • 提供者:zyknulung
  1. java实现的表达式计算器

    0下载:
  2. java实现的表达式计算器
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-02-11
    • 文件大小:17372
    • 提供者:xm9406
  1. VC计算器

    1下载:
  2. VC计算器 功能 1、完成了实验要求的所有内容 2、可以连续输入运算,对于输入的表达式能够按算符优先级进行处理。如输入2+3*2时,输出为8,而不是10 3、可以处理含括号的表达式 4、十六进制、八进制、二进制可以双字、单字和字节三种长度进行处理 5、科学计数法表示,当输入值或者计算结果超过10^16时会自动以科学计数法表示 6、增加了科学计算器的一些设施,如退格键,清空与归零键,求阶乘,π,求Ln,求双曲函数等 7、可以使用键盘快捷键 8、错误提示 使用 1、Sin、Cos、Tan、Log、M
  3. 所属分类:Windows编程

    • 发布日期:2012-06-19
    • 文件大小:5441997
    • 提供者:yuemaxl@163.com
  1. calc.rar

    0下载:
  2. 编译原理的课程设计 表达式计算器 C++,Principles of curriculum design to compile C++ expression evaluator
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:17503
    • 提供者:suki
  1. StackCalculate.rar

    1下载:
  2. 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
  3. 所属分类:CSharp

    • 发布日期:2017-01-23
    • 文件大小:32135
    • 提供者:史蒂芬
  1. calculator

    0下载:
  2. 表达式计算器,实现+,-,*,/,中缀转后缀-calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3797230
    • 提供者:方建伟
  1. Calc

    0下载:
  2. VB编写的表达式计算器,采用迭代的方式进行计算,效率可以满足一般需求。-VB prepared the expression calculators, iterative manner, the efficiency to meet the general needs.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2970
    • 提供者:infoheader
  1. 诺亚高级计算器rcalc

    0下载:
  2. 一个科学计算器,包含表达式计算功能-A scientific calculator, including the expression of computing power
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:263376
    • 提供者:江涛
  1. calculator

    0下载:
  2. 表达式计算器 能过分析表达式,然后计算结果-Expression can be analyzed expression calculator, and then calculated results
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:59118
    • 提供者:周礼
  1. PhraseAnalyzer

    0下载:
  2. 主要实现表达式计算器词法分析功能,对编译原理中的第一步词法分析所编译的代码-The main achievement of expression calculator lexical analysis function, the principle of compiling the first step in the lexical analysis code compiler
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:13673
    • 提供者:cuckoo-jian
  1. ExprEval

    1下载:
  2. Java编写的表达式计算器, 即可以像我们书写表达式那样直接输入计算表达式, 程序自动进行运算, 支持加减乘除幂运算以及判断表达式如A?B C, 程序包含完整的Document和测试运行环境-Java calculator prepared expressions that can be done as we write the expression directly into the calculation expression, the program automatically compu
  3. 所属分类:Ajax

    • 发布日期:2016-03-02
    • 文件大小:1200866
    • 提供者:zh
  1. WindowsApplication1

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

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

    0下载:
  2. 界面的表达式计算器,用对话框和栈实现,可以判断表达式的是否正确输入-Expression calculator interface with dialog boxes and stack to achieve, you can determine whether the correct input expression
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:64470
    • 提供者:chenzhengjun
  1. Express_Calculator

    0下载:
  2. 用C写的表达式计算器,不但可以完成四则运算,还可以处理一些函数运算,可以配合graphviz画出表达式树和计算过程。-Written using C expression calculator, not only can complete the four operations, but also can deal with a number of functions computing, you can tie in with graphviz to draw the expression t
  3. 所属分类:Other windows programs

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

    0下载:
  2. 基于逆波兰表达式的表达式计算器,支持计算加减乘除以及包含任意级数括号的表达式(An expression calculator based on an inverse Polish expression that supports the expression of addition, subtraction, multiplication and division, and parentheses)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:74752
    • 提供者:unixeno
  1. 栈计算器

    0下载:
  2. 一个简单的计算器,可以实现带括号的表达式运算,具体描述看附件(A simple calculator that can be used to perform expressions with parentheses, and a specific descr iption of the attachment.)
  3. 所属分类:控制台编程

    • 发布日期:2018-01-09
    • 文件大小:32768
    • 提供者:Songoshun
  1. javafx计算器

    1下载:
  2. 平台使用eclipse,通过javafx来实现简单计算器的相关功能,包括加减乘除、括号运算和表达式错误检测。(The use of Eclipse platform, through the JavaFX to realize the function of a simple calculator, including brackets, add, subtract, multiply and divide operation and expression error detection.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:惜笑
  1. 计算器 2

    0下载:
  2. 与老的出栈入栈不同,用的递归手法计算表达式的值。(Unlike the old stack in the stack, the value of the expression is calculated recursively.)
  3. 所属分类:MacOS编程

    • 发布日期:2018-04-21
    • 文件大小:40960
    • 提供者:平而不凡
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com