搜索资源列表
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
SerialProgrammingInPosixOSs
- 有关支持POSIX标准的操作系统的串口开发的详细资料-support for the POSIX standard operating system developed by the serial details
unicode
- 说明了在 POSIX 系统 (Linux,Unix) 上使用 Unicode/UTF-8 所需要的信息. 在将来不远的几年里, Unicode 已经很接近于取代 ASCII 与 Latin-1 编码的位置了. 它不仅允许你处理处理事实上存在于地球上的任何语言文字, 而且提供了一个全面的数学与技术符号集, 因此可以简化科学信息交换.
linuxthreads
- Linux系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。
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 下进程控制的实验程序残缺版
- POSIX 下进程控制的实验程序残缺版
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
one_time_format
- 有时候我们需要对一些posix变量只进行一次初始化,如线程键(下面会讲到)。如果进行多次初始化程序就会出现错误。-Sometimes we need some posix only once to initialize variables, such as thread key (will be mentioned below). If a number of initialization error will appear.
Pthreadandmessagequeue
- Sample test program of using pthread and message posix queue ported for windows
pthreads
- An Introduction to POSIX Threads
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
POSIX-Multithreaded-programming.tar
- posix多线程编程,写得不错,新手必备-posix multi-threaded programming, well written, novice