CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 互斥

搜索资源列表

  1. reader_writer_p_v_operate

    0下载:
  2. 操作系统课内实验部分,用java实现,读者写着互斥与同步-operating system reverse experiment, using java realized, the reader wrote mutex and Synchronization
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. java生产者消费者程序实现   线程,信号量互斥事件   临界资源-java producer consumer program threads, semaphores contradict critical resources incident
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10194
    • 提供者:龙杏
  1. usexianchenghuchi

    0下载:
  2. 利用线程实现进程互斥,这有利于我们更深的认识java-use threads to achieve mutually exclusive process, which will enable us to a deeper understanding of java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1176
    • 提供者:梁尧
  1. Traficlights

    0下载:
  2. 这个程序只要用于实现进程(线程)互斥与同步-the procedures used to achieve as long as the process (thread) mutex and Synchronization
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:11463
    • 提供者:冷生
  1. JThreadSynch

    0下载:
  2. 此源码是实现线程间同步互斥的算法,较好的显现线程之间的同步互斥功能-this source is to achieve synchronization between threads mutex algorithm, the better appear thread synchronization between the mutex function
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:30025
    • 提供者:yushigan
  1. philosopher(1.6)

    0下载:
  2. 哲学家进餐问题——Java语言实现 哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。 有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。 哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。 如果,很不幸地,每个哲学家拿起
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6701
    • 提供者:stone
  1. Test

    0下载:
  2. Java生产者消费者的模拟器,核心代码是用线程做的,能体现出线程互斥同步的状况-Java producers and consumers of the simulator, the core code is done with thread, to reflect the status of the thread mutex synchronization
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12268
    • 提供者:支持
  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. SemaDemo

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之四 ---- 用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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3490
    • 提供者:Key
  1. ReaderAndWriter

    0下载:
  2. 本程序主要用于说明阅读者写入者问题中的资源互斥访问的调动策略,并模仿其访问的过程-This procedure used mainly for the reader to write notes in question are mutually exclusive visit to the resource mobilization strategy, and to imitate the course of his visit
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:199399
    • 提供者:何谢
  1. TestSyn1

    0下载:
  2. //TestSyn的解决方法即将线程执行时锁住,不允许其他的线程操作 //锁定的意义在于在使用线程的过程中不会让其它线程使用,互斥锁-//TestSyn solutions implementation is about to lock the thread, the thread does not allow other operations// lock the significance of the use of threads in the process will not let
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:603
    • 提供者:柳婷婷
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:107670
    • 提供者:204
  1. process

    0下载:
  2. 利用JAVA将进程(读过程和写过程)互斥实现,源代码,-Using JAVA to process (read process and write process) mutex implementation, source code,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1169
    • 提供者:machaoqing
  1. producerANDconsumer

    0下载:
  2. 操作系统经典实验,模拟生产者消费者问题,采用java语言编写,互斥同步-OS classic experiment, simulation producer consumer issues, using java language, mutual exclusion synchronization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1622
    • 提供者:孟祥安
  1. producerConsumer

    0下载:
  2. 生产者消费者问题,主要实现同步与互斥的问题-producerconsumer
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:850
    • 提供者:玫玫
  1. ProducerConsumer

    0下载:
  2. 分析进程的同步与互斥现象,编程实现经典的进程同步问题——生产者消费者问题的java模拟 -Producer and Consumer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:695
    • 提供者:gg
  1. CROSS

    0下载:
  2. 多线程过桥,解决多个人过桥问题,同步或互斥-Multi-threading across the bridge, cross the bridge more than one person to solve the problem, synchronization or mutual exclusion
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:25886
    • 提供者:李明博
  1. BankSystem

    0下载:
  2. 银行管理系统,存入,取出,同步互斥等问题-Bank management system, deposit, remove, synchronization and other issues mutually exclusive
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:26942
    • 提供者:Edison
  1. two-thread

    0下载:
  2. java双进程同步互斥的问题,一个文件写一个文件播放,播放完成后,删除这个文件,去读另外一个文件,于此同时写这个文件。-java mutually exclusive two-process synchronization problem, a file write a file to play, play is complete, delete this file, to read another file, this also write to this file.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:4192
    • 提供者:a11111
  1. Javaproducer-Consumer

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:2139
    • 提供者:一二三
« 12 »
搜珍网 www.dssz.com