搜索资源列表
installboot
- 操作系统磁盘分区的源程序-operating system disk partition of the source
format
- 汇编程序 分区format -assembler district format
最佳适应算法 信安 陆华锋 20022638
- 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best"
完全实现快速排序算法
- 完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
磁盘信息
- 通过程序直接得到系统中各分区的信息,主要是对于硬盘大小、状态作出指示。程序是由VB编写。-be passed directly through the system of information, primarily for hard disk size, the state's instruction. VB procedure is prepared.
hdcopy
- 硬盘克隆软件。可以将硬盘上所有数据(甚至隐藏分区上的数据)原封不动不动地复制到其它硬盘上,目的硬盘最多三个。-drive cloning software. It will drive all the data (or even the hidden data) Fixed intact copied to other drives, hard drives up to three purposes.
573
- 文件分区,fat16位分区代码源程序,32位的差不多。-document Division, fat16 spaces through source code, almost 32.
os_changeable_partition
- 采用可变分区存储管理并且 采用首次适应算法实现存储器分配与回收-using variable memory management and FFA agrithment implement the memory allocate and reclaim.
fdisk
- 在4510B上分区源代码,包括了详细的注释,需要在linux 下编译才能使用.-4510B on the zoning code, including a detailed notes, the need to compile under Linux can be used.
arm-fdisk-3.0.6.tar
- arm磁盘工具,可以格式化flash盘,分区等-arm disk tool that can flash disk formatting, partitioning
mkdosfs-0.4.1
- 格式化硬盘成DOS分区, 命令格式: mkdos -F32 /dev/sda1(或其他硬盘)-DOS formatted drives into Division, the command format : mkdos - F32 / dev/sda1 (or other hard drives)
OnReadRe
- 详细说明了如何对磁盘的分区进行直接读写,在D7,D200下调试通过-detailed descr iption of how the disk to read and write through direct, D7, debug through D200
硬盘MP3源码
- AT89C51SND1C 解码芯片做的硬盘MP3,现在只支持一块硬盘,一个分区只支持根目录歌曲播放,不支持文件夹。只支持FAT32文件系统,部分MP3文件不能解码.-AT89C51SND1C decoder chips do drive MP3, now only support a hard drive, a sub-directory only support music playback, support folder. Only support FAT32 file system, no
硬盘结构及其分区简介
- 模拟操作系统中作业调度算法的vc++程序。从好几个方面描述了os的作业调度问题。 -simulation operating system scheduling algorithm vc procedures. From several aspects described os operations scheduling problem.
OS进程调度模拟
- 1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to a
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
分配回收
- 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
存储器管理
- 操作系统实验(粗存储器管理)采用可变分区存储器管理方案的模拟系统-experimental operating system (memory management rough) using variable memory management program through a simulation