CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - resource allocation

搜索资源列表

  1. ziyuan

    0下载:
  2. 用delphi语言实现运筹学资源分配问题程序-used language tacticians resource allocation procedures
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:198785
    • 提供者:wuxiaoyan
  1. 资源分配问题

    0下载:
  2. 资源分配问题,n个车间,m台设备,如何分配才能使获最大利益?-resource allocation problem, workshops n, m machines, and the distribution can be best interests
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:484916
    • 提供者:杨小娜
  1. z.shen的资源分配的源码与文章

    0下载:
  2. 一个有关OFDMA的资源分配的源码,有对应原文,是一个不错的学习代码。
  3. 所属分类:操作系统开发

    • 发布日期:2009-08-05
    • 文件大小:166400
    • 提供者:yanpingniu
  1. Bankers_algorithm

    1下载:
  2. 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
  3. 所属分类:操作系统开发

    • 发布日期:2012-11-07
    • 文件大小:2053
    • 提供者:恋恋的恋
  1. ziyuanfenpei1

    0下载:
  2. 一个关于资源分配的原代码!保证无错!希望大家多多支持-Resource allocation on the original code! Guarantee error-free! Hope that we can support
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:2945
    • 提供者:周琼
  1. MATLAB-code-of-OFDMA-power-allocation

    0下载:
  2. ofdma功率分配经典文献 "A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems"的相应MATLAB代码-MATLAB code for the corresponding OFDMA power allocation classic literature "A Low Complexity Algorithm for Proportional Resource Allocation i
  3. 所属分类:source in ebook

    • 发布日期:2017-03-21
    • 文件大小:13726
    • 提供者:andyking
  1. 2

    1下载:
  2. 银行家算法可以避免死锁。算法结构 n : 系统中进程个数 m :系统中的资源类数 1)available(m):现有资源向量 2) max(n,m):资源最大申请量 3)allocation(n,m):资源分配矩阵 4)need(n,m):进程以后还需要的资源矩阵 5)request(n,m):进程申请资源矩阵-Banker s algorithm to avoid deadlock. Algorithm structure n: the system proc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1054
    • 提供者:斜阳
  1. z.shen.wang

    2下载:
  2. "A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems"关于子载波和功率分配的代码,对应这篇文章,大家共同学习。希望大家提供的源码带上原文,以便研究。-" A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems" With regard to the allocati
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:166400
    • 提供者:赵子顾
  1. yinhangjiasuanfa

    0下载:
  2. 用银行家算法实现资源分配。设计五个进程{0, 1, 2, 3, 4}共享三类资源{A,B,C}的系统, {A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按进程的申请动态地分配资源,要求程序具有显示和打印各进程的某一个时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。-With the banker' s algorithm to achieve resource allocation. Designed t
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1480
    • 提供者:fujiao
  1. caozuoxitong

    0下载:
  2. 这是一个操作系统课程设计,能够实现用进程并发中的资源分配方法预防死锁。-This is an operating system, curriculum design, can be achieved concurrent with the process of resource allocation methods to prevent deadlock.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:697622
    • 提供者:王陶然
  1. CR_Kyuho_MATLAB_code

    1下载:
  2. 资源分配的论文和相应的仿真程序,希望对大家做资源分配有所帮助!-Resource allocation papers and corresponding simulation program, want to help you make the allocation of resources!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:12973
    • 提供者:keepinglee
  1. bankerAlgorithm

    0下载:
  2. 设计一个银行家算法,实现对N个进程和M种系统资源进行银行家算法判定和资源分配;并根据银行家算法的要求设计相应的数据结构,通过输入进程的个数,资源的种类,各个资源的最多数量,各个进程的Max,,Allocation,Need,然后对算法进行检测,判断是否能产生安全序列。-Design of a banker' s algorithm, to realize the process and the M N-species system resources determine the banke
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2721141
    • 提供者:何志芬
  1. resource

    0下载:
  2. 编写系统进行资源调度随机动态分配程序,即只要系统当前剩余资源满足进程的当前要求,就立即将资源分配给进程-Resource scheduling system for the preparation of stochastic dynamic allocation process, as long as the current system processes the remaining resources to meet current requirements, to allocate res
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1033
    • 提供者:xurong
  1. Bankers-algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dynamically allo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:65646
    • 提供者:小志
  1. tt4

    0下载:
  2. 银行家算法的实现,操作系统课程设计,利用银行家算法进行避免死锁的资源分配-Banker' s algorithm implementation, operating system, curriculum design, the use of banker' s algorithm for resource allocation to avoid deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1654
    • 提供者:王海
  1. os

    0下载:
  2. Fork: 实现了以进程解决生产者消费者问题. pclone: 实现了以线程解决生产者消费者问题. test_scheduler: 实现了处理机调度--实时调度算法EDF和RMS store_scheduler: 实现了存贮管理--动态不等长存储资源分配算法 HashFile: 实现了文件系统--Hash结构文件 device: 实现了设备管理--Linux设备驱动程序安装(注意头文件的位置随环境不同而改变)-Fork: to achieve a solution to pr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:31590
    • 提供者:詹磊
  1. Resource-Allocation-in-Multiuser-Multicarrier-Wir

    0下载:
  2. Resource Allocation for Multi-user wireless systems-Resource Allocation for Multi-user wireless systems
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1702336
    • 提供者:mems ts
  1. Resource-allocation-management

    0下载:
  2. 资源分配管理 模拟实现银行家算法,用银行家算法实现资源分配和安全性检查。通过本次实验,使学生加深对死锁概念的理解和掌握,并培养学生对操作系统开发的兴趣与应用能力。-Resource allocation management
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:2675
    • 提供者:xuan
  1. resource--fen-pei

    1下载:
  2. pso 资源分配 适合新手-pso resource allocation for novice
  3. 所属分类:书籍源码

    • 发布日期:2017-04-23
    • 文件大小:3725
    • 提供者:cc
  1. allocation

    0下载:
  2. There are three methods for handling deadlocks in resource allocation systems deadlock prevention, deadlock avoidance and deadlock detection combined with recovery. Of these three methods deadlock avoidance is preferable in many cases but seldom
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:951421
    • 提供者:yangs
« 12 »
搜珍网 www.dssz.com