搜索资源列表

  1. banker666

    0下载:
  2. 银行家算法,用来检验死锁问题-bankers algorithm, a test of deadlock. .
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:12342
    • 提供者:李林骏
  1. 模拟银行家算法

    0下载:
  2. 利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解-bankers algorithm used to avoid deadlock. Master bankers algorithm data structure, algorithm of the whole process, and deepen the understanding of Banker's Algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9484
    • 提供者:黄卓越
  1. yinhaogjia

    0下载:
  2. 加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 要求编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的防止和避免死锁的发生。 -deepen understanding of the application of resources to avoid deadlock concepts, and share and understand the deadl
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:333247
    • 提供者:与非门
  1. banker-deadlock

    0下载:
  2. 解决进程死锁的银行家算法,vc++2005-settlement process Deadlock bankers algorithm, vc 2005
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:94804
    • 提供者:李国新
  1. dinning

    0下载:
  2. 哲学家进餐的问题,用程序模拟实现,解释死锁的产生、解除以及预防-dining philosophers problem, simulation procedures, explained Deadlock in lifting and prevention
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40370
    • 提供者:ganzalaz
  1. lunch

    0下载:
  2. 哲学家进餐问题 在多线程中如何避免死锁。 问题描述:有五位哲学家围绕着餐桌坐,每一位哲学家要么思考 要么等待,要么吃饭。为了吃饭,哲学家必须拿起两双筷子(分 别放于左右两端)不幸的是,筷子的数量和哲学家相等,所以每 只筷子必须由两位哲学家共享-dining philosophers problem in multithreaded how to avoid deadlock. Problem descr ipt
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:35353
    • 提供者:何冰
  1. deadlocks

    0下载:
  2. 操作系统课内实验部分,第3章,死锁的模拟的java实现。-operating system reverse experiment, Chapter 3, the simulation Deadlock java achieve.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6226
    • 提供者:任清然
  1. jav

    0下载:
  2. 大家看下吧,利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解. -we facie bar, bankers algorithm used to avoid deadlock. Master bankers algorithm data structure, algorithm of the entire process, and to deepen the understanding b
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:692044
    • 提供者:周守超
  1. BANK_er

    0下载:
  2. Banker.c 课程设计所需者请下 操作系统避免死锁算法-Banker.c courses necessary for the design of the floor to the next operating system to avoid deadlock algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3139
    • 提供者:
  1. Bank_Algorithm

    0下载:
  2. 这是一个编程模拟实现死锁避免的银行家算法-This is a programming simulation deadlock avoidance algorithm bankers
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9026
    • 提供者:周彦斌
  1. dead

    0下载:
  2. 关于死锁的银行家算法,给定剩余资源和客户的要求,判定该银行家是否会统一此种资源分派方式-Deadlock on the banker's algorithm, given the remaining resources and customer needs, determine whether the bankers will be assigned to such resources unified approach
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1218
    • 提供者:王朋
  1. asdfghh

    0下载:
  2. 关于死锁的银行家算法,给定剩余资源和客户的要求,判定该银行家是否会统一此种资源分派方式-Deadlock on the banker's algorithm, given the remaining resources and customer needs, determine whether the bankers will be assigned to such resources unified approach
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2423
    • 提供者:王朋
  1. PV1983619

    0下载:
  2. 采用超前检测的算法解决传统的生产者消费者问题中的死锁情况,并含有详细的设计文档和测试程序-using advanced detection algorithms to solve the traditional problems of the producers and consumers of deadlock, and contains detailed design documentation and testing proced
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:102610
    • 提供者:yhl
  1. ModBusM

    0下载:
  2. 针对第一版本,在设备口不存在的情况下,给予系统提示,避免出现程序进入死锁.-against the first version of the equipment I did not exist under the circumstances, given system suggest that the entry procedures to avoid deadlock.
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:40603
    • 提供者:huangyi
  1. process_tongbu

    0下载:
  2. 用win32函数,模拟了哲学家进餐问题,对于初学多线程编程的理解线程之间的同步和死锁问题很有启发性。-using win32 function to simulate the Dining Philosophers, For novice multithreaded programming understanding thread synchronization between the deadlock and very instruc
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:192529
    • 提供者:chenzc
  1. java0011

    0下载:
  2. 这是一个java多线程示例代码,示例线程死锁-This a java multithreaded sample code and examples thread deadlock
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1127
    • 提供者:
  1. jincan

    0下载:
  2. 哲学家进餐问题 在多线程中如何避免死锁。 简单源码,有参考价自己 -dining philosophers problem in multithreaded how to avoid deadlock. Simple source, a reference price of its own
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:539033
    • 提供者:飞灵
  1. gewei0347

    0下载:
  2. 这个朋友做的哲学家进餐问题,使用到管程解决死锁问题-friends to do the Dining Philosophers, the use of tube-to resolve deadlock
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:526988
    • 提供者:飞灵
  1. eatting

    0下载:
  2. 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:84894
    • 提供者:nicmaters
  1. zhexuejiaeatting

    0下载:
  2. 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:90645
    • 提供者:nicmaters
« 1 2 3 4 56 7 8 9 10 ... 34 »

源码中国 www.ymcn.org