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

搜索资源列表

  1. 词法分析器11

    0下载:
  2. 词法分析,对所给定的程序,进行符合条件的词法分析。结果分类输出!-lexical analysis, the right to have the procedure conducted in accordance with the conditions of lexical analysis. The results of the output!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1481
    • 提供者:闵若琼
  1. cffx_tcking

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

    • 发布日期:2008-10-13
    • 文件大小:203835
    • 提供者:汤超
  1. 一个语言的词法分析程序

    0下载:
  2. Winnt,Win2k,Winxp. 软件大小:, 10K. 推荐等级:. 下载次数:, 117. 发 布 人:, hosping. 发布日期:, 2005年5月20日1时14分. 软件主页:, h-WINNT, Win2k, Winxp. Software Size :, 10K. Suggested Level : . downloads : 117. publisher :, hosping. Date Published :, at 1:14 on May 20, 2005. sof
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:8392
    • 提供者:x
  1. 编译原理报告

    0下载:
  2. 设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。 6. 采用自动机这种方法来设计词法分析程序,使思路更加清晰,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:48732
    • 提供者:cyberspace
  1. 词法分析经典源代码器

    0下载:
  2. 词法分析器 源代码 可以用于学生编译原理课程设计编写 是一个有用的程序-lexical analyzer source code can be compiled for students preparing curriculum design principle is a useful procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1477
    • 提供者:刘飘
  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. 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. lm编译原理的语法分析

    1下载:
  2. 他是语义分析的前端,example是分析的程序实例,token中放置的是token字。既有词法分析又有语法分析。-he is the front-end semantic analysis, example is the analysis of examples of procedures, token placing the token character. Both lexical analysis has syntax analysis.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3797
    • 提供者:马木木
  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. 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. Construe11

    0下载:
  2. 编译课程的词法分析程序,操作界面友好简洁。-compiler courses lexical analysis procedures, simple and friendly user interface.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:10442
    • 提供者:巫俊强
  1. WordAnalys

    0下载:
  2. 用C++语言编写的Java词法分析程序。-C language Java lexical analysis procedure.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:50454
    • 提供者:胡雪飞
  1. fgfd

    0下载:
  2. 特别完整的词法分析程序,有测试代码和结果-special integrity of the lexical analysis procedures, code and test results
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1749
    • 提供者:momo
  1. c_lex

    0下载:
  2. c语言的词法分析程序的源码,是用c语言写的,可以直接在tc中运行-lexical analysis procedure of the source code is written in C language and can be used directly in the running tc
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9088
    • 提供者:常宏
  1. lexical_analyzer

    0下载:
  2. 一个简单的词法分析程序,适合初学者理解词法分析程序。 文件包括: lexical_analyzer.cpp 主程序 input.txt 输入程序 output.txt 输出程序-a simple lexical analysis procedure for beginners to understand lexical analysis procedure. Documents include : lexical_analyzer.cpp main program input.t
  3. 所属分类:

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

    0下载:
  2. 写了一个词法分析器 这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-was a lexical analyzer here to start the de
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:60231
    • 提供者:陈剑峰
  1. JavaScanner

    0下载:
  2. JAVA词法分析程序,程序不难,但是对于初学者来说具有一定参考价值-JAVA lexical analysis procedure is not difficult, but for a newcomer with a certain reference value
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:20448
    • 提供者:奚士佳
  1. CIFAFENX

    0下载:
  2. 这是一个词法分析程序,是在编译原理课编写下来的,经过多次修改。还能够分析对10+9e这样的单词。比较全面。-This is a lexical analysis procedure is compiled in principle lesson from the prepared, after several revisions. Also 10 9e analysis of the word. More comprehensive.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1086
    • 提供者:逐渐为
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com