资源列表
C8
- 用C语言编写的一个模拟进程调度程序。运行环境borland c++ 3.1-Using C language, a simulation of the process scheduler. Operating environment borland c++ 3.1
Threads
- 是操作系统中涉及进程的程序,有进程的管理,和pingpong问题-operating system is involved in the process of the procedures, process management, and pingpong problems
56191798
- VC5,0下实现DirectSound,VC5,0 achieve DirectSound-VC5. Zero achieved DirectSound, VC5, 0 your DirectSound
shareMemoy
- 提供了一个windows 下共享内存的类,该类只是一个简单的模型,说明了在windows 下如何实现共享内存-Provides a shared memory under windows class, the class is just a simple model to illustrate how in the windows shared memory
MonitorCreateProcessEvent
- 利用WMI监视进程的创建 Private Sub StartMonitorCreateProcessEvent() Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject(\"winmgmts:\\\\.\\root\\cimv2\") objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, \"SELECT * F
kk101
- 很好的程序,欢迎指教-good procedures, welcome to enlighten
yesmkgesyUse
- Use of SENDMESSAGE messages-The Use of SENDMESSAGE messages
Process-monitors
- 简单的进程监视器,用VB编写的,可以监视到你打开的程序或你退出的程序,这个功能很实用,不过此源码相对比较简单易懂,对初学者很有帮助。-Simple process monitor written in VB, you can monitor your open programs or you exit the program, this feature is very useful, but this source is relatively straightforward, useful fo
ThreeClocks
- 一个简单的时钟多线程应用实例,适合初学者学习借鉴。-a simple clock multithreaded application, suitable for beginners to learn from.
pthreads
- 多线程编程,有实例.可参考.希望对大家有用.-multithreaded programming examples. Reference. We hope that the right useful.
Multi_Threaded_Client_Server
- 多线程Client/Server C++代码.适合初学者