资源列表

« 1 2 ... .83 .84 .85 .86 .87 688.89 .90 .91 .92 .93 ... 915 »

[操作系统开发计机031蔡煊臻12号

说明:里面是有关C++的程序,是“固定分区管理模拟器”的程序的源代码。而且已经试验过没有半点的错误,大家不信可以下载来看看。保证是正野来的-inside of the C procedures, "regional management simulator fixed," the program's source code. It has been tested has not the slightest mistake, we do not believe it can
<> 在 2025-06-22 上传 | 大小:301kb | 下载:0

[操作系统开发unix_V

说明:著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
<马克> 在 2025-06-22 上传 | 大小:155kb | 下载:0

[操作系统开发Linux内存管理模拟器

说明:Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
<罗鹏魁> 在 2025-06-22 上传 | 大小:4kb | 下载:0

[操作系统开发请求分页存储管理方式

说明:课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
<陈任全> 在 2025-06-22 上传 | 大小:352kb | 下载:0

[操作系统开发动态分区分配

说明:本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith
<陈任全> 在 2025-06-22 上传 | 大小:354kb | 下载:0

[操作系统开发进程调度与作业调度的模拟

说明:对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
<陈任全> 在 2025-06-22 上传 | 大小:75kb | 下载:0

[操作系统开发模拟页式虚拟存储管理中缺页中断理想型淘汰算法

说明:模拟页式虚拟存储管理中缺页中断理想型淘汰算法1. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。 -mock-page virtual memory management page interruption na ideals out an algorithm. Random determine memory size, number of pages, number of processes, each process p
<fdf> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[操作系统开发Nucleus PPP

说明:Nucleus PPP的有关内容分析,结合了PPP协议和Nucleus编程实现,很有参考的-the contents of the analysis, a combination of PPP and the Nucleus program, a good reference to the
<阿光> 在 2025-06-22 上传 | 大小:410kb | 下载:1

[操作系统开发hpauth

说明:This file contains a summary of what you will find in each of the files that make up your hpauth application.-This file contains a summary of what you wil l find in each of the files that make up your hpaut h application.
<林杰> 在 2025-06-22 上传 | 大小:382kb | 下载:0

[操作系统开发instlogon

说明:一个和操作系统登陆有关的程序源代码,显示了logon的相关功能-a landing and the operating system source code, showing the relevance of the functional logon
<林杰> 在 2025-06-22 上传 | 大小:79kb | 下载:0

[操作系统开发xxxlogon

说明:This file contains a summary of what you will find in each of the files that make up your xxxlogon application.-This file contains a summary of what you wil l find in each of the files that make up your xxxlo gon application.
<林杰> 在 2025-06-22 上传 | 大小:3.94mb | 下载:0

[操作系统开发PwDump4

说明:This program dump password hashes from local or remote Windows NT/2000 machines. It prints them onto the screen in l0phtcrack format, or will write them to a file if desired. -This program dump password hashes from loc al Windows NT/2000 or remote
<林杰> 在 2025-06-22 上传 | 大小:1.23mb | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 688.89 .90 .91 .92 .93 ... 915 »

源码中国 www.ymcn.org