资源列表
Lesson2Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-err
borghelp
- 反汇编工具Borg的源代码,静态反汇编可执行文件的工具Borg的源代码,很实用-Tools Borg disassemble the source code, static anti-compiled executable file tools Borg
DllTest
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic librar
bianyiyuanli
- 编译原理技术与工具(中文版),龙书啊-Principles of compiler technology and tools (Chinese Version), Long book ah
cp1
- 此文档英文原文摘自www.cppreference.com 以下C-Free的支持者,为文档的翻译做出贡献,特此感谢: Dreamby , sirius , Vic Zhang , Lauren.Jc , Rexzhou , power , littlestone -Excerpt from the original English text of this document www.cppreference.com the following C-Fr
pl0c++
- c++编写的pl0编译器,用于初学者学习应用-c++ prepared pl0 compiler for beginners to learn the application of
LL(1)Analysis
- 大学时的编译大作业,是对LL(1)语法的分析过程,会产生first集,follow集和预测分析表!-University at the time of compiling large operations, is a LL (1) syntax analysis process, will have first set, follow sets and predictive analysis table!
vc++experience
- 识别器,编译原理的,实验一加实验二,句柄-Identifier, the compiler principles, laboratory experiments one plus II Handle
progs
- lex&yacc第二版源码(修正了按书直接下载的源码有些不能运行的错误)-lex
CTFHB
- 符号表查询,可输入字幕、运算符等数据,出现相同的数据会有错误提示,“#”代表输入结束,自动打印出所有数据。-Symbol table query, enter the title, operator, such as data, data will appear the same error message,
FlwComplier_use_flexbison
- 使用flex和bison,开发的flwscr ipt流程脚本编译程序。将类似C的语法转换成一种类似汇编语言。-The use of flex and bison, the development of the scr ipt compiler flwscr ipt process. Syntax similar to C will be converted into a similar assembly language.
FlwParser
- flwscr ipt解析器,将flwscr ipt流程解析出相应的结构体。-flwscr ipt resolver will resolve flwscr ipt processes corresponding structure.