搜索资源列表
系统的进程调度线程的源代码
- 计算机操作系统的实验作业,系统的进程调度线程的源代码
algorithm
- 这是我自己写的有关操作系统的进程调度算法实验的程序.有兴趣的可以看一下.
os
- 模拟文件管理和进程调度的仿真操作系统设计 源代码+说明
linux-kenel-process-guide
- 讲解linux内核 进程调度 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料
OS-wang
- 课程设计模拟进程调度 管理-curriculum design simulation process scheduling management
linux-0.11-devel-040923
- linux:用纯C写的操作系统源代码。里面设计文件管理,进程调度,内存分配。学习的好资料。
110Linuxjc
- File Name 第一课 什么是Linux 第二课 为什么使用Linux 第三课 Linux纵览 第四课 Linux的发展 第五课 Linux特性 第六课 Linux与其他操作系统的区别 第七课 TurboLinux简介 第八课 进入与退出系统 第九课 文件与目录操作 第十课 (10)Linux备份与压缩命令 第十课 (1)Linux文件和目录操作相关命令 第十课 (2)Linux文件内容查询命令
这是一个关于操作系统进程调度的实验
- 这是一个关于操作系统进程调度的实验,采用 ... ·nachos下的并发程序设计,操作系统,This is an operating system process scheduling on the experiments, the use of ... nachos concurrent programming, operating system
FanPuGuiZhen__UNIX_code
- 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
shell
- 完成linux下的shell功能。 实现自己的shell,实现了pipe,进程调度等功能。以及后台程序的显示。-implemented the shell in linux . with the technology pipe , scheduled of processus.
Linux-process-monitor-and-Real-linux
- linux权威-宋宝华关于LINUX进程调度与实时性的讲义-Teaching materials about linux process scheduling and RTlinux of Songbaohua--a master in linux field
processCall
- linux下进程调度的原理,不过是用vc2005做的-linux under the principle of the process of scheduling, but is doing vc2005
Analysis_of_based_Linux2.6.26_process_scheduler.ra
- 基于Linux2.6.26内核的进程调度其分析,原创共享!-Based on the process of scheduling Linux2.6.26 core of their analysis, originality sharing!
ex03
- 设有两个并发执行的父子进程,不断循环输出各自进程号、优先数和调度策 略。进程初始调度策略均为系统默认策略和默认优先级。当某个进程收到SIGINT 信号时会自动将其优先数加1,收到SIGTSTP 信号时会自动将其优先数减1。 -process schedule
ProcessShedule
- 通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.-process shedule
ka
- Linux系列实验,包括 存储器管理 进程调度 进程同步 等-Linux series of experiments, including memory management, such as the process of scheduling the process of synchronization
Source_Linux_sched
- Linux进程调度程序的改写 环境:Red Hat 7.2;gcc 2.9-A new for Linux shecd
sched
- Linux进程调度程序的改写 ,及函数调用 -Linux scheduler rewriting process, and function call
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
sch_17-11
- 进行进程调度的有缺陷的代码,尚未完善,有待后续。(The defective code for process scheduling is not yet complete and needs to be followed up.)