资源列表
optimization_manuals
- 性能优化,优化编译器,优化内存使用,优化语言结构等-This series of five manuals describes everything you need to know about optimizing code for x86 and x86-64 family microprocessors, including optimization advices for C++ and assembly language, details about the microarchitec
.NetConfuse
- 一个很不错的反混淆工具集,内包含6个混淆方面和反混淆的工具,值得参考-A very good.net de-obfuscate tool set, contains six confusion and the confusion of tools, it is worth reference
API
- erformed on the value that is passed to thetargetNameproperty of theclientbean. Typos are only discovered (with most likely fatal results) when theclientbean is actually instantiated. If theclient bean is aprototypebean, this typo and the resulti
CaslCompiler.rar
- 这是一个软件水平资格考试中使用的CASL汇编语言的编译器,实现文件中包括一个编译器,一个虚拟机,一个类似于Debug的调试器.
1
- 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中将用最左推导,1表明只需向右看一个符号便可以决定如何推导即选
RecursiveDescentParser
- 以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-The following descr iption of arithmetic expressions LL (1) recursive descent parser grammar G [E]: E → TE ' E' → ATE ' | ε T → FT' T
lw237ese_grifo
- Ladder logic compiler for 8051 microcontroller
bianyiyuanli
- 这个是编译原理课件,编译原理很重要,让你更能学会编程技术。-The principle is to compile courseware, compiler theory is very important, so you better learn programming.
sdcc-src-20110408-6402.tar
- Small Device C Compiler 面向Inter8051,Zilog Z80,Dallas 80C390,Motorola HC80等系列单片机的开源C编译器-Small Device C Compiler for Inter8051, Zilog Z80, Dallas 80C390, Motorola HC80 series MCU' s open-source C compiler
vbacodeprint
- 使得你能打印你的VBA代码带有色彩,具有良好的使用界面,支持Microsoft Office的全系列程序。针对的用户包括从初学者到专家,对于学习者、对相应工程编制文档和调试复杂系统是理想的工具。支持的输出格式包括RTF, HTML,PDF等。 -Allows you to print your VBA code with color, has a good user interface, support for Microsoft Office
LR(0)文法分析器
- 一个简单的LR(0)文法分析器,功能不算很多,但是应有的功能都有
LuaPlusStudy
- LuaPlus是Lua的C++增强,也就是说,LuaPlus本身就是在Lua的源码上进行增强得来的。用它与C++进行合作,是比较好的一个选择。-LuaPlus is Lua' s C++ enhancement, that is, LuaPlus itself is the source on the Lua enhancement comes from. Use it to cooperate with the C++ is a better choice.