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

搜索资源列表

  1. caculator

    0下载:
  2. 本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-The main function of this program is to us
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6940
    • 提供者:lupeng
  1. arith4

    0下载:
  2. 输入字符串表达式,计算四则运算,代码已测试,可以正常使用。用于编码能力提升。-Input string expression that evaluates four operations, code has been tested, can be used normally. Capacity building for encoding.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:2014516
    • 提供者:HEJIE
  1. zhongzhui

    0下载:
  2. 计算中缀表达式的值,简单算术表达式的求解-Infix expression value calculation, solving simple arithmetic expressions
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:王美丽
  1. 24

    0下载:
  2. 计算24点游戏:任意输入4位数字,利用+,-,*,/四则运算使之得到结果 24。输出所有不同算法的计算表达式,可为运算优先级而使用括号。-Calculation of 24-point game: any input four digits, use+,-,*,/four operations so get results 24. Output all the different algorithms compute expressions for computing priorities an
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:994
    • 提供者:tangtang
  1. 1

    0下载:
  2.   此程序为符号计算程序,自变量为 x ,能够进行多次循环求导,程序主要包含三个部分reduction、dfferentiate和check。   Reduction部分的作用是对于所输入的函数表达式进行化简;differentiate部分的作用是对于输入的函数表达式进行求导;Check部分的作用是对于输入的函数表达式进行括号的添加、化简以及纠错;-This procedure for symbolic computation program, since the variables x,
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:13022
    • 提供者:程尹
  1. numbercaculate

    1下载:
  2. 在java环境下,可以利用栈计算后缀表达式的值程序已测试成功-Postfix expression can calculate the value of the stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1521
    • 提供者:yhh
  1. Stack

    0下载:
  2. 用c++语言借用栈将中缀表达式转化为后缀表达式并且计算出后缀表达式的值,支持浮点数运算-Borrowing the language used c++ stack will infix expressions into postfix expression and calculate the value of the postfix expression of support for floating-point operations
  3. 所属分类:IT Hero

    • 发布日期:2017-03-30
    • 文件大小:1363
    • 提供者:Jack
  1. Calculating-arithmetic-expressions

    1下载:
  2. 顺序栈实现算术表达式的计算 输入格式:一行一个算术表达式,可以输入若干行 输出格式:一行一个输出结果 样例: 输入样例: 2*(3 + 4) 6+ 2 * 8 /4 输出样例 14 10 【基本要求】运算对象均为整数-Stack order to achieve the calculation of the arithmetic expression input formats: line an arithmetic expression, you can
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:444209
    • 提供者:邵阳
  1. jisuanqi

    0下载:
  2. 一个整形计算器,实现计算表达式,可计算加减乘除以及括号-A plastic calculator, realizes the calculation expression of a plastic calculator, realize the calculation expression,, subtraction, multiplication and division can be calculated and the brackets
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5236
    • 提供者:梁栋
  1. Mycalculator

    0下载:
  2. 学习android,很多人都是从写计算器开始的,我也不例外,前段时间我自己也写了一个android版的计算器,可以计算带括号的表达式.-Learning android, many people are writing the calculator from the beginning, I was no exception, some time ago I also wrote a version of an android calculator that can evaluate expre
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:612926
    • 提供者:weishui35
  1. myAction

    0下载:
  2. 用java写的一个简单的例子,很好地用到了正则表达式,用于加减法计算,并可以保留历史记录-A simple example of java app, good use of regular expressions used to calculate addition and subtraction, and can keep a history of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:851
    • 提供者:肖宇轩
  1. nibolanshi

    0下载:
  2. 逆波兰式,用于后缀表达式,计算上用到的比较多-Reverse Polish Notation for postfix expression, used in more computationally
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:691916
    • 提供者:jiangzuolin
  1. set

    0下载:
  2. 一个可以用来计算逻辑表达式,求真值表的小程序-A computational logic expression, seeking the truth table applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:238444
    • 提供者:Jayvic
  1. matlab

    0下载:
  2. MATLAB是一套功能十分强大的工程计算及数据分析软件,具有友好的可视化编程界面及接近数学表达式的自然化语言。针对信号与系统中傅里叶变换具有抽象度高、难于理解的特点,利用MATLAB强大的信号处理功能、阶跃响应,微分方程,卷积定理的内容,通过MATLAB 程序实现。本文介绍了MATLAB在信号与系统仿真中的应用,该软件在通信电子类课程中应用越来越广泛,通过几个典型实例来重点研究。 关键词:MATLAB;阶跃响应;微分方程;卷积;信号与系统;仿真 -MATLAB is a very power
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:18291
    • 提供者: 王娟
  1. calculator

    0下载:
  2. 递归下降计算表达式。支持浮点数与字符串的运算。支持三目运算符(?:)-Recursive descent calculation expression. Support for floating-point arithmetic and string. Support ternary operator (? :)
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6690
    • 提供者:amlo
  1. Arithmetic-expression-evaluation

    0下载:
  2. 算术表达式求值,可对算术表达式求值过程进行演示,并计算出结果。-Arithmetic expression, arithmetic expression evaluation can demonstrate the process and calculate the results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5509
    • 提供者:林祥坦
  1. four

    0下载:
  2. 四则运算表达式!!能够正确计算四则运算表达式哦!-Four arithmetic expressions! ! Arithmetic expression can correctly calculate Oh!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1340
    • 提供者:imp
  1. math

    0下载:
  2. 可以实现表达式的计算,支持多层括号,支持多种运算,也可以扩展得功能更为强大,用到的类是Decimal-Can evaluate expressions and supports multi-brackets, supports a variety of operations, you can get more powerful extensions, use the class is Decimal
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-08
    • 文件大小:4109
    • 提供者:刘优
  1. mssql-24

    0下载:
  2. 4个数字算24的存储过程。算法原理是列出所有排列组合,计算表达式的值,再筛选值为24的表达式。-4 digital count stored procedure 24. Algorithm principle is to list all the permutations and combinations, the calculated value of the expression, and then screening value of 24 expressions.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-10
    • 文件大小:944
    • 提供者:wen
  1. 824716115Math_Cacl1107

    0下载:
  2. 是一个印刷体数学表达式识别系统.能识别一些一般的印刷体数学表达式,为工程者计算者提供了方便,减轻了他们的工作量-A printed mathematical expression recognition system. Printed to identify some general mathematical expression for the project is calculated to provide a convenient, reducing their workload
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:160098
    • 提供者:宋格格
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com