搜索资源列表
memoryyyyy
- 存储管理实验 内存页面调度算法比较 理解内存页面调度的机理,掌握几种理论调度算法实现,并通过实验比较各种调度算法的优劣。此外通过实验了解HASH表数据结构的使用。 -experimental memory storage management pages scheduling algorithm better understanding of memory pages scheduling mechanism, Several theories master scheduling a
UCOSIIkernalschedinganalysis
- 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
algorithm
- 这是我自己写的有关操作系统的进程调度算法实验的程序.有兴趣的可以看一下.
Os.rar
- Linux 下操作系统调度算法的几个 FIFO模拟程序,FIFO for Linux OS
wfq
- 在,linux下利用NS-2实现的网络里的队列调度算法WFQ,主要是C/C++实现-In, linux using NS-2 under the implementation of the network in the queue scheduling algorithm WFQ, mainly C/C++ implementation
distributed-fair-scheduling-in.ps
- 进行IEEE 802.11e中的HCCA的分布式公平调度算法的仿真-For HCCA in IEEE 802.11e Distributed Fair Scheduling Algorithm Simulation
mp3
- LINUX 下NACHOS 系统的页面调度算法的实现-Nachos under LINUX system paging algorithm
LinuxKernelTaskManagment
- 1、linux进程管理的模块组织框架 2、相关数据结构。 3、进程调度原则,调度算法,。 4、进程的创建和运行管理。 5、进程间通讯。 6、更多的技术 进程调度和中断处理交接 进程管理涉及的内核机制:bottom-half处理,等待队列 Linux/SMP的进程管理和调度技术 7、概述2.4的新特点-1, linux process management modules organizational framework 2, the relevant
jinchengdiaodu
- LINUX环境下的进程调度算法思想及源码-LINUX environment, the process of scheduling ideas and source code
MemoryManagementSourcecode
- 存储管理原代码,在Linux环境下模拟多种内存调度算法。-Memory management source code in the Linux environment, to simulate a variety of memory scheduling algorithms.
Processorschedulingalgorithm
- 处理机调度算法,模拟了处理机调度的各种算法-Processor scheduling algorithm
FIFO
- 模拟FIFO页面调度算法处理缺页中断 可用作操作系统实验作品上交-Analog FIFO paging algorithm can be used as the operating system handling page fault handed experimental works
AlgorithmAboutLinuxKernel
- 关于Linux2.6.18内核调度算法中判断交互式进程和非交互式进程的详细分析,以及证明其内核中的算法存在的相应的问题。 test.c为应用层测试代码 drv.c为内核驱动,为内核提供需要打印的进程ID prioxxx.log显示当测试进程的优先级设置为xxx时的内核的打印信息 no_setpriority.log显示为默认进程时的内核打印信息-About Linux2.6.18 kernel scheduling algorithm to determine the inter
EDF_Linux26
- EDF算法在linux上的实现.本文阐述了如何将优秀的实时调度算法——最早截止期限优先动态调度算法(EDF)引入linux2.6的内核中,将其改 造成实时性能更强更适合嵌入式应用的系统.文章最后介绍了对改造后的系统所进行的检验,实验结果证明改进后的 实时性能相对原来的linux2.6版本有明显的提高.-EDF implementation on Linux
dask
- 加深对于操作系统设备管理技术的了解,体验磁盘移臂调度算法的重要性;掌握 几种重要的磁盘移臂调度算法,练习模拟算法的编程技巧,锻炼研究分析试验数 据的能力。 -Deepen the understanding of the operating system device management technology and experience transfer disk arm scheduling algorithm importance master disk transfer
JinChenDiaoDu
- 设计进程控制块PCB表结构,适用于多级队列反馈调度算法。-Design process control block PCB table structure for multi-level feedback queue scheduling algorithm.
JinChen
- 在Java环境中,实现进程调度算法,进程控制块PCB表结构,适用于多级队列反馈调度算法-In the Java environment, course scheduling, process control blocks PCB table structure for multi-level feedback queue scheduling algorithm
keshe
- 操作系统的课程设计实现银行家算法,进程调度算法和磁盘调度算法-Operating system design and implementation of courses bankers algorithm, the process of scheduling and disk scheduling algorithm
wenjianguanli
- 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
diantidioadu
- 完成电梯调度算法设计,基于单部电梯算法设计(Design of elevator scheduling algorithm,Algorithm design based on single part elevator)