CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - best

搜索资源列表

  1. 最佳适应法

    0下载:
  2. 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:67.66kb
    • 提供者:吴晓辉
  1. solaris9安装指南

    0下载:
  2. solaris9安装指南!对于一个陌生的操作系统!这本书是你最好的选择-solaris9 Installation Guide! For an unfamiliar operating system! This book is your best choice
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.72mb
    • 提供者:mai
  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:354.58kb
    • 提供者:陈任全
  1. Threadx-SourceCode

    0下载:
  2. ThreadX是优秀的硬实时操作系统,适用于深嵌入式应用中,具有规模小、实时性强、可靠性高、无产品版权费、易于使用等特点,并且支持大量的处理器和SoC,包括ARM、PowerPC、SH 4、MIPS、ADI DSP、TI DPS、Nios II等,因此广泛应用于消费电子、汽车电子、工业自动化、网络解决方案、军事与航空航天等领域中-ThreadX of the best hard real-time operating system, embedded in deep application wi
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.02mb
    • 提供者:万兵
  1. 111111111111111

    0下载:
  2. 最佳适应动态分区存储管理器模拟 最佳适应动态分区存储管理器模拟-best adapt to dynamic memory management district for the best simulation of the dynamic storage area management simulation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:203.61kb
    • 提供者:何小雄
  1. zuijiashiyingfa

    1下载:
  2. 关于操作系统存储分配的最佳适应法,它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按大小从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。-distribution of the operating system stored in the best adaptation, it all from the free zone to identify me
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.01kb
    • 提供者:烟仔
  1. Memory_assign

    0下载:
  2. 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9.28kb
    • 提供者:王卫国
  1. ZJZH

    0下载:
  2. 操作系统课程设计之存储管理---最佳置换算法-courses on operating system design -- the best memory management algorithm replacement
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.4kb
    • 提供者:陈LY
  1. ZCKJFPHS

    0下载:
  2. 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algorithms, best adaptation algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:273.96kb
    • 提供者:罗小明
  1. zuijiashiyingsuanfa

    0下载:
  2. 通过最佳适应算法实现内存的分配与回收~很不错的程序,大家帮我看看,有什么不足之处提点小弟噢-to best adapt the algorithm memory allocation and recovery - is pretty good procedures, you will help me find, what are the deficiencies Department reminded the younger Oh
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9.38kb
    • 提供者:郭丛丹
  1. chq

    0下载:
  2. 采用最佳适应算法模拟实现内存管理-在VC++环境下编译通过,通过初始化空闲区、分配空闲区、回收空闲区实现模拟的内存管理。-best adaptation algorithm simulation memory management-the VC environment compile, free zone through the initialization, distribution idle, idle zones recovery simulation of memory manageme
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.28kb
    • 提供者:chen启
  1. neicun

    0下载:
  2. 我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量,表示内存块是否被占用。用 1 和 0 来表示被占用和不被占
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:ruikobe
  1. li

    0下载:
  2. 最佳适应算法(Best Fit): 它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按大小从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.09kb
    • 提供者:王峰
  1. 请求调页存储管理系统-vc6.0

    2下载:
  2. 用VC++6.0模拟实现最佳置换算法、最近最久未使用算法、先进先出置换算法。-VC 6.0 Simulation best replacement algorithm, the most recent time on the use of algorithms, FIFO replacement algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:36.63kb
    • 提供者:刘印亮
  1. SeggerEval_WIN32_MSVC_MinGW_GUI_V516 emWin5.16源码

    0下载:
  2. emWin5.16源码。嵌入式图形用户界面开发最好的软件,欢迎大家下载。-emWin5.16 source. Embedded graphical user interface to develop the best software, are welcome to download.
  3. 所属分类:操作系统开发

    • 发布日期:2016-01-27
    • 文件大小:6.9mb
    • 提供者:feng
  1. MemoryFit.rar

    0下载:
  2. 模拟内存的动态分配,可以选择首次适应算法或者最佳适应算法进行分配,结构小巧功能简单,Simulation of the dynamic allocation of memory, you can choose the first or the best adaptation algorithm to adapt to the allocation algorithm, the structure features a simple compact
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1.07mb
    • 提供者:陈华龙
  1. Dynamic_partitioning_of_the_si

    1下载:
  2. ⑴ 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 ⑵ 假设初始状态下,可用的内存空间为640KB,并有下列的请求序列:  作业1申请130KB。  作业2申请60KB。  作业3申请100KB。  作业2释放60KB。  作业4申请200KB。 
  3. 所属分类:OS Develop

    • 发布日期:2016-01-24
    • 文件大小:268.63kb
    • 提供者:lzl
  1. zjf.rar

    0下载:
  2. 存储管理模拟,编写程序,模拟请求页式存储管理中的硬件地址转换过程,使用三种不同的页面置换算法进行页面替换。分别是先进先出,最佳置换,最近最久未使用页面替换,并计算缺页率。,Storage management simulation, programming, simulation request page storage management hardware address translation process, using three different page replacement
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-29
    • 文件大小:370.78kb
    • 提供者:飓风
  1. dongtaifenqu

    0下载:
  2. 动态分区算法:程序模拟四种动态分区分配算法:首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法的工作过程。-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
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:497.72kb
    • 提供者:踏雪
  1. best-fit-and-first-fit-in-c

    0下载:
  2. First fit and Best fit memory managment scheme implementation in C-First fit and Best fit memory managment scheme implementation in C++
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:705byte
    • 提供者:Pranshu Jaiswal
« 12 3 4 5 »
搜珍网 www.dssz.com