-
一个用多线程拷贝文件的小例子
一个用多线程拷贝文件的小例子-use a multithreaded copy files small examples
- 2022-06-12 14:47:02下载
- 积分:1
-
July v2.11 进程查看器July的最新版本,附带源代码
July v2.11 进程查看器July的最新版本,附带源代码-July v2.11 process viewer July the latest version of the source code fringe
- 2022-07-26 18:58:40下载
- 积分:1
-
电子时钟C++语言开发,可作为样例进一步改进。
电子时钟C++语言开发,可作为样例进一步改进。-Electronic Clock C++ language development, can be used as sample for further improvement.
- 2022-07-14 06:13:29下载
- 积分:1
-
Own multi
自己做的
多线程抽奖
功能比较少做一个示范-Own multi-threading of the draw features to make a model less
- 2022-02-04 12:44:13下载
- 积分:1
-
readers to write source code problem. I included in the Notes. Not joined the pr...
读者写者问题源码.包含我的注释.
没有加入工程文件.
只有一个R&W.cpp.在vc++6.0下编译成功.
在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n 个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制实现读者-写者问题(读者优先)。
读者-写者问题的读写操作限制:
1)写-写互斥;
2)读-写互斥;
3)读-读允许;
读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行读操作,则该读者可直接开始读操作。
运行结果显示要求:要求在每个线程创建、发出读写操作申请、开始读写操作和结束读写操作时分别显示一行提示信息,以确信所有处理都遵守相应的读写操作限制。
下面是一个测试数据文件的例子:
1 R 3 5 2 W 4 5 3 R 5 2 4 R 6 5 5W 5 3
-readers to write source code problem. I included in the Notes. Not joined the project documents. Only one R
- 2023-05-26 02:50:03下载
- 积分:1
-
VC中终止其他进程的引用文件,用Include应用后就可以直接调用。...
VC中终止其他进程的引用文件,用Include应用后就可以直接调用。-VC in the termination of other processes cited documents Include the application after use can be directly called.
- 2022-03-10 11:13:22下载
- 积分:1
-
simple realization of a systematic process management. Can see the current syste...
实现简单的系统进程管理。可察看当前系统中正在运行的进程,进程的基本信息。(如:进程大小、线程ID等)可终止某一进程。-simple realization of a systematic process management. Can see the current system running processes, the process of basic information. (Eg : Process size, thread ID, etc.) may terminate a process.
- 2022-01-26 07:00:45下载
- 积分:1
-
看进程是否有administrator权限
看进程是否有administrator权限-To see whether there is any administrator permissions process
- 2022-08-21 22:12:02下载
- 积分:1
-
列出所有过程系统
列举系统中所有进程-list all processes System
- 2022-03-17 08:55:03下载
- 积分:1
-
编写代码最难得就是进程间的通讯问题,采用剪贴板的方式,利用Windows共享内存所开辟的统一的内存区进行编程。可以有效解决进程间信息传输问题。...
编写代码最难得就是进程间的通讯问题,采用剪贴板的方式,利用Windows共享内存所开辟的统一的内存区进行编程。可以有效解决进程间信息传输问题。-The most rare to write code that is inter-process communication problems, using the clipboard, using Windows shared memory opened up a unified program memory area. Can effectively resolve the issue of inter-process information transfer.
- 2022-05-25 01:32:54下载
- 积分:1