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

搜索资源列表

  1. javacifa

    0下载:
  2. 本程序是用JAVA语言编写的一个小的词法分析器,可实现输入语句的词法分析。-this program is written in Java and a small lexical analyzer can achieve input sentences of lexical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18322
    • 提供者:苏艳
  1. c-minus

    0下载:
  2. 词法分析器源程序,用c语言编写的,for c-minus-lexical analyzer source with the c language, for c-minus
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 简单函数绘图语言的词法分析器,支持的关键字有(大小写不敏感):ORIGIN,SCALE,ROT,IS,TO,STEP, DRAW,FOR,FROM 运算符:+ ,-,*,/,**(幂);分隔符: 、 ( 、 ) 、 , -simple function graphics language lexical analyzer and a keyword support (not case sensitive) : ORIGIN, SCALE, ROT, IS, TO, STEP, Talk to
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:36832
    • 提供者:陆林
  1. LexicalAnalyzer3

    0下载:
  2. 用c#编写的c语言词法分析器,预处理注释,并使用数据库查询关键字. 注意数据库需要重新连接,使用microsoft jet 4.0,数据库文件为keytable.mdb-prepared with the c language lexical analyzer, pretreatment Notes and the use of database queries. databases need to re-connect microsoft used jet 4.0, database fi
  3. 所属分类:编译器/词法分析

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

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

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

    0下载:
  2. 自己编的一个词法分析器,附带的文档里有详细的实现和使用-own a series of the lexical analyzer, incidental documents are detailed in the realization and use
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:16687
    • 提供者:赵俊
  1. cifa-java

    1下载:
  2. 编译原理:词法分析器(java 语言编写) 运行程序时 打开1.txt文件-compiler : lexical analyzer (java language) program to run when opening documents 1.txt
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:7308
    • 提供者:wang
  1. ffffff

    0下载:
  2. 词法分析 采用独立一遍的工作方式构造PL/0语言的词法分析器-lexical analysis using an independent again the way tectonic PL / 0 language lexical analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3253
    • 提供者:月月
  1. cifafenxi

    0下载:
  2. 是计算机编译原理的课程设计 词法分析器的程序-computer compiler theory of curriculum design lexical analyzer procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3202
    • 提供者:wuyanru
  1. MyJavaCifa

    0下载:
  2. pl/0语言的词法分析器 cifa\\CifaMainFrame.java 主类 cifa\\CifaProcess.java 处理程序-pl / 0 language lexical analyzer CIFA \\ Main CifaMainFrame.java category CIFA \\ CifaProcess.java handling procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3287
    • 提供者:冯2
  1. fenical_cifafxq

    0下载:
  2. 词法分析器. 学习编译原理时做的词法分析器. 总体上感觉一般.-lexical analyzer. Principle study compiled done a lexical analyzer. On the whole, the general feeling.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:27981
    • 提供者:ji
  1. WORDCNT

    0下载:
  2. 此为词法分析器的一部分,需要加一些分析过程才能实现功能-this as part of the lexical analyzer, the need to increase some analysis functions can be achieved
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1914
    • 提供者:刘剑飞
  1. wordsanalyse

    0下载:
  2. 一个用C语言编写的词法分析器,该程序只要实现对输入代码的词法分析并输出文件以保存结果。-a C language prepared by the lexical analyzer. as long as the procedures for the importation of code to achieve the lexical analysis and output files to preserve the results.
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:2357
    • 提供者:lgwang
  1. Soft122512003017

    0下载:
  2. 编译器:一个VC++编写的词法分析器 可以自己输入 也可以导入一个文件进行分析-compiler : a VC prepared their lexical analyzer can also be imported into a document analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:27842
    • 提供者:lin
  1. cffxq4

    0下载:
  2. 这是一个词法分析器,采用C++语言编写,具有很强的分析功能-This is a lexical analyzer, using C language, and highly functional analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1529
    • 提供者:duanhz
  1. cifafenxixixi1

    0下载:
  2. 词法分析器 可作为课程设计参考 也可作为编码初学者学习-lexical analyzer can be used as reference for the design courses could also serve as learning coding beginners
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:73081
    • 提供者:于勇
  1. fifafenxiqifuyiming

    0下载:
  2. 小型词法分析器。输入程序文件片段,输出结果是二元组的。-small lexical analyzer. Input program fragments of files, the output is the result of the dual Group.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11070
    • 提供者:付益明
  1. diguixiajiangzichengxu

    0下载:
  2. 这是我编写的一个词法分析器,有兴趣的人可以看看,里面有详细的说明,我觉得非常适合初学者看-prepared in a lexical analyzer, interested people can see that there are detailed explanations, I think it is very suitable for beginners to see
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4969
    • 提供者:cong
  1. zhiwei

    0下载:
  2. 该程序实现的时词法分析器,通过了调试,能运行,能实现如++,--,等-the program when the lexical analyzer, the debug, can run, can be achieved if, --, etc.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:49875
    • 提供者:李微
  1. 032124433vb

    0下载:
  2. c-minus.rar - 词法分析器源程序,用c语言编写的-c-minus.rar - lexical analyzer source, the use of language c
  3. 所属分类:编译器/词法分析

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