-
启动该服务器程序后,可用telnet machine port命令连接,其中machine为 本机名或地址,port为程序中指定的端口。也可以编写特定的客户机软...
启动该服务器程序后,可用telnet machine port命令连接,其中machine为 本机名或地址,port为程序中指定的端口。也可以编写特定的客户机软件通过TC P的Socket套接字建立连接。-activate the server, telnet can be used machine orders port connectivity, machine-machine or address, port procedures as specified ports. Also the preparation of specific client software TC P Socket establish a connection.
- 2023-03-18 12:10:03下载
- 积分:1
-
experimental operating system producers and consumers Mutual Exclusion signal to...
操作系统实验 生产者与消费者 互斥问题 信号量操作 两种选择-experimental operating system producers and consumers Mutual Exclusion signal to operate two options
- 2023-01-20 14:05:04下载
- 积分:1
-
VC with the realization of a process of management procedures, covering the basi...
一个用VC实现的进程管理程序,涵盖了进程管理的基本功能。-VC with the realization of a process of management procedures, covering the basic functions of process management.
- 2022-06-13 05:48:55下载
- 积分:1
-
这个程序是用SDK写的,很有意义,只不过一般人看不懂,现在没几能用SDK了...
这个程序是用SDK写的,很有意义,只不过一般人看不懂,现在没几能用SDK了-the procedure is written with the SDK, interesting, but most people do not understand, right now the SDK can be used for
- 2022-03-09 21:39:09下载
- 积分:1
-
多线程控制实例。一个用户界面线程,负责响应工作者线程。...
多线程控制实例。一个用户界面线程,负责响应工作者线程。-multithreaded control examples. A user interface thread, the thread is responsible for response workers.
- 2022-03-04 06:15:17下载
- 积分:1
-
Readers priority algorithm, learning operating system are generally required to...
读者优先算法,学习操作系统的一般都要接触到的临界区处理的程序,有实验报告说明-Readers priority algorithm, learning operating system are generally required to come into contact with the critical areas of treatment procedures, experimental reports have
- 2023-06-29 17:05:03下载
- 积分:1
-
线程定时器,对内核定时器的线程包装
线程定时器,对内核定时器的线程包装-threads timer, the timer kernel threads packaging
- 2022-06-15 05:52:18下载
- 积分: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++ 6多线程技术在端口扫描的应用程序…
VC++6.0多线程技术在端口扫描程序中的应用
- 2022-01-29 03:16:39下载
- 积分:1
-
bankers algorithm development to achieve vc need can be downloaded use
银行家算法的实现 vc++开发 有需要的可以下载使用-bankers algorithm development to achieve vc need can be downloaded use
- 2022-02-20 06:46:01下载
- 积分:1