搜索资源列表
-
0下载:
基于nachos模拟器的源代码,可以进行编译和修改,用于研究操作系统中调度算法-Nachos simulator based on the source code can be compiled and revised research operating system Scheduling Algorithm
-
-
0下载:
用C语言设计一个有 N个进程并行的优先级调度程序的源代码-C language design is a process of parallel N-priority scheduling of a program's source code
-
-
0下载:
磁盘调度算法源程序-disk scheduling algorithm source code
-
-
0下载:
Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。
这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small
-
-
1下载:
关于操作系统:先进先出调度算法(FIFO)处理缺页中断,On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
-
-
0下载:
这是本人大二的课程设计源代码,用的是电梯调度算法,请大家指教-This is my second year of the curriculum design source code, use the elevator scheduling algorithm, Please advise
-
-
0下载:
这是两个优先级调度算法的源码,一个最多运行5个队列,另一个是最高优先级的进程调度源码-This is a two-priority scheduling algorithm source code, a run up to 5 queue, and the other is the highest priority scheduling process source
-
-
0下载:
这是一个操作系统的源代码,关于进程调度问题的代码。可以模拟cpu的进程调度,虽然拙劣了点。但是值得参考一下的、-This is an operating system source code, the process of scheduling problems on the code. Cpu can simulate the process of scheduling, although clumsy for that. But it is also useful to look, and
-
-
0下载:
操作系统实验源代码 用C++写的 包括 进程调度,内存分配与回收 文件管理 -Experiment with the operating system source code C++ Writing, including process scheduling, memory allocation and recovery of document management
-
-
0下载:
操作系统实验 处理机调度 实验一(包含程序源代码和完整报告)-Experimental operating system processor scheduling experiment (including source code and complete report)
-
-
0下载:
该源码是为操作系统课程设计所写的,内容是移动臂调度算法中的电梯调度算法。思路清晰,简单明了!-The source code for the operating system written in curriculum design, content is the mobile arm of the elevator scheduling algorithm scheduling algorithm. Clear, simple and clear!
-
-
0下载:
页面调度,操作系统实验报告,包含源码可以运行,使用C,C++软件-Scheduling page, the operating system experimental reports, including source code can run, the use of C, C software
-
-
1下载:
嵌入式实时系统中关键技术的研究(博士论文)实时操作系统在多媒体通信、在线事务处理、生产过程控制、交通控制等各个领域得到广泛的应用,因而越来越引起人们的重视。而进程调度策略是影响系统实时性能的重要因素。因此我在此对实时进程调度进行研究。-real-process Scheduling. This article is based on reading source code of Linux, reference many books and articles.The idea of this a
-
-
0下载:
多级反馈队列调度算法:
1、设置多个就绪队列,并给队列赋予不同的优先级数,第一个最高,依次递减。
(1~i-1)空闲时,才调度i,如果处理机正在第i队列中运行,又有新进程进入优先权较高
队列,则新进程抢占处理机,将正在运行的进程放入第i队列队尾,将处理机分给新进程。-Multi-level feedback queue scheduling algorithms
-
-
1下载:
Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。
这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
-
-
0下载:
处理及调度源代码,用C++来编程,模拟处理机调度,实验报告-Processing and scheduling source code, using C++, programming, analog processor scheduling, lab reports
-
-
0下载:
C++写的操作系统作业调度,这是一个实验报告,有完整的源代码,从报告中复制下来建立好工程就可以直接运行。-The job scheduling C++ write the operating system, which is a lab report, complete source code, copied down to the establishment of good works can be run directly from the report.
-
-
0下载:
C++写的操作系统处理器调度,这是一个实验报告,有完整的源代码,从报告中复制下来建立好工程就可以直接运行。-Processor scheduling C++ write the operating system, which is a lab report, complete source code, copied down to the establishment of good works can be run directly from the report.
-
-
0下载:
这段代码是实现操作系统进程调度源代码,采用C语言进行编写-This code is to achieve the operating system process scheduling source code, using C language to write
-
-
0下载:
计算机操作系统 进程调度模拟算法 源代码-Computer operating system process scheduling simulation algorithm source code
-