资源列表
STM8-novice-introductory
- STM8新手入门经典资料,针对各种编译器都有讲解-STM8 novice introductory classic material
glibc-2.0.2.tar
- 标准C的代码实现,很详细的。如果你想研究标准C是怎么实现的,最好看看。-Standard C code implementation in great detail. If you want to how to achieve the research standard C, it is best to look at.
TurboC
- c compiler with added projects-c compiler with added projects...
lex_yacc_win
- windowns 环境的lex和yacc编译器工具-windowns environment lex and yacc compiler tool
Compiler_Design_Introduction_To_The_Theory_Of_Com
- Compiler Design Introduction_To_The_Theory_Of_Computation-Compiler Design Introduction_To_The_Theory_Of_Computation
Windows
- android设备使用dos模拟器运行Windows3-android device dos emulator running Windows3
ld_400_03_pc
- TI TMS320C54X C语言编译及汇编开发包-TI TMS320C54X C language compiler and compilation development kits
fftw
- 安装vasp必备的编译程序,欢迎大家踊跃下载
test1
- c++ program to display a webcam display in 3 different flipped windows
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.
LR(0)文法分析器
- 一个简单的LR(0)文法分析器,功能不算很多,但是应有的功能都有