搜索资源列表
ex5
- 用win32同步对象实现自己的PV操作,用VC++实现。是一款简单的基于windows 的编程程序,可以初步了解windows的内核,初步的学习资料-Win32 synchronization object used to achieve their PV operation, using VC++ implementation. Is a simple windows based programming process, can initially understand the windows
code
- 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
evsem
- class for thread synchronization using Event Semaphores in C-class for thread synchronization using Event Semaphores in C++
manvswoman
- java做的线程同步例子,希望对大家有帮助-java to do thread synchronization example, I hope that everyone has to help
AskAndAnswer
- 控制台做为显示端,进程的同步,共享实例。希望对大家有帮助-Console as the display side, the process of synchronization, shared instance. I hope everyone
barbershops
- 操作系统中同步与互斥算法,生产者和消费者,理发店问题,-Operating system synchronization and mutual exclusion algorithms, producers and consumers, barber shops,
Projects
- 三种VC 6.0的多线程同步方法编写一个多线程的程序(要求在屏幕上先显示Hello,再显示World) 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。-Three kinds of VC 6.0 multi-thread synchronization method to write a multi-threaded program (first display on the screen requires Hello, aga
sortb
- 8种基本排序算法的排序过程的动态演示,以及不同排序算法的对比,冒泡、快速、直接插入、归并、希尔、基数、选择、堆排序,其中堆排序有树状图演示,每个排序过程都有核心代码同步演示。-The dynamic demonstration of the sorting process of eight basic sorting algorithms, and the comparison of different sorting algorithms, bubbling, quick, direct in
dimensional-indoor-positioning--NLOS
- 本人做的无线三维室内定位毕业论文程序,可以有效削弱NLOS,时间同步,多径效应的影响,对研究生学习很有帮助。-I make three-dimensional wireless indoor positioning thesis program can effectively weaken the NLOS, time synchronization, multi-path effects, to master Dr. helpful.
MultiThread
- 多线程同时进行多项任务,事件同步openmp-Multithreading at the same time a number of tasks, event synchronization openmp
2048790
- 在Windows环境下,参考Windows环境下线程同步,互斥操作的例子-In the Windows environment, thread synchronization reference Windows environment, example of mutually exclusive operation
