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

搜索资源列表

  1. yinhangjia

    0下载:
  2. 实现死锁避免算法——银行家算法 1、程序运行开始时,资源全部可用。资源种类约10种,每种资源数目为1~10。 2、不断随机产生或手工输入新的“进程资源需求向量”,并填写到最大需求矩阵。 3、在各进程的最大需求数量范围内(因此需作是否超出范围的检验),为各进程随机生成或手工输入资源请求。经银行家算法后输出系统是否安全的信息。当一个进程的资源请求全部发完后,认为它结束 -Deadlock Avoidance Algorithm implementation- one ba
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:1625
    • 提供者:梁生
  1. sisuo

    0下载:
  2. 检测操作系统进程状况,是否死锁,死锁后的应急措施。-Detected operating system process, whether the deadlock, deadlock after the contingency measures.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:718
    • 提供者:天龙
  1. MultiCoreProgramming

    0下载:
  2. Intel的双核CPU编程的说明书,全英文,底层开发-Intel' s dual-core CPU programming instructions, all in English, the underlying development
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-12
    • 文件大小:18952741
    • 提供者:wushengguang
  1. Philosopher

    0下载:
  2. 关于操作系统哲学家进餐的动态演示程序,清晰的分析了死锁发生的情形和修正死锁。-Dining philosophers about the operating system dynamic presentation procedures, a clear analysis of the deadlock situation occurred and amendments to deadlock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:41841
    • 提供者:成炼
  1. mpibingxing

    2下载:
  2. 介绍行列划分算法和矩阵相乘并行算法M P I 程序, 给出基于矩阵相乘并行算法的M P I 实现, 分析和讨 论处理器数目、复杂性、矩阵划分、B 子块传递、死锁避免和矩阵数据的获取等问题.-Introduction into the ranks of the matrix multiplication algorithm and parallel algorithm for MPI procedures, give parallel algorithm based on matrix mul
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:187962
    • 提供者:澄海
  1. OS_project_Thread

    0下载:
  2. Purpose Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system. - introduction 1. Purpose Aim to setup a s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1002534
    • 提供者:Xiwen
  1. banker

    0下载:
  2. 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生。具体要求如下: ⑴模拟一个银行家算法; ⑵初始化时让系统拥有一定的资源; ⑶用键盘输入的方式申请资源; ⑷如果预分配后,系统处于安全状态,则修改系统的资源分配情况; ⑸如果预分配后,系统处于不安全状态,则提示不能满足请求。 -The purpose of this design through the writing and debugging
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:245173
    • 提供者:elaine
  1. dijkstra

    0下载:
  2. 银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker' s Algorithm 1. Experimental
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1327
    • 提供者:Jun
  1. resouredivide

    0下载:
  2. 死锁的避免 此源码为操作系统设计与实践的实验作业-Deadlock avoid this source operating system designed for experimental work and practice
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1794
    • 提供者:邱一辰
  1. Banker_ResAllot

    0下载:
  2. 避免死锁的银行家算法模拟算法(书籍源码)-Bankers algorithm avoid deadlock of the simulation algorithm (book source)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:181125
    • 提供者:zhouren
  1. Banker_ResAllot1

    0下载:
  2. 避免进程运行死锁的银行家模拟算法(源码)-Avoid the deadlock of the bankers run the process simulation algorithm (source)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:41668
    • 提供者:zhouren
  1. BankersAlgorithm

    0下载:
  2. BANKERS ALGORITHM. Deadlock management
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:17742
    • 提供者:Nasir
  1. Eating

    0下载:
  2. 根据哲学家就餐算法实现的程序。主要是解决可能出现的死锁问题。-Dining philosophers algorithm in accordance with procedures. Mainly to resolve the deadlock issues that may arise.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:72104
    • 提供者:jiang
  1. sisuo

    0下载:
  2. 作系统进程通信(预防死锁)算法 Dijkstra银行家C语言实现 -Systematic process of communication (to prevent deadlock) algorithm Dijkstra bankers C language
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1799
    • 提供者:li shu
  1. yinhangjiasuanfa

    0下载:
  2. 本程序主要是用银行家算法避免系统出现的死锁-This procedure is mainly used bankers algorithm avoid deadlock system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1350
    • 提供者:张大中
  1. sisuowenti

    0下载:
  2. 这个是操作系统的一个实验,实现死锁问题,并能判断如果给出进程资源数目能响应的给出系统是否安全-This is an experimental operating system to achieve deadlock and give the process to determine if the number of resources to respond to the safety of the given
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:107309
    • 提供者:lyd
  1. Philosophers

    0下载:
  2. 哲学家就餐问题,他们每个人的左边都有一支筷子,解决死锁问题-Dining philosophers problem, the left side of each of them has a chopsticks, solve the deadlock problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1950050
    • 提供者:chenl
  1. sun3

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,要求编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method of preparation and testing requirements of the bankers algorithm a simple procedure. Apply for a better understandi
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2254
    • 提供者:sun
  1. dining

    0下载:
  2. 关于哲学家问题的实现。5个哲学家使用两只筷子,期间会发生死锁。-With regard to the question of the realization of the philosopher. Philosopher, the use of two 5 chopsticks, deadlock will occur during the period.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:162566
    • 提供者:周培媛
  1. BankWayOfOS

    0下载:
  2. 是做作系统中有关避免死锁的重要方法,满足资源申请、避免死锁等。功能各类资源最大申请及初值,设定系统初始状态,某进程对各类资源的申请表示,决定申请师傅满足。-Artificial system is related to an important method to avoid deadlock, the resources to meet the application, such as to avoid deadlock. Features the largest variety of res
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:553759
    • 提供者:sinlov
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com