搜索资源列表
thread_sample
- 线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
multi-process-thread-sort
- 一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
SortAndLife
- 用MFC,线程以及DirectX编写的代码 是有关冒泡法级快速排序法的不错的例子-A fast conways s Game of Life Version using MFC,thread and DirectX together with a visual demo for sorting algorithms. It is also a good demo for "Bubble" and "Quick Sort" algorithms.
ThrPro
- Thread program to sort link
paixu
- 运用了Thread, event等技术,排序方法用到了 简单排序,冒泡排序,插入排序,快速排序,双向冒泡排序,合并排序。有良好界面演示.. -The use of the Thread, event and other technologies used in a simple sorting method to sort, bubble sort, insertion sort, quick sort, bidirectional bubble sort, merge sort. Have
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
thread
- 该程序采用多线程技术进行排序,开发语言delphi,可初识多线程-The program used to sort multi-threading technology, development of language delphi, can be multi-threaded acquaintance
TThreadInterrh
- ThreadInterrupt.java,是javva实验的实验7利用线程比较插入冒泡排序算法的运行时间 -ThreadInterrupt.java, javva experiment experimental use thread insert bubble sort algorithm running time