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

搜索资源列表

  1. 一元稀疏多项式计算器

    3下载:
  2. 一多项式求值,求导,减法,乘法,加法. 输出形式为类数学表达式, 指数升序排列.-a polynomial function, derivation, subtraction, multiplication and addition. Output form of mathematical expression category, the index in ascending order.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:202.71kb
    • 提供者:小康
  1. 公式计算器代码

    0下载:
  2. 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。-this is a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:33.61kb
    • 提供者:李平
  1. !!biaodashi

    0下载:
  2. 快速精确的对数学表达式求值 快速精确的对数学表达式求值
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46.87kb
    • 提供者:王瑞松
  1. FormulaProcessor_beta1_CSharp

    0下载:
  2. 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.6kb
    • 提供者:jason
  1. chongyanshi

    0下载:
  2. 离散数学重言式判别以及逻辑表达式求值原代码-Discrete Mathematics tautology discriminant and logic expressions evaluates the original code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.11kb
    • 提供者:王勇
  1. 1

    1下载:
  2. C编写的一元稀疏多项式计算器 1,输入并建立多项式 2,输出多项式的数学表达式 3,可计算多项式在x处的值 4,求多项式a的导函数a 5,多项式a+b,建立多项式a+b 6, 多项式a-b,建立多项式a-b 7,多项式a*b,建立多项式a*b 所用函数及说明: void paixu(JD *h)——对输入输出多项式进行排序 JD *jia(JD *ha,JD *hb)——求a+b的值 JD *jian(JD *ha,JD *hb)——求a-b的值
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:李猛
  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
    • 文件大小:33.56kb
    • 提供者:李海生
  1. function

    0下载:
  2. 任意函数表达式求值模块 模块还提供了数学上常用的函数
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:39.16kb
    • 提供者:魏红波
  1. houzhui

    0下载:
  2. 根据用户输入的一般数学表达式,本程序将它转换为后缀表达式,以用于求值。-User input in accordance with general mathematical expression, the program will convert it into a suffix expressions for evaluation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:702byte
    • 提供者:cnwst
  1. VB_Excel

    0下载:
  2. visual Basic(简称vB)是设计windows应用程序强有力的开发工具j Excel是目前使用最广泛的办公应用软件之一,它具有强大的数学分析与计算功能,包括很多vB没有的求值数学表达式的函数和方法。由于Excel的应用程序.. -visual Basic (referred to as vB) is to design a powerful windows application development tool j Excel is the most widely used ap
  3. 所属分类:Document

    • 发布日期:2017-03-24
    • 文件大小:296.96kb
    • 提供者:魏鹏飞
  1. Calculator

    0下载:
  2. C++编写的MFC程序,一个类似于windows系统自带的计算器,可以输入一个表达式进行求值,进制转化,以及一些基本的数学函数-Written in C++ MFC program, similar to the windows system comes with a calculator, you can enter an expression is evaluated, hex conversion, as well as some basic math functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5.07mb
    • 提供者:马瑞辰
  1. Expression-evaluation

    0下载:
  2. 任意输入数学运算表达式分别采用两种算法求值,分别是中缀表达式直接求值和修改成后缀表达式求值。表达式中包含的运算符有:加法+,减法-,乘法*,除法/,括号(),乘方#等运算符。运算符的优先级和结合性符合数学运算法则-Any input math expressions using two algorithms evaluated, infix expression directly evaluated and modified the postfix expression evaluation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:888.85kb
    • 提供者:fzk
  1. compute

    0下载:
  2. 表达式求值:给定一个浮点数混合运算的中缀表达式,分别实现:转换成为后缀表达式,然后求值;直接对中缀表达式求值两种求值算法两种实现方法。表达式中包含的运算符:加法+,减法-,乘法*,除法/,括号(),乘方#等运算符。运算符的优先级和结合性符合数学运算法则。比如:命令行输入 (-2.0)+(1.0+2.0)*3.0-2.0#2.0回车 (1)中缀表达式输出: (-2.0)+ (1.0+2.0)*3.0-2.0#2.0=3.0 (2)后缀表达式输出: -2.0 1.0 2.0 + 3.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.77kb
    • 提供者:
  1. Polish

    0下载:
  2. VS2008 逆波兰表达式求一个数学表达式的值-VS2008 Reverse Polish expression evaluation value of a mathematical expression
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:1.04mb
    • 提供者:杨涛
  1. Experiment1_Expression

    0下载:
  2. 对输入的数学运算表达式,输出后缀表达式,利用堆栈实现并对后缀表达式求值-Math expressions on the input and output postfix expression using stack implementation and evaluation of postfix expression
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:2.26kb
    • 提供者:ljh
  1. Stack

    0下载:
  2. 1.使用栈完成一个字符串的逆序输出 2.使用该栈完成表达式的括号是否匹配? 3.对数学表达式求值-1 Using the stack in reverse order to complete a string of output 2. Use the stack to complete the expression in parentheses match? 3. Evaluates mathematical expressions
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4.23kb
    • 提供者:尚亚涛
  1. Final

    0下载:
  2. 数学表达式求值 编写一个求解包括+、-、×、÷ 运算符的数学表达式值的程序,要求如下: (1)具有操作界面; (2)采用算符优先分析法求解数学表达式的值; (3)可以测试多个数学表达式,每个数学表达式通过键盘输入,可以是合法的数学表达式, 也可以是不合法的数学表达式; (4)如果数学表达式是合法的,则将数学表达式及其值保存到Mathematical-Expression.txt 文件中;否则将数学表达式及提示信息保存到Mathematical-Expression.txt 文件中,
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:18kb
    • 提供者:matlad
  1. twxversalsmarttree

    0下载:
  2. 离散数学重言式判别以及逻辑表达式求值原代码()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:2kb
    • 提供者:Tanlor
  1. 61041306

    0下载:
  2. 离散数学重言式判别以及逻辑表达式求值原代码()
  3. 所属分类:大数据

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:maontexl
  1. 数学表达式求值

    0下载:
  2. 可以计算一个数学表达的值,例如输入1+2*(10-8)^2-87这样的式子都可以计算出结果(The value of a mathematical expression can be calculated.)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:17.18mb
    • 提供者:msiym
« 12 »
搜珍网 www.dssz.com