搜索资源列表
codecomplete
- 从软件原量的编程思想等方面论述了软件构造的问题,并详细论述了紧跟潮流的新技术,观点,以及丰富而典型的程序示例. -The original amount of software programming, thinking, etc. discussed the issue of software structure and detail in keeping with the trend of new technology, ideas, and rich example of the typi
makefile
- 主要介绍 linux下软件项目中编译操作文档makefile的构造与编写方法,对初识linux并在其下工作的同学有较大帮助。-Introduction introduces the software projects under linux documentation makefile to compile the structure and operation of the preparation method, first met in their work under linux and
Secrets-of-Reverse-Engineering
- 逆向工程的秘密:非常经典,了解程序构造和如何保护自己的软件不被破解-Secrets of Reverse Engineering:
BianYi_B5_LL1
- 本次实验使用windows 7的visual C++ 6.0软件,使用mfc编程。LL(1)文法是自上而下的分析方法,首先接受用户输入的一个文法,再分别构造文法中每个非终结符的FIRST、FOLLOW和SELECT集合,根据产生式的SELECT集合判断是否为LL(1)文法,如果是LL(1)文法,再根据SELECT集构造LL(1)分析表。-The experiment uses windows visual C++ 6.0 software 7, the use mfc programming.