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

搜索资源列表

  1. jisuanqi

    0下载:
  2. c语言编译的计算器 为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的. 程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)=
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2396
    • 提供者:marina
  1. TurboCalculator

    0下载:
  2. 使用算术表达式的计算器,且带有常用单位转换工具,在BCB2007下编译通过。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:921165
    • 提供者:hh
  1. MathHead

    0下载:
  2. MathHead_E数学表达式解析器,适合编写自己使用的计算器!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:139902
    • 提供者:hohollw
  1. caculate

    0下载:
  2. 简单的计算器程序,能够进行科学计算,即输入表达式之后可以得到结果,而且支持sin,cos,ln等的计算
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1830
    • 提供者:董浩然
  1. console_calc

    0下载:
  2. 简单计算器,支持多种运算符。输入表达式:1+2,然后回车,即可得到结果-simple calculators, and support for multiple operators. Importation of expression : 1 2, and then Enter, the results can be obtained
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7222
    • 提供者:
  1. computer1

    0下载:
  2. 这个程序实现了计算器的功能; 可以实现表达式的计算。-the process of achieving the function calculator; The expression can be achieved calculation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:845102
    • 提供者:吴志勇
  1. cbs3-20020516[1].tar

    0下载:
  2. CBS是一个科学计算器工具,它首次以教育工具出现在法国二进制模拟转换测试中。当你选中“Step by step”选项,你将可以看见计算器是如何处理你的你的算术表达式的。“Calc-By-Step”程序可以在英语和法语两种模式中使用。“Calc-By-Step ”程序是Delphi语言建立的计算器程序,可以显示如何创建词汇剖析器和求值程序。在压缩包中包含Delphi 5的原代码,“Calc-By-Step” 是一个自由程序。-CBS is a scientific calculator tool,
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:313336
    • 提供者:侯为
  1. 简易计算程序

    0下载:
  2. 一个简单的计算器程序,从键盘输入"3+5"这样的表达式,程序读入数据和运算符,调用Calculate函数,根据运算符进行+,-,*,/四则运算。要求能反复执行这一过程,直到用户输入#符号作为运算符
  3. 所属分类:C#编程

  1. calculator.rar

    0下载:
  2. 本压缩包用C++ Builder实现了一个简易的计算器,能后进行表达式分析与计算,包括+,-,*,/,(,)。,The use of compressed packets C++ Builder has a simple calculator that can be conducted after analysis and calculation of expression, including 2B !,-,*,/,(,)。
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:364863
    • 提供者:杨光
  1. java

    1下载:
  2. 编程:编程实现一个简单的四则运算计算器:从键盘输入一个四则运算表达式(没有空格和括号),遇等号"="说明输入结束,输出结果。 假设计算器只能进行加减乘除运算,运算数和结果都是整数,4种运算符的优先级相同,按从左到右的顺序计算(即:2+3*5先计算2+3,再计算5*5)。 示例:括号内是说明 -Programming: programming a simple calculator four operations: from the keyboard to enter a fou
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:130724
    • 提供者:李伟
  1. Calculator_MFC

    0下载:
  2. C++编写的MFC计算器,输入一个表达式,自动计算出结果,能进行进制转化,弧度角度转化,以及常用数学函数-Written in C++ MFC calculator, enter an expression, the results are automatically calculated, can be converted to decimal, point arc conversion, and common mathematical functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5315312
    • 提供者:马瑞辰
  1. calculator

    0下载:
  2. /*本程序是一个简单的计算器模拟程序。对任意给定的正确的四则表达式,程序计算其结果值并输出。表达式中运算分量为无 正负号整数,运算符为+ - * / ,圆括号按常规配对,表达式以“=”结束。函数getach()为获取表达式的一个合法字符, 并将字符存入变量curch;函数指针数组func[]是为了统一加减乘除计算而设置的。*/ -/* This program is a simple calculator simulation program. Correct for any giv
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1017
    • 提供者:fupeng
  1. calculator

    0下载:
  2. 计算器设计(运用词法分析&语法分析方法):1、为每种可能识别出来的合法单词创建一个类,类的属性包括该单词的各别码及值。 2、构建异常类,以实现计算器的容错性能。 3、构建一个词法分析类,用之提取单词。 4、构建表达式中各单词间的优先关系表。 5、构建一个语法分析类,对表达式进行规约。此类调用词法类获取单词,查询优先关系表进行规约操作。 6、构建一个计算类,调用语法分析类以实现计算。 7、构建一个GUI类,设计好操作界面,并内置计算类,以实现界面操作计算功能。 -Cal
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:41326
    • 提供者:熊涛
  1. Calculator

    0下载:
  2. 使用C++编写,数学多功能计算器,并且使用了部分正則表达式。-The use of C++ Prepared, mathematics multifunction calculator, and use some regular expression.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:18506
    • 提供者:jason
  1. jisuanqi

    0下载:
  2. 计算器程序,可以对表达式进行计算。很有参考价值的-Calculator procedure, the expression can be calculated. Valuable
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:26277
    • 提供者:郭春付
  1. main

    0下载:
  2. 表达式运算(计算器),用栈的方法求表达式的值,包括括号及优先级-Expression operator (Calculator), using the stack method of expression for the value, including the brackets and Priority
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1642
    • 提供者:苏若水
  1. MyCalc

    0下载:
  2. 用Java编的一个小计算器,支持输入完整的表达式(只支持+-*/()),使用NetBeansIDE。-Java made with a small calculator, enter the full support of the expression (2B !-*/()), only supports the use of NetBeansIDE.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:401204
    • 提供者:飏翳檒
  1. Un...

    0下载:
  2. 转换计算器 实现表达式之间的转化 VC++6.0-Conversion Calculator to achieve the transformation between the expression VC++ 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1165
    • 提供者:rainingwm
  1. stack

    0下载:
  2. 用栈实现算术表达式 一个小小的科学计算器,根据用户输入的表达式计算出结果-Arithmetic expressions using stacks to achieve a small scientific calculator, in accordance with user input to calculate the results of the expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1376
    • 提供者:jwjshitiancai
  1. Calculator

    0下载:
  2. 基于表达式计算的科学计算器,实用并学习程序编写的好例子-Calculated based on the expression of the scientific calculator, practical and learn procedures for the preparation of a good example of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:51893
    • 提供者:孙忠慧
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 24 »
搜珍网 www.dssz.com