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

搜索资源列表

  1. math_exp

    0下载:
  2. 数学表达式解析程序C++源码 支持 + - * / ^ () 等主要运算符 采样递归算法, 供学习参考,自由版权 samuel_ni@yahoo.com -math expression parser C++ source code support+- ^ () operators use of recursive algorithm,copyright free
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3073
    • 提供者:samuelni
  1. ExpsCalculator

    0下载:
  2. 计算数学表达式,包含括号的加减乘除运算。-Calculate mathematical expressions, including parentheses arithmetic operations.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1771
    • 提供者:
  1. MathExpression

    0下载:
  2. 任意数学表达式的计算的小程序,限定三个未知变量。可以直接用,简单方便。-Applet calculate any mathematical expression, defining three unknown variables. Can be used directly, easy and convenient.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1801729
    • 提供者:zhaoshenkun
  1. count

    0下载:
  2. 给你一个不带括号的表达式,这个表达式只包含加、减、乘、除,请求出这个表达式的最后结果,最后结果一定是整数; Input 一个数学表达式,只包括数字,数字保证是非负整数,以及五种运算符 + , - , * , / , = ;数字和运算符之间有一个或者多个空格,运算符的总数不会超过100,最后以 = 号结尾,表示表达式结束。注意:使用C的同学,在读取字符串的时候请使用scanf( s ,..) 以免不必要的错误。 Output 整数; Sample Input 1 + 2 +
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:8577
    • 提供者:郭恒
  1. 3_6-Ackerman

    0下载:
  2. Ackeman函数的递归方法,运用简洁的递归思想实验复杂数学表达式的计算-Ackeman function recursive method, the use of simple recursive thought experiment to calculate complex mathematical expressions
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:259249
    • 提供者:liwei
  1. Math expression parsing

    0下载:
  2. 将String解析成数学表达式,并输出终值。操作符包括加减乘除
  3. 所属分类:Windows编程

  1. funcpars-0.2

    0下载:
  2. 将字符串解析成数学表达式进行运算的方法和类 -Parsing String to Math expression
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:16467
    • 提供者:Shen Yang
  1. exp4_MathStack

    0下载:
  2. 输入一个数学表达式,计算表达式结果并输出-Enter a mathematical expression uates the expression and outputs the result
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:435233
    • 提供者:Zicheng Zhang
  1. 1

    0下载:
  2. 一元多项式简单计算器(1)输入并建立多项式 (2)输出多项式的类数学表达式,如x^15-8x^7-14(序列按指数降序排列) (3)求多项式a的导函数a’ (4)多项式a和b相加,建立多项式a+b; (5)多项式a和b相减,建立多项式a-b; (6)多项式a和b相乘,建立多项式a*b;-A polynomial simple calculator (1) input and the establishment of a polynomial (2) the mat
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1473750
    • 提供者:各种吃
  1. Matlab

    0下载:
  2. MATLAB的基本数据单元是既不需要指定维数、也不需要说明数据类型的矩阵,而且数学表达式和运算规则与通常的习惯相同。因此,在MATLAB环境下,数组的操作与数的操作一样简单。 -MATLAB basic data unit is neither a need to specify the number of dimensions, do not need to explain the data type of matrix, and mathematical expressions and
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:913410
    • 提供者:king
  1. Expressions-computing

    0下载:
  2. 表达式计算是实现程序设计语言的基本问题之一,它的实现是栈的应用的一个典型例子。设计一个程序,演示通过将数学表达式字符串转化为后缀表达式,并通过后缀表达式结合栈的应用实现对算术表达式进行四则混合运算。- Expressions computing is one of the basic issues to realize programming language, its implementation is a typical example of an application stack.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:42978
    • 提供者:yezongxi
  1. arithmetic-expression-calculation

    0下载:
  2. 只要输入任意数学表达式,就可以实现快速计算-arithmetic expression calculation
  3. 所属分类:Education soft system

    • 发布日期:2017-04-30
    • 文件大小:10174
    • 提供者:顾大权
  1. wendang

    0下载:
  2. 这是一个讲述如何将训练好的神经网络的数学表达式提取出来的word文档,文档里面有实际的例子,供大家参考。-This is a mathematical expression that describes how the trained neural network extracted the word document, the document there are practical examples for your reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:37429
    • 提供者:王烨
  1. Project8

    0下载:
  2. 简易计算器 输入数学表达式,输出表达式的计算结果。数学表达式由单个数字和运 算符“ +”、“ -”、“ *”、“ /”、“ (、“ )构成,例如 2 + 3 * ( 4 + 5 ) – 6 / 4。假定 表达式输入格式合法。-Enter the mathematical expression, calculation result output expression. Mathematical expressions and shipped by a single digit O
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1806547
    • 提供者:stephen
  1. Foreval

    0下载:
  2. 是数学表达式编译器(公式)作为字符串在运行时(数学分析)-Advanced mathematical formulas
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-30
    • 文件大小:195319
    • 提供者:h
  1. zhongjiandaima

    0下载:
  2. 编译原理中间代码生成器 数学表达式到四元组-Compiler theory intermediate code generator Expression to four tuple
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:349263
    • 提供者:施洋
  1. Convert-infix

    0下载:
  2. 问题描述   中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E* FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1143
    • 提供者:王乐
  1. CalculatorApplication

    0下载:
  2. 使用Java实现一个科学计算器,可直接输入表达式得到数学表达式运算结果-Using Java to achieve a scientific calculator, you can enter mathematical expressions direct expression obtained operation result
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:20391
    • 提供者:陈俊帆
  1. fyrGUI-coaxial

    0下载:
  2. 通用的数学表达式编译计算动态库,功能比较强大 不错的-General mathematical expression compilation of calculating dynamic library, the function is strong
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-16
    • 文件大小:33792
    • 提供者:HPHQtqvk!674
  1. stack

    0下载:
  2. 用户输入一个包含“+”、“-”、“*”、“/”、正整数和圆括号的合法数学表达式,用后缀表达式计算该表达式的运算结果。(The user enters a valid mathematical expression containing "+", "-", "*", "/", "positive integers" and parentheses. The postfix expression is
  3. 所属分类:数据结构

    • 发布日期:2017-12-18
    • 文件大小:209920
    • 提供者:celty
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com