CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - Law

搜索资源列表

  1. 自己的作品

    0下载:
  2. 这是个自己写的一个此法分析器,头次写这个,希望大家赏脸。-this is the one to write his law analyzer, the first time to write this, we hope obliged to say something.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14.75kb
    • 提供者:李波
  1. judg

    0下载:
  2. 本程序使用JAVA实现文法类型判断功能,基本原理是根据乔姆斯基文法中文法类型的定义,进行判断给定的文法属于哪一类文法。通过判断产生式左右部给定的字符长度,以及是否是非终结符等进行判断,总之要紧扣每个文法类型的定义-procedures for the use of the grammar type JAVA judgment function, the basic principle is under Chinese law Chomsky grammar type of definition,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.61kb
    • 提供者:李延
  1. tiger_Parsing

    0下载:
  2. 针对“虎书”中的tiger语言写的语法分析器 根据书中对tiger语言的描述写了72条文法,对所有冲突均进行了处理,都是无害的冲突。本分析器还能对部分错误恢复。 特别提示:使用命令\"yacc -v tiger.grm\"可得到文件y.output-the "tiger" that the tiger was the language syntax analyzer based on the book depicts the tiger language write
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:71.9kb
    • 提供者:cjh
  1. ll1Analysis

    0下载:
  2. LL(1)分析法 1、LL(1)分析法的功能 LL(1)分析法的功能是利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。 2、LL(1)分析法的前提 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法, 3、LL(1)分析法实验设计思想及算法-LL (1) an analysis, LL (1) Analysis of the functional LL (1) Analysis of the fun
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:吴伟
  1. del627551022

    0下载:
  2. 编译原理代码下载 词法分析其与法分析器-compiler code downloaded lexical analysis analyzer with the law, etc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22.35kb
    • 提供者:sumseen
  1. numerical_analysis

    0下载:
  2. 在程序设计部分主要讨论了在读写函数表达式时,词法分析与语法分析的C++实现方法,这也正是本程序编写的难点与重点。之后介绍了复化求积法和Romberg求积法的编写步骤及方法以及数值积分的实现方法。-in the process of discussing some of the major functions of the reader expression, lexical analysis and parsing of C + + methods, which is precisely wha
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:111.25kb
    • 提供者:王宇
  1. tokenizer

    1下载:
  2. 当你写词法分析器时,Sun s Java中的 StreamTokenizer 类是很有用的。所以我生成了类似的一个类CStringTokenizer ,它的使用方法类似于Java的StreamTokenizer ,也提供了一些额外的功能,函数名也稍微有些不同-law analyzer, Sun's Java s StreamTokenizer category is very useful. I generated a similar type CStringTokenizer, its
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:46.56kb
    • 提供者:侯为
  1. BOOL完美版

    0下载:
  2. 布尔语义分析,LR法- Boolean semantic analysis, LR law
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:3.04kb
    • 提供者:张惠
  1. LL(1)

    0下载:
  2. 用LL(1)法对布尔表达式的语法分析- (1) the law analyzes with LL to the Boolean expression grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:1.83kb
    • 提供者:祥瑞
  1. ward

    0下载:
  2. 词法分析 1 试验目的 设计,编制并调试一个此法分析程序,加深对此法分原理的理解. 2 试验要求 1)待分析的简单语言的词法 * 关键字: begin if then while do end 所有关键字都是小写. 2)运算符和界符: : = + * - / < <= <> > >= = ( ) # 3)其他单词是标识符(ID)和整数型常数(NUM),通过一下正规式定义: ID=lette
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:11.08kb
    • 提供者:HUGO
  1. 20356875545

    0下载:
  2. 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:194.01kb
    • 提供者:xieli123
  1. SyntavAnlalyzer

    0下载:
  2. C写的语法分析 递归了程序法语法分析 来自龙书-Written in C syntax analysis of the procedural law recursive parsing from Liuzhou book
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:11.92kb
    • 提供者:关永胜
  1. yufayuyi

    0下载:
  2. 基本实现基于LL(1)法的语法及语义分析程序设计-Based on the basic realization of LL (1) the law of grammar and semantic analysis of program design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:6.6kb
    • 提供者:Holy
  1. by

    0下载:
  2. 算术表达式的语法分析,用的是算符优先法.-Arithmetic expression syntax analysis, using a priority law operator.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:5.3kb
    • 提供者:箱子
  1. parser0.03

    0下载:
  2. 语法分析程序,使用是递归子程序法.自己写的程序,学习-Syntax analysis, the use of law is a recursive subroutine. Own written procedures, learning
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:11.07kb
    • 提供者:
  1. yufa

    0下载:
  2. 编译原理语法分析程序,使用递归子程序法。被分析语言类似与Pascal语言,使用VC6.0编写。-Compilation Principle parsing procedures, the use of recursive subroutine law. Analysis of the language was similar with the Pascal language, using VC6.0 prepared.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:329.73kb
    • 提供者:abcbc
  1. C0compiler

    0下载:
  2. 一个C0法的编译器代码,可以实现编译功能,完整代码-A C0 compiler law code, the compiler can achieve functional, complete code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:27.4kb
    • 提供者:倩羽
  1. mopi

    0下载:
  2. 信息论与编码课程设计:基于概率论与编码 模P法-Information Theory and Coding Course Design: Based on probability theory and coding mode P Law
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:469.15kb
    • 提供者:周游
  1. 805NFA

    0下载:
  2. [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language to the DFA' s nfa equivale
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:9.83kb
    • 提供者:董华鹏
  1. Alvbianma

    0下载:
  2. 语音信号a律编码,输入随机语音信号,可进行A律13折线编码,并译码-Speech Signal a legal code, enter the random voice signals, can be A Law 13 Line coding and decoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:543byte
    • 提供者:李东风
« 12 »
搜珍网 www.dssz.com