资源列表
OS
- 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 读者优先的附加限制:如果读者申请进行读操作时已有另一个读者
vcPP-multi-thread
- 这里面有很多关于多线程编程的参考资料,希望对大家有帮助-multi thread
TestKillProcess
- R3结束进程。可以结束XueTr。以进程ID为参数运行程序即可结束进程.-R3 end of the process. Can end XueTr. Process ID as a parameter to run the program to end the process.
TestRWLock
- 读写锁的封装。实现读写互斥,写写互斥,并发读取。-Read and write lock package. Achieve mutually exclusive read and write, writing mutually exclusive, concurrent read.
VYannErDownlli
- Visual C开发的多线程下载工具,支持HTTP/FTTP、多线程、断点续传,图形显示出来下载进度,MFC界面。 -Visual C multi-threaded download tools, support for HTTP/FTTP, multi-threaded, HTTP, graphic display download progress, MFC interface.
Maze
- 利用栈的基本结构,实现迷宫。并且还能利用多线程同步播放多首背景音乐-With the basic structure of the stack, the maze. And also use multi-thread synchronization to play background music
Telephone2
- java 实现多线程 模仿电信移动收费 是个不错的多线程和接口例子-java multi-threaded imitate Telecom mobile charges is a good multi-threading and interface example
CSharpThread
- c#多线程学习的PPT,内容很详细,推荐下载。-Content is very detailed, it is recommended to download。
VCduoxiancheng
- VC多线程,是一款学习VC多线程的好资料,附带有源代码。可以好好研究-VC multithreaded
Store
- 这是存储管理程序,能清楚知道存储状况,以及各进程的运行状况-This is a storage management program can be fully aware of the storage conditions, as well as the process operating conditions
threads-and-process
- 对线程跟进程进行一个通俗的分析,帮助更好的理解他们-do help to easily understand threads and process
ProcessCODE
- 这是我自己写的Windows进程各个知识点的源码,里面包括了进程的创建,打开以及关闭,还有利用进程写的一个小例子,内存游戏修改器,对理解进程,进程的地址空间有很大的帮助,欢迎下载-This is I write my own Windows process each knowledge source, which now includes the process to create, open and close, and use of process of writing a small ex
