资源列表
computer_manual
- 一本介绍计算机结构的书籍,对初学者非常有用!-Introduce a structure of computer books, very useful for beginners!
Sample
- 自己开发的tc键鼠驱动功能,超级鼠标,超级键盘-Developed tc mouse and keyboard-driven features, super mouse, keyboard super-
doxygen-1.5.6.src.tar
- The source code of doxygen. It is one good study material for pre-process and compliation principle.
Clock
- 用visual C++制作的时钟的ActiveX控件,时钟可以正常显示,并动态变化。-Use visual C++ making clock ActiveX control, the clock can display properly, and the dynamic change.
filetool
- 完美解决VC++6.0中不能添加和引入外部文件的的问题,编译后,vc上会有添加文件按钮,使用方便快捷!-Perfect solution VC++6.0 can not add external files and the introduction of the issue, the compiler, vc there on the Add files button, easy to use and fast!
VC2000-forARX
- 将.NET2002中的如下文件 mfc70.lib mfc70d.lib mfc70u.lib mfc70ud.lib mfcs70.lib mfcs70.pdb mfcs70d.lib mfcs70d.pdb mfcs70u.lib mfcs70u.pdb mfc70ud.lib mfc70ud.pdb 复制到\Program Files\Microsoft Visual Studio 8\VC\atlmfc\lib
RS232COM20100408
- 简单的COM口通讯,以及基本控件的运用,比如COM,组合框,clistctrl控件等。-Simple COM port communication, and the use of basic controls, such as COM, combo box, clistctrl control, etc..
mfc截图技术
- MFC 截图程序ActiveX控件的实现。(Implementation of MFC screenshot program)
COMTestCode
- vc环境下COM组件编程小例子,一个文件生成COM组件,另一个文件调用该COM组件。-COM component programming small example, a file generated COM component vc environment, another file to call the COM component.
Codejia.com_77791576c6c60cbc87c5f639960fcc50
- 非常好的一个公安网站,经过测试完全可以正常使用,-A very good public security Web site can be tested normal use,
HackersBlackBook
- this book gives the complete idea of hacking
Computational_Geometry_in_C
- 计算几何书,剑桥大学出版的。对几何中常见问题进行了分析,包含大量c语言言代码