资源列表

« 1 2 ... .14 .15 .16 .17 .18 219.20 .21 .22 .23 .24 ... 915 »

[操作系统开发unix_V

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

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

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

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

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

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

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

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

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

[操作系统开发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
<林杰> 在 2025-04-06 上传 | 大小:382kb | 下载:0

[操作系统开发instlogon

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

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

说明:windowsXP优化高氏秘籍是XP的一个高级技巧的集合-AIX optimization Niches SECRET XP is a senior skills pool
<许飞> 在 2025-04-06 上传 | 大小:586kb | 下载:0

[操作系统开发t_shyna_v0.1.1

说明:Shyna操作系统,目前的开发版本,提供下载运行和v0.0版的原代码 有任何建议或意见,请到www.woos.cn-Shyna operating system, the current development version. downloading and running v0.0 version of the original code has any suggestions or ideas, the free www.woos
<姚聪> 在 2025-04-06 上传 | 大小:276kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 219.20 .21 .22 .23 .24 ... 915 »

源码中国 www.ymcn.org