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

搜索资源列表

  1. yinhangjia

    0下载:
  2. 实验目的:了解多道程序系统中,多个进程并发执行的资源分配。 管理员可以把一定数量的作业供多个用户周转使用,为保证作业的安全管理员规定: 当一个用户对作业的最大需求量不超过管理员现有的资金就要接纳该用户; 用户可以分期贷款,但贷款的总数不能超过最大需求量; 当管理员现有的作业不能满足用户的沿需数时,对用户的请求可推迟支付,但总能使用户在有限的时间里得到请求; 当用户得到所需的全部作业后,一定能在有限的时间里归还所有的作业。 -Experimental Objectiv
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1777
    • 提供者:陈莹华
  1. banker

    0下载:
  2. 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:11294
    • 提供者:yuebo
  1. bankersalgorithm

    0下载:
  2. 银行家算法,实现了进程资源分配的安全性检测,对进程资源分配的模拟,使进程不处于不安全状态。-Banker' s algorithm, the allocation of resources to achieve the process safety testing, the simulation of resource allocation process, so that the process is not in safe condition.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:叶杰峰
  1. safe_suanfa

    0下载:
  2. 进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行安全性算法检查,如果安全就满足进程的请求,将请求的资源分配给它,否则不能分配资源给它。-Process resource requests, first determine whether a reasonable request and the current number of available resources it can meet the request
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:15512
    • 提供者:太假了
  1. linuxsy4

    0下载:
  2. 操作系统实验4 理解动态异常存储分区资源管理,掌握所需数据结构和管理程序,了解各种存储分配算法的优点和缺点。-Experiment 4 of the operating system to understand the dynamic abnormal storage partition resource management with the necessary data structures and management procedures, understand the advantag
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:61497
    • 提供者:林辉
  1. Bankers-algorithm

    0下载:
  2. 用于实现银行家算法,判读系统资源分配是否安全,从而起到预防死锁的作用。很不错-For the banker' s algorithm, and interpretation of resource allocation, security system, which play the role to prevent deadlock. Very good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1362
    • 提供者:韩磊
  1. IMPROVUNG

    0下载:
  2. IMPROVING THE ALLOCATION STRATEGIES INCORPORATING ALLOCATION WITH AVAILABILITY AND RESOURCE ALLOCATION FOR MULTIHOP TRAFFICS IN CELLULAR ARCHITECTURE
  3. 所属分类:Network Security

    • 发布日期:2017-11-15
    • 文件大小:101732
    • 提供者:ramana
  1. bank

    0下载:
  2. 利用资源向量Available ,它是一个含有m个元素的数组,其中的每一个元素代表一类可利用的资源的数目,其初始值是系统中所配置的该类全部可用资源数目。其数值随该类资源的分配和回收而动态地改变。如果Available(j)=k,标是系统中现有Rj类资源k个。-Resource utilization vector Available, it is an array that contains m elements, wherein each element is representative o
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:222112
    • 提供者:孟瑞
  1. dspdrv

    0下载:
  2. LINUX系统上关于接口桥接资源分配和释放的源代码程序。-The LINUX System Interface the bridging resource allocation and release the source code for the program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:2076
    • 提供者:dfsad6
  1. Bank

    0下载:
  2. 了解多道程序系统中,多个进程并发执行的资源分配。 (2)掌握死锁的产生的原因、产生死锁的必要条件和处理死锁的基本方法。 (3)掌握预防死锁的方法,系统安全状态的基本概念。 (4)掌握银行家算法,了解资源在进程并发执行中的资源分配策略。 (5)理解死锁避免在当前计算机系统不常使用的原因。 -Learn multiprogramming system, concurrent execution of multiple processes resource allocati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:97422
    • 提供者:小家
  1. yinhangjia

    0下载:
  2. 操作系统银行家算法 1、了解多道程序系统中,多个进程并发执行的资源分配。 2、掌握思索的产生原因、产生死锁的必要条件和处理死锁的基本方法。 3、掌握预防死锁的方法,系统安全状态的基本概念。 4、掌握银行家算法,了解资源在进程并发执行中的资源分配策略。 5、理解死锁避免在当前计算机系统不常使用的原因。 -Operating system bankers algorithm 1, to understand multi-program system, concurren
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:228928
    • 提供者:王涛
  1. a

    2下载:
  2. 进程死锁.资源分配图的绘制 建立所需数据结构;  使用题目21存成的资源分配图的文件作为输入;  编写资源分配图化简算法;  每化简一步,在屏幕上显示化简的当前结果;  最后给出结论,是否死锁,如思索给出死锁的进程及资源; -Process deadlock. Resource allocation mapping  establish the required data stru
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7237006
    • 提供者:莫四
  1. Project2

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

    • 发布日期:2017-06-12
    • 文件大小:19373777
    • 提供者:梁伟
  1. Bankers-algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法-Bankers algorithm is one of the most representative of the algorithm to avoid deadlock. Also known as "resource allocation denial" method
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:7487
    • 提供者:czl
  1. odm_debug

    0下载:
  2. For example, Tx Rx IO locked up, OS hangs, memory access violation, resource allocation failed, unexpected HW behavior, HW BUG and so on. -For example, Tx Rx IO locked up, OS hangs, memory access violation, resource allocation failed, unexpected H
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1588
    • 提供者:curizz
  1. scsi_resource

    0下载:
  2. Defines for stating preferences in resource allocation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5429
    • 提供者:vongxmcb
  1. ALLOCATION

    0下载:
  2. 关于资源分配算法的OFDM仿真算法,在无线通信领域的。-An OFDM simulation algorithm for resource allocation algorithms in the field of wireless communications.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-13
    • 文件大小:10154
    • 提供者:邱念庭
搜珍网 www.dssz.com