Welcome![Sign In][Sign Up]
Location:
Search - mutual exclusion

Search list

[Process-Threadproducer&consumer

Description: 操作系统实验 生产者与消费者 互斥问题 信号量操作 两种选择-experimental operating system producers and consumers Mutual Exclusion signal to operate two options
Platform: | Size: 3072 | Author: 邓文 | Hits:

[Process-Threadossue

Description: 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation example, the use of the basic operating system file called simulation literacy problems. To prepare the corresponding function, the establishment of a record-sharing documentation, and sharing files on the opening, closing, delete, read, the additional records, delete records of such an operation. The process also calls for the synchronization and mutual exclusion mechanism for multiple user process with the document visit
Platform: | Size: 1240064 | Author: 苏匀 | Hits:

[OtherPhilosophers

Description: 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest unit, in the OS thread, thread is the smallest unit of operation, the process described in the classroom between the synchronization and mutual exclusion. actually belong to different threads in the process of synchronization and mutual exclusion, of course, the same process there is a different thread synchronization and mutual exclusion, control and coordinate the process with the principle of the same
Platform: | Size: 1024 | Author: 李明 | Hits:

[OS Developfl2

Description: 操作系统 实验二 进程同步与互斥 实现的基本的进程的同步、互斥,并用银行家算法实现与死锁预防-Second, the process of experimental operating system synchronization and mutex realize the basic process synchronization, mutual exclusion, and bankers with the deadlock prevention algorithm
Platform: | Size: 138240 | Author: 林峰 | Hits:

[JSPOS

Description: 进程同步与互斥,实验报告和源代码。利用JAVA平台实验进程的互斥。-Process synchronization and mutual exclusion, laboratory reports and source code. JAVA platform, the use of mutually exclusive experimental process.
Platform: | Size: 90112 | Author: jem | Hits:

[JSP/Javajava_threaddemo

Description: 哲学家就餐是一个经典的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 well as ways to avoid deadlock.
Platform: | Size: 107520 | Author: 丁丁 | Hits:

[Documentsclocksync123

Description: This brief doccumentation done on the clock syncronasation in distributed systems.ths includes algorithem for physical and logical clocks and mutual exclusion.-This is brief doccumentation done on the clock syncronasation in distributed systems.ths includes algorithem for physical and logical clocks and mutual exclusion.
Platform: | Size: 557056 | Author: mana | Hits:

[JSP/JavaSemaDemo

Description: 英国帝国理工学院电脑系多线程课程教学材料之四 ---- 用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 this region, a thread must have acquired mutual exclusion by executing a down() operation on the semaphore Mutex. The length of time each thread spends in its critical section may be adjusted using the slider control. Further to the right increases this time. The adjustment takes effect at the beginning of each revolution.
Platform: | Size: 3072 | Author: Key | Hits:

[Linux-UnixLinux_Kernel

Description: Linux中各种内核态程序的编写,这是某个人的编程心得,里面有源代码,内容涉及互斥锁、信号量、多线程等,很不错的,值得参考!-Linux Kernel in a variety of procedures for the preparation of state, this is a personal experience of programming, which source code, which relates to mutual exclusion locks, semaphores, and other multi-threaded, it is good, it is also useful!
Platform: | Size: 134144 | Author: Jackson | Hits:

[Windows DevelopToachievemutualexclusionandsynchronizationprocess.

Description: 一个操作系统的试验,实现了两进程的同步和互斥,还有试验报告哦。-An operating system of the test, the realization of a two-process synchronization and mutual exclusion, as well as test report Oh.
Platform: | Size: 55296 | Author: | Hits:

[JSP/Javajava_threaddemo

Description: 哲学家就餐是一个经典的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 avoid the deadlock.
Platform: | Size: 107520 | Author: 204 | Hits:

[CSharpProducers

Description: (1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对于缓冲区的设置和进程个数及属性的设置可以根据需要模拟互斥和贡献,非常方便。 (3)运行过程中,按照各进程按照输入的顺序执行(FIFS),同时显示个进程的执行状态,包括就绪和等待队列中的进程,十分清晰明了。 -(1) the operating system to allow concurrent multiple processes simultaneously, and the process of shared resources, there is mutually exclusive or collaborative relationship. One producer process produces information resources, the process can be calculated. Consumers to process the use of information, which can be output printing process, for the process of mutual exclusion buffer producers and consumers to use, and secondly, consumers depend on producers in the process of the resource, if not met, then the producer must wait for the signal wake-up (2) This program runs the buffer zone must be set to the number of analog systems, as well as the number of system processes, for each program, you must also set its properties, that is, the producer or consumer, from the simple figures 1 and 2, said. For the buffer settings and the process of setting the number and the property can simulate mutually exclusive needs and contributions, very convenient. (3) The operation process, in acc
Platform: | Size: 2048 | Author: youyu | Hits:

[OS programsemafor

Description: Synchronization process is mostly done by traffic lights. Other mechanisms (whose primary purpose is not synchronization, such as message lines, pipelines, etc.) are rarely used for the synchronization process. "Traffic lights" can also be used with thread (there are special traffic lights for the thread), but the thread most commonly used mechanisms using so-called mutual exclusion. mutexa and conditional variables.
Platform: | Size: 1024 | Author: Vedran | Hits:

[OtherProcess-Synchronization-and-Mutual-Exclusion

Description: Process Synchronization and Mutual Exclusion
Platform: | Size: 314368 | Author: bobor | Hits:

[Windows Developsx2

Description: 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码。-Courses on operating system design, on consumers and producers mutual exclusion synchronization program source code.
Platform: | Size: 1938432 | Author: wyw | Hits:

[Windows Developsx4

Description: 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码。-Courses on operating system design, on consumers and producers mutual exclusion synchronization program source code.
Platform: | Size: 13821952 | Author: wyw | Hits:

[Windows Developsxword

Description: 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码及文档(转发)。-Courses on operating system design, consumers and producers on mutual exclusion synchronization program source code and documentation (Forward).
Platform: | Size: 45056 | Author: wyw | Hits:

[OtherDistributed-Mutual-Exclusion

Description: this material is about distributed mutual exclusion
Platform: | Size: 48128 | Author: venkat | Hits:

[Internet-NetworkRing-mutual-algo-in-c

Description: Ring algorithm for mutual exclusion in c
Platform: | Size: 19456 | Author: sadaf | Hits:

[uCOSV5-602_uCOS-emWin-Mutual-exclusion

Description: STemWin的CM3版本下,基于UCOS的互斥信号的程序-STemWinCM3 learn UCOS Mutual exclusion.
Platform: | Size: 13290496 | Author: 吴旭光 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net