搜索资源列表
WP4
- 使用vc6.0用win32api结合mfc编写的任务管理器,能列出当前运行的进程,并能结束进程,有很好界面哦-use vc6.0 combined with win32api mfc prepared by the task manager, to a list of running processes, and the end of the process, a very good interface oh
Traffic_FOR_net
- 网络流量监测源代码,同时MFC自会BTN实现代码,具有高的参考价值~GOOD LUCK!-network traffic monitoring source code, MFC will BTN codes, have high value-GOOD LUCK!
0016
- 分配大量小型类对象(如:10,000小型记录)最快和最佳方法是什么? 当然,MFC 序列流化对象可以完成所需的任务。但是,内存的分配和销毁相当耗时。有没有办法对此进行改进?-distribution of a large number of small class objects (for example : 10,000 small records), the fastest and best way is of course, MFC-sequence objects can complet
process
- 学习用的简单的进程路径查看器,主要是初学MFC的系统编程,可以获得指定程序名进程的句柄ID并显示,如果配合TerminateProcess函数可以结束进程(包括系统进程,因为获得了debug 权限)注意编译时要配置好Psapi.lib和Psapi.h