互斥事件

  • 网络exclusive events;disjoint events;Mutually exclusive;mutually exclusive event
互斥事件互斥事件
  1. 针对多个互斥事件同时驱动的情况,本文引入群组意识网络结构的概念,改进中心点融合算法中建立融合树部分的算法。

    In allusion to the condition that some mutually exclusive events driven at same time , this paper introduce the conception of Group-Aware Network Configuration to improve the algorithm of Building Aggregation Tree , which in the center aggregation algorithm .

  2. 介绍了在VC++中用信号量、互斥体、事件和临界区四种对象实现和在JAVA中用Synchronized关键字实现的同步技术。最后,对改进多线程应用的性能和安全提出了一些策略。

    And then , some synchronization techniques , which are semaphore , mutex , event and critical section used in VC + + and synchronized key word used in JAVA , are introduced .

  3. 以C++Builder为例,介绍了线程的创建,多线程同步的实现方法(使用临界区,使用互斥量,使用事件),如何实现进程的控制。

    The C + + Builder is cited as an instance to illustrate the thread establishment , realizing method of process control and that of multithread synchronization , which includes applications of the critical section , mutex signal and affair .