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. 这是一个存储管理分区分配算法的源码,操作系统的-this is a source code of save the charge sectors,for operating system
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12541
    • 提供者:米虫
  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. 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分
  3. 所属分类:C#编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:2515
    • 提供者:陈鹏
  1. 动态分区分配算法的模拟

    0下载:
  2. 存储管理---动态分区分配算法的模拟 大学本科,--- Storage Management Allocation Algorithm Dynamic Simulation Division undergraduate
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:28070
    • 提供者:zpwz_yz
  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-04
    • 文件大小:261034
    • 提供者:zaini
  1. 122333

    1下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a certain algorithm, and should
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9272
    • 提供者:张海华
  1. turboc2(1)

    0下载:
  2. 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirements: This issue demands the real
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:957627
    • 提供者:果子狸
  1. DynamicAllocation

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

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

    0下载:
  2. 操作系统课程设计\存储管理---动态分区分配算法的模拟-Operating systems curriculum design \ storage management--- the distribution of dynamic partitioning of the simulation algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:12545
    • 提供者:lys
  1. MONINEICUNFENPEI

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

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

    0下载:
  2. 认知网络中基于图论着色模型的频谱分配算法的分析-Cognitive network coloring based on graph theory model of the analysis of spectrum allocation algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:101214
    • 提供者:郭明
  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. xianx

    1下载:
  2. 内容丰富的OFDMA比特、功率、子载波分配算法。-OFDMA bit rich, power, subcarrier allocation algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:11511
    • 提供者:jeson
  1. 87360994OFDMA_RA

    0下载:
  2. ofdma下行自适应资源分配算法仿真方面的几种算法对比。有图。直接点main文件即可运行-ofdma downstream aspects of adaptive resource allocation algorithm for simulation comparison of several algorithms. A map. Main file can be run directly point
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9366
    • 提供者:jeson
  1. A

    3下载:
  2. OFDMA系统中低复杂度比例公平资源分配算法(原文+代码)-Adaptive Resource Allocation in Multiuser OFDM Systems With Proportional Rate Constraints
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:761854
    • 提供者: 20066995
  1. sy5

    1下载:
  2. 动态分区分配算法的模拟  初始化功能:内存状态设置为初始状态。  分配功能:要求至少使用两种算法,用户可以选择使用。  回收功能:  空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。  显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allocation algorithm simulation &#
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:328342
    • 提供者:陈婷婷
  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 7 8 9 10 ... 22 »
搜珍网 www.dssz.com