CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sort
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sort - List
[
Process-Thread
]
thread_sample
DL : 0
线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
Date
: 2008-10-13
Size
: 98.45kb
User
:
none
[
Process-Thread
]
thread_sample
DL : 0
线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
Date
: 2026-01-15
Size
: 98kb
User
:
站长
[
Process-Thread
]
killprccode
DL : 0
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作,-Exhaustive system process the code, and then kill the process, use the CreateToolhelp32Snapshot and some sort operation,
Date
: 2026-01-15
Size
: 14kb
User
:
[
Process-Thread
]
MultiThreadbcb6
DL : 0
c++builder下的多线程例程,多线程演示三种排序方法,为初学者理解多线程很有帮助~!-c++ builder under the routine multi-threaded, multi-threaded sort of three methods of presentation, for beginners to understand multi-threaded helpful ~!
Date
: 2026-01-15
Size
: 633kb
User
:
天下第三
[
Process-Thread
]
Sort(win32ApIimplement)
DL : 0
应用win32API来实现多线程编程,通过这个例子的学习,让你真正的了解多线程编程的用法-Applications win32API to achieve multi-threaded programming, through this case study, so you really understand the usage of multi-threaded programming
Date
: 2026-01-15
Size
: 26kb
User
:
邱扩伟
[
Process-Thread
]
QsortWithThreads
DL : 0
多线程和多进程快速排序,可以选择线程数量和进程数量,控制排序。-Multi-threaded and multi-process, quick sort, you can choose the number of the number of threads and processes to control the sort.
Date
: 2026-01-15
Size
: 23.49mb
User
:
Huida Qiu
[
Process-Thread
]
multi-process-thread-sort
DL : 0
一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
Date
: 2026-01-15
Size
: 2.64mb
User
:
du yu ling
[
Process-Thread
]
MultiThreadMergeSort
DL : 0
在vc++环境下利用多线程实现的二分法排序-In vc++ environment using multiple threads to achieve sort of dichotomy
Date
: 2026-01-15
Size
: 3.89mb
User
:
L
[
Process-Thread
]
Mutex_Critical
DL : 1
这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaphore等互斥控制量。这个例子可以使用 Event、Mutex、CrititicalSection,你可以根据提示修改代码使用其中的一种互斥量进行测试。 我所写的例子没有使用MFC,用的都是SDK的WINAPI,如果使用MFC时有些许差别,但原理是一样的。而且MFC还把线程分成用户界面线程和工作者线程,实质上用户界面线程跟工作者线程的差别是,用户界面线程要继承的基类已经实现了消息循环,MFC帮你做了很多的消息处理和界面控制的工作。 -The examples of using multiple threads to use a different sorting algorithm to sort the data, for each thread use a different algorithm. The main thread, use the quick sort QuickSort, the other four algorithms were the establishment of four sub-thread, thread in the sub-sort. Because each thread must call the function PrintResult the output to the monitor, so that different threads will compete for the output to the monitor, so that different threads of the output will be mixed together, so it must thread one by one output. That is, must be mutually exclusive control PrintResult System. Should be mutually exclusive control, you must use Event, Mutex, CrititicalSection, Semaphore and other exclusive control of the amount. This example can use the Event, Mutex, CrititicalSection, you can modify the code prompted a mutex using one volume of testing. I do not use examples written MFC, SDK are used in the WINAPI, if slightly different when using MFC, but the principle is the same. And MFC
Date
: 2026-01-15
Size
: 836kb
User
:
chenzifeng
[
Process-Thread
]
thread
DL : 0
该程序采用多线程技术进行排序,开发语言delphi,可初识多线程-The program used to sort multi-threading technology, development of language delphi, can be multi-threaded acquaintance
Date
: 2026-01-15
Size
: 174kb
User
:
黄师
[
Process-Thread
]
duoxiangchengpaixu
DL : 0
多线程排序---希尔排序、快速排序、堆排序,并储存结果和输出结果!-Multi-threaded sort--- Hill sort, quick sort, heap sort, and store the results and output results!
Date
: 2026-01-15
Size
: 6kb
User
:
yangyang
[
Process-Thread
]
meijupaixu
DL : 0
MPI并行枚举排序 使用MPI函数进行并行枚举排序操作 visual studio编程 linux下运行-Parallel enumeration sort
Date
: 2026-01-15
Size
: 1.1mb
User
:
zddniu
[
Process-Thread
]
Sort
DL : 0
多线程实现快速排序、冒泡排序等三种排序,排序过程的展示,直观性比较强-Fast multi-threaded sort, bubble sort, three sorting, sorting process, display, intuitive and strong
Date
: 2026-01-15
Size
: 1.86mb
User
:
jingwanli
[
Process-Thread
]
Threagkktrdest
DL : 0
一个介绍如何在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.
Date
: 2026-01-15
Size
: 17kb
User
:
清醒
[
Process-Thread
]
NumericSort
DL : 0
VB6. Numerically sort your array.
Date
: 2026-01-15
Size
: 1kb
User
:
Parlon
[
Process-Thread
]
OmpFinal
DL : 0
openMP下的多线程二叉树快排序,使用多线程提高排序效率,当线程数和排序数组大小一致时达最高速度-quick sort on openMP
Date
: 2026-01-15
Size
: 1kb
User
:
王乐
[
Process-Thread
]
OSproject2
DL : 0
windows下用多进程实现快速排序算法,我们的大作业-realization of fast sort with multiple process using Windows API
Date
: 2026-01-15
Size
: 7.84mb
User
:
xyt
[
Process-Thread
]
quick_sort
DL : 0
并行计算基于mpi的一个简单快速排序的代码,代码完整可运行。-Parallel computing mpi based on a simple quick sort of code, code integrity can be run.
Date
: 2026-01-15
Size
: 2kb
User
:
张禹
[
Process-Thread
]
FormaoFile
DL : 0
FormatFile Sort and Move FormatFile Sort and Move
Date
: 2026-01-15
Size
: 463kb
User
:
krr!063292
[
Process-Thread
]
pphwrl
DL : 0
合并排序的算法实现,对于学习算法设计的初学者很有帮助(Merge sort algorithm, is very helpful for beginners learning algorithm design)
Date
: 2026-01-15
Size
: 5kb
User
:
rplvin
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.