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

搜索资源列表

  1. C

    1下载:
  2. C#算术表达式求值我是的算法核心是逆波兰式.还有就是w3eval这个算术表达式求值算法很不错.但有一种表达式它会报错.我想这是一个BUG:w3eavl不能计算"-(3+5)"的值.或者类似的计算式.-C# Arithmetic expressions evaluate my algorithm is the core of Reverse Polish-style. W3eval there is the arithmetic expression evaluation algorithm is
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6728
    • 提供者:箱子
  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. 33-5

    0下载:
  2. 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4-This is downloaded from the Internet from a computer program that can achieve add, subtr
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-14
    • 文件大小:3332490
    • 提供者:jiangkun
  1. Calculator

    0下载:
  2. Calculator:可以计算各种基础表达式的计算器,比如3x+5x^2(x=3)-Calculator:calculate some basic expression like polynomial and ect.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7205
    • 提供者:荆江
  1. Calculator

    0下载:
  2. Calculator:可以计算各种基础表达式的计算器,比如3x+5x^2(x=3)or Sin(x)等等表达式-Calculator:calculate some basic expression like polynomial and ect.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7177
    • 提供者:荆江
  1. Expression

    0下载:
  2. 功能比较强的表达式解析、转换、计算,可以具有比较完善的查错功能。-expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:464380
    • 提供者:夜风
  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. calculation

    1下载:
  2. 计算表达式的值 用C语言实现的 数据结构上机作业-Calculation of the value of expression achieved using C language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1910
    • 提供者:夏洁
  1. Expression

    0下载:
  2. 用于表达式计算,如果用户自己添加界面,可以模仿微软计算器,另外,用户可进一步扩展,以支持程序中的变量-Expression for the calculation, if the user add their own interface that mimics Microsoft' s calculator, In addition, users can further expand to support the process variables
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:20547
    • 提供者:隐名
  1. StrComputeClass

    0下载:
  2. 可以把字符串表达式按算式计算出结果的类 支持基本运算符和各种函数-string computer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1664
    • 提供者:张三
  1. jisuan

    0下载:
  2. 本程序的主要功能在于中缀表达式的计算, 其中运算符有加,减,乘,除,乘幂基本运算符 ,运算数为实数之间运算,并可以实现循环 计算..完成基本操作是进行字符处理,栈的使用. -The primary function of this program is made up of the calculation of expression, in which operators are add, subtract, multiply, divide, take the power of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1582
    • 提供者:Jun
  1. 24dian

    0下载:
  2. 用VC编写,对话框式Windows应用程序,输入任意四个整数(0到10),运算符只有加减乘除,还有括号.每个数只能且必须用一次。可以判断这些表达的结果中是否有24。如果有,输出计算表达式:如输入4,6,1,1 输出 4*6*1*1 =24 (允许有括号)。-Prepared by VC, type Windows Application dialog box, enter any four integer (0-10), only addition and subtraction multipl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:269710
    • 提供者:孙璇
  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. 本程序是算术表达式计算程序,通过输入表达式达到计算的目的(编译原理中的词法分析、算符优先分析,可代替目前普遍使用的计算器)。-This procedure is the arithmetic expression program, by entering the expression to achieve the purposes of the calculation (the compiler of the principle of lexical analysis, operator pri
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:303966
    • 提供者:caipan
  1. BmpPack

    0下载:
  2. 一个BMP文件压缩打包工具源码. 在LIB目录中包括了一系列相关C++类源码. 其中有INI文件一读写类,字符串类(可计算表达式)图形类.-A BMP file compression tool for source code package. In the LIB directory, including a series of related C++ type source. Which one to read and write INI file type, string type
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:430961
    • 提供者:周志鹏
  1. 4

    0下载:
  2. 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6 -This is downloaded from the Internet, a computer p
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:3360
    • 提供者:qzx
  1. calculateExpress

    0下载:
  2. 简单的表达式计算源码 简单的表达式计算源码-calculate Express calculate Express
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:189474
    • 提供者:颜敏华
  1. calc

    0下载:
  2. 一个可以计算表达式的代码,支持四则混合运算-One can calculate the expression of the code, support for four hybrid computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1720
    • 提供者:wilson
  1. mathcad

    2下载:
  2. MathCAD是美国Mathsoft公司推出的一个交互式的数学软件。该软件定位于向广大教师、学生、工程人员提供一个兼备文字处理、数学和图形能力的集成工作环境,使他们能方便地准备教案、完成作业和准备科学分析报告。在输入一个数学公式、方程组、矩阵之后,计算机能直接给出结果,而无须去考虑中间计算过程。在加入软件包自带的Maple插件后能直接支持符号运算。你可以在计算机上输入数学公式、符号和等式等,很容易地算出代数、积分、三角以及很多科技领域中的复杂表达式的值,并可显示数学表格和图形,通过对图形结果的分
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:59823
    • 提供者:Gail
  1. biaodashi

    0下载:
  2. 按照书上介绍介绍的方法,模拟编译器计算表达式的方法,就是对栈的反复操作,具体算法见数据结构书。其中对运算符优先级确定上用到令一本书的算法。-In accordance with the method described in the book presented to simulate the calculation expression compiler method is repeated on the stack operation, the specific data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2091
    • 提供者:李峰
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com