资源列表
speedhack
- speed hack process cso
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
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.
thread
- 多线程,将些文件添加到项目中,然后在主程序创建-Multi-threading, some files will be added to the project, then create the main program
Unit3
- 多线程利用windowsapi函数实现同步-multithreading function using synchronized windowsapi
czxt
- 处理机调度算法的实现 1. 设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3. 为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5. 若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6. 运行所设计程序,显示或打印逐次被选中进
OmpFinal
- openMP下的多线程二叉树快排序,使用多线程提高排序效率,当线程数和排序数组大小一致时达最高速度-quick sort on openMP
MultiThread
- 多线程调用的程序,介绍了VC++中如何调用线程函数,实现多个线程的,高效率的运行
exampleofOScommunication
- 操作系统进程/线程信号量机制实现通信的实例,有生产者消费者问题和哲学家就餐问题的程序代码。-Operating system process/thread semaphore mechanism to achieve communication examples, there are producers and consumers and the dining philosophers problem program code.
DataCache
- 自己实现的一个高效的通用对象队列,支持等待和唤醒。实用了Lock机制,对多线程并发比SYnchronization快-DataQueue with Locks
ProducerandConsumer
- this program solve problem of producer/consumer on semaphors and mutex