-
类似vc的集成开发环境,包括编辑器,调试器,编译器的全部源代码,真正的交互式,支持代码自动生成技术...
类似vc的集成开发环境,包括编辑器,调试器,编译器的全部源代码,真正的交互式,支持代码自动生成技术-Vc similar integrated development environment, including the editor, debugger, compiler of all source code, a truly interactive, support automatic code generation technology
- 2022-05-19 07:16:45下载
- 积分:1
-
可以的,我见过,可以反编译出程序框架,但部分代码只能反编译成汇编Top4楼BlackPoint(黑点)回复于 2002...
可以的,我见过,可以反编译出程序框架,但部分代码只能反编译成汇编Top4楼BlackPoint(黑点)回复于 2002-03-12 17:10...根据我所知道的dede就是最好的delphi反编译工具,可以还原窗体等资源,但是pas等只能还原成汇编,但是如果可以将汇编还原-Yes, I have seen, you can decompile a procedural framework, but some code can only decompile Top4 floor into a compilation BlackPoint (black spots) on 2002-03-12 17:10 Reply ... According to what I know is dede decompile delphi best tool to restore the form and other resources, but can only be restored to pas, such as compilation, but if it can be compiled to restore
- 2022-04-19 08:00:06下载
- 积分:1
-
一个C格式的脚本处理函数库源代码,可让你的C程序具有执行C格式的脚本文件...
一个C格式的脚本处理函数库源代码,可让你的C程序具有执行C格式的脚本文件- A C form script processing function storehouse source code, may
let your C procedure have carries out the C form script document
- 2022-03-12 04:38:00下载
- 积分:1
-
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运...
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运算符、标点符号和常量等。-Principles of curriculum design compiler report lexical analyzer (C++) By reading the source code into the source of characters and word formation rules in accordance with the cut into a series of words. Word is the language with the smallest unit of independent significance, including reserved words, identifiers, operators, and constants, such as punctuation.
- 2022-07-14 05:54:40下载
- 积分:1
-
是关于算术表达式的翻译程序,有词法分析,语法分析,语义分析和三地址码生成...
是关于算术表达式的翻译程序,有词法分析,语法分析,语义分析和三地址码生成-it is a program which is to translate the compute
expression.it contains accidence analysis,gramar analysis ,lexeme analysis and three-addr code grenerate.
- 2023-02-10 06:40:03下载
- 积分:1
-
compiler theory word recognition
编译原理单词识别-compiler theory word recognition
- 2022-02-06 05:32:45下载
- 积分:1
-
XML解析源代码expat2.01版,lib目录能用于C++代码中
XML解析源代码expat2.01版,lib目录能用于C++代码中-XML source code analysis expat2.01 version, lib directory can be used to C++ Code
- 2023-06-04 13:45:02下载
- 积分:1
-
突出真实
HIGHLIGHT TRUE
#define NOHIGHLIGHT FALSE
#define UPDATE TRUE
#define NOUPDATE FALSE
#define FORMAT TRUE
#define NOFORMAT FALSE
#define LEFT 0-HIGHLIGHT# define NOHIGHLIGHT TRUE FALSE UPDATE# define TRUE## define FALSE de NOUPDATE fine FORMAT# define TRUE FALSE# defin NOFORMAT e LEFT 0
- 2022-09-18 04:20:03下载
- 积分:1
-
实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA...
实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to determine procedures. DFA NFA is a special case. NFA N for each must exist a DFA M, makes L (M) = L (N). N for each NFA exist with the DFA M equivalent. NFA from the matrix can be seen, tables are usually set of a state, and in the matrix DFA said, Form is a state of the corresponding NFA DFA basic structure of ideas : 1.DFA each one corresponds to a group of NFA state. 2. DFA use it to the state records in NFA Reading input into a symbol after all reach the state. .
- 2022-08-23 12:39:40下载
- 积分:1
-
词法分析程序设计
词法分析程序设计- The lexical analyaer designs
- 2022-03-07 08:13:07下载
- 积分:1