搜索资源列表
绿叶Java
- 很好的多种类的排序法,可以一次性排序海量的数据.对学习数据的人有很大的帮助. -good type of ranking, can a one-time sorting large amounts of data. data for the study will be very helpful.
ThreadTest.rar
- 一个实例,介绍如何在VC中调用多线程,本例中也同时实现了常用的排序算法。,An example on how to call the VC multi-threaded, this case also the realization of the sorting algorithm used.
multi-process-thread-sort
- 一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
2
- 多线程 排序 编程 VC++实现 OS作业 -Sorting multi-threaded programming
multi-threaded
- 在C++环境中,利用多线程机制实现快速外排序。-In C++ environment, the use of multi-threaded for fast external sorting mechanism.
MultiThreadusingevent
- 多线程编程,理解使用事件对象实现线程同步,里边有三种经典排序方法。-Multi-threaded programming, use the event object to achieve understanding of thread synchronization, inside there are three classic sorting method.
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
Sort
- 多线程实现快速排序、冒泡排序等三种排序,排序过程的展示,直观性比较强-Fast multi-threaded sort, bubble sort, three sorting, sorting process, display, intuitive and strong
quick_sort
- 快速排序 并行算法 MPI源程序 采用并行思想加快排序速度-MPI parallel quicksort algorithm source code parallel thinking speed up the sorting
operating-system-test-2
- 重庆大学软件学院操作系统实验二,线程及其调度,实现并行排序,并用图形界面表示-operating system test 2,thread scheduling and realize the parallel sorting showing as a graphical interface
AUSH
- 在windows操作系统上,测试排序,常用的排序方法,主要是测试使用,-On the Windows operating system, test sequencing, commonly used sorting method, is primarily to test the use of,
jyga
- 这个程序时avl树的所有算法的实现,包括插入删除新建排序,是数据结构学习者的极佳材料-Avl tree all the algorithm when the program implementation, including delete insert new sorting, excellent material learners is a data structure
8905685
- 缩小增量排序法 取整数d1,将所有距离为d1的倍数的元素为1组,在各组内排序(Narrowing the incremental sorting method All rounded d1, distance for d1 multiple elements for 1 set, sorting within groups)
3946071
- Sorting algorithm, easy to use 排序算法,使用方便()
parthal
- Sorting algorithm, easy to use 排序算法,使用方便()
