资源列表
ThreadPriority
- 线程优先级示例-赛马-thread priority example - race
writerfirst
- 用于阅读者和写入者问题之写入者优先-used to read and write those problems into priority
2004102130833079
- 非抢占式进程调度算法模拟C实现,-Preemptive process-scheduling algorithm simulation C realized,
c程序设计
- c语言实现生产者消费者问题-producer consumer issues
实例54-多线程文件下载客户端
- 多线程文件下载客户端-multi-threaded client files
实例49-多线程的ftp客户端
- 多线程的ftp客户端-multithreaded ftp client
myos
- 操作系统进程管理-os system management
操作系统实验程序
- 操作系统进程调度程序-process of the operating system scheduler
os1
- 操作系统进程调度内存分配与回收-operating system memory allocation process scheduling and recovery
MfcPubLib
- 进程已启动,*进程再启动程序-process has been initiated, killing process restart procedures
Binary_search
- This section allows you to browse the files contained within a ZIP file without having to download it first. The file list below shows all of the files those that are in a text format that we recognize the extension for (e.g. source code files) are
cankaodaima
- 操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三