CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - First fit

搜索资源列表

  1. 555

    0下载:
  2. 选择适应算法 首次适应算法-Select adaptation algorithm first-fit algorithm~~~~~~~~~~~~~`
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3060
    • 提供者:hgfhfg
  1. DynamicMemoryAllocation

    1下载:
  2. 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm). Memory can be allocated, you
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:478488
    • 提供者:何志芬
  1. 123

    0下载:
  2. 本实验要求建造一个没有虚拟功能的内存管理系统。任务如下: ?设计一个内存管理器,支持至少两种分配策略, 如 ?rst-?t,Best-?t ?对不同分配策略的性能进行评估。-In this study, no virtual functions required to build a memory management system. The following tasks: ? Design of a memory manager that supports at least
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:343277
    • 提供者:lmjorz
  1. firstfit

    0下载:
  2. first fit algorithm that is used in most of the os
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:5244
    • 提供者:ghost
  1. jjk

    0下载:
  2. 在可变分区管理方式下采用首次适应算法实现主存分配和-In the variable partition management algorithm used under the first-fit allocation and main memory
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1611
    • 提供者:pp
  1. 070410320

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

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

    0下载:
  2. 操作系统存储分区管理实验程序 采用首次适应算法 手动申请分区-Storage area management of the operating system using first-fit algorithm for experimental procedures manual for district
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1895413
    • 提供者:barry
  1. MemoryAllocationAndRecovery

    0下载:
  2. 内存分配与回收,本程序采用两各分配方法,首次适应算法和最佳适应算法,深入了解动态分区存储管理方式内存分配与回收的实现.-Memory allocation and recovery, the program uses two different distribution methods, first-fit algorithm and the best fit algorithm, in-depth understanding of the dynamic memory allocation a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:186491
    • 提供者:小白鲨
  1. firstfitalgorithm

    0下载:
  2. 这是一个首次适应算法和最佳适应算法【讲解】,简单易懂-This is a first fit algorithm and the best fit algorithm】 【explain, easy to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:28637
    • 提供者:CAKE同学
  1. dynamicSubareaManage

    0下载:
  2. 动态分区存储管理方式的模拟与实现 1、分配算法 首次适应算法、循环首次适应算法、最佳适应算法、最坏适应算法 2、回收策略 -Dynamic partition memory management and implementation of a simulation, the first fit algorithm allocation algorithm, the first cycle adaptation algorithm, the best fit algorithm,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3120
    • 提供者:HSL
  1. memory

    0下载:
  2. 内存管理模拟,模拟windows的内存,采用SDL,和C++编写,模拟了Windows的first fit 内存申请模式。-Memory management simulation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3614937
    • 提供者:liuyufan
  1. zuiyoushiyingsuanfa

    0下载:
  2. 可变分区存储管理的内存分配与回收,采用首次适应算法-Variable partition memory allocation of storage management and recovery, using the first fit algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1204
    • 提供者:萧萧
  1. kebianfenqudezuixianshiyingsuanfa

    0下载:
  2. 可变式分区的最先适应算法分配和回收的模拟,挺好用的还易于理解-Variable partition allocation and recovery of the first fit algorithm simulation, very good but also easy to understand use
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:154561
    • 提供者:LIULIU
  1. teachmod.tar

    0下载:
  2. first fit algorithm implementation in c
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:18500
    • 提供者:uday kumar
  1. LAB3_1

    0下载:
  2. 首次适应算法,操作系统实验代码,VC6.0下编译通过-First fit algorithm, the operating system code experiment
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1952
    • 提供者:于鑫
  1. DTassign

    0下载:
  2. 简单完成计算机的动态内存分配功能,利用链表结点存储内存,实现了最佳适应算法,最坏算法,首次适应算法,循环适应算法和紧凑算法。-Simply complete the function of the computer' s dynamic memory allocation, linked list of nodes using storage memory, to achieve the best fit algorithm, the worst algorithm, the first
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4878
    • 提供者:冰与火
  1. Outlier-Removal-for-Motion-Tracking-

    0下载:
  2. 许多特征跟踪算法已被提出 为运动分割,但由此而轨迹 不一定是正确的。在本文中, 我们提出一种技术用于去除野值的基础上 在对知识,正确的轨迹约束的 在他们的网域的子空间的。我们第一次 合适的子空间的轨迹鲁检测 然后用RANSAC移除那些大型 后遗症。使用真实的视频序列,我们证明了 我们的方法是有效的,即使多个对象 移动在场景里。我们也证实分离 我们确实是提高精度的方法。 -Many feature tracking algorithms have b
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:525144
    • 提供者:吴俊
  1. dynamicdevice

    0下载:
  2. 动态分区存储管理,提供首次适应算法和最佳适应算法。-Dynamic partitioning storage management, providing first-fit algorithm and the best fit algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:115180
    • 提供者:朱婧
  1. cPP

    0下载:
  2. 请求分配分区(首次适应算法、最坏适应算法、最佳适应算法)-Request allocation district (first-fit algorithm, the worst fit algorithm, the best-fit algorithm)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:mt
  1. memory-allocate

    0下载:
  2. 操作系统\磁盘调度 内存分配的首次适应算法\ 主存储器空间的分配和回收-Operating System \ disk scheduling the first-fit memory allocation algorithm \ main memory space allocation and recycling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:486666
    • 提供者:oran
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com