搜索资源列表
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
SemaDemo
- 英国帝国理工学院电脑系多线程课程教学材料之四 ---- 用Semaphores互斥访问-The program uses a semaphore to ensure that it is not possible for threads to enter their critical sections at the same time. The critical section is represented by a light blue (cyan) colour. To execute in
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
producerANDconsumer
- 操作系统经典实验,模拟生产者消费者问题,采用java语言编写,互斥同步-OS classic experiment, simulation producer consumer issues, using java language, mutual exclusion synchronization
CROSS
- 多线程过桥,解决多个人过桥问题,同步或互斥-Multi-threading across the bridge, cross the bridge more than one person to solve the problem, synchronization or mutual exclusion
Javaproducer-Consumer
- java实现生产者消费者的过程,两个线程对一个互斥锁的资源访问,从而实现同步与互斥-java implementation of the process of producers and consumers, two threads of a mutex resource access, in order to achieve synchronization and mutual exclusion
JAVA-NOTE-4
- JAVA多线程详解-Java语言的一个重要特点是内在支持多线程的程序设计。多线程是指在单个的程序内可以同时运行多个不同的线程完成不同的任务。多线程的程序设计具有广泛的应用。本章主要讲授线程的概念、如何创建多线程的程序、线程的生存周期与状态的改变、线程的同步与互斥等内容。-JAVA multi-threading Detailed An important feature of the Java language is inherent support for multi-threaded pro
JTable
- 利用ATM取钱问题来模拟操作系统中临界资源信号量的同步与互斥问题-ATM withdrawals using the issue to simulate the critical resources of the operating system semaphore synchronization and mutual exclusion problems
os1
- 操作系统,进程的同步和互斥的实现,简单易懂,适合初学者-Operating system, the process of synchronization and mutual exclusion implementation
p-and-c
- 线程管理中的生产者消费者问题,主要是描述线程管理中生产者与消费者在共享资源时是否同步与互斥问题-Producers and consumers in the thread management, describes the thread management of producers and consumers, whether in the shared resource synchronization and mutual exclusion
隋唐演义例子
- 线程同步,通过隋唐演义的例子说明!!!线程的同步与互斥(Thread synchronization is illustrated by examples of Sui and Tang dynasties!!! Synchronization and mutual exclusion of threads.)