CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - simulator
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - simulator - List
[
OS Develop
]
计机031蔡煊臻12号
DL : 0
里面是有关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 be downloaded to look at. The assurance is the wild!
Date
: 2008-10-13
Size
: 41.97kb
User
:
月神逸
[
OS Develop
]
unix_V
DL : 0
著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
Date
: 2008-10-13
Size
: 155.2kb
User
:
马克
[
OS Develop
]
Linux内存管理模拟器
DL : 0
Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,则请求分配一个内存页,如果没有空闲内存,则使用页面置换算法换出一个内存页到交换设备上。如果页表项表明内存页在交换设备上,则先请求一个物理内存页,然后从交换设备上读入内存内容,释放交换设备上的磁盘块。-use Linux c language memory management simulator assumptions computers to the physical memory size 4 MB, each memory page size to 4k. Pagination mechanism, the use of two-page questionnaire, the first level of Contents page, a total of 1,024. each page directory entry point to a page table, each page table at an actual item of the physical pages, each page table pages of a total of 1,024 items table. Assuming page catalog and page table off memory space. There is also a system to exchange equipment, a sub-block management mechanism, each 4K block size, a total of 1,024. A series of memory access instructions, the system memory access instructions under the virtual memory address access memory. If the page directory entry is empty, one-page questionnaire distribution, and related value depo
Date
: 2008-10-13
Size
: 4.48kb
User
:
罗鹏魁
[
OS Develop
]
mp1.tar
DL : 0
基于nachos模拟器的源代码,可以进行编译和修改,用于研究操作系统中调度算法-Nachos simulator based on the source code can be compiled and revised research operating system Scheduling Algorithm
Date
: 2008-10-13
Size
: 62.66kb
User
:
田园
[
OS Develop
]
lift-simulator
DL : 1
it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.
Date
: 2008-10-13
Size
: 3.43kb
User
:
jinghe
[
OS Develop
]
qfinet_0.11.tar
DL : 0
针对嵌入式反应式系统开发的量子操作系统,见http://code.google.com/p/qfinet 包含一个基于linux平台的模拟器, 量子框架,基于量子框架的TCP/IP协议栈 后续将发布ARM7TDMI上的移植版-reaction against Embedded systems development of the quantum system, see http : / / code.google.com / p / qfinet contains a Linux-based platform Simulator, quantum framework, Based on the quantum framework of TCP / IP protocol stack follow-up will be published on the ARM7TDMI Wolves
Date
: 2008-10-13
Size
: 2.19mb
User
:
hyl
[
OS Develop
]
efi1_10_14_61
DL : 0
EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 efi1_10_14_61.zip是INTEL公司早期在在WINDOWS上面的EFI模拟器,能够运行模拟PC机的硬件环境,并提完整的EFI模拟界面,程序员能够在EFI的模拟环境下进行开发、试验。-EFI (Extensible Firmware Interface) is the next generation BIOS is gradually replacing the computer's BIOS become FIRMWARE standards. Intel is the brand new type of PC firmware architecture, interface and services to the recommended standards. Its main purpose is to provide a group before loading the OS (pre-) on all platforms the same. correctly designated the launch environment. EFI the ISO is UEFI. Efi1_10_14_61.zip Intel, the company is early in the windows above E FI simulator, capable of running simulation PC hardware environment, and provide a complete simulation of EFI interface EFI programmers in the simulation environment for development, testing.
Date
: 2008-10-13
Size
: 3.83mb
User
:
席振新
[
OS Develop
]
kos
DL : 0
用C语言模拟操作系统的队列及时间片分配 简单-C language simulation operating system queue and the time allocated simple film
Date
: 2025-12-20
Size
: 1kb
User
:
刘辉
[
OS Develop
]
计机031蔡煊臻12号
DL : 0
里面是有关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 be downloaded to look at. The assurance is the wild!
Date
: 2025-12-20
Size
: 301kb
User
:
[
OS Develop
]
unix_V
DL : 0
著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
Date
: 2025-12-20
Size
: 155kb
User
:
马克
[
OS Develop
]
Linux内存管理模拟器
DL : 0
Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,则请求分配一个内存页,如果没有空闲内存,则使用页面置换算法换出一个内存页到交换设备上。如果页表项表明内存页在交换设备上,则先请求一个物理内存页,然后从交换设备上读入内存内容,释放交换设备上的磁盘块。-use Linux c language memory management simulator assumptions computers to the physical memory size 4 MB, each memory page size to 4k. Pagination mechanism, the use of two-page questionnaire, the first level of Contents page, a total of 1,024. each page directory entry point to a page table, each page table at an actual item of the physical pages, each page table pages of a total of 1,024 items table. Assuming page catalog and page table off memory space. There is also a system to exchange equipment, a sub-block management mechanism, each 4K block size, a total of 1,024. A series of memory access instructions, the system memory access instructions under the virtual memory address access memory. If the page directory entry is empty, one-page questionnaire distribution, and related value depo
Date
: 2025-12-20
Size
: 4kb
User
:
罗鹏魁
[
OS Develop
]
mp1.tar
DL : 0
基于nachos模拟器的源代码,可以进行编译和修改,用于研究操作系统中调度算法-Nachos simulator based on the source code can be compiled and revised research operating system Scheduling Algorithm
Date
: 2025-12-20
Size
: 63kb
User
:
田园
[
OS Develop
]
lift-simulator
DL : 1
it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.-it sa lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.
Date
: 2025-12-20
Size
: 3kb
User
:
jinghe
[
OS Develop
]
qfinet_0.11.tar
DL : 0
针对嵌入式反应式系统开发的量子操作系统,见http://code.google.com/p/qfinet 包含一个基于linux平台的模拟器, 量子框架,基于量子框架的TCP/IP协议栈 后续将发布ARM7TDMI上的移植版-reaction against Embedded systems development of the quantum system, see http :// code.google.com/p/qfinet contains a Linux-based platform Simulator, quantum framework, Based on the quantum framework of TCP/IP protocol stack follow-up will be published on the ARM7TDMI Wolves
Date
: 2025-12-20
Size
: 2.19mb
User
:
hyl
[
OS Develop
]
Bank_Algorithm
DL : 0
这是一个编程模拟实现死锁避免的银行家算法-This is a programming simulation deadlock avoidance algorithm bankers
Date
: 2025-12-20
Size
: 155kb
User
:
周彦斌
[
OS Develop
]
snes9x-1.43-macosx-src.tar
DL : 0
SFC游戏模拟器 snes9x 1.43 的原代码-SFC simulator game
Date
: 2025-12-20
Size
: 1.47mb
User
:
东方情圣
[
OS Develop
]
sos-code-art1.tar
DL : 0
Simple Operating Systems (简称SOS)是一个可以运行在X86平台上(包括QEMU,BOCHS,VirtualBOX等模拟器上)的面向教学的微型嵌入式操作系统系列软件。从SOS-1到SOS9,逐步完成了一个从无(只有显示)到有(虚存、文件系统、线程、进程)的操作系统创建过程。通过分析、运行和修改此操作系统,会对操作系统的实际实现有更深入的的了解。这是第一部分 SOS-1。-Simple Operating Systems (referred to as SOS) is a run on X86 platform (including QEMU, BOCHS, VirtualBOX simulator, etc.) teaching-oriented series of micro-embedded operating system software. From SOS-1 to SOS9, gradually completed a never (only display) to have (virtual memory, file system, thread, process) operating system creation process. Through the analysis, operation and revise the operating system, the actual realization of the operating system will have a better understanding. This is the first part of SOS-1.
Date
: 2025-12-20
Size
: 97kb
User
:
chyyuu
[
OS Develop
]
sos-code-art2.tar
DL : 0
Simple Operating Systems (简称SOS)是一个可以运行在X86平台上(包括QEMU,BOCHS,VirtualBOX等模拟器上)的面向教学的微型嵌入式操作系统系列软件。从SOS-1到SOS9,逐步完成了一个从无(只有显示)到有(虚存、文件系统、线程、进程)的操作系统创建过程。通过分析、运行和修改此操作系统,会对操作系统的实际实现有更深入的的了解。这是第二部分 SOS-2。-Simple Operating Systems (referred to as SOS) is a run on X86 platform (including QEMU, BOCHS, VirtualBOX simulator, etc.) teaching-oriented series of micro-embedded operating system software. From SOS-1 to SOS9, gradually completed a never (only display) to have (virtual memory, file system, thread, process) operating system creation process. Through the analysis, operation and revise the operating system, the actual realization of the operating system will have a better understanding. This is the second part of SOS-2.
Date
: 2025-12-20
Size
: 105kb
User
:
chyyuu
[
OS Develop
]
sos-code-art3.tar
DL : 0
Simple Operating Systems (简称SOS)是一个可以运行在X86平台上(包括QEMU,BOCHS,VirtualBOX等模拟器上)的面向教学的微型嵌入式操作系统系列软件。从SOS-1到SOS9,逐步完成了一个从无(只有显示)到有(虚存、文件系统、线程、进程)的操作系统创建过程。通过分析、运行和修改此操作系统,会对操作系统的实际实现有更深入的的了解。这是第三部分SOS-3。-Simple Operating Systems (referred to as SOS) is a run on X86 platform (including QEMU, BOCHS, VirtualBOX simulator, etc.) teaching-oriented series of micro-embedded operating system software. From SOS-1 to SOS9, gradually completed a never (only display) to have (virtual memory, file system, thread, process) operating system creation process. Through the analysis, operation and revise the operating system, the actual realization of the operating system will have a better understanding. This is the third part of SOS-3.
Date
: 2025-12-20
Size
: 110kb
User
:
chyyuu
[
OS Develop
]
sos-code-art4.tar
DL : 0
Simple Operating Systems (简称SOS)是一个可以运行在X86平台上(包括QEMU,BOCHS,VirtualBOX等模拟器上)的面向教学的微型嵌入式操作系统系列软件。从SOS-1到SOS9,逐步完成了一个从无(只有显示)到有(虚存、文件系统、线程、进程)的操作系统创建过程。通过分析、运行和修改此操作系统,会对操作系统的实际实现有更深入的的了解。这是第四部分SOS-4。-Simple Operating Systems (referred to as SOS) is a run on X86 platform (including QEMU, BOCHS, VirtualBOX simulator, etc.) teaching-oriented series of micro-embedded operating system software. From SOS-1 to SOS9, gradually completed a never (only display) to have (virtual memory, file system, thread, process) operating system creation process. Through the analysis, operation and revise the operating system, the actual realization of the operating system will have a better understanding. This is the fourth part of SOS-4.
Date
: 2025-12-20
Size
: 114kb
User
:
chyyuu
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.