搜索资源列表
ARM7_OS
- arm7上的操作系统 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度
2
- 设计一个按时间片轮转法实现处理器调度的程序-Design a time-slice cycle method to achieve processor scheduling program
juyuyouxianjidedanchulijichengdiaodu
- 假设某单处理机系统采用“基于动态优先权的时间片轮转”调度算法,系统允许进程的最大个数为10 。进程队列采用单向链表组织进程控制块。请编程实现该算法-Suppose a single-processor system is " based on dynamic priority round-robin" scheduling algorithm, the system allows a process to the maximum number is 10. Process qu
uploader
- FUDloader组件是一个在HTTP下协议支持大文件上传的动态链接库,支持多线程同时上传、断点重传、身份认证、详细上传进度报告(上传百分比进度,上传速度,上传已花时间、剩余时间估计),支持负载均衡调度;后端使用ngx_uploader模块接收文件数据,在大并发下具有良好效率-FUDloader component is a dynamic link library support for large file uploads under the HTTP protocol, support f
jcdd
- 操作系统调度算法 优先权和时间片轮转法-Operating system scheduling algorithm priority and round-robin method
haha
- 模拟实现磁盘调度算法:扫描(SCAN)算法和最短寻道时间优先算法(SSTF)。对给出的任意的磁盘请求序列、计算平均寻道长度。要求可定制磁盘请求序列长度、磁头起始位置、磁头移动方向。-Analog disk scheduling algorithm: scan (SCAN) algorithm and the shortest seek time first algorithm (SSTF). On any given disk request sequence, calculate the av
LINUX-
- 在嵌入式操作系统的综合设计中实现进程的调度——时间片选法和优先级法。-In the embedded operating system integrated design process, scheduling- time slice method of selection and prioritization method.
puihter
- 实现操作系统时间片的优先级调度和轮转调度,不错的源码()