CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - POSIX

搜索资源列表

  1. Posix

    0下载:
  2. POSIX平台多线程编程指南 通用开放式操作系统的多线程应用指南。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:237670
    • 提供者:wug_225
  1. susv3

    0下载:
  2. posix标准英文,html格式,可移植Unix操作系统接口(Portable Operating System Interface for uniX)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5944550
    • 提供者:农镇宇
  1. ieee_posix_1003.1b

    0下载:
  2. Information technology—Portable Operating System Interface (POSIX),本文档为POSIX标准
  3. 所属分类:行业发展研究

    • 发布日期:2008-10-13
    • 文件大小:2981425
    • 提供者:lee
  1. posix 操作系统串口编程指南

    0下载:
  2. 所属分类:文档资料

  1. nptl-design

    0下载:
  2. nptl的设计文档,英文版 The Native POSIX Thread Library for Linux-The Native POSIX Thread Library for Linux
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:266779
    • 提供者:idanceyang
  1. POSIXProgGuide

    0下载:
  2. Manual to POSIX programming
  3. 所属分类:Project Design

    • 发布日期:2017-05-09
    • 文件大小:1694697
    • 提供者:Ant
  1. Posix4

    0下载:
  2. Standard Posix - Reference for developer -Standard Posix- Reference for developer
  3. 所属分类:Project Design

    • 发布日期:2017-05-15
    • 文件大小:3588446
    • 提供者:Ant
  1. POSIX

    0下载:
  2. Linux man pages for all chapters except 1, 6 and 8
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:5024423
    • 提供者:zero
  1. SerialProgrammingGuideforPOIXOperatingSystems

    0下载:
  2. Linux串口编程。Linux 操作系统从一开始就对串行口提供了很好的支持,本文就 Linux 下的串行口通讯编程进行介绍。 -Serial Programming Guide for POSIX Operating Systems
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:215740
    • 提供者:张凯
  1. crpcut-1.0.3

    0下载:
  2. The Compartmented Robust Posix C++ Unit Test system. crpcut is a simple to use unit test system for C++, where each test case is run in its own process and own working directory, to ensure that each test case starts from a clean slate. -The Compartme
  3. 所属分类:Software Testing

    • 发布日期:2017-04-17
    • 文件大小:109058
    • 提供者:岳明彦
  1. ace_doc

    0下载:
  2. 述ACE的结构和功能,并使用来自像电信、企业级医学成像和WWW服务这样的领域的例子阐释核心的ACE特性。ACE可以自由使用,并正在被用于许多商业项目(比如爱立信、Bellcore、西门子、摩托罗拉、柯达,和McDonnell Douglas),以及许多学院和工业研究项目。ACE已被移植到多种OS(操作系统)平台上,包括Win32和大多数的UNIX/POSIX实现-ACE described the structure and function, and use come from as tele
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1699241
    • 提供者:foxs
  1. posix-write-read-lock

    0下载:
  2. posix write read lock
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:24119
    • 提供者:bural
  1. Introduction-of-Xilkernel_API

    0下载:
  2. Xilkernel是Xilinx公司提供的用于EDK系统的小型、模块化的操作系统,支持MicroBlaze、PowerPC405以及PowerPC440处理器。支持可移植操作系统接口(POSIX)。 Xilkernel功能函数包括:线程管理、信号量、消息队列、共享内存、互斥锁、动态内存管理、软件定时、用户层中断处理API等几个方面。 -Xilkernel Xilinx EDK system for small, modular operating system, to support t
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:8695
    • 提供者:zmz
  1. zhengzebiaodashi

    0下载:
  2. 介绍egrep(1)所使用的正则表达式,它大致上符合POSIX正则表达式规范-Introduction egrep (1) the use of regular expressions, it is generally in line with POSIX regular expression specification
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:10563
    • 提供者:YOUNAME
  1. OReilly.-.21st.Century.C.2012.RETAiL.eBOOk-rebOOk

    0下载:
  2. Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn which older C concepts should be downplayed or deprecated Expl
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4377891
    • 提供者:elfenkoenig
  1. UNIX

    0下载:
  2. 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28097536
    • 提供者:zhj
  1. a

    1下载:
  2. 此书为POSIX多线程程序设计英文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。--This book describes in depth the open system interface standard IEEE-POSIX threads, commonly known as Ptherads standards. This book first explains the basic concepts of threads, includi
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:320396
    • 提供者:Liu
  1. b

    0下载:
  2. -This book describes in depth the open system interface standard IEEE-POSIX threads, commonly known as Ptherads standards. This book first explains the basic concepts of threads, including asynchronous programming, thread life cycle and synchronizati
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:86239
    • 提供者:Liu
  1. POSIX-Threads-Programming_Modified_07_03_2015

    0下载:
  2. Tutorial Using LLNL s Supercomputers workshop. (Modified: 07/03/2015) Parallel programming with threads. Introduction to concepts, motivations, and design considerations for using Pthreads. Thread Management, Mutex Variables,Condition Variabl
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:354143
    • 提供者:Alex Z
  1. ISO POSIX Linux Unix 标准C函数速查手册

    3下载:
  2. ISO POSIX Linux Unix 标准C函数速查手册,手册中包含基本所有常用C函数。(ISO POSIX Linux Unix Standard C function quick search manual, contains basic all commonly used C functions)
  3. 所属分类:文章/文档

    • 发布日期:2017-09-22
    • 文件大小:15022080
    • 提供者:pmc
« 12 »
搜珍网 www.dssz.com