资源列表
exampleofOScommunication
- 操作系统进程/线程信号量机制实现通信的实例,有生产者消费者问题和哲学家就餐问题的程序代码。-Operating system process/thread semaphore mechanism to achieve communication examples, there are producers and consumers and the dining philosophers problem program code.
MultiThread
- 多线程调用的程序,介绍了VC++中如何调用线程函数,实现多个线程的,高效率的运行
OmpFinal
- openMP下的多线程二叉树快排序,使用多线程提高排序效率,当线程数和排序数组大小一致时达最高速度-quick sort on openMP
czxt
- 处理机调度算法的实现 1. 设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3. 为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5. 若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6. 运行所设计程序,显示或打印逐次被选中进
Unit3
- 多线程利用windowsapi函数实现同步-multithreading function using synchronized windowsapi
thread
- 多线程,将些文件添加到项目中,然后在主程序创建-Multi-threading, some files will be added to the project, then create the main program
produceAndConsume
- 利用多线程的技术实现生产者和消费者的同步问题。解决了生产一个消费一个的问题,提高了系统的性能。-Multi-threading technology to realize the synchronization problems of producers and consumers. Solve the production of a consumer a problem and improve the performance of the system.
daemon
- 一个C++程序,监控另一个进程,发现该进程关掉了就自动把它重启。-A C++ program, monitor another process and found the process to turn off automatically restart it.
MultiMedia48758737
- 与大家一起分享这个源码MultiMedia48758737,希望大家喜欢这个源码-And MultiMedia48758737 share the source code, hope you like the source code
speedhack
- speed hack process cso
synclock
- 超级简单实用的同步锁类,WIN32 VC 开发-Super simple and practical synchronous lock, WIN32 VC
process_communication
- 本程序主要实现进程通信功能 程序说明: 在vi中输入,用gcc编译,并调试程序; (1).用vi comm.c打开,并输入程序,用w保存,用qa!退出; (2).用gcc –o comm comm.c编译; (3).用./comm运行,观察结果; 多次运行,用ctrl+c结束,观察结果变化,可修改程序后再观察-This program features the main descr iption of the procedures to achieve the proce