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

搜索资源列表

  1. fenris

    0下载:
  2. Fenris是一个检测并把高层次的语言结构做成文档的多功能故障检测器、调试器、代码分析工具。它能回复符号,把程序执行流绘成图,检查内部运行情况,恢复符号表,并处理反调试保护。它有一个命令行接口和一个类似SoftICE的GUI与Web前端-Fenris is a detection and high-level language structure made of multifunctional document fault detection, debugging, code analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1212623
    • 提供者:张光强
  1. ansi_yacc

    0下载:
  2. 标准C的语法分析的yacc文件,可以用bison 等语法分析生成器编译,生成标准C的语法 分析部分,可以和前面的Lex部分组成C编译 器的前端-standard C syntax analysis generates a file that can be used, such as bison syntax analysis compiler generator, generate standard C syntax analysis, and can in front of Lex
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2227
    • 提供者:yyf
  1. Judge_LL(1)

    2下载:
  2. 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple method of LL (1) grammar convicted.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:147436
    • 提供者:张玉峰
  1. LR1

    1下载:
  2. LR1语法分析器 自动识别开始符号、终结符、非终结符; 生成各非终结符的 first和follow集 生成LR1分析表-Complete parser automatic identification symbols beginning and ending address, end-FU; The end-generating website and follow the first generation Complete Set Table Analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:67259
    • 提供者:余天
  1. Chapterone5

    0下载:
  2. 我收场的非常非常的有参考价值得m文件,供大家参考v-I very end of the reference value in m documents for reference V
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:legenddd
  1. tge

    0下载:
  2. C语言前端编译器,yacc/lex编写,可自行修改代码.-C language compiler front-end, generates / lex preparation, may modify the code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:313798
    • 提供者:赵康
  1. flexbison

    0下载:
  2. 词法,语法分析自动生成工具的使用教程(源代码)。 将flex,bison结合使用可以生成复杂的编译程序。用来做编译程序的前端非常合适。-morphology, syntax analysis tools automatically generate the directory (source code). To flex, bison combination can generate complex compiler. Procedures used in the compiler fron
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1001145
    • 提供者:陈伟
  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
    • 文件大小:7797
    • 提供者:李延
  1. c68

    1下载:
  2. 一款拥有一定历史的C语言编译器,最初为MOTOROLA 68000 开发,后来为其他一些通用处理器实现了后端,支持C99中的大部分新特性。-has some history of C language compiler, originally developed for Motorola 68000, Later, some of the other processor to achieve a common back-end, the C99 support most of the new p
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:473817
    • 提供者:可可
  1. signalf

    0下载:
  2. 从文法文件中读入终结符、非终结符、开始符、文法,输出FIRSTVT集,LASTVT集和算符优先矩阵-from grammar document read into the end of website - end website address beginning, grammar, and the output FIRSTVT set, LASTVT set priorities and operator matrix
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:zhouxiang
  1. tiger_Lexical

    0下载:
  2. 针对“虎书”中的tiger语言写的词法分析器 实现了多重注释嵌套、字符串中特殊转义字符和文件结束等处理。 具体请参考Readme.txt-the "tiger" that the tiger was the language lexical analyzer to achieve multiple nested Notes, strings and special escape characters such as an end-of-file processing.
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 包含了语法分析,词法分析,语义分析的编译前端,分析方法为SLR-contains grammatical analysis, lexical analysis, semantic analysis of the compiler front-end, analytical methods for SLR
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6463
    • 提供者:胡恩
  1. yucefenxi_copiler

    0下载:
  2. 也是一个编译前端,但是采用的分析方法为预测分析法-is a compiler front-end, but the methods of analysis to predict analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6018
    • 提供者:胡恩
  1. yufafenxi

    0下载:
  2. 输入文法,可以实现对非终结符,终结符的判断,最后判断文法。-importation of grammar can be realized by the end of the non-Fu, Fu end of the judgment, the final judgment of grammar.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10988
    • 提供者:小工
  1. 左递归文法分析源代码

    0下载:
  2. 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出\"acc\",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further impo
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-15
    • 文件大小:33947
    • 提供者:赵旋
  1. ucc129

    0下载:
  2. This package consists of the executable (UCW), a default scr ipt file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:379182
    • 提供者:lee
  1. uc-tokens10

    0下载:
  2. Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16553
    • 提供者:lee
  1. ucw129

    0下载:
  2. Welcome to UnderC version 1.2.9w This package consists of the executable (UCW), a default scr ipt file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is fo
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:342841
    • 提供者:lee
  1. 词法分析1

    0下载:
  2. 在文本下编辑,把需要分析的程序写在zf-infile.txt内,程序的结尾必须以“@”标志符结束,程序结果输出在同目录内,文件名为zf-outfile.txt,此文件为自动生成。 - Edits under the text, the procedure which needs to analyze writes in zf-infile.txt, the procedure ending must the designator end by \"@\", the procedure res
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9212
    • 提供者:张帆
  1. trimaran-4.0-manual

    0下载:
  2. trimaran是一个前端 后端编译器,通过一堆中间代码和表示,可以profiling出一些信息,进而优化体系结构 数据结构是c c++,linux下-trimaran is a front-end back-end compiler, by a bunch of intermediate code and said that they are profiling some information, and then optimize the architecture
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:390165
    • 提供者:王振华
« 12 3 4 5 »
搜珍网 www.dssz.com