-
-
-
ARM-program.rar
ARM体系结构和编程,介绍ARM CPU 的细节,包括结构,寻址,指令集,汇编语言,cache管理,存储,函数调用参数传递,交叉编译连接及调试。
-
Compiler.rar
(1) 将此番分析程序设计成独立一遍扫描源程序的结构。词法分析的输出结果采用如下的二元组表示:
(单词种别,单词自身的值)
对表识符,采用下列的二元组表示:
(表识符,指向标识符表项的指针)
单词种别建议采用一个关键字一个整数值、一个算符一个整数值等形式,每个整数值是不重复的,设计中应考虑好编码的方案(要跟语法分析连贯)。
(2) 测试用例:
应该建立至少两个测试用例:一个词法上正确的PL/0源程序和词法上部正确的源程序。
-
HookC++Program.rar
用于截获键盘信息的钩子程序,VC编写,使用方法为先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下
-
-
-
AREA.rar
Compiler program is very simple, Kan Bukan you, you are a master.
-
compiler.rar
Example of a compiler created from the begining, designing it s own program lenguage (similar to java) - It contains the list of tokens, the grammar and an example.
-
program.rar
语法编译器 词法编译器
Grammar compiler lexical compiler
-
final.zip
its a compiler program that checks a webpage for some vulnerabilities
-