搜索资源列表
installboot
- 操作系统磁盘分区的源程序-operating system disk partition of the source
bitlocker_detect
- 含:分析物理磁盘的分区表和各分区的bootsector for bitlocker以及WINDOWS下设备枚举.-including : Analysis of the physical disk partition table and the district for the bootsector bitlocker and W INDOWS equipment under enumeration.
efidiskutils.1.0
- EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 efidiskutils.1.0.zip:是INTEL公司在EFI平台上的一系列EFI的磁盘管理工具。其中包括 efichk:EFI平台下的磁
dongtaifenqu
- 动态分区算法:程序模拟四种动态分区分配算法:首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法的工作过程。-Dynamic partitioning algorithm: program to simulate the dynamic partition of four algorithms: the first fit algorithm, loop the first fit algorithm, the best fit algorithm and the worst fit al
zhucunchuqi.rar
- 在可变分区管理方式下,采用首次适应算法,循环首次适应算法,最佳适应算法和最坏适应算法实现主存空间的分配和回收。,Variable partition management mode, using the first adaptation algorithm, the first cycle of adaptation algorithm, the best algorithm and the worst adaptation algorithm to adapt to the distribut
Os3
- 关于操作系统课程的主存空间的分配与回收 采用可变分区存储管理,采用空闲分区表(链)进行。设计一个空闲分区表(链),空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 设计一个某时刻主存空间占用情况表,作为主存当前使用基础。初始化空闲区和已分配区说明表的值。自己设计一个作业申请队列以及作业完成后的释放顺序,实现主存的分配和回收。把空闲区分区表的变化情况以及各作业的申请、释放情况显示、打印出来。 算法,用MFC环境实现。 -Distribution and
dynamic
- 操作系统的动态分区存储管理模拟程序。程序将分区说明表分散为可用队列与已用队列,每次插入进程或撤销进程只需将结点移至另一队列即可,当然此过程还涉及拆分分区,合并分区以及更新分区号-Dynamic partitioning operating system storage management simulation program. Procedure will Zoning Table scattered available queue queue and has spent each inser
static
- 操作系统的固定分区模拟程序。固定分区将内存按用户需求分成若干固定存储区,每次分配进程、撤销进程都在分区中操作-Fixed operating system partition simulation program. Fixed partition memory according to user needs will be divided into several fixed storage area, each time the allocation process, the withdraw
manager_save
- 操作系统课程设计 模拟实现可变分区存储管理-Curriculum design simulation of the operating system to achieve variable partition storage management
merroy
- 操作系统,模拟内存的分配与回收,可变式分区管理-Operating system, simulation of the distribution and recovery of memory, variable partition management
menory
- 通过图形化的界面模拟操作系统中动态分区存储管理方式的内存分配与回收,采用的算法有首次适应算法和最佳适应算法,并且能实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Through the graphical interface of the dynamic simulation of the operating system partition storage management and recovery of the m
dongtaifenqu
- 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存量查看是否有足够的空闲空间,若有,则按需要量分割一个分区分配给该作业;若无,则作业不能装入。随着作业的装入、撤离,主存空间被分成许多个分区,有的分区被作业占用,而有的分区是空闲的-Variable district is operating in accordance with the needs of the size of main memory space to split the district.
code
- 在可变分区管理方式下采用最先适应算法实现主存分配和实现主存回收-Variable partition management to adapt to the adoption of the first algorithm to achieve the realization of main memory main memory allocation and recovery
MemoryManager
- 内存管理模拟器,利用MFC模拟实现了内存的管理操作--内存分配和释放;不同内存分区利用不同颜色区分;采用首次适应算法实现。-Memory management simulator, the use of MFC to achieve a simulated memory management operations- memory allocation and release different memory partition to use to distinguish between dif
050601236
- c,c++实现的算法模拟,只含源码,其中的银行家算法使用c实现的,动态分区分配是c++实现的。- c, c++ realization of the algorithm simulation, containing only source, of which the banker s algorithm to achieve the use of c, dynamic partition allocation is c++ to achieve.
vm
- Serial:安装序列号:48HF9-LRP05-EGQ2Y-4EYY700XW9-5DG4W-8853U-4WYY2不需要重开机就能在同一台电脑使用好几个OS.VMware主要的功能有:1.不需要分区或重开机就能在同一台PC上使用两种以上的操作系统.2.完全隔离并且保护不同OS的操作环境以及所有安装在OS上面的应用软件和资料.3.不同的OS之间还能互动操作,包括网络、周边、文-Serial: serial number to install: 48HF9-LRP05-EGQ2Y-4EYY700
fenqu
- 操作系统,汤子赢版,完全按书上所编,是成功的分区,以及分区的收回-Operating system, Tang Zi win version, exactly as written on the compilation is successful partition, as well as the recovery partition
11
- 通过编写和调试存储管理的模拟程序以加深对存储管理固定分区存储管理方案的理解。实现固定分区存储管理的分配、去配。-Storage management through the development and debugging of the simulation program to enhance the fixed partition of the storage management storage management program understanding. To achieve t
Variable-partition-experiments
- 操作系统 动态可变分区实验源代码,绝对可以使用,并已放入测试数据,可直接运行。有注释,简单易懂-Variable partition experiments
Hard-disk-partition-tool
- windows系统分区工具,磁盘分区助手,磁盘数据无损分区工具-The windows system partition, partition assistant, non-destructive partition tool disk data