资源列表
vbkill
- VB杀手 v1.0.2007.1210(附源码),VBKiller使用说明Killer是一个VB辅助逆向分析的工具。首先声明,它不能帮你把VB程序反编译到VB源代码,只能使得VB程序的反汇编看起来更接近VB代码。 配合IDA使用,可以建立VB程序几乎所有的类结构、方法表、函数体,并建立方法表结构体;可以识别VB程序中引用的COM的CLSID,并使用ProgID命名;可以建立任意COM程序(非VB编译的也可以)的方法表、函数体,并建立方法表结构体,可以在待分析的VB程序中使用这些结构体。经过这些处
SLR1
- 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
DCC0.11VC6
- 用C++编写的一个编译器,功能很强大,花了我两个月时间,是编译原理一个大作业。-With C++ Prepared a compiler, function very strong, I spent two months compiling principle is a big operation.
430PWM
- 基于430产生PWM波,可以任意调节频率-Based on 430 PWM wave, can be adjusted at the frequency
FenCi
- 运用编译原理中的词法分析,实现了中文分词功能。-The use of compiler theory of lexical analysis, achieve the Chinese word function.
ex3
- 编译原理实验三 LR分析法的实现 附加实验报告-Compiler theory analysis experimental realization of the three LR additional lab report
Element
- 标记语言的简单解释器算法实现,实现一些简单的二叉树-A simple markup language interpreter algorithm, to achieve some simple binary tree
51
- 根据mcs-51单片机用c语言产生随机数代码。-MCU with 51 random numbers generated code.
LR1-parser
- LR1语法分析器,输入文法,可以对句子进行扫描,并判断句子是否可接收-LR1 parser, the input grammar, you can scan the sentence and determine whether it can receive a sentence
Willem
- willem编程器制作资料(pcb3b)和软件-willem pcb3b ruanjian eprom
LR1
- 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and other non-terminator data storage,
code
- 编译原理词法分析器,生成二元式的代码!适合于大学计算机科学与技术实验设计。-compiler