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

搜索资源列表

  1. 银行家算法2

    0下载:
  2. 本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-asked to use the experimental high-level language debugging and prepared a simple algorithm bankers procedures. A better understanding of the application of resources to avoid deadl
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:282094
    • 提供者:呀呀
  1. MGXPForm

    0下载:
  2. 源码源代码源程序编程程序员下载 ... ... banker666.rar - 银行家算法,用来检验死锁问题。。 (2004-10-7,VC, 12KB, 下载84次, 提供者李林骏)【查看评论】 HEC-linux.zip - c/c++虚拟机linux版本( 2004-10-5,C, 287KB, 下载20次, 提供者付斌)【查看评论】-source code programming source programmers download ... banker666.rar - banker
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:234808
    • 提供者:李一
  1. 629

    0下载:
  2. 本程序是一个银行家算法避免死锁的程序,模拟实现资源分配。-this procedure is a banker's algorithm to avoid deadlock procedures, simulating the distribution of resources.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1447
    • 提供者:刘帅
  1. 银行家算法FOR

    0下载:
  2. 操作系统中,有关死锁的解决方法-银行家算法,C++编写.-operating system, the solution Deadlock - bankers algorithms, written in C + +.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1521
    • 提供者:大包
  1. 操作系统进程死锁模拟

    0下载:
  2. 此程序模拟操作系统死锁,用户可在程序运行时选择死锁或不死锁比较不同的运行情况。-Deadlock operating system, users can choose to run or not Deadlock Deadlock compare different operating conditions.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1313
    • 提供者:王重华
  1. 经典的理发师问题,用C语言实现

    0下载:
  2. 经典的理发师问题,用C语言实现,程序实现了几个进程之间的相互调度关系,预防死锁。,Classic barber problem using C language, the program realize a number of the process of scheduling the relationship between the prevention of deadlock.
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-21
    • 文件大小:10423
    • 提供者:王栩
  1. wangtian.rar

    0下载:
  2. 模拟银行家算法,有效避免死锁.附带详细的实验报告!,Simulation bankers algorithm avoid deadlock. The report detailed experimental fringe!
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:120728
    • 提供者:王天
  1. TCPIP

    0下载:
  2. 它是TCP/IP中,线程同步的客户端各服务器端程序。利用了死锁及条件变量-It is the TCP/IP in the client thread synchronization server-side program. Deadlock and conditions of use of variables
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:2150
    • 提供者:徐丫
  1. uSendStrMsg

    0下载:
  2. 多线程编程的时候,有时候会向界面发送大量日志信息,但是在线程里操作界面会造成死锁等怪现象,基于此,开发了此类,用来在线程里发送字符串信息,支持扩展信息。使用时SendMsg为发送消息,Pointer可传入扩展信息的内存指针,TStringMsgObj的创建函数传入显示消息回调及释放扩展信息回调,没有扩展信息可不传释放回调-Multi-threaded programming, sometimes a lot of log information sent to the interface, bu
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1443
    • 提供者:李健
  1. PhilosopherDining.rar

    0下载:
  2. 在 WINDOWS 系统中实现哲学家就餐问题的死锁和不死锁两种解法。,WINDOWS system to achieve in the dining philosophers problem of deadlock and deadlock two solution.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:987528
    • 提供者:彭格
  1. aefa334231

    0下载:
  2. 模拟银行家算法,检测死锁。当用户申请一组资源时,系统必须确定这些资源的分配是否仍会使系统处于安全状态。如果会,就可分配资源;否则,进程必须等待直到某个其他进程释放足够资源为止。-Analog banker s algorithm to detect deadlock. When users apply a set of resources, the system must determine whether the allocation of these resources is still c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:309882
    • 提供者:kid
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining philosophers is a classic multi-threaded Java programming examples, this is the graphics version. Related to thread synchronization and mutual exclusion, critical area to visit, as we
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:108024
    • 提供者:丁丁
  1. 1

    0下载:
  2. 银行家算法,模拟CPU进行进程调度,同时避免死锁状态的产生。C++实现。操作系统实验。-Banker' s algorithm, simulation CPU to process scheduling, while avoiding deadlock generation. C++ implementation. Operating experiment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:884367
    • 提供者:caomin
  1. Tokenringalgo

    0下载:
  2. Token ring algorithm, using the concept of tokens to eliminate the problem of critical section ie preventing deadlock condition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1131
    • 提供者:dataminer
  1. 09-LockCop

    0下载:
  2. 可以检查程序中是否发生死锁,如果发生死锁,则指出发生死锁的线程-Program can check for deadlock, if the deadlock, pointed out that the deadlock thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:77010
    • 提供者:z
  1. EX3_x86L

    0下载:
  2. 哲学家就餐问题的模拟(ucos实现) 问题描述: 5个哲学家围绕一张圆桌而坐,桌子上放着5支筷子,每两个哲学家之间放一支; 哲学家的动作包括思考和进餐; 进餐时需要同时拿起他左边和右边的两支筷子;思考时则同时将两支筷子放回原处。 程序解决了哲学家的就餐问题。 避免死锁(deadlock) 避免饥饿(starvation) 程序使用的使用消息邮箱模拟二值信号量-philosopher eating problem
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:56027
    • 提供者:fengyetang
  1. dead_lock

    0下载:
  2. vxworks下死锁程序示例,任务A锁住sem_1,并试图锁住sem_2; 任务B锁住sem_2,并试图锁住sem_1, 造成死锁;-Under the deadlock procedures vxworks example, task A locked sem_1, and tried to lock sem_2 task B lock sem_2, and tried to lock sem_1, causing deadlock
  3. 所属分类:VxWorks

    • 发布日期:2017-04-03
    • 文件大小:2530
    • 提供者:xzb
  1. UNLOCKSQL

    0下载:
  2. PB下编写的,自动检查SQL SERVER死锁并解锁的程序代码。-PB prepared, and automatically checks for SQL SERVER deadlock and unlock the program code.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-08
    • 文件大小:125496
    • 提供者:PZG
  1. ReleaseDeadLock

    0下载:
  2. 多线程管理发现处理数据库死锁问题-Found to deal with the management of multi-threaded database deadlock
  3. 所属分类:

    • 发布日期:2017-11-17
    • 文件大小:291417
    • 提供者:谢菁
  1. 爽爽

    0下载:
  2. 操作系统银行家算法 一、目的和要求 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-a banker's algorithm operating system, the purpose and requirements of bankers to avoid deadlock algorithm is an important method used in
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:2918
    • 提供者:爽爽
« 1 2 3 4 5 67 8 9 10 11 ... 23 »
搜珍网 www.dssz.com