资源列表
S7BlocksUnlock
- 主要是对西门子PLC功能块的解锁问题实现了一键完成。-Mainly for unlocking Siemens PLC function blocks to achieve a key issue to complete.
Check
- Check If you regis the Vcredist
VirtualDesktop
- Vitual desktop programer source
MHS6.1
- Memory Hacking SoftWare
typeof_common
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
Compilers_Principles_Techniques_and_Tools(2nd_Edit
- 编译原理经典书籍,“龙书”英文版第二版,是学习编译原理的必备书籍-Compiler theory classic books, " Dragon book" English second edition, is to learn the essential principles of book compiled
compiler_code
- 编译器实现的一个代码,vc6.0平台下实现,可以实现基本的功能-Compiler implementation of a code, vc6.0 platform to achieve, basic functions can be achieved
mingw
- mingw强大的编译器,可以类似于VC6.0但是不会出现像VC那样出现莫名其妙的司机-mingw powerful compiler that can appear similar to VC6.0 but not appear as baffling as the driver of VC
bianyiyuanlijidainma
- 编译原理及其代码 很有用 希望对大家有帮助 -Compiled code very useful principle and hope to help
Cplusplus_perfect_source_code
- C++完美演绎源代码,整合C++相关经典算法-C++ perfect source code
ReversePolishNotation
- 中缀表达式转换为逆波兰表达式,并计算逆波兰式结果。-Infix expression into Reverse Polish expression, and calculate the Reverse Polish Notation results.
complier
- 我们设计的编译程序涉及到编译五个阶段中的三个,即词法分析器、语法分析器和中间代码生成器。编译程序的输出结果包括词法分析后的二元式序列、变量名表、状态栈分析过程显示及四元式序列程序,整个编译程序分为三部分: (1) 词法分析部分 (2) 语法分析处理及四元式生成部分 (3) 输出显示部分 -We designed the compiler to compile the five stages involved in the three, namely, lexical analy