资源列表
powerdown
- 用VC写的一个可以关闭系统的程序,直接把电源也关掉了,运行该程序前要小心把未保存的东西先保存!-VC can write a closed system procedures, directly to switch off the power supply is also running the program prior to the careful preservation of not keeping things first!
idfind
- 任务旨在强化线程编程能力,对并行所带来的性能优势有直观的认识。 在阅读大型项目代码时,经常要搜索某个标识符,找出该标识符的声明、定义或引用的地方(某文件的哪一行)。本任务要求实现一个程序idfind,其使用格式如下: idfind [-j n] id dirname 选项 -j 指定并行线程数目。如果省略该选项,则只启动一个线程。 id表示要查找的标识符,dirname表示项目所在目录。-Task is to strengthen the ability of progra
235634645
- 隐藏自身进程,利用部分设备驱动原理,在win2000,xp,2003上通过,不支持9X-hide their own processes, the use of some device driver for the WIN2000, xp, 2003, adopted X does not support 9
mulithread
- I. 在C盘下建立一个名为MuliThread.java的文件,MuliThread.java中内容见“附录二”。 II. 通过CMD命令进入命令行方式,编译MuliThread.java文件。 III. 运行编译成功的MuliThread.class文件。根据屏幕反馈,完成报告要求7 – -I. under the C drive, create a file named MuliThread.java the See MuliThread.java in Appendix II
java海上的小游戏
- 小游戏,是服务器有客户端的游戏,只有能登陆就可以玩,还上对战,支持多个客户端-small games, the server is a client of the game, only the landing will be able to play, but also on the screen, multiple client
Owl
- Mutithreading example by me
ThreadPool
- 一个好用的线程池管理类。。 不错的哦 是-A nice thread pool management class. . Yes, oh yes
resizerlike
- 一个非常好用的类似资源管理器的调整两个控件分开位置的控件源代码-a very user-friendly resource management for a similar adjustment controls two separate locations in the source code control
processing
- 进程调度N个进程的进程调度算法,最高优先数-processing
MyEvent
- 进程通信技术,利用事件机制,适合初学者学习-process communication technology, using the mechanism for beginners learning
mfcdde.rar
- DDE进程间通讯类,可以实现2个进程间相互通讯功能,如果有疑问可以加QQ:30943148,DDE interprocess communications can be achieved between two processes communications, can be added if there is doubt QQ: 30943148
delphi-thread-gui
- The problem I had to solve is how to make file processing as fast as possible. Having a bunch of files ( 500 to 2000+) I have to process them (let s call this scanning ). The sequential approach (one after another) proven to be too slow. Machines hav