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

搜索资源列表

  1. 界面友好的词法分析器

    0下载:
  2. 建议的词法分析器,界面友好,用户把文法放在input文档中,由程序调用,在ouput文档中给出分析结果,-the lexical analyzer friendly interface, users grammar on the input documents, procedures called by the ouput documents presented results of the analysis,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:34606
    • 提供者:原子
  1. cffx_tcking

    0下载:
  2. 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:203835
    • 提供者:汤超
  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. jp jp(0)

    0下载:
  2. 是词法分析程序,可以对词法分析有更深的了解与认识,源程序已经经过调试,可用-is lexical analysis procedure of lexical analysis can have a better understanding, the source has already debugging, available
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8147
    • 提供者:周文明
  1. cpl

    0下载:
  2. pl0编译器,包括词法分析,语法语义分析,以及解释执行-pl0 compiler, including lexical analysis, grammar, semantic analysis, and interpretation of the implementation of
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16684
    • 提供者:牛芮
  1. 用Bison实现pl0语言编译器

    1下载:
  2. 简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the scr ipt lexical analysis and semantic analysis scr ipt syntax into C language compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:941470
    • 提供者:罗鹏魁
  1. WHILE语句的翻译

    0下载:
  2. 用简单优先法设计并编写一个WHILE循环语句的语法及语义分析程序并输出用四元式表示的中间代码,同时实现词法分析程序对单词序列的词法检查和分析。-simple priority Design and prepare a WHILE loop is the syntax and semantic analysis procedures used and output 4 yuan, said the middle-code, while achieving lexical analysis proc
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:10458
    • 提供者:fdf
  1. luoyan1

    0下载:
  2. 这是一段词法分析程序,通过这段程序,大家可以对很多文法进行分析-This is a lexical analysis procedure for the adoption of this procedure, we can right grammar analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:8964
    • 提供者:骆焱
  1. 类c语言编译器

    0下载:
  2. 类c语言编译器,提供从词法分析到语义分析的一系列操作,可供编译原理学习使用。-category c compiler, from lexical analysis of the semantic analysis of a series of manipulations, Principle study compiled for use.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32882
    • 提供者:张博
  1. wodecifafenxi2

    0下载:
  2. 词法分析程序比较完整,基本上可以完整的对程序进行词法分析。-lexical analysis procedure is complete, and basically we can complete the process of lexical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:3447
    • 提供者:刘嘉祥
  1. ictclas_Source_Code

    0下载:
  2. 计算所汉语词法分析系统ICTCLAS介绍 词是最小的能够独立活动的有意义的语言成分。 但汉语是以字为基本的书写单位,词语之间没有明显的区分标记,因此,中文词语分析是中文信息处理的基础与关键。为此,我们中国科学院计算技术研究所在多年研究基础上,耗时一年研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),该系统的功能有:中文分词;词性标注;未登录词识别。分词正确率高达97
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:113239
    • 提供者:郑昀
  1. bianyiyuanlicifafenxi

    0下载:
  2. 词法分析器。 根据编译原理中的词法分析原理,使用VC++6.0编写,可供大家学习编译原理使用。-lexical analyzer. According to the principle of compiler theory lexical analysis, the use of VC 6.0 preparation, we can study the use of compiler theory.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:29883
    • 提供者:奇峰
  1. accidence

    0下载:
  2. C语言编译的词法分析。这是针对C程序的源代码的关键字和符号,变量进行识别-C language compiler of lexical analysis. It is aimed at the C program's source code keywords and symbols, and the identification of variables
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:26900
    • 提供者:李海
  1. ansisy

    0下载:
  2. pascal的词法分析部分,功能完善,实现输出-the lexical analysis, complete functions, achieving output
  3. 所属分类:汇编语言

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

    0下载:
  2. 词法分析器 编译程序中可以对读入的语句进行词法分析,拆分成记号流-lexical analyzer compiler can be read into the right phrase for lexical analysis, split into streams mark
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:黄清易
  1. word_grammer_analogy

    0下载:
  2. 一个词法分析程序,用来实现一个简单编译器的词法分析,功能详见<<编译原理>>.-a lexical analysis procedures used to achieve a simple compiler of lexical analysis, functional see lt; Lt; Compiler Principle gt; Gt; .
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:77263
    • 提供者:张阳
  1. cifafenxiqipascal

    0下载:
  2. 这是我在学习《编译原理词法分析》时用VC++编写的词法分析器,希望这个小程序对一部分人有帮助-This is my learning "compiler theory lexical analysis" with VC + + prepared by the lexical analyzer and hope that this small program to help some people
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3624
    • 提供者:hong
  1. Scanner_sun

    0下载:
  2. java词法分析的主要代码,由sun的j2re提取,javac\\v8\\parser\\-java lexical analysis of the main code from the sun j2re extraction, javac \\ v8 \\ parser \\
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-10
    • 文件大小:5471
    • 提供者:zb
  1. complierDesign

    0下载:
  2. 一个C语言编译器,包括词法分析,语法分析,中间代码生成。-a C language compiler, including lexical analysis, parsing, intermediate code generation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:91727
    • 提供者:赵刚
  1. compile_words

    0下载:
  2. 编译器之词法分析,可以分析类C语言 包括<=的处理,里面有详细注释-compiler device lexical analysis, analysis of category C language including lt; = Handling, there are detailed notes
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3165
    • 提供者:mazhichao
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com