资源列表

« 1 2 ... .16 .17 .18 .19 .20 1021.22 .23 .24 .25 .26 ... 1044 »

[进程与线程ThreadUtil

说明:很好用的临界区封装,单例模板,以及线程模型。-Good singleton template, and the thread model.
<> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程producer

说明:生产者与消费者模型的实现,使用C语言实现的,已经编译通过-Producers and consumers to realize the model
<ffff> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程banker

说明:最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法。-The most representative algorithm to avoid deadlock. Also known as " resource allocation refusal" method.
<earshore> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程TerminateProcess

说明:结束 Windows 系统中的指定进程.-The end of the specified process in Windows system.
<F-22> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程pipe

说明:用C++实现管道通信功能,简单易懂,带少量注释-C++ implementation of the pipeline communication function, easy to understand, with a small amount of Notes
<cjy> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程prod

说明:C++实现互斥量通信,生产者和消费者线程之间通过互斥量实现通信-C++ implementation of the mutex communication between producers and consumers to communicate via the mutex thread
<cjy> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程page

说明:理解内存页面调度的机制,在模拟实现FIFO、LRU、OPT算法的基础上,比较各种置换算法的效率和优劣,从而了解虚拟储存的实现过程-Understanding of the mechanisms of memory paging, on the basis of the simulation to achieve FIFO, LRU, OPT algorithm, compare the pros and cons of replacem
<林静> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程queue_exmple

说明:is simple functions about queues and linked list in c++ ,it should be easy for insert nodes
<golden> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程opemmp_equation

说明:用openmp解一个单调连续方程的解,并行多线程-Solve an equation using openmp
<hc> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程yinHangJia

说明:银行家算法的简单实现。进程的死锁避免算法。编写一段程序,模拟银行家算法,解决进程的死锁问题。 利用VC++6.0实现上述程序设计和调试操作,根据提示输入相应的资源请求,对于算法操作的成功与否提供一定的提示框-Bankers simple algorithm. Process deadlock avoidance algorithms. Write a program to simulate the bankers algorithm
<cc> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程pipe

说明:A)编写myls在既定的文件中列出当前工作目录文件的个性化列表(每行一个文件目录包括inode 号,硬链接数,文件名,大小,最近修改时间),不需要排序。并且报告处理花费的总时间(屏幕显示)。 B)Process – model ( fork() + exec() + pipe() ): parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。 child 进程:调用 exec(),执行 A) 中的
<周易宸> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程library

说明:多线程 + 信号量(无名信号量)的模拟程序: 阅览室模型:假设阅览室内共有3个座位,阅览室外等待区有5个座位。读者的行为如下:1) 读者到达阅览室时必须先在前台自助登记读者信息,离开时注销。前台每次仅允许一位读者进行登记或注销。2)若读者发现阅览室已满,他可以在阅览室外的等待区等待,3)如果等待的座位也没有了,则放弃等待,离开。 -a simple program about switching among multiple t
<周易宸> 在 2025-02-06 上传 | 大小:1kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 1021.22 .23 .24 .25 .26 ... 1044 »

源码中国 www.ymcn.org