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

搜索资源列表

  1. mathcad

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

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

    0下载:
  2. 用mfc实现简单计算机代码,支持字符表达式计算。新手值得下载-Mfc achieved using a simple computer code to support calculation of character expression. Novice is worth downloading
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1920285
    • 提供者:杨斌
  1. ExpressCal

    0下载:
  2. 德国老外的程序,免费开源可以计算各种不同的函数、以及四则运算,可以处理括号,还可以计算正余弦,是一款不可多得的表达式计算类和计算工具。-Foreigners in Germany program, free open-source can be calculated a variety of functions, as well as the four operations and can handle brackets, but also can calculate the positive
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:19513
    • 提供者:177
  1. MidToPost

    0下载:
  2. 中缀变后缀表达式求值:输入表达式,#为结束符(如1+2#),程序会自动给出后缀表达式,并给出最终计算结果。程序中部分地方有注释-Variable postfix infix expression evaluation: Enter the expression,# to end the character (eg, 1+2#), the program will automatically give postfix expression, and gives the end result. So
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:9308
    • 提供者:
  1. 1

    0下载:
  2. 本程序是一个完整的后缀表达式计算,主要用栈的操作实现,本程序封装了CStack类实现栈的操作,本程序最大的特色在于运用动态监视表达式的算法对表达式进行数据校验,对一切合法的表达式进行计算,检验出所有任何非法表达式并提示-This program is a complete computing postfix expression, the main operations with the stack implementation, this program encapsulates CStack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:21531
    • 提供者:mxb
  1. Calculator

    0下载:
  2. VC++ 基于表达式计算的科学计算器源代码,它有几个特色功能,就是将函数与特殊符号以及数字分成三个互不干涉的小键盘,方便用户输入,另外它还附有函数表、历史表达式供查询,它还有角度、弧度两种制度选择,因此它除了数字四则运算外,还可进行表达式运算,函数运算等。-VC++ expression is calculated based on a scientific calculator source code, it has several features, is to function with
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:29167
    • 提供者:275
  1. DEBUG

    0下载:
  2. 一、 实验内容 DEBUG的应用及表达式计算 二、 实验目的及要求 要求:试编制一程序,计算下列公式的值,将商存放在Z单元,余数放在R单元内中.X,Y,Z,R,W分别为存放16位带符号数单元的地址.计算过程中中间结果和最后结果在16位二进制数范围内. 三目的: 1、熟悉DEBUG的应用(利用DEBUG观察寄存器和内存单元的值及指令执行的结果,直接汇编指令,单步调试,编辑数据等)。 2、掌握汇编表达式的表示方法。 3、掌握80X86的编程结构。 4、学习汇编
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:6928
    • 提供者:wurile
  1. calc

    0下载:
  2. 一个可以计算表达式的结果的程序,例如输入2+3*4得到的结果是14。 -One can calculate the results of expression procedures, such as type 2+3* 4 the results obtained is 14.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1707
    • 提供者:297
  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. shujujiegou_1

    0下载:
  2. 实现表达式计算,求出答案的Java图形界面程序-To achieve expression calculation, find the answer to Java graphical interface program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:268057
    • 提供者:shy
  1. TwentyFourPoint

    0下载:
  2. VS2008 24点算法源码 一个24点的程序,思想是循环生成4个数的排列和11种表达式,再计算结果,如果为24则成功。 注:生成的数使用扑克牌显示。 一些关键的类如下: 1.排列组合类 2.表达式计算类 3.24点计算类-VS2008 24-point algorithm for a 24-point source program, thought is the arrangement of the number of cycl
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:229976
    • 提供者:小胡
  1. Calculator

    0下载:
  2. 对输入的算术表达式计算结果,要求能识别常见函数,能自定义并存储变量,能设置实数显示方式(常规显示,科学计数法)和精度,能进行分数运算 -The input of the arithmetic expression results, hoping that they can identify common functions that can be customized and stored in a variable that can set the display of real numb
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:150959
    • 提供者:fyt
  1. Calculator

    0下载:
  2. 参考独立制作可以进行简单的表达式计算的计算器-A simple expression can be calculated Calculator
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:222366
    • 提供者:igi
  1. GBCalu

    0下载:
  2. 高博文本计算器,支持+,-,*,/,平方,及数学函数表达式的计算-Bo Gao text calculator, support+,-,*,/, square, and the calculation of mathematical function expression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:512481
    • 提供者:xsw
  1. 0987612

    0下载:
  2. Matlab函数库 绝对值、模、字符的ASCII码值 acos 反余弦 acosh 反双曲余弦 acot 反余切 acoth 反双曲余切 acsc 反余割 acsch 反双曲余割 align 启动图形对象几何位置排列工具 all 所有元素非零为真 angle 相角 ans 表达式计算结果的缺省变量名 any 所有元素非全零为真 -Matlab library absolute value, mode, the ASCII character c
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:14607
    • 提供者:JEFF
  1. Calcuation

    0下载:
  2. 可以计算各种形式的表达式,采用比较好的算法将表达式计算出来,可作为其它代码的一个模块,从而实现代码的复用。-The various forms of expression can be calculated, using a better algorithm to calculate the expression can be used as other code, a module in order to achieve code reuse.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:16233
    • 提供者:apple
  1. PPT4

    0下载:
  2. 编写程序实现将中缀算术表达式转为后缀表达式,并利用栈和后缀表达式计算表达式的值-Programming to achieve infix arithmetic expressions to postfix expressions, postfix expression using stack and calculate the value of the expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:885098
    • 提供者:安全卫士
  1. shuxuebiaodaoshi

    0下载:
  2. 任意数学表达式计算与图上显示。 数据显示类: 作者:南京航空航天大学能源与动力学院 庄三少-Arbitrary mathematical expression calculation and map display
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2102739
    • 提供者:欧阳逸明
  1. Calculator

    0下载:
  2. 表达式 计算 和科学计算器 差不多 但只能计算一些简单的功能-Expression calculation and scientific calculators calculate about but only a few simple functions
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3177885
    • 提供者:chenkun
  1. tryex2

    0下载:
  2. 中缀表达式转后缀。1位数值的后缀表达式计算。-Infix expression change suffix. A numerical calculation of the suffix expressions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:923052
    • 提供者:疯子羊
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 48 »
搜珍网 www.dssz.com