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

搜索资源列表

  1. ASCIIMathMLwFallback

    0下载:
  2. 显示数学表达式在网上
  3. 所属分类:ASP源码

    • 发布日期:2011-05-04
    • 文件大小:13130
    • 提供者:jingling526
  1. biaodashiqiuzhi

    0下载:
  2. 问题描述   带有变量的中缀表达式是常见的数学表达式。如果规定变量由长度不超过 8 个小写字母组成;end为保留字,表示程序段结束;用?表示输出指定变量的值,则可以设计出比较复杂的表达式(即一个可顺序执行语句序列)。例如,如果有如下语句段: abc=10 def=8 c=abc+def abc=abc+5-c*2 ? c ? abc end 则输出为: c=18 abc=-21 注意:为了简化编程实现,运算符只有
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:29196
    • 提供者:vengeance
  1. ExpCompiler_java

    0下载:
  2. 用JAVA写的计算一段数学表达式的程序,完全OO,所用的算法及各类数据结构在很多教程中都有介绍,但代码都是不完整的,一般都是缺少自动机来获取符号。-Using JAVA to write the calculation of mathematical expressions for some procedures, fully OO, used in various types of algorithm and data structure in many curricula have intr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:16788
    • 提供者:无心
  1. calculator

    0下载:
  2. 计算器(带优先级):可以直接输入数学表达式,计算结果,主要特点是带优先级。比如输入:1+2*3,输出为:7.-Calculator (with priority level): You can directly enter the mathematical expression to calculate the results, with the main characteristics of priority. For example, enter: 1+ 2* 3, output: 7.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:33426
    • 提供者:liuzhongqing
  1. QKTMathExpression

    0下载:
  2. 一个用于解析数学表达式的函数库。支持三角函数、乘方、开放等运算。-A mathematical expression is used to resolve a function of the Treasury. Support trigonometric functions, involution, open, such as computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2276
    • 提供者:jifee
  1. tail_stable_missile_trajectory_simulation

    1下载:
  2. 一种尾翼稳定弹改进的质点弹道仿真模型,此模型考虑了静止偏航角的估计值,以模拟尾翼稳定的迫击炮弹、航空炸弹,以及尾翼稳定的脱壳穿甲弹的弹道。这就将国际上用于旋转稳定弹改进的质点弹道模型扩展到尾翼稳定弹丸上。模型中强调了尾翼稳定弹丸与空气相互作用的物理意义,这样就使得其数学表达式合理而又明显。模型中进行了等效阻尼系数的选择。对于旋转的尾翼稳定弹,静稳定性尾翼稳定与陀螺特性的效果结合在一个模型里。为评价该改进的质点弹道模型的正确性和实用性,文中给出了六自由度模型,该改进的质点弹道模型以及与原有的质点弹
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:65130
    • 提供者:木木
  1. calc

    0下载:
  2. C++计算器:数学表达式解析演示代码,支持括号-C++ Calculator: Math Expression Analysis demo code, support brackets
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:19320
    • 提供者:Mobius
  1. mabExpress_src

    0下载:
  2. 任意数学表达式计算的源码及测试软件-Calculation of arbitrary mathematical expression of the source code and test software
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:69173
    • 提供者:李江龙
  1. 1234

    0下载:
  2. 计算一串数学表达式的值, 计算一串数学表达式的值, -Calculation of the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:782
    • 提供者:zws
  1. Arithmetic

    0下载:
  2. 可进行大数的加减乘除、阶乘、三角函数、幂指数(指数只支持整数)的运算,支持小数运算,重载了以上功能的运算符号。 可运算数学表达式。 可进行16进制之内任意进制之间的转换-Addition and subtraction to multiplication and division to carry out large numbers, factorials, trigonometric functions, power index (index only supports integer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:619918
    • 提供者:MagicKino
  1. expression

    0下载:
  2. 此代码主要功能是用堆栈来实现数学表达式的解析功能,从中缀表达式来得到后缀表达式-these code use stack for describe mathematical expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1416
    • 提供者:yanxian
  1. 1

    0下载:
  2. 用递归下降分析法编写一个用于判断数学表达式是否正确的语法分析-Decreased by recursive analysis for the preparation of a mathematical expression to determine whether or not the correct syntax analysis
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1428
    • 提供者:xuling
  1. yufafen

    0下载:
  2. 用递归下降分析法编写一个用于判断数学表达式是否正确的语法分析-Decreased by recursive analysis for the preparation of a mathematical expression to determine whether or not the correct syntax analysis
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1434
    • 提供者:xuling
  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
    • 文件大小:702
    • 提供者:cnwst
  1. mathcad

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

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

    0下载:
  2. 用JAVA写的计算一段数学表达式的程序,所用的算法及各类数据结构在很多教程中都有介绍,但代码都是不完整的,一般都是缺少自动机来获取符号。所以现在把我写的发上来,希望于大家一起交流。-JAVA calculated using a mathematical expression written in the procedures used by the algorithm and all kinds of data structures are introduced in many tutoria
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:16256
    • 提供者:206
  1. g24

    0下载:
  2. 给出四个数,计算机自动给出等于24的数学表达式-Given the number 4, the computer automatically gives the mathematical expression is equal to 24
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:40742
    • 提供者:唐晓
  1. Calculator

    0下载:
  2. 自己开发的简易计算器, 界面简洁,数学表达式分析实现。-Self-developed simple calculator
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1798
    • 提供者:lzj
  1. fastee

    0下载:
  2. 快速数学表达式计算的动态连接库,c++编写,可参考-Fast calculation of mathematical expressions a dynamic link library, c++ write, can be found
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:58115
    • 提供者:pony
  1. 24_point_games

    0下载:
  2. 一个速算24点的小游戏程序,其形式为给出四张牌,然后要玩家写出数学表达式。有判断功能和记时功能。-A quick calculation of the small 24-point games in the form given four cards, and then write a mathematical expression to the player. Findings on function and chronograph function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:55350
    • 提供者:海雅晨晖
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com