资源列表
VC6_memory
- 简要介绍VC ++ 6.0编译器编译期存储器分配模型(内存布局),探讨不同性质变量在编译时编译器如何安排内存空间,在此基础上通过案例解释了一些与内存布局知识相关的问题。 www.200yi.com提供
Decompiler
- 用VB编写的EXE文件反编译工具,通过这个工具可以看到EXE内部的函数、程序代码等,对于学习编程大有帮助。-Prepared using VB decompile EXE file tool, this tool can be seen through the internal function of EXE, the program code and so on, will go a long way to learn programming.
VBDecompiler
- VB 编写的反编译工具源代码,学习反编译原理 -failed to translate
EXE-file-written-in-VB
- 用VB编写的EXE文件反编译工具,通过这个工具可以看到EXE内部的函数、程序代码等,对于学习编程大有帮助。-EXE file written in VB decompiling tool, this tool can see the EXE inside a function, program code, etc., a great help for learning programming.
LX_Complier
- 编译原理 词法分析,语法分析,简单的语义分析,基于C#-Compiler theory lexical analysis, parsing, simple semantic analysis, based on C#
suanfuyouxian
- 有算符优先方法实现语法分析,分析的是表达式文法。 E->T|E+T T->F|T*F F->i|(E)-Are the preferred method for achieving operator syntax analysis, the analysis is the expression grammar. E->T|E+T T->F|T*F F->i|(E)
VC6hang
- VC6[1].0显行号插件.rar VC6[1].0显行号插件.rar-VC6 [1] .0 significant plug-line number. Rar VC6 [1] .0 significant plug-line number. Rar
prog4
- A program that takes as argument a list of data types, and it prints the data type size in bytes under the current system
8279
- 8237各个引脚的功能以及其应用 可以运用于课程设计-8237 different pin functions and their applications can be used in curriculum design
TMS320C54x_DSP_Programmer_Guide
- C54X编程指南,主要讲解了C54X dsp 的编译器结构和需要注意的地方,学习DSP的利器。-Programming Guide C54X, C54X dsp mainly on the structure and the compiler need to pay attention to, learning DSP tool.
Compiler2_1
- 上海交大编译原理作业,到词法分析和LL(1)阶段-Shanghai Jiaotong University, compiler theory assignments, to the lexical analysis and LL (1) stage
TAOC
- The Art Of C++ 此书的源码,经典!里面,实现了个建议的MiniC++的代码,值得一提的是,此MiniC++是解释性的-The Art Of C of the source book, classic! Inside, the realization of the proposal of MiniC code, it is worth mentioning is that this is an interpretative MiniC