资源列表
Reader-Writer
- 创建一个控制台进程,此进程包含n个线程,用这n个线程来表示n个读者或写者,每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作,用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先): 写-写互斥,即不能有两个写者同时进行写操作。 读-写互斥,即不能同时有一个线程在读,而另一个线程在写。 读-读允许,即可以有一个或多个读者在读。 读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该
RRw
- 实现了用时间片轮转法调度虚拟进程。-Round-Robin scheduling virtual process time slice.
info-about-processes
- info about processes and Handle
ThreadPool
- Threadpoll ACE Threadpoll ACE
socket
- 线程同步与异步套接字编程的源代码,为一个压缩包,含客户端和服务器端代码-Thread synchronization with asynchronous socket programming source code as a compressed package, including client and server-side code
Multy
- C++练手是写的 基本的多线程程序,新手拿来参考-C++ practice of hand-written multithreaded programs, novice used reference
win32
- win32.多线程程序设计,更好了解通讯这一块。-the win32 multi-threaded programming, a better understanding of the communication of this one.
ttst
- 进程调度,采用模拟进程调度的方法,实现按优先数调度-Process scheduling, the simulation process scheduling method to achieve the scheduling priority number
ar01
- vc6下调用createprocess实现进程机制,打开notepad-the vc6 call createprocess process mechanism, open notepad
Enumerate-processes
- 枚举进程,模块,服务,网络连接以及流量监控 源码-Enumerate processes, modules, services, network connections and traffic monitoring source
Switch-On
- 自己写的一个进程启动工具,等以后有时间再慢慢完善,用于管理电脑上的进程,瞬间打开关闭指定进程。-A process to write their own tools to start, after time and then slowly improve for the process management computer, and instantly turned off the specified process.
DownFile
- 可以下载文件及实现了多线程下载。 -Can download the file and multi-threaded download. Can download the file and multi-threaded download.
