搜索资源列表
ThreadMigrate
- 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
POSIX 线程详解
- 来自IBM的教程,我把它做成了PDF。本文详细说明了POSIX线程的概念以及借口的用法。适合初级程序员阅读-from IBM's Guide, I put it into a PDF. This paper details the POSIX threads, and the concept of the use excuses. The initial reading for programmers
ZThread_src
- 一个高级面向对象的线性和sycnchronization 库,以运行POSIX 和Win32 系统中的C++程序。它支持一种来自native theads,非常出色和强大的abstraction。 -a high level object-oriented linear and sycnchronization basement, and a POSIX operating system Win32 C procedures. Its support comes from a native
PTHREA
- windows 平台下的POSIX线程实现源码-windows platform under the POSIX thread FOSS
programs
- POSIX多线程程序设计 的源代码,此软件包包括书中的例子程序和部分习题答案。
POSIX
- 《POSIX多线程编程》随书配套源码,经典的教程
glibc-linuxthreads-2.3.tar
- This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c \"pthread\" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the
POSIX_thread.doc
- POSIX(可移植操作系统接口)线程是提高代码响应和性能的有力手段。本文档向您精确地展示在编程中如何使用线程,完本系列文章,您完全可以运用 POSIX 线程创建多线程程序。-POSIX (Portable Operating System Interface) thread is to improve the performance of the code response and a powerful tool. This document shows you exactly how to u
pThread
- 一个基于posix的并行程序示例!用pthread可以很方便的实现并行程序设计-A parallel procedure based on sample posix! Pthread can easily use the realization of parallel programming
Posixalarm
- Posix多线程的代码,关于时钟的,由浅入深,与大家交流-Posix multithreaded code, on the clock, easy-to-digest, and to facilitate the exchange of
pthreads
- An Introduction to POSIX Threads
Programming_with_Posix_Threads
- POSIX上的线程问题的书籍,个人很推荐此书,供大家下载-POSIX threads on the books in question, personally recommend this book for all to download
Programming_with_POSIX_Threads
- 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
Posix
- Posix多线程编程指南,含有案例说明,适合初学者-Posix threads programming guide for beginners
code-LinServer
- The threading POSIX server helps to resolve the multi threading
multi_thread_file_transport_program
- 一个线程传输工具,用linux posix多线程编写,有点参考价值,欢迎交流。-file transport program, may be useful use multi-thread to transport files. It s very welcomed to discuss with.
POSIX-Multithreaded-programming.tar
- posix多线程编程,写得不错,新手必备-posix multi-threaded programming, well written, novice
producer-and-consumer
- 创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Where two threads (A and B) were r
acedicateoptimized
- POSIX线程使用Semaphore的通用代码,完美代码-POSIX threads using Semaphore generic code, perfect code