资源列表

« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 1044 »

[进程与线程Mutex_Critical

说明:这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、
<chenzifeng> 在 2025-02-06 上传 | 大小:836kb | 下载:1

[进程与线程GetThreadContext

说明:This tool shows a context (registers, EIP, stack) of the thread by identifier. Good example, can be used for debugging.
<Tim> 在 2025-02-06 上传 | 大小:171kb | 下载:1

[进程与线程1.1

说明:详细介绍电脑各个进程作用,帮助大家了解一下电脑知识-Detail the role of each process computer, computer knowledge to help you find out
<黄兴> 在 2025-02-06 上传 | 大小:24.96mb | 下载:1

[进程与线程Win32-Multithread-Design

说明:这个电子书很著名,是台湾的侯捷写的。 这本书的名字是:Win32多线程编程。本人把它分享给大家,希望你能给喜欢。-This book is very well-known, is written by Taiwan' s Hou Jie. The book name is: Win32 multi-threaded programming. I have to share it with everyone, I hope you
<> 在 2025-02-06 上传 | 大小:21.08mb | 下载:1

[进程与线程-M-Thread-TCP-Server

说明:一个基于多线程的TCP 服务器,使用VC++ 6.0进行开发,对初学者理解原理十分有用。-A Multi-threaded TCP server, using VC++ 6.0 for development, the principle is very useful for beginners to understand.
<chengzhang> 在 2025-02-06 上传 | 大小:7.68mb | 下载:1

[进程与线程philpsopher

说明:哲学家就餐问题的解决方法 运用java多线程模拟所有解决哲学家就餐问题的方法-Solution to the dining philosophers problem using multi-threaded simulation of java all the dining philosophers problem solving
<yuqi> 在 2025-02-06 上传 | 大小:703kb | 下载:1

[进程与线程WaitThread

说明:等待一个已有线程自动结束的VC++代码,我们不能只管创建进程,而不管它的死活,应该 学会如何接应它,转向其它方式或进行下一个任务,本代码 主要演示的是跟踪进程的运行状态,并判断它是否仍在运行,如果是,则等待它运行完毕,不妨参考。 -Waiting for a thread has been automatically end the VC++ code, we can not just create the process, reg
<> 在 2025-02-06 上传 | 大小:11kb | 下载:1

[进程与线程softhy365e

说明:多线程数据采集 多线程采集C#源代码 -Multi-threaded multi-threaded data collection collecting multi-threaded C# source code for C# source code collection
<一一> 在 2025-02-06 上传 | 大小:201kb | 下载:1

[进程与线程multi-thread-com-comunication

说明:vc6.0下的多线程串行通信,实现几个线程对串口同时操作-vc6.0 implemented multi-threaded serial communication
<xiepeng> 在 2025-02-06 上传 | 大小:78kb | 下载:1

[进程与线程1

说明:使用多线程实现的文件搜索源码,初学者参考资料-Implemented using multi-threaded file search source code, reference materials for beginners
<李晶> 在 2025-02-06 上传 | 大小:22kb | 下载:1

[进程与线程Multithreading-Applications-in-Win32

说明:【文字版+整理书签】Win32多线程程序设计 线程完全手册 -Win32 multithreaded programming thread full handbook
<xuwei> 在 2025-02-06 上传 | 大小:1.76mb | 下载:1

[进程与线程Ch13Demo1

说明:Winodws 多线程编程之一,助你更好的理解现成的创建,安全退出等。-Winodws one multi-threaded programming, ready to help you better understand the creation of safe exit and so on.
<郭大万> 在 2025-02-06 上传 | 大小:27kb | 下载:1
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 1044 »

源码中国 www.ymcn.org