CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - POSIX

搜索资源列表

  1. ThreadMigrate

    0下载:
  2. 封装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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2685
    • 提供者:曹京
  1. POSIX 线程详解

    0下载:
  2. 来自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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:279741
    • 提供者:朱亮
  1. ZThread_src

    0下载:
  2. 一个高级面向对象的线性和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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:478876
    • 提供者:nirvana
  1. PTHREA

    1下载:
  2. windows 平台下的POSIX线程实现源码-windows platform under the POSIX thread FOSS
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:750080
    • 提供者:Dsp expert
  1. SerialProgrammingInPosixOSs

    0下载:
  2. 有关支持POSIX标准的操作系统的串口开发的详细资料-support for the POSIX standard operating system developed by the serial details
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:119567
    • 提供者:杨川江
  1. unicode

    0下载:
  2. 说明了在 POSIX 系统 (Linux,Unix) 上使用 Unicode/UTF-8 所需要的信息. 在将来不远的几年里, Unicode 已经很接近于取代 ASCII 与 Latin-1 编码的位置了. 它不仅允许你处理处理事实上存在于地球上的任何语言文字, 而且提供了一个全面的数学与技术符号集, 因此可以简化科学信息交换.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18672
    • 提供者:zy
  1. linuxthreads

    0下载:
  2. Linux系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:16655
    • 提供者:dj
  1. programs

    3下载:
  2. POSIX多线程程序设计 的源代码,此软件包包括书中的例子程序和部分习题答案。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:62809
    • 提供者:liweifeng
  1. POSIX

    0下载:
  2. 《POSIX多线程编程》随书配套源码,经典的教程
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:64790
    • 提供者:rzexin
  1. glibc-linuxthreads-2.3.tar

    0下载:
  2. 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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:244007
    • 提供者:马帅
  1. POSIX 下进程控制的实验程序残缺版

    0下载:
  2. POSIX 下进程控制的实验程序残缺版
  3. 所属分类:Windows编程

  1. POSIX_thread.doc

    0下载:
  2. 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
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:69072
    • 提供者:梅俊
  1. pThread

    0下载:
  2. 一个基于posix的并行程序示例!用pthread可以很方便的实现并行程序设计-A parallel procedure based on sample posix! Pthread can easily use the realization of parallel programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:12209
    • 提供者:刘洋
  1. Posixalarm

    0下载:
  2. Posix多线程的代码,关于时钟的,由浅入深,与大家交流-Posix multithreaded code, on the clock, easy-to-digest, and to facilitate the exchange of
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4861
    • 提供者:fenglimei
  1. one_time_format

    0下载:
  2. 有时候我们需要对一些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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5875
    • 提供者:zhangkun
  1. Pthreadandmessagequeue

    0下载:
  2. Sample test program of using pthread and message posix queue ported for windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1115976
    • 提供者:Santhosh
  1. pthreads

    0下载:
  2. An Introduction to POSIX Threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:67660
    • 提供者:supercom
  1. Programming_with_POSIX_Threads

    2下载:
  2. 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-25
    • 文件大小:8444538
    • 提供者:sgu
  1. Posix

    0下载:
  2. Posix多线程编程指南,含有案例说明,适合初学者-Posix threads programming guide for beginners
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:690954
    • 提供者:bonnie
  1. POSIX-Multithreaded-programming.tar

    0下载:
  2. posix多线程编程,写得不错,新手必备-posix multi-threaded programming, well written, novice
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-31
    • 文件大小:13382682
    • 提供者:唐宇
« 12 3 »
搜珍网 www.dssz.com