资源列表
readerwriter1
- 读者写者问题实现-readers to write to achieve the problem
ThreadPool
- 线程池管理,可根据需要调整线程池的大小,增加程序运行效率。-Thread pool management can be adjusted according to the size of the thread pool to increase the efficiency of procedures.
Thread
- 对多线程的封装,开发人员只需重写RepetitionRun方法即可实现多线程功能-For multi-threading packages, developers can simply override the method RepetitionRun multi-threading capabilities
thread
- asio_threads.cpp : ASIO 线程样例代码源文件 join.c : 用 pthread join 测试例子代码源文件 multi_threads.c : 结合 ACE以及 pthread 的多线程例子代码源文件 build.sh : 编译并生成可执行文件的脚本程序 readme.txt : 自述文本文件-asio_threads.cpp : ASIO thread program sample join.c : an example of join whic
`VB--DDE
- VB 通过DDE防止程序重复启动,限制多开程序-VB the DDE to prevent the procedure is repeated start
The-bankers-algorithm
- 用C写的一个银行家算法的程序,模拟操作系统分配资源-Written in C, a banker algorithm program
process
- 进程调度代码_pcb_包括先来先服务算法_片转轮算法_优先级算法_可运行-Process scheduling code _ PCB _ includes first come first serve algorithm _ slice wheel algorithm _ priority algorithm _ can run
pub.rar
- 进程调度算法 本程序提供了以下几种进程调度方法 1、时间片轮询法 2、可强占优先法 3、非抢占算法 ,The process of scheduling algorithms This procedure provides the following types of process scheduling method 1, time piece polling method 2, can be forcibly priority law 3, non-preemptive algorithm
ThreadBas
- 一个简化后台线程创建和控制的类.- A simplification backstage line regulation foundation and control kind
TCPjava
- 这个java code是我学校的东西,应该可以帮到大家去解决网络的问题-this school is something I should be able to help you to solve network problems
chat_tool
- 基于CS 模式的多线程 聊天工具,可以实现群聊,私聊。-CS model of the server-side chat tool source
ThreadMigrate
- 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I