CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 首次适应

搜索资源列表

  1. 可变分区存储管理

    1下载:
  2. 哈哈,2. 实现分区存储管理的内存分配功能,选择适应算法(首次适应算法,最佳适 应算法,最后适应算法,最坏适应算法),好-Haha, 2. To achieve storage management through the memory allocation function, the choice of adaptation algorithms (first adaptation algorithm, the best adaptation algorithm, Finally adapta
  3. 所属分类:系统编程

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

    0下载:
  2. 首次适应算法(操作系统)首次适应算法(操作系统)-first adaptation algorithm (OS) in the first adaptation algorithm (operating system)
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.95kb
    • 提供者:359369593
  1. myprog

    0下载:
  2. 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:lensoft
  1. OS_MemoManagement

    0下载:
  2. 用MFC模拟操作系统用动态分区方式管理内存的全过程,包括手动控制和自动演示样例,使用了首次适应和最佳适应算法。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:50.43kb
    • 提供者:waleking
  1. lab3forTC

    1下载:
  2. 用C语言按照首次适应算法FF编制以动态分区管理方式进行内存分配和回收的程序,并测试通过。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.47kb
    • 提供者:xuyunfei
  1. a

    0下载:
  2. 用c语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.03kb
    • 提供者:jiang
  1. 20080525225850113-3

    0下载:
  2. 首次适应算法。操作系统课程设计 分配内存
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:12.78kb
    • 提供者:此猎非彼猎
  1. 主存储器的分配与回收

    0下载:
  2. 用三个算法来实现对主存储器的分配与回收:首次适应算法、最佳适应算法、最坏适应算法-algorithm used to achieve three of the main memory allocation and recovery : the first adaptation algorithm, the best adaptation algorithm, the worst adaptation algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:杨蔺又
  1. os_2

    1下载:
  2. 存储分配算法采用首次适应(FF)法。根据指针fhead查找空闲分区链,当找到第一个可满足分配请求的空闲区时便分配之。当某空闲区被分配后的剩余空闲空间大于规定的碎片最小容量MIN,则形成一个较小的空闲区留在空闲分区链中。 回收时,根据MAT将指定分区链入空闲分区链。若该分区有前邻或后邻分区,则将它们拼接成一块较大的空闲区。 -Storage allocation algorithm uses the first time to adapt to (FF) method. According
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:3.31kb
    • 提供者:
  1. cuncuqi

    0下载:
  2. 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7.23kb
    • 提供者:machunyu
  1. fenqu

    0下载:
  2. 模拟内存分区分配和回收(首次适应算法,最佳适应算法)-Simulation of geographical distribution and recovery of memory (the first adaptation algorithm, the best adaptation algorithm)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1.53kb
    • 提供者:游审
  1. first_fit

    0下载:
  2. 采用可变式分区管理方式,空闲区采用分区说明表时,使用首次适应算法实现主存的分配与回收-Using variable partition management, free zones, when the use of geographical descr iption, use the first algorithm to adapt to the distribution of main memory and the recovery
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:17.68kb
    • 提供者:zhouren
  1. shiyan1

    0下载:
  2. 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节), 用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr) 或用循环首次适应法 addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr) 模拟UNI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3.58kb
    • 提供者:一零
  1. dongtai

    0下载:
  2. 操作系统模拟可变分区内存管理,本实验使用首次适应算法。-Analog Variable partition the operating system memory management, first-fit algorithm used in this experiment.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:242.17kb
    • 提供者:阿爽
  1. oa

    0下载:
  2. 可变分区管理方式下采用首次适应算法实现主存分配和回收。操作系统实现的作业。-Variable Partition Management mode using first-fit algorithm main memory allocation and recycling. The operating system to achieve operation.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:206.14kb
    • 提供者:路一
  1. processmgr1

    0下载:
  2. 使用首次适应法 实现内存的分配与回收 使用MFC 有窗口和图形显示-Use first-fit method to achieve the memory allocation and recovery of the use of MFC have windows and graphical display
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:823.45kb
    • 提供者:钟峰
  1. feipeihuishouneicun

    0下载:
  2. 自己写的操作系统中模拟首次适应动态分区存储管理方案中的内存分配与回收的程序-Write your own operating system, to simulate first-fit storage management program in the dynamic partitioning of memory allocation and collection procedures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:95.4kb
    • 提供者:huhu
  1. 070410320

    0下载:
  2. 1. 存储器虚拟管理系统外存部分: 模拟文件存储空间的管理,实现模拟为新创建的文件分配存储空间。并且可以采用连续分配方式或离散分配方式。程序通过显示空闲表,文件存储信息和盘块信息来模拟存储空间的分配和回收。程序模拟首次适应算法,循环首次适应算法,最佳适应算法,最坏适应算法和离散存储来展示不同存储方式的存储过程的区别。 -1. Virtual memory management system for external memory parts: the simulation of fil
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2.36mb
    • 提供者:你超哥
  1. chunchuguanli

    0下载:
  2. 编写一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:12.38kb
    • 提供者:hujiangang
  1. scsy

    0下载:
  2. 用首次适应算法模拟内存分配(计算机操作系统原理)-For the first time with adaptive algorithm simulation memory allocation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:2.36kb
    • 提供者:苏义航
« 12 »
搜珍网 www.dssz.com