CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - polish

搜索资源列表

  1. 21codes_del62755882442

    1下载:
  2. 将布尔表达式翻译成后缀式(即逆波兰式),中间有词法分析,语法分析及中间代码生成-Boolean expressions to be translated into the suffix - (reverse Polish), there is a lexical analysis, Grammatical analysis and intermediate code generator
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:24901
    • 提供者:张丽
  1. 415703

    0下载:
  2. 设计一个算法,将一般算术表达式转化为逆波兰表达式,并求逆波兰表达式的值。-design an algorithm, general arithmetic expressions into reverse Polish expression, and inverse Poland the value of the expression.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1244
    • 提供者:
  1. wyb4

    0下载:
  2. 逆波兰式,c语言实现,包括语法分析,语义分析等,优先级别的实现-inverse Polish, c language, including grammar analysis, semantic analysis, the priority level of achievement
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-10
    • 文件大小:1973
    • 提供者:王云鬓
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, supports arithmetic operations, bra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22808
    • 提供者:大山
  1. nibolan

    0下载:
  2. 逆波兰表达式 用字符串实现 可能 不大符合 计算 但是 可以准确求出表达式的逆波兰式-reverse a string expression may not be consistent with achieving but accurate calculation formula derived inverse Polish
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:雷天保
  1. Bolandexpression

    0下载:
  2. 一个用c语言编写的波兰表达式的小程序,算法相对简单-a language with the Polish expression small procedure, the algorithm is relatively simple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6859
    • 提供者:郭花
  1. bolawqerend

    0下载:
  2. vc开发的用一个逆波兰式转换程序,是做课程设计是编写的,很小的 -vc development of the use of an inverse Polish conversion process, the curriculum is designed so prepared in a small
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26698
    • 提供者:田海震
  1. CAL_BIG_SOFT

    0下载:
  2. 这是一个用于计算的算法,是用波兰公司的c++开发的一个小算法-This is the one used in the calculation algorithm is used Polish company c developed a small algorithm
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:2299
    • 提供者:好孩子
  1. bianyiyuanlikechengsheji

    0下载:
  2. 词法分析,语法分析,以及中间代码生成 布尔表达式转换为逆波兰式-lexical analysis, parsing, and the intermediate code generated Boolean expressions into reverse Polish notation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1774356
    • 提供者:陈进
  1. PolandExp

    1下载:
  2. 波兰表达式 以下是几个标准的表达式: 5 * 2 + -3 5 * (2 + -3) 5 + ((-4 * -5) + (((5 + (6 - 2)) * 7 + ((4 + 2) * (3 - 1)))) 与之等价的波兰表达式为 + * 5 2 -3 * 5 + 2 -3 + 5 + * -4 -5 + * + 5 - 6 2 7 * + 4 2 - 3 1 在普通的表达式中,符号是位于运算对象之间的,而在波兰表达式中,运算符号位于参与运算的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1077
    • 提供者:zheng
  1. nbl

    0下载:
  2. 逆波兰式计算,将格式化数组转化为逆波兰表达式,a为输入的数组,n为其长度,p为输出逆波兰表达式的目标,m记录逆波兰表达式的长度 -inverse Polish, the array will be formatted into reverse Polish expression, a for the importation of arrays, its length n, p output of the inverse expression Poland, Poland inverse m re
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1273
    • 提供者:郑伟
  1. del62755882442

    0下载:
  2. 词法分析,语法分析,以及中间代码生成  布尔表达式转换为逆波兰式 -lexical analysis, parsing, and the intermediate code generated Boolean expressions into reverse Polish notation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:20954
    • 提供者:sattar
  1. fydlq

    1下载:
  2. 编译原理课程设计布尔表达式输出逆波兰式运用ll(1)法-Course Design Compiler Principle output Boolean expressions using inverse Polish ll (1) Act
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5681868
    • 提供者:yxd
  1. lr

    0下载:
  2. 给出该文法的属性文法,用LR分析法实现对赋值语句的翻译,给出翻译的逆波兰式结果。-Given the grammar attribute grammar, with the realization of LR analysis of the translation of assignment statements are given against the Polish translation of the results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:1648
    • 提供者:duqinghua
  1. 2

    0下载:
  2. 逆波兰式表示法的生成程序,挺好的!实现了从中缀向后缀的转变-Reverse Polish Notation notation generation process, quite good! Realized the transformation from infix to suffix
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1207
    • 提供者:李荣涛
  1. dd

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示) 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) [bianyiqi.rar] - 词法分析,语法分析,以及中间代码生成布尔表达式转换为逆波兰式 [3.rar] - 编译原理课程设计(LL(1)分析),功能强大,使用,希望大家多多下载,多指出不足的地方 -IF-ELSE conditional statements translation program design
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:52086
    • 提供者:ddd
  1. lr

    0下载:
  2. 算符优先分析法,中间代码选用逆波兰式。 欢迎下载!-Operator priority analysis, intermediate code optional Reverse Polish-style. Welcome to download!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1944
    • 提供者:jkmshen
  1. 12345

    0下载:
  2. LR分析法对文法进行分析,中间代码用逆波兰式生成-LR analysis of grammatical analysis, intermediate code generated using Reverse Polish-style
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1947
    • 提供者:6272082
  1. POLISH

    0下载:
  2. A reverse polish interpreter snippet in C. May be helpful if you are designing an assembler or compiler.-A reverse polish interpreter snippet in C. May be helpful if you are designing an assembler or compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:3659
    • 提供者:David
  1. Polish

    0下载:
  2. 实现普通表达式到逆波兰表达式的转化,使用C++完成,用于编译原理-To achieve common expression to reverse the transformation of the Polish expression, the use C++ to complete, for compiling principle
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:557
    • 提供者:cici0932
« 12 3 »
搜珍网 www.dssz.com