搜索资源列表
scan_port_con
- 多线程端口扫描源码-multithreaded port scanning source
testpthread1
- linux c的多线程,在此源码里应用了多线程的各个函数,能授意菲浅
2006system6
- vc++ 多线程源码 简单 已在VC6.0下编译通过
174196Win32mutiprocess
- Win32多线程程序设计(随书源码),Win32编程的一本比较好的参考书的源码
cSharpSpider
- 网络蜘蛛的示例源码,多线程抓取,配置目标内容
linux_multi_thread
- Linux下的简单图形化多线程程序源码,内附编译命令说明,源码含有具体注释
pxa270下多线程调用
- 嵌入式平台pxa270下多线程调用,经典的示例源码
RingBuffer_os.rar
- 一个用c/c++写的多线程程序,源码中介绍了循环缓冲区的使用方法和基本原理,很适合初学者,with a c/c write multi-threaded process, the source described the use of buffer cycle methodology and basic principles, which is perfect for beginners
ScanFile1
- C#磁盘文件扫描,磁盘文件扫描系统 V1源码 采用多线程实现的文件扫描,可以暂停,看是,退出 程序功能 可在指定的磁盘内对指定的内容进行搜索。 -C# disk file scanning, document scanning system disk V1 source multi-threaded implementation of document scanning, can pause, look at that, exit the program funct
dll
- 我根据comp430s改写的DLL源码,可在多线程下使用。还带有DES加密算法函数 -DLL source which is overwirted by comp430s, can be used in multi-thread.Attached by DES encryption Algorithm
linux-mul-thread
- linux的多线程编程源码,对于linux的编程非常有帮助。-linux-source multi-threaded programming, linux programming for the very helpful.
VB
- 利用vb建立多线程示例源码,可免费下载.-The establishment of multi-threaded use vb sample source code can be downloaded for free.
MultiThread
- 源码学习 Visual c++实效编程百例 第06章实例60 多线程方式同时进行多项任务-Source study the effectiveness of Visual c++ Programming Chapter 06 100 cases of the first examples of more than 60 threads at the same time a number of mission
filefetch
- java源码,实现断点续传功能,采用http协议,多线程。-java source code, implementation HTTP functionality, using http protocol, multi-threaded.
testThread
- vc多线程源码 实现多线程处理 测试运行良好 -vc-source multi-threaded multi-threaded processing to achieve a good test run
Linux-Programing-source-code
- 这些源码以简单的示例介绍了Linux应用程序编程的一些关键操作,主要涉及文件操作,进程,进程控制,进程通信以及多线程操作。每个短小精悍,便于学习。-A simple example of these source Linux application programming introduced a number of key operations, mainly related to file operations, process, process control, process commu
qt-thread
- qt多线程源码,可以在linux环境里面运行-qt multi-threaded code, which can be run in linux environment
VB6-Thread
- VB6纯API实现的多线程源码,稳定、方便、实用的VB6多线程技术,万能的VB-VB6 Thread
qoix
- 获取网络时间多线程源码,能够上网就能获取时间,超快的()
C++并发编程实战源码
- 《C++并发编程实战》是一本基于C++11新标准的并发和多线程编程深度指南。内容包括从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。