资源列表

« 1 2 ... .96 .97 .98 .99 .00 901.02 .03 .04 .05 .06 ... 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 mist
<月神逸> 在 2008-10-13 上传 | 大小:42981 | 下载:0

[操作系统开发unix_V

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

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

说明:Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为
<罗鹏魁> 在 2008-10-13 上传 | 大小:4583 | 下载: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 replac
<陈任全> 在 2008-10-13 上传 | 大小:360272 | 下载:0

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

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

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

说明:模拟页式虚拟存储管理中缺页中断理想型淘汰算法1. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。 -mock-page virtual memory management page interruption na ideals out an algorithm. Random determine memory size, number of pages, numbe
<fdf> 在 2008-10-13 上传 | 大小:1917 | 下载: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
<阿光> 在 2008-10-13 上传 | 大小:420551 | 下载: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 applicati
<林杰> 在 2008-10-13 上传 | 大小:37636 | 下载:0

[操作系统开发instlogon

说明:一个和操作系统登陆有关的程序源代码,显示了logon的相关功能-a landing and the operating system source code, showing the relevance of the functional logon
<林杰> 在 2008-10-13 上传 | 大小:5082 | 下载: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 appli
<林杰> 在 2008-10-13 上传 | 大小:50019 | 下载: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 lo
<林杰> 在 2008-10-13 上传 | 大小:252055 | 下载:0

[操作系统开发XP优化高氏秘籍

说明:windowsXP优化高氏秘籍是XP的一个高级技巧的集合-AIX optimization Niches SECRET XP is a senior skills pool
<许飞> 在 2008-10-13 上传 | 大小:600457 | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 901.02 .03 .04 .05 .06 ... 915 »

源码中国 www.ymcn.org