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

搜索资源列表

  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. suanshubiaodashi

    0下载:
  2. C++语言,利用数据结构中的链式栈,实现算术表达式的计算。-C++ data structure
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2711
    • 提供者:sunshanai
  1. Calculator

    0下载:
  2. 大数计算器,可以进行无限位数计算的科学计算器,输入表达式即可-Tarsus calculator, you can calculate the median unlimited scientific calculator, you can enter an expression
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1986
    • 提供者:b
  1. ncalculator

    0下载:
  2. 使用用逆波兰式计算一个表达式的结果-Use of an expression used to calculate the inverse Polish results
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1350
    • 提供者:b
  1. EvaluateReversePolishNotation

    0下载:
  2. Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: [ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9 [ 4 ,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:579
    • 提供者:lb
  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. dehw

    0下载:
  2. 知道型点值和端点值,用双三次曲线分别计算每一段表达式,并画出图-Matlab know type of point and endpoint value, using cubic spline curve to calculate each expression, and draw a diagram
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:10343
    • 提供者:王彩艳
  1. Calculate

    0下载:
  2. 开发环境用的是 VS2008,选择项中没有,所以选者的是Visual C++ 1、简易的计算器的设计 2、使用VS2008运行生成之后可以计算简易的算术表达式,能识别各种算术运算符及括号的优先级 3、如输入算术表达式:3*(4-1+2)-2*3= 按回车键后能得到正确的结果 9-Development environment using VS2008, there is no choice, so choose those that Visual C++ 1, a simple
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2504022
    • 提供者:萧峰
  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. Calculator

    0下载:
  2. 简单的计算器,能够进行四则运算范围内的表达式运算以及三角函数计算。-Simple calculator, can be an arithmetic expression arithmetic and trigonometric calculations within the operation range.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:971
    • 提供者:小刚
  1. Caculator

    0下载:
  2. 这是一个简易计算器,特点在于实现了“算法优先法”,便于输入和计算很长的算术表达式。-It s a simple caculator ,which is based on the Algorithm priority method.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:59650
    • 提供者:zqk
  1. 牛顿法迭代

    0下载:
  2. function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
  3. 所属分类:matlab例程

  1. sizeyunsuan

    0下载:
  2. 四则运算表达式求值,将四则运算表达式用中缀表达式,然后转换为后缀表达式,并计算结果。-Four arithmetic expression uation, the four arithmetic expressions used in infix expression, and then converted to a postfix expression, and calculate the results.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3204
    • 提供者:juwairen
  1. 24game

    0下载:
  2. 系统可随机给出4个数,也可由用户自行输入四张牌的值。用户输入表达式,先判断表达式是否正确,如果正确,计算是否24,不正确的话,给出可能的正确表达式。用户可放弃输入,由系统直接给出可能的答案-The system can randomly given four numbers, but also by the user to enter a value of four cards. User input expression, first determine the expression is c
  3. 所属分类:Software Testing

    • 发布日期:2017-04-30
    • 文件大小:190994
    • 提供者:caitianzi
  1. Calculator

    0下载:
  2. 一个简单的计算复杂表达式的值,利用栈,将中缀表达式转化为后缀表达式-A simple calculation of the value of complex expressions, the use of the stack, the infix expressions into postfix notation
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3477
    • 提供者:从陆文
  1. serial-interface-calculator

    0下载:
  2. 关于串口计算器的设计,主要内容为单片机对接收的包含多个运算符的运算表达式进行分析、计算,并将计算结果通过串口返回的同时加以显示。-Main contents for single chip microcomputer is to receive an arithmetic expression contains more than one operator carries on the analysis, calculation, and the calculated results via a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2776
    • 提供者:颜颜
  1. RPM-waveguide

    0下载:
  2. 利用RPM(求解反射率表达式极点的方法)方法计算多层波导结构的等效折射率(传播常数)。波导结构的各层材料的折射率和厚度及波长等可以自己设置。-waveguide,effective refarction-index, multilayered waveguide.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:922
    • 提供者:张望
  1. CalculationwirhRPN

    0下载:
  2. 使用逆波兰式进行四则运算的小例子,加深对数据结构栈的理解。首先将标准四则运算表达式转化为逆波兰式,再进行计算,用到了栈的实现。Codeblocks编辑环境下,使用GCC编译成功-Calculation with RPN(Reverse Polish Notation) on the platform Code:Blocks & GCC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2414
    • 提供者:wangkai
  1. spline3

    0下载:
  2. 三次样条插值函数边界条件由实际问题对三次样条插值在端点的状态要求给出。以第 1 边界条件为例, 用节点处二阶导数表示三次样条插值函数,用追赶法求解相关方程组。通过 Matlab 编制三次样条函数的通用程序, 可直接显示各区间段三次样条函数体表达式,计算出已给点插值并显示各区间分段曲线图。-Cubic spline interpolation function boundary condition for the practical problems cubic spline interp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1059
    • 提供者:yangqiang
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com