搜索资源列表
thread_sample
- 线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
MultiThreadbcb6.rar
- c++builder下的多线程例程,多线程演示三种排序方法,为初学者理解多线程很有帮助~!,c++ builder under the routine multi-threaded, multi-threaded sort of three methods of presentation, for beginners to understand multi-threaded helpful ~!
multi-process-thread-sort
- 一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
Sort(win32ApIimplement)
- 应用win32API来实现多线程编程,通过这个例子的学习,让你真正的了解多线程编程的用法-Applications win32API to achieve multi-threaded programming, through this case study, so you really understand the usage of multi-threaded programming
QsortWithThreads
- 多线程和多进程快速排序,可以选择线程数量和进程数量,控制排序。-Multi-threaded and multi-process, quick sort, you can choose the number of the number of threads and processes to control the sort.
MultiThreadMergeSort
- 在vc++环境下利用多线程实现的二分法排序-In vc++ environment using multiple threads to achieve sort of dichotomy
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
duoxiangchengpaixu
- 多线程排序---希尔排序、快速排序、堆排序,并储存结果和输出结果!-Multi-threaded sort--- Hill sort, quick sort, heap sort, and store the results and output results!
meijupaixu
- MPI并行枚举排序 使用MPI函数进行并行枚举排序操作 visual studio编程 linux下运行-Parallel enumeration sort
Sort
- 多线程实现快速排序、冒泡排序等三种排序,排序过程的展示,直观性比较强-Fast multi-threaded sort, bubble sort, three sorting, sorting process, display, intuitive and strong
Threagkktrdest
- 一个介绍如何在Visual C中调用多线程代码,本例中也同时实现了常用的排序算法。完整源代码,已通过测试。-How a call in Visual C multi-threaded code, in this case also commonly used to achieve a sort algorithm. Full source code, has been tested.
NumericSort
- VB6. Numerically sort your array.
OmpFinal
- openMP下的多线程二叉树快排序,使用多线程提高排序效率,当线程数和排序数组大小一致时达最高速度-quick sort on openMP
OSproject2
- windows下用多进程实现快速排序算法,我们的大作业-realization of fast sort with multiple process using Windows API
quick_sort
- 并行计算基于mpi的一个简单快速排序的代码,代码完整可运行。-Parallel computing mpi based on a simple quick sort of code, code integrity can be run.
FormaoFile
- FormatFile Sort and Move FormatFile Sort and Move
pphwrl
- 合并排序的算法实现,对于学习算法设计的初学者很有帮助(Merge sort algorithm, is very helpful for beginners learning algorithm design)