搜索资源列表
-
0下载:
存储管理实验
内存页面调度算法比较
理解内存页面调度的机理,掌握几种理论调度算法实现,并通过实验比较各种调度算法的优劣。此外通过实验了解HASH表数据结构的使用。
-experimental memory storage management pages scheduling algorithm better understanding of memory pages scheduling mechanism, Several theories master scheduling a
-
-
0下载:
多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务
以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核
用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的
吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。
UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
-
-
2下载:
The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
-
-
0下载:
在,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
-
-
0下载:
进行IEEE 802.11e中的HCCA的分布式公平调度算法的仿真-For HCCA in IEEE 802.11e Distributed Fair Scheduling Algorithm Simulation
-
-
0下载:
LINUX 下的 NACHOS 系统 实现系统调度的算法功能-LINUX Nachos system under the system function of scheduling algorithm
-
-
0下载:
This a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling-This is a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling
-
-
0下载:
1、linux进程管理的模块组织框架
2、相关数据结构。
3、进程调度原则,调度算法,。
4、进程的创建和运行管理。
5、进程间通讯。
6、更多的技术
进程调度和中断处理交接
进程管理涉及的内核机制:bottom-half处理,等待队列
Linux/SMP的进程管理和调度技术
7、概述2.4的新特点-1, linux process management modules organizational framework 2, the relevant
-
-
0下载:
处理机调度算法,模拟了处理机调度的各种算法-Processor scheduling algorithm
-
-
1下载:
RMS scheduling algorithm - free source codes
-
-
0下载:
关于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
-
-
0下载:
加深对于操作系统设备管理技术的了解,体验磁盘移臂调度算法的重要性;掌握
几种重要的磁盘移臂调度算法,练习模拟算法的编程技巧,锻炼研究分析试验数
据的能力。
-Deepen the understanding of the operating system device management technology and experience transfer disk arm scheduling algorithm importance master disk transfer
-
-
0下载:
设计进程控制块PCB表结构,适用于多级队列反馈调度算法。-Design process control block PCB table structure for multi-level feedback queue scheduling algorithm.
-
-
0下载:
在Java环境中,实现进程调度算法,进程控制块PCB表结构,适用于多级队列反馈调度算法-In the Java environment, course scheduling, process control blocks PCB table structure for multi-level feedback queue scheduling algorithm
-
-
0下载:
操作系统的课程设计实现银行家算法,进程调度算法和磁盘调度算法-Operating system design and implementation of courses bankers algorithm, the process of scheduling and disk scheduling algorithm
-
-
0下载:
1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。
2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。
3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。
-1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
-
-
0下载:
disk scheduling algorithm
-
-
0下载:
Priority Scheduling algorithm Shell program
-
-
0下载:
在Linux环境中采用用户级线程模拟实现DEF和RMS两种实时调度算法。给定一组实时任务,按照DEF算法和RMS算法分别判断是否可调度。在可调度的情况下,创建一组用户级线程,分别代表各个实时任务,并按算法所确定的调度次序安排各个线程运行-In the Linux environment, using simulated user-level thread implementation DEF and two real-time scheduling algorithm for RMS. Give
-
-
0下载:
linux 进程调度算法-linux process scheduling algorithm
-