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

搜索资源列表

  1. nibolan

    0下载:
  2. 非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式,并计算用逆波兰式来表示的算术表达式的值。-Suffix used to represent arithmetic expressions arithmetic expression converted to Reverse Polish Notation, and calculate the value of the arithmetic expression Reverse Polish Notation.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:243468
    • 提供者:孙辰
  1. main

    0下载:
  2. 编译原理的作业,计算算术表达式,四则运算-The job of the compiler theory to calculate the arithmetic expression, four operations
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:887569
    • 提供者:郭峰
  1. jisuanqi

    0下载:
  2. 编译原理 实现表达式的计算 c/c++语言-Compiler principles to achieve the expression evaluates c/c++ language
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:19778
    • 提供者:张建军
  1. calculator

    0下载:
  2. 用逆波兰式计算数学表达式,用的是C#语言-With Reverse Polish Notation calculate mathematical expressions, using the C# language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:61087
    • 提供者:林宏声
  1. Semantic_analyzer

    0下载:
  2. 自顶向下子程序递归,算术表达式语义分析,实现对算术表达式的值的计算,输入文件格式如,压缩包中的txt文件-a demo of semantic analyse
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:12701
    • 提供者:小风
  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-03
    • 文件大小:10343
    • 提供者:王彩艳
  1. postfix-notation

    0下载:
  2. 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1331
    • 提供者:忆昔
搜珍网 www.dssz.com