搜索资源列表

  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 a
  3. 所属分类:其它资源

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:fdf
  1. WordAnalys

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

    • 发布日期:2024-05-16
    • 文件大小:50176
    • 提供者:胡雪飞
  1. JavaScanner

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

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:奚士佳
  1. CFFX-TUOBOC2.0

    0下载:
  2. 这个是在TC2.0下编译成功的! 一个简单的词法分析程序-WITH TC 2.0 compiler success! A simple lexical analysis procedure
  3. 所属分类:其它资源

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:流言
  1. cifa4

    0下载:
  2. 词法分析器。 编译原理中的词法分析程序,可以进行简单的词法分析-lexical analyzer. Compiler Principle of lexical analysis procedures can be simple lexical analysis
  3. 所属分类:其它资源

    • 发布日期:2024-05-16
    • 文件大小:234496
    • 提供者:刘鹏尧
  1. yufafenxiqigouzhao

    0下载:
  2. 语法分析器构造 借助于词法分析程序提供的分析结果,编写一个算符优先语法分析程序,程序能进行语法结构分析和错误检查并产生相应的归约信息。同时给出出错信息和错误类型,从而加深对语法分析的理解。 -parser using lexical analysis procedure for the analysis of results prepare a priority operator syntax analysis procedur
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-16
    • 文件大小:382976
    • 提供者:duoduo
  1. cifafenxi-bianyi

    0下载:
  2. 词法分析:这是一个词法分析程序,是由文件读入要分析的字符串-lexical analysis : This is a lexical analysis procedure is read from the document to analyze the string
  3. 所属分类:其它资源

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:ma
  1. gettoken

    0下载:
  2. 简单词法分析程序,文件输入文件输出,输出token序列.-simple lexical analysis procedures, the output document file input and output token sequence.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:赵玉琼
  1. scaner(c)

    0下载:
  2. 一个C编写的词法分析程序(词法扫描器)。 fetch.txt为取词文件,程序可识别该txt中的词法。 需要编译原理词法分析程序的人,还等什么!-a lexical analysis prepared by the procedures (lexical scanner). Fetch.txt for word from documents, procedures to identify the morphology
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:li
  1. DO-WHILE

    0下载:
  2. 通过设计、编制、调试一个DO-WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-through design, develop and debug a DO-WHILE cycle statement syntax and semantic analysis procedures, deepen the syntax and semantic analysis of
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:mima
  1. CiFaFenXiFrame

    0下载:
  2. 一个词法分析程序,用JAVA实现的,是图形界面的-A lexical analysis program, using JAVA realize is that the graphical interface of
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. cifafenxi

    0下载:
  2. 题目:设计C语言词法分析程序 要求:要给出所分析语言的词法说明,相应的状态转换图,单词的种别编码方案,词法分析程序的主要算法思想等。 -Title: Design C language lexical analysis program requirements: to give the language lexical analysis shows that the corresponding state transiti
  3. 所属分类:其它资源

    • 发布日期:2024-05-16
    • 文件大小:101376
    • 提供者:李力
  1. 222

    0下载:
  2. 用LEX自动生成的C-词法分析程序 (能识别注释)-LEX automatically generated by C-lexical analysis procedure (to identify the Notes)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:39936
    • 提供者:雷达
  1. S_Scanner

    0下载:
  2. 完整的S语言词法分析器, 包含文件说明: parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 key.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表-Complete S language lexical analyzer, including documentation: parser.cpp lex
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:李宁
  1. wordanalysis

    0下载:
  2. 编译原理课程中的单词词法分析程序,使用java编写。-Compiler Construction Principles Course word lexical analysis procedures, the preparation of the use of java.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:alic
  1. Accidence

    0下载:
  2. 用java编写的词法分析程序,识别高级程序语言的词法分类。-Prepared using java lexical analysis procedures, identification of high-level programming language for lexical categories.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:lixin
  1. cifafenxi

    0下载:
  2. 实现一个C语言子集的词法分析程序。 首先在关键字列表keywordtable中查询字符串p,若存在就将该字符串及对应的类号插入二元式列表eryuanshi;若没有,在符号表symtable中查询,如果symtable中不存在p就将p插入,这里要分p是标识符还是整数区别对待,设置不同的type值。 内含报告说明
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:209920
    • 提供者:yy
  1. scanner

    0下载:
  2. 简单源程序的词法分析程序的C语言实现,输出二元式,保存在外部文件-Simple source of the lexical analysis of C language procedures realize, the output of binary type, stored in an external file
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:413696
    • 提供者:李勇
  1. lexical_analysis(CSharp)

    0下载:
  2. CSharp编写的类C语言词法分析程序。采用OOP思想设计,具有基本词法分析功能,单独用一个类封装,拓展性好。-Prepared CSharp Class C language lexical analysis program. Thinking of using OOP design, have a basic lexical analysis function, a separate category with a package,
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:53248
    • 提供者:梁浩亮
  1. cifafenxi

    0下载:
  2. 词法分析程序 C++编写,在VC++6.0编译通过 -Lexical analysis program C++ Prepared in VC++ 6.0 compiler through
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:251904
    • 提供者:zhangliao
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org