搜索资源列表
deadlocks
- 操作系统课内实验部分,第3章,死锁的模拟的java实现。-operating system reverse experiment, Chapter 3, the simulation Deadlock java achieve.
java0011
- 这是一个java多线程示例代码,示例线程死锁-This a java multithreaded sample code and examples thread deadlock
死锁—哲学家吃饭问题
- 死锁—哲学家吃饭问题 java写的-Deadlock-food philosopher wrote java
死锁检测模拟
- 死锁检测模拟程序-Deadlock Detection Simulation Program
java_threaddemo
- 哲学家就餐是一个经典的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
multithread2008
- Java的多线程,程序、进程和线程的概念,实现多线程的两种方式,线程同步的原理,线程的死锁,运用wait和notify来实现producer - consumer关系,线程终止的两种情况。-Java multi-threading, procedures, process and thread the concept of the realization of multi-threaded in two ways, the principle of simultaneous threads, t
java1
- 5个 CopyBytes CopyCharacters CopyLines Deadlock EnvMap
NestedMonitor
- 英国帝国理工学院电脑系多线程课程教学材料之六 ---- 嵌套监督程序范例-This version of the bounded buffer monitor uses semaphores instead of Java conditional synchronization. Can you get it to deadlock?
FixedNestedMonitor
- 英国帝国理工学院电脑系多线程课程教学材料之七 ---- 嵌套监督程序范例(改正版)-This version of the bounded buffer monitor uses semaphores. In this version, the deadlock has been fixed.
Fixed_Dining_Philosophers
- 英国帝国理工学院电脑系多线程课程教学材料之九 ---- 哲学家晚餐范例(无死锁,需要引用到原问题的部分代码)-The version avoids the possibility of deadlock by making even numbered philosophers pick up the chopsticks in a different order from the rest. That is, left first rather than right first.
2
- 银行家c++算法实现功能,来防止死锁等问题,方便大家,及供参考-Bankers algorithm c++ functions, to prevent deadlock and so on, to facilitate, and for reference
java_threaddemo
- 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining Philosophers is a classic example of Java multi-threaded programming, it is graphic version. Related to thread synchronization and mutual exclusion, critical access issues and ways to
opoipi
- 避免资源死锁.doc 避免资源死锁.doc-Avoid resource deadlock. Doc avoid resource deadlock. Doc avoid resource deadlock. Doc
Deadlock
- Deadlock source code for software system and model
java.util.concurrent
- java.util.concurrent包的并发处理 Sun大神终于为我们这些可怜的小程序员推出了 java.util.concurrent工具包以简化并发完成。开发者们借助于此,将有效的减少竞争条件(race conditions)和死锁线程。concurrent包很好的解决了这些问题,为我们提供了更实用的并发程序模型。 -java.util.concurrent concurrent processing package for the Sun The Great God has f
deadlock
- 该代码是用JAVA编写的著名的线程死锁问题-The code is written in JAVA famous thread deadlock problem
DeadLock
- 在java中实现2个线程之间的死锁,即程序始终不终止,但也仍在运行-Implemented in java deadlock between two threads, that process has not terminated, but it is still running
DeadLock
- 门锁打不开了,关于线程安全中的死锁的问题的一个例子-Door open, and an example on the issue of deadlock
java-synchronization-deadlock
- java同步与死锁,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用-java synchronized with the deadlock, the code has detailed notes, directly in MyEclipse. Welcome to download
deadlock
- Java多线程学习中的死锁示例程序,可以帮助理解死锁。-Java multi-threading learning deadlock sample programs that can help understand the deadlock.