搜索资源列表

  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. 内存分配

    0下载:
  2. windows系统内存动态存储分配,两种分配算法-windows system memory dynamic storage allocation, the two allocation algorithm
  3. 所属分类:操作系统开发

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

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

    • 发布日期:2008-10-13
    • 文件大小:2515
    • 提供者:陈鹏
  1. 1193 内存分配

    0下载:
  2. 这是有关内存分配的一些讨论 以及 一些算法的实现-This the memory allocation of some discussion and some algorithm to achieve!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:57526
    • 提供者:喻林
  1. 最佳适应法

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

    • 发布日期:2024-05-11
    • 文件大小:68608
    • 提供者:吴晓辉
  1. 内存分配

    0下载:
  2. windows系统内存动态存储分配,两种分配算法-windows system memory dynamic storage allocation, the two allocation algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:86016
    • 提供者:叶黄
  1. 内存分配算法

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

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:陈鹏
  1. 最佳适应算法 信安 陆华锋 20022638

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

    • 发布日期:2024-05-11
    • 文件大小:36864
    • 提供者:快乐人儿
  1. 可变分区调度算法有

    0下载:
  2. 十大题型算法全实现——(二)可变分区存储管理方案中的内存分配 -10 types of agrithment implement memory allocate in the variable partion memory management.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:5120
    • 提供者:黄宜锋
  1. 内存算法

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

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:fan
  1. 内存分配小算法

    0下载:
  2. 可以选择要进行分配或释放的作业。每次选择算法时,程序自动将内存块清零。当内存块都不足以分配给作业时,程序会报错。-can choose to release or distribution operations. Each algorithm, the program will automatically reset the memory block. When the block of memory are not allocated
  3. 所属分类:系统编程

    • 发布日期:2024-05-11
    • 文件大小:15360
    • 提供者:zf
  1. 动态分区分配

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

    • 发布日期:2024-05-11
    • 文件大小:362496
    • 提供者:陈任全
  1. illu_buddy

    0下载:
  2. 自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进-himself wrote a demonstration of the partnership algorithm memory allocation procedures, but performance was not very good. Interested friends can be improved
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:419840
    • 提供者:
  1. test3

    0下载:
  2. 操作系统课程设计会用到的,用C++开发的,模拟内存分配和回收的算法,很不错,亲自试验过哦-Operating system will be used in curriculum design, and C++ Developed to simulate the memory allocation and recovery of the algorithm, very good, personally tested oh
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:863232
    • 提供者:张张
  1. malloc

    1下载:
  2. 内存分配模拟实现 模拟各种内存分配算法-Memory allocation for analog simulation of a variety of memory allocation algorithms
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:428032
    • 提供者:xuying
  1. DynamicAllocation

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

    • 发布日期:2024-05-11
    • 文件大小:3873792
    • 提供者:surgent
  1. MONINEICUNFENPEI

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

    • 发布日期:2024-05-11
    • 文件大小:3734528
    • 提供者:周俊男
  1. OS_Big_Work_No3

    0下载:
  2. 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:322560
    • 提供者:xcc
  1. 内存分配换页

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

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

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

    • 发布日期:2024-05-11
    • 文件大小:447488
    • 提供者:dicker
« 12 3 4 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org