搜索资源列表
thread_sample
- 线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
kecsj_java
- JAVA课程设计!用线程来实现比较查找、排序算法的运行时间,第一部分是将顺序查找、折半查找算法设计成线程并同时运行来比较两种查找算法,第二部分是将冒泡排序、快速排序及选择排序设计成线程并同时运行来比较三种排序算法。本程序使用流行的GUI界面设计。-Java curriculum design! Using thread to achieve more search, algorithm running time, the first part of the order is to locate,
shell124
- 程序主要运用向量 将数据进行排序 构造了Thread类和Node结构,以及切换,读入函数,FCFS与RR算法运用的队列,最后计算出各项包括utilization,serviceTime,ioTime等各项数据,然后输出结果-procedures will primarily use vector data structure sort of Thread and Node category structure, and switching, read into the function, RR
threadpool-0_2_5-src
- 多线程编程,线程池类库,boost library封装实现,例程有merge sort-Multi-threaded programming, thread pool library, boost library package implementation, routines have merge sort etc.
multi-process-thread-sort
- 一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
SortAndLife
- Conway s Game of life 算法程序-This article is about a fast Conway 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.
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
BT.Demo
- 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLis
linux
- Linux下的编程 本人课程设计 全部能运行 包括:合并排序.cpp 进程管理.cpp 进程控制实验.c 内存管理.cpp 生产者和消费者.c 死锁实验.c 线程实验.c-Programming under Linux I can run all the curriculum include: Merge sort. Cpp process management. Cpp process control experiment. C memory management. Cpp producers
FilesSort
- 对不定行大小的大文件进行磁盘外排序,分片时用的是双缓冲和双线程,归并排序时使用单线程这一点可以作多线程优化,提高归并效率。-Large size of the variable line outside the sorting disk files, sub-films using a double-buffering and double thread, the use of single-threaded merge sort can be long on this thread optim
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
pthread-merge
- p-thread merge sort!
thread
- 该程序采用多线程技术进行排序,开发语言delphi,可初识多线程-The program used to sort multi-threading technology, development of language delphi, can be multi-threaded acquaintance
OS_Thread_version
- 此為一個小程式,可比較四種排序耗費的時間,並且可比較使用Thread後,資料筆數在1萬、10萬、50萬、100萬,執行速度的差別,使用圖表分析。-This is a small program that can compare four kinds of sort of time-consuming, and can use the Thread, the data items in the 10,000, 100,000, 500,000, 1 million, the difference
TThreadInterrh
- ThreadInterrupt.java,是javva实验的实验7利用线程比较插入冒泡排序算法的运行时间 -ThreadInterrupt.java, javva experiment experimental use thread insert bubble sort algorithm running time
BiTree Thread
- 按照某种遍历方式对二叉树进行遍历,可以把二叉树中所有结点排序为一个线性序列。在改序列中,除第一个结点外每个结点有且仅有一个直接前驱结点;除最后一个结点外每一个结点有且仅有一个直接后继结点。这些指向直接前驱结点和指向直接后续结点的指针被称为线索(Thread),加了线索的二叉树称为线索二叉树。-According to some traversal of the binary tree traversal, all nodes in the binary tree sort of a linear
java-thread
- java实现多线程排序,有3种排序方式,可以输入-java achieve the sort of multi-threaded Sort by
sort
- 使用两个线程和管道排列两个文件中的序列,使一个线程保留大的一部分,另一个保留小的一部分,但空间的大小限制-Piping arrangement uses two threads and two files in sequence, so that a large part of the thread to retain another retain a small part, but the size of the space restrictions