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

搜索资源列表

  1. fchh

    0下载:
  2. 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 \"auto\
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:天空
  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. 20040726c zidongji

    0下载:
  2. 一个词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 -a lexical analysis procedure. The core function is a state of the switching function CAjaxParserDlg : : Route. State switching function according
  3. 所属分类:DNA

    • 发布日期:2008-10-13
    • 文件大小:130160
    • 提供者:庄庄
  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. second_lexical

    0下载:
  2. 这个程序是一个递归向下的词法分析程序。它采用了递归的方式由上而下的对一个文本的词法进行分析。-This is a recursive procedure downward lexical analysis procedure. It uses recursive manner of a top-down version of the lexical analysis.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9614
    • 提供者:tom
  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 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com