CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 算术表达式

搜索资源列表

  1. calculator_vckbase.zip

    0下载:
  2. 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:23950
    • 提供者:
  1. 新建 Microsoft Word 文档.zip

    0下载:
  2. 算术表达式的中缀是波兰表示法程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:5286
    • 提供者:
  1. dddgfgExpressidddon

    0下载:
  2. 输入一个算术表达式,求出其值,要求表达式输入正确,且数字为0到9之间.并且要以 # 结束。-importation of a math expression, calculated value, the correct expression input requirements and the number of between 0-9. And to the end #.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8653
    • 提供者:刘少人
  1. 递归下降法整数运算

    0下载:
  2. 该程序使用了递归下降算法进行算术表达式的计算-The program uses recursive descent algorithm arithmetic expressions for the calculation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3271
    • 提供者:陈如山
  1. Calculate000

    0下载:
  2. 可以识别输入的算术表达式并计算机结果,支持+、-、*、/四则运算及嵌套的(),比如4*3+5*((16+8)/2-5)。 利用后缀表达式计算。-can identify imported computer arithmetic expression and the results support ,-,*, / 4 Operational and nested (), such as 3 5 4 * * ((16 8) / 2-5). The use of the suffix formul
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:梁清华
  1. suanshubiaodashi

    0下载:
  2. 关于栈中算术表达式求法 别人写的,觉得很好 十分敬佩-on the stack arithmetic expression Solution written by someone else, a very good feel admiration
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:tt
  1. suanshubiaodashiqiuzhi

    0下载:
  2. 按照《数据结构习题集》严蔚敏版的实验2.5做的算术表达式求值演示。-accordance with the "data structure Exercises Set" Yan Wei-min 2.5 version of the experiment do the arithmetic expression evaluates demonstration.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32555
    • 提供者:vegern
  1. lgh2.5

    0下载:
  2. 算术表达式求值演示系统--数据结构作业!-arithmetic expression evaluates demonstration system -- operational data structure!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2275
    • 提供者:luox
  1. 算术表达式求值

    0下载:
  2. 算术表达式求值源代码-arithmetic expression evaluates source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3723
    • 提供者:李智
  1. EvaluateExpression 算术表达式求值

    0下载:
  2. 算术表达式求值: 中缀表达式求值; 将中缀转换成后缀表达式并求值-Arithmetic expression evaluation: infix expression evaluation to infix into postfix expression and evaluates
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-24
    • 文件大小:911081
    • 提供者:linlin
  1. FomulaStack

    0下载:
  2. 利用栈求解算术表达式的值,程序分为两种表达式,中缀式与后缀式,分别得用栈先入后出的特性,以及运算符的优先级比较,进行求解-use arithmetic to solve the value of the expression, procedures are divided into two expressions, and the sergeant-type suffix. Stack were starting after the first-in-the characteristics, a
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:259633
    • 提供者:Leon
  1. 新建 Microsoft Word 文档

    0下载:
  2. 算术表达式的中缀是波兰表示法程序- The arithmetic expression center decorates is the Polish method of portrayal procedure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-12
    • 文件大小:5599
    • 提供者:高峰
  1. exp

    0下载:
  2. 处理了正确的算术表达式的转换为逆波兰式后进行计算,可处理多位整型数的运算,如:10*(15-5)+30/3#-Dealing with the correct arithmetic expression is converted to Reverse Polish-style after the calculation, can handle a number of integer arithmetic, such as: 10* (15-5)+ 30/3#
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2313
    • 提供者:sara
  1. datastructure

    0下载:
  2. 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5592
    • 提供者:张欣
  1. tree

    0下载:
  2. 算术表达式与二叉树之间存在着对应关系,编写把以前缀形式输入的合法算术表达式转换为中缀表达式,再转换为后缀表达式,并求表达式的值-Arithmetic expressions with binary tree there is a correlation between the preparation of the form to enter the legitimate prefix arithmetic expression conversion infix expression, and t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1532
    • 提供者:ty
  1. maathparser

    0下载:
  2. 算术表达式解析器 .rar 支持变量和以下数学函数:+、-.*.\,sin,cos,tan等-Arithmetic expression parser. Rar support variables and the following mathematical functions :+,-.*. \, sin, cos, tan, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:35108
    • 提供者:断了的弦
  1. calculator

    1下载:
  2. 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
  3. 所属分类:Data structs

    • 发布日期:2015-12-15
    • 文件大小:440320
    • 提供者:JJWM
  1. third2

    0下载:
  2. 2.编写程序实现表达式求值,即验证某算术表达式的正确性,若正确,则计算该算术表达式的值。 主要功能描述如下: 1、从键盘上输入表达式。 2、分析该表达式是否合法: (1)是数字,则判断该数字的合法性。若合法,则压入数据到堆栈中。 (2)是规定的运算符,则根据规则进行处理。在处理过程中,将计算该表达式的值。 (3)若是其它字符,则返回错误信息。 3、若上述处理过程中没有发现错误,则认为该表达式合法,并打印处理结果。 -2. Write a program to
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1517894
    • 提供者:bagai
  1. 新建压缩(zipped)文件夹

    0下载:
  2. 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现 基于二叉树表示的算术表达式 Expression 的操作。(There is a natural correspondence between an expression and a two forked tree. Write a program to implement The operation of the arithmetic expression Expression based on the two f
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:870400
    • 提供者:lanyxa
  1. 算术表达式求值演示

    0下载:
  2. 用栈实现算术表达式求值,另有MFC制作的图形界面(Arithmetic expression evaluation by stack, and graphical interface made by MFC)
  3. 所属分类:数据结构

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com