CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 内存分配 算法

搜索资源列表

  1. 最佳适应算法 信安 陆华锋 20022638

    0下载:
  2. 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37186
    • 提供者:快乐人儿
  1. 内存算法

    0下载:
  2. 内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2058
    • 提供者:fan
  1. DL_malloc

    0下载:
  2. DL内存分配算法,最好的和最高效的内存管理算法-DL memory allocation algorithms, the best and the most efficient memory management algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:56471
    • 提供者:dingdang
  1. 新建 文本文档 (2)

    0下载:
  2. 以c语言实现内存分配 算法较好-to achieve better memory allocation algorithms
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1642
    • 提供者:浪风
  1. OS3

    0下载:
  2. 操作系统的实验,进程的内存分配算法.用于学习时参考.
  3. 所属分类:进程与线程

    • 发布日期:2014-01-18
    • 文件大小:26330
    • 提供者:gto9999
  1. texe

    0下载:
  2. 分配内存时,搜索内存块链表,采用最先适应内存分配算法找到可以满足所申请内存
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1897
    • 提供者:fc
  1. 内存分配算法

    0下载:
  2. 比较优秀的内存分配算法-relatively good memory allocation algorithms
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2515
    • 提供者:陈鹏
  1. malloc.rar

    0下载:
  2. 内存分配模拟实现 模拟各种内存分配算法,Memory allocation for analog simulation of a variety of memory allocation algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:123276
    • 提供者:xuying
  1. malloc

    0下载:
  2. 操作系统实验,内存分配与回收,用MFC做的源程序,包括首次和最佳分配算法-Experimental operating system, memory allocation and recovery, to do with the MFC source code, including the first and best allocation algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:788054
    • 提供者:肖健
  1. kebianfenqu

    0下载:
  2. 用最佳分配算法实现对可变分区的分配、回收及显时内存分配状况。-With the optimal allocation algorithm for variable partition allocation, recovery and noticeable when the memory distribution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:261034
    • 提供者:zaini
  1. os

    0下载:
  2. 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:43993
    • 提供者:liuqiang
  1. DynamicAllocation

    0下载:
  2. 可以演示操作系统常用的内存分配算法-Demonstration of the operating system can be commonly used in memory allocation algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:90487
    • 提供者:surgent
  1. aa

    0下载:
  2. 操作系统内存分配算法中的最佳使用算法以及运行结果显示-ddd
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1760
    • 提供者:fish
  1. MONINEICUNFENPEI

    0下载:
  2. 模拟内存分配程序,实现不同算法的模拟,图显示-Simulation of memory allocation procedure, different algorithms to achieve the simulation, shows
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3734900
    • 提供者:周俊男
  1. main

    0下载:
  2. 可变分区存储管理不是预先把内存中的用户区域划分成若干固定分区,而是在作业要求装入内存时,根据用户作业的大小和当时内存空间使用情况决定是否为该作业分配一个分区。因此分区大小不是预先固定的,而是按作业需求量来划分的;分区的个数和位置也不是预先确定的。它有效地克服了固定分区方式中,由于分区内部剩余内存空置造成浪费的问题。可变分区方式常用的内存分配算法有:“最先适应”分配算法、“最优适应”分配算法、“最坏适应”分配算法。这里我采用的是最先适应分配算法-wdqjlwrhjgfiojgnknjfvsdjko
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1219
    • 提供者:zuozuo
  1. memory

    0下载:
  2. 模拟内存分配算法,功能强大,first fit-Analog memory allocation algorithm, a powerful, first fit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:2106
    • 提供者:XIEXIE
  1. firstFit

    0下载:
  2. 这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:177011
    • 提供者:qxianbo
  1. memery

    0下载:
  2. 用C语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作:首先用系统函数malloc在内存中申请一块大小为1000字节的空间,然后通过输入命令完成此块内存中的分区分配与回收算法,要求在屏幕上给出必要的结果显示。-Write a program using C language to simulate the use of list storage management cycle of the structure of first-fit memory alloca
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1691
    • 提供者:weiwei
  1. 内存分配换页

    0下载:
  2. 操作系统中的内存分配管理,有fifo算法,lruu算法,以及两者比较(Memory allocation management in the operating system, there are FIFO algorithm, lruu algorithm, and the two comparisons)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:蚊子酱
  1. 内存分配算法

    0下载:
  2. 内存分配模拟算法,FIFO和LRU算法模拟(Memory allocation simulation algorithm, FIFO and LRU algorithm simulation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:447488
    • 提供者:dicker
« 12 3 4 5 6 »
搜珍网 www.dssz.com