资源列表

« 1 2 ... .90 .91 .92 .93 .94 695.96 .97 .98 .99 .00 ... 915 »

[操作系统开发TURBO C 文件管理器及其源码

说明:turbo c 编写的文件管理器。有源程序。-paper prepared by the manager. A source.
<tang> 在 2024-10-06 上传 | 大小:33792 | 下载:0

[操作系统开发操作系统进程调度实验--附有实验报告

说明:这是一个关于操作系统进程调度的实验,采用的是优先权调度算法-This is a process of the operating system's scheduling experiment, the scheduling algorithm is priority
<编程浪子> 在 2024-10-06 上传 | 大小:153600 | 下载:0

[操作系统开发Processor

说明:本程序为操作系统处理机优先数调度算法,附带源码和可运行的程序,VC下编译通过,基本用C的函数写的。-This procedure has priority to count dispatcher s algorithm , the procedure that attach the source code and can be operated for the operating system processor , compile p
<wlh> 在 2024-10-06 上传 | 大小:102400 | 下载:0

[操作系统开发qasw sgww q

说明:先进先出优先算法可以解决一些常见问题并为其源程序-FIFO arithmetic,it can solve some common question.It have source code.
<tom> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[操作系统开发计算机02-2胡英飞02824227

说明:这是一个关于操作系统的编程实现以及源码,源码的实现是用VC,可供学习操作系统的的同学用-This is one of the operating systems and programming source, the source code and realization of the VC, the operating system for learning with students
<胡英飞> 在 2024-10-06 上传 | 大小:32768 | 下载:0

[操作系统开发MainMemAlloccate

说明:在可变分区管理方式下采用首次适应算法实现主存分配和回收。-in management through the adoption of the first algorithm to adapt to main memory allocation and recovery.
<cuckoo> 在 2024-10-06 上传 | 大小:104448 | 下载:0

[操作系统开发DiskMemory

说明:用位示图管理磁盘存储空间。在VC环境下编译,纯的C语言编写。-with Bitmap management of disk storage space. The VC environment compiled pure C language.
<cuckoo> 在 2024-10-06 上传 | 大小:95232 | 下载:0

[操作系统开发2005040111150712947

说明:MINIX2.0操作系统源码,是Linux的前身,世界上最小的32位操作系统-Minix operation system ver 2.0,the pater of Linux,the smallest 32bits operation system in the world.
<刘军> 在 2024-10-06 上传 | 大小:1124352 | 下载:0

[操作系统开发银行家经典算法

说明:操作系统中的银行家算法在LINUX环境下面进行模拟.-operating system in the banker's algorithm below LINUX environment simulation.
<孙迪> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[操作系统开发进程调度优化算法

说明:针对操作系统的进程调度而设计的一个优化算法.-To an algorithm of optimizing which the process dispatcher of the operating system designed
<孙迪> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[操作系统开发请求页面算法

说明:操作系统 请求页式管理,包括FIFO,LRU两种算法,-OS-page request management, including FIFO, the LRU algorithm,
<wang> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[操作系统开发页面置换算法的模拟实现和计算命中率

说明:基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO
<何泽荣> 在 2024-10-06 上传 | 大小:26624 | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 695.96 .97 .98 .99 .00 ... 915 »

源码中国 www.ymcn.org