资源列表
WigglyWorms(PB9)
- PB多线程处理,分线程绘制蠕虫,是一个研究PB分线程的好例子.-Pb source , for more threads to worms
socket_sample
- 矩阵乘法的java多线程程序,有swing做的界面,通过socket进行网络传输,这个是主程序,还有三个小的类也会传上去。-socket code
lu
- 纯OpenMP实现LU分解的并行算法,包含代码和运行结果-Pure OpenMP implementation of parallel LU factorization algorithm, including the results of the code and run
IPCamera
- 模拟客户端.cpp : 与摄像机建立连接后,启动新线程接收图片。 所有线程接收的图片放入一个队列里边,然后由主线程读取保存至硬盘。-Simulated client. Cpp,: To establish a connection with the camera, start a new thread to receive pictures. All threads to receive a picture into a queue inside, save
huatu
- VB多线程绘图程序,无聊时改的一个多线程窗口绘图程序,加了线程同步技术,此多线程可在IDE下调用运行,但退出程序,VB6会崩溃。每条线一个线程,开了1000多线程,CPU占用不到2 -VB multi-threaded graphics program, a multi-threaded window drawing program change when bored, add thread synchronization technology, this multi-threaded call
ThreadCreate
- 使用系统调用CreateThread()创建一个子线程,并在线程中显示:Thread is Running!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5秒,之后使用ExitThread()撤销进程。-System call CreateThread () to create a child thread, the thread: Thread is the Running! . In order to allow users to clearly see the thr
MultiThread
- 采用多线程实现火车站售票系统,经本人编译运行通过-Station ticketing system using multi-threaded, After I compile and run by
CutShop
- 多线程描述,一个理发店,最多设置2个理发师,有3个凳子,可以设置理发的人数,主要表现线程的执行顺序。结果看程序。-Multi-threaded descr iption, a barber shop, set up to two barber, three stools, main thread of execution order.
Filesearch
- 主要是一个C++方面的小项目,使用了多线程的方式和MFC的界面,程序读取文件夹中的文本文件,然后判断文件中是否有指定字符串。使用信号量来维持线程间的通信,用临界区来保护资源。-Is a C++ aspects of small items, use the text file on multiple threads, and the MFC interface, the program reads the file in the folder, and then determine whethe
PatternMatch
- 该程序利用SSE对模板匹配算法进行了优化-The program utilizes the SSE on template matching algorithm has been optimized
Communication
- 利用管道进行进程间通信 设有二元自然数变量函数F(m,n)、f (m) g(n) 请编程建立3个并发协作进程或线程,它们分别完成计算F(m,n)、f (m)和g(n)。-Programming to establish three concurrent collaborative processes or threads, respectively, to complete the calculation of F (m, n), f (m) and g (n).
OmniThreadLibrary-2.2
- 一个很棒的线程库,解决了很多的delphi自带的线程的问题,真正体验到什么叫做多线程。很爽. 此为 2.2 版本-。-A great thread library to solve a lot of delphi