资源列表
[进程与线程] StoreDiskManagement
说明:C程序实现系统存储管理分区分配的算法。运行环境:windows. -C program distribution system, storage management partition algorithms. Operating Environment: windows.<tomli40> 在 2025-02-07 上传 | 大小:2kb | 下载:0
[进程与线程] ThreadModel
说明:一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函数包含需要被执行的代码-A workhorsing thread C++ Type of package can be used as middleware to easily create, start, pause, synchronized release of a thr<ligand> 在 2025-02-07 上传 | 大小:2kb | 下载:0
[进程与线程] Multi_Threaded_Client_Server
说明:多线程Client/Server C++代码.适合初学者-Multi-threaded Client/Server C++ Code. Suitable for beginners<andy> 在 2025-02-07 上传 | 大小:2kb | 下载:0
[进程与线程] thread.tar
说明:一个Windows下的线程库,模仿pthread的用法 -Under a Windows Thread Library, imitating the use of pthread<Master Huang> 在 2025-02-07 上传 | 大小:2kb | 下载:0
[进程与线程] ChildProcess
说明:创建子进程,并监控新创建子进程状态直至结束运行-Create sub-process, and monitor the status of the newly created child process to run until the end of<coco> 在 2025-02-07 上传 | 大小:2kb | 下载:0
[进程与线程] bankmoni
说明:利用多线程同步机制模拟银行帐号的存款取款操作-Using multi-thread synchronization mechanism for simulation of bank account deposits of money to operate<oasuifbasf> 在 2025-02-07 上传 | 大小:2kb | 下载:0
[进程与线程] ThreadDemo1
说明:一个简单的多线程卖票程序,可以手动设定休息时间(sleep),默认为10000ms自动转入睡眠-A simple multi-threaded procedures such as selling a ticket, you can manually set the time to rest (sleep), defaults to 10000ms automatically into sleep<刘德华> 在 2025-02-07 上传 | 大小:2kb | 下载:0
[进程与线程] done
说明: 本系统的同步机构采用信号量上的P、V操作的机制;控制机构包括: (1)阻塞和唤醒操作; (2)时间片中断处理程序模拟时间片中断; (3)进程调度程序负责为各进程分配处理机。 系统中涉及了3个并发进程。它们之间的关系是: (1) 3个进程需要互斥使用临界资源S2。 (2)进程1和进程2又需互斥使用临界资源S1. 本系统在运行过程中随机打印出各进程的状态变换过程,系统的调度过程及公共变量的变<leekingdom> 在 2025-02-07 上传 | 大小:2kb | 下载:0