-
Compiler
编译器源代码相关的东西
- 2022-02-25 23:25:52下载
- 积分:1
-
本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occ...
本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序-This set of program is the attached software in 《Compiler Design in C》 writed by Allen I. Holub, it contains the Lex, occs and Llama which are phraseing analysis tools writed by Allen, it also contains a program which can display the analysis procedure of C
- 2023-03-25 10:05:03下载
- 积分:1
-
完美反编译各种版本的CHM文件
把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等;
支持所有版...
完美反编译各种版本的CHM文件
把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等;
支持所有版本的CHM,支持所有编码;
允许有选择性地导出不同类型的文件,包括仅导出所有图片、仅导出所有网页文件、仅导出所有多媒体文件、仅导出列表等;
特有树形结构预览;
支持快速批量反编译,如果导出目标文件夹存在,则会自动生成新的序列文件夹;
智能操作,无所不在的快捷方式与体贴的操作与提示;
自动识别文件类型,判断有潜在威胁的文件类型自动提示! -Perfect Anti-compiled versions of CHM files
Put all the contents of a complete structure (directory path) anti-compiled, 100 reduction, detailed calculation of the number of various documents: images, web pages, multimedia, etc.
Supports all versions of the CHM, to support all coding
Allow selective export of different types of documents, including the only export all the pictures, only to export all pages of documents, only to export all the multimedia files, only to export the list and so on
Special preview of tree structure
Support for fast batch decompile, if the export destination folder exists, it will automatically generate a new sequence of folders
Intelligence operation, the ubiquitous shortcu
- 2023-01-31 18:45:03下载
- 积分:1
-
C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。
C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。-the C language SIMPLE language lexical analyzer and used JAVA interface.
- 2022-07-21 03:17:49下载
- 积分:1
-
一些开发软件和资料,对开发有帮助,可以
一些开发软件和资料,对开发有帮助,可以-some software development and information to help develop, we can
- 2022-01-25 19:16:39下载
- 积分:1
-
该文描述了C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和文法分析过程。...
该文描述了C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和文法分析过程。-The paper describes the expression of the C language grammar, grammar generated by the operator priority matrix and operator priority function to discuss the C language features of the expression and grammar analysis.
- 2022-08-16 05:23:38下载
- 积分:1
-
求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。...
求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
- 2022-08-26 04:32:07下载
- 积分:1
-
基于pascal的词法分析程序
基于pascal的词法分析程序-based on the lexical analysis procedure
- 2022-04-29 03:31:06下载
- 积分: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
-
学习简单的Yacc说明的原理,掌握Yacc源文件的写法以及语法分析器生成工具BISON的使用方法和Yacc源文件的运行方法和基本步骤。...
学习简单的Yacc说明的原理,掌握Yacc源文件的写法以及语法分析器生成工具BISON的使用方法和Yacc源文件的运行方法和基本步骤。
-Yacc study shows a simple principle, Yacc master source file written syntax analyzer and generate UML tools and the use of the source language Yacc pieces of the operation and basic steps.
- 2022-12-19 01:20:04下载
- 积分:1