-
CHM Encoder 可以反编译你的 CHM 文件或 E
CHM Encoder 可以反编译你的 CHM 文件或 E-Book 电子图书并提取它们的所有源文件。
你想要将 CHM 转换为 HTML 吗? 那么请立即使用 CHMDecoder 吧!
该工具是免费的并且十分易于使用。
-CHM Encoder may decompile your CHM files or E-Book E-book and extract all their source files. You want to convert CHM to HTML? So please do not hesitate to use it CHMDecoder! The tool is free and very easy to use.
- 2022-02-13 09:27:05下载
- 积分:1
-
通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。...
通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。-Debugging through the design of the preparation of a specific lexical analysis process, deepen their understanding of the principles lexical analysis. And mastery of programming language source code to scan the process of its decomposition for different types of word lexical analysis.
- 2022-08-21 08:13:34下载
- 积分:1
-
词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果
词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在CAjaxParserDlg::OnInitDialog。- Lexical analysis procedure. The core function is condition cut
function CAjaxParserDlg::Route. The condition cut function solution
acts according to DFA to come to the input text to carry on the
analysis. In other words, if you make new DFA, can analyze the new
morphology. DFA initialization in CAjaxParserDlg::OnInitDialog.
- 2022-03-29 21:14:24下载
- 积分:1
-
自己写的一个C子集的编译程序,包括源码和说明文件,以及文法的扩充BNF表达式...
自己写的一个C子集的编译程序,包括源码和说明文件,以及文法的扩充BNF表达式-himself wrote a subset of the C compiler, including source code and documentation, and the expansion of BNF grammar expression
- 2022-07-03 02:36:52下载
- 积分:1
-
basic c compiler
类似于basic语法的脚本
basic c compiler
类似于basic语法的脚本-basic c compiler is similar to basic grammar of the script
- 2023-01-07 18:35:03下载
- 积分:1
-
一个Delphi解释器的例子
一个Delphi解释器的例子-an explanation for example
- 2022-11-29 16:50:03下载
- 积分:1
-
编译
Compile-CC编译器源代码.rar,是学习编译原理和C语言的好例子!-Compile-CC compiler source code. Rar, learning theory and compile C language a good example!
- 2022-06-28 05:34:31下载
- 积分:1
-
语法分析 C++ 原创
语法分析 C++ 原创 -Parsing C++ Original Ha Ha Ha Ha Ha Ha Ha Ha Ha ha ha ha
- 2022-02-25 04:01:48下载
- 积分:1
-
时钟的C代码,应用于单片机,KEIL的开发环境。
时钟的C代码,应用于单片机,KEIL的开发环境。
-C
- 2022-01-25 14:20:22下载
- 积分:1
-
词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地...
词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现.-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code, object code to explain the implementation of a detailed exposition of a compiler the design and implementation.
- 2022-05-21 17:48:29下载
- 积分:1