搜索资源列表
virtual-dusk
- 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-appl
JavaforJ2ME
- J2ME是Java 2平台的一个版本,使用在各种各样的消费电子产品和嵌入式设备上。Java Card技术规范得Java应用能运行在智能卡和更小的嵌入式设备上。本文介绍J2ME和Java Card的硬件平台和软件体系结构,以及如何进行J2ME和Java Card应用程序开发。Java在移动通信领域的应用已经引起广泛的关注,本文对此进行了详细的描述。-J2ME Java 2 Platform, a version of used in a wide range of consumer electro
pdfrd
- 1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anqu
caozuoxitongshiyanwendang
- 操作系统的实验文档 包含设计与说明 带源码例子-Document contains the operating system design and descr iption of experimental
VERILOGFIFO
- FIFO的verilog描述-Verilog descr iption of the FIFO
AddressExchange
- 用c++描述操作系统的断页式存储管理地址的转换-Using c++ descr iption of the operating system off-page storage management address translation
multimedialibofSDL
- 这是一个跨平台的多媒体底层库的操作,里面有详细的文档说明,以及全程。很有用。适用于几乎所有的操作系统。-This is a bottom cross-platform multimedia library operation, there are detailed descr iption of the document, as well as the entire process. Very useful. Applicable to almost all of the operating s
VirtualKD20
- 用虚拟机COM方式很慢.试试用这个吧,这个据说能提高十几倍哟.里面的read.txt文件我在VMWare中安装做了一下简要的中文说明. irpfind produces ~450KB/s traffic on VirtualBox and ~150KB/s on VMWare, significantly outperforming standard ~10KB/s COM Port-COM way using virtual machine is slow. Try it with thi
OS
- 操作系统实验进程的描述与控制进程的同步与通信等实验源码-Descr iption of the experimental process of the operating system and control the process of synchronization and communication source, such as experimental
nesc
- nesc的使用手册,还有其基本语法的介绍和说明,以及一些使用的实例-nesc user' s manual, as well as to introduce the basic syntax and descr iption, as well as some examples of the use of
Vgabios
- vga bios descr iption , registers and interrupts
OSboot
- 操作系统引导探究 很详细的说明了计算机怎样从加电开始,如何引导,知道操作系统运行起来的过程。-Operating system, a very detailed descr iption and guide to explore how the computer from the power-on start, how to guide, to know the operating system up and running process.
osdev
- assembler os, ali windows,keyboard,mouse,screen witf descr iption in the code
bank
- 银行家算法是一种最有代表性的避免死锁的算法。要解释银行家算法,必须先解释操作系统安全状态和不安全状态。该程序实现有效描述。-Banker' s algorithm is one of the most representative of the deadlock avoidance algorithms. To explain the banker' s algorithm, we must first explain the operating system security st
os
- 操作系统课件,里面有很多的例子,详细的说明,生产者消费者问题的颠覆。-Operating systems courseware, there are many examples, detailed descr iption of the problem of subversion producers and consumers.
easyVM_Small.tar
- easyVM是一个简单的虚拟机。 0.1版本只支持8086指令集和一些简单的I/O设备,只支持英文文本显示方式。 0.2版本主要是在0.1版基础上加了一小部分32位指令(push eax等),使得easyVM可以运行MS-DOS 6.22自带的大部分程序。 文件说明: ==================== Bios\Bios.bin Bios程序 Bios\BiosData.bin CMOS数据
UC_OSII
- 《UC_OSII中文说明书》,文章对UC_OSII操作系统进行了详细的描述,对于要从事嵌入式系统开发的人员非常有用。-" UC_OSII Chinese manual" , the article UC_OSII carried out a detailed descr iption of the operating system, for the personnel engaged in the development of embedded systems is very u
linux0.00
- 基于Linus的描述进行仿制的Linux0.00系统源码,可以在虚拟机中运行-Carried out based on the descr iption of Linus imitation Linux0.00 system source code, you can run in a virtual machine
linuxC
- C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开
Description-of-the-file-system
- 文件系统的描述,使用C语言模拟的,有文件二级目录,以及文件可以被用户创建,删除等功能-A descr iption of the file system, using the C language simulation, there are two files directory, and the file can be user to create, delete, etc.