资源列表
create_progress
- 进程状态有5种: e -执行态 r -高就绪态 t -低就绪态 w -等待态 c -完成态。初始每个进程均为高就绪状态,如果时间片到则转为低就绪状态。 系统分时执行各进程,规定三个进程的执行概率均为33 。通过产生随机数x来模拟时间片。若各进程的执行时间片到限,产生“时间片中断”而转入低就绪状态。 进程调度算法采用剥夺式调度算法。每次总是选择优先数最小(优先级别最高)的就绪进程投入执行。//先从 r 状态进程中选择,再从 t 状态进程中选择。 进程0完成5次计算:s1++ s2++
MASM32MT
- 在MASM32中开发多线程程序,编译方法请参照批处理文件。-In MASM32 to develop multi-threaded program, please refer to a batch file compiled methods.
ogc-2.0
- OGC v2.0 Client Cheat For Quake3. Inlcudes Aimbot with projectile and entity prediction.
1085s
- 操作系统进程优先调度算法程序,喜欢的朋友还可以提供实验报告-无
libnet
- 生成api包并且转发,使用的是libnet网络编程方法,在liuxe下可以更快更好的运行-Build api package and forwarding
Process
- 进程管理的简单程序,包含少量代码和两张说明图片。-Process management, simple procedures, including a small amount of code and 2 shows pictures.
urlgfe-1.0.3.tar
- urlgfe的源代码,是多线程下载的,有需要的朋友可以下载来-urlgfe source code, is a multi-threaded download, there is a need to see a friend you can download
SearchQAndDownloadSrc
- SearchQAndDownload 多线程下载的代码 有需要的要吧下载-SearchQAndDownload multi-threaded download the code necessary to download it
threeThreadTest
- 是多线程的3 个经典例题,很适合初学者,代码短而精-3 is a multi-threaded classic example, it is suitable for beginners, the code is short and fine
http.e
- 完美终结版HTTP访问,支持多线程,超时,代理验证,且无假死,无CPU1-Perfect end version of HTTP access, support for multiple threads, timeout, proxy authentication, and no suspended animation, no CPU100
HowToUseThePriorityOfThread
- 这是一个讲述如何使用线程优先级的程序,是一个很好的例子。-This is a program which illustrates how to use the priority of thread.
