资源列表

« 1 2 ... .49 .50 .51 .52 .53 554.55 .56 .57 .58 .59 ... 915 »

[操作系统开发Priority_Scheduling

说明:合肥工业大学课程设计 进程/作业调度:优先权调度算法。中级 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 4计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 5将一批作业的执行情况存入磁盘文件,以
<> 在 2024-10-09 上传 | 大小:992256 | 下载:0

[操作系统开发OS4

说明:文件系统实验,模拟文件系统实现的基本功能-File system experiments, analog realization of the basic functions of file systems
<deng> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[操作系统开发xianlaixianfuwu

说明:在优先数算法中,进程优先数的初值设为: 50-NEEDTIME 每执行一次,优先数减1,CPU时间片数加1,进程还需要的时间片数减1。 在轮转法中,采用固定时间片单位(两个时间片为一个单位),进程每轮转一次,CPU时间片数加2,进程还需要的时间片数减2,并退出CPU,排到就绪队列尾,等待下一次调度。 -In the first few algorithm, the process priority number of
<孟庆君> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[操作系统开发ucos2

说明:这是应用在嵌入式上的ucos代码中文书,希望大家分享-This is used in embedded code on the ucos Chinese books, I hope to share
<郭小川> 在 2024-10-09 上传 | 大小:1443840 | 下载:0

[操作系统开发os

说明:操作系统中实验模拟,用dephi语言编写,实现操作系统中线程,进程的模拟-operating sustem
<liuyin> 在 2024-10-09 上传 | 大小:218112 | 下载:0

[操作系统开发minix_source_3_1_1

说明:minix 操作系统源代码。对操作系统感兴趣的人有很大的参考价值-minix operation source code, it is valuable to who want to learn OS develop.
<oldjun> 在 2024-10-09 上传 | 大小:956416 | 下载:0

[操作系统开发firstfit

说明:first fit algorithm that is used in most of the os
<ghost> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[操作系统开发SECdriver

说明:Driver and tool to se3c2410 Samsung processor
<Ricardo> 在 2024-10-09 上传 | 大小:7168 | 下载:0

[操作系统开发wangzhan

说明:一个操作系统的课程网站,希望能够帮助大家!谢谢!-An operating system of course Web site that can help you!
<宋伟> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[操作系统开发fat32.C

说明:这种格式采用32位的文件分配表,使其对磁盘的管理能力大大增强,突破了FAT16对每一个分区的容量只有2 GB的限制。由于现在的硬盘生产成本下降,其容量越来越大,运用FAT32的分区格式后,我们可以将一个大硬盘定义成一个分区而不必分为几个分区使用,大大方便了对磁盘的管理。而且,FAT32具有一个最大的优点:在一个不超过8GB 的分区中,FAT32分区格式的每个簇容量都固定为4KB,与FAT16相比,可以大大地减少磁盘的浪费,提高磁盘利用率
<樊晓博> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[操作系统开发processzzc

说明:并发线程的管理.防止死锁的产生.此为枷锁的方法,直接保护临界区,防止临界区的错误的产生.-The management of concurrent threads. To prevent the deadlock generation. This is the way to the yoke of direct protection of critical areas, to prevent critical errors genera
<12121> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[操作系统开发rjff

说明:操作系统的线程管理,使用软件的方法,防止临界区产生错误,保护临界区并对并发线程保护,无死锁现象.-The operating system' s thread management, use of software methods to prevent the critical error, protect critical areas and the protection of concurrent threads, deadl
<12121> 在 2024-10-09 上传 | 大小:1024 | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 554.55 .56 .57 .58 .59 ... 915 »

源码中国 www.ymcn.org