资源列表
CHAPTER-07.-MEMORYMGR
- 一个内存管理器的完整实现和一个小型测试程序.-Full implementation of a memory manager and a small test program.
Chap09
- usb inf files for usb detection
change_brightness
- Changing the screen brightness programmingly - By using the Gamma Ramp API-Changing the screen brightness programmingly- By using the Gamma Ramp API
Changethefontsmenu
- Change the fonts menu
CH
- 非线性有限元代码用FORTRAN编写的原程序-Nonlinear finite element code with the preparation of the original FORTRAN program
CFunctionTool
- 需要反复联系的C语言程序,实在是很不错的,尤其适合新手-Repeatedly linked to C language program, it is very good, especially for the novice
CDROMCpl
- 通过 MCI 命令 控制光驱开关和检查是否有光碟的VB代码-Use the MCI command to control the CD-ROM door open or close
CDib101
- 创建DIB操作的类,感兴趣的可以看看,推荐-Creating DIB operation class, interested can see, it is recommended
ccUuid
- C++,根据网卡自动生成UUID,全局唯一,可以作为数据库表的主键主使用-C++, according to the network card automatically generated UUID globally unique and can be used as the main use of the table primary key
ccode5
- 一个c下的页式存储管理方案小程序 供学习交流使用-C of the page under a storage management solution for small procedures used to study the exchange of
ccc
- 内存地址的应用 创建一个大小1000的内存地址-The memory address of the application to create a size 1000 memory address
catwork0511
- 在 C++ 里,如果我想让派生类的析构函数在释放内存时被调用,我得在基类中将其声明为虚拟函数。那么在 Visual Studio 2005 中,对于某个派生类来说,即使它在基类中未被声明为虚拟的,其析构也会被调用吗?-In C++ years, if I want a derived class destructor is called when the memory is released, I need to declare it as a base class virtual functi