-
编译原理
编译原理-词法分析器-定义单词符号的种类,编码的规则等功能-Compiler Construction Principles- lexical analyzer- the definition of the types of word symbols, coding rules and other functions
- 2022-02-04 18:23:18下载
- 积分:1
-
语言解释器的源代码,可以在Linux,Windows,
Lua语言解释器源代码,可以在linux,windows,
- 2022-04-28 10:47:39下载
- 积分:1
-
PL0 language compiler, easy to use VC compiles
PL0语言的编译器,好用VC++编写-PL0 language compiler, easy to use VC compiles
- 2022-01-25 20:21:45下载
- 积分:1
-
编译原理 小程序设计 用C语言实现一个简单的词法分析程序
编译原理 小程序设计 用C语言实现一个简单的词法分析程序-small compiler theory C programming language used to implement a simple lexical analysis procedure
- 2022-01-31 21:23:04下载
- 积分:1
-
编译原理 课程设计报告: 预测分析表的构造
编译原理 课程设计报告: 预测分析表的构造- The translation principle curriculum designs reported that,
Forecasts the analytical table the structure
- 2023-04-26 17:00:03下载
- 积分:1
-
这是一个文法分析器,很方便,只要输入句子,程序会自动分析,如果错误也会提示...
这是一个文法分析器,很方便,只要输入句子,程序会自动分析,如果错误也会提示-It s a grammer analyzer,which is convenience,if you input sentence,program will automatic analyse and clue to if it is error.
- 2023-02-26 14:45:03下载
- 积分:1
-
由于Ogre自带的模型观察器无法处理中文名,和查看从天龙八部中导出的mesh和骨骼动画,所以他写了一个小工具。过程中重编译了Ogre的源码以便其支持中文资源名和...
由于Ogre自带的模型观察器无法处理中文名,和查看从天龙八部中导出的mesh和骨骼动画,所以他写了一个小工具。过程中重编译了Ogre的源码以便其支持中文资源名和处理天龙八部的模型资源。-model editor
- 2022-07-24 11:24:46下载
- 积分:1
-
这是一个编译原理的扫描程序字符串!喜欢分享…
这是一个编译原理中的扫描字符串的程序!希望能与大家分享-This is a Compilation Principle of the scanning procedure string! Like to share with Members
- 2022-04-17 03:30:12下载
- 积分:1
-
编译原理“龙书”(Compilers: Principles, Techniques, and Tools)中提供的一个小型Syntax...
编译原理“龙书”(Compilers: Principles, Techniques, and Tools)中提供的一个小型Syntax-Directed Translator-Compiler Construction Principles " long book" (Compilers: Principles, Techniques, and Tools) provided a small Syntax-Directed Translator
- 2022-01-27 11:29:23下载
- 积分:1
-
词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程...
词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程序,程序结果输出到文件名为outfile.txt的文件中,此文件为自动生成。-lexical analysis Procedure current directory to establish his own version of a document, named infile.txt, all need to analyze the procedures are written in the article of this document, at the end of procedures to "@" signs Fu end. Running lexical analysis procedure, the results of the proceedings output to a file called outfile.txt document, this document is generated automatically.
- 2022-08-03 02:59:50下载
- 积分:1