CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux多线程 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
    • 文件大小:2.62kb
    • 提供者:曹京
  1. linuxthreads

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

    • 发布日期:2008-10-13
    • 文件大小:16.26kb
    • 提供者:dj
  1. ptt-1.0.tar

    0下载:
  2. linux下的多线程调试工具,支持posix NPTL, NPTL Trace Tool (PTT - POSIX Thread Trace Toolkit)-linux under the multi-threaded debugging tools, support for posix NPTL, NPTL Trace Tool (PTT- POSIX Thread Trace Toolkit)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:302.47kb
    • 提供者:许杨
  1. LINUX

    0下载:
  2. 简单的说,Linux是Unix克隆(Unix clone)或Unix风格(Unix alike)的操作系统(OS),在原代码级上兼容绝大部分Unix标准(指的是IEEE POSIX,System V,BSD),是一个支持多用户, 多进程,多线程,实时性较好的功能 强大而稳定的操作系统.它可以运行在x86 PC,Sun Sparc,Digital Alpha,680x0,PowerPC, MIPS等平台上,可 以说Linux是目前运行硬件平台最多的操作系统-Simply put, Linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:167kb
    • 提供者:罗芳
  1. linux_multithreaded_programming_interfaces

    0下载:
  2. linux多线程接口编程技术linux multithreaded programming interfaces-Multithreaded Programming Interface linux linux multithreaded programming interfaces
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:587.42kb
    • 提供者:dfi
  1. Linux

    0下载:
  2. 《多线程编程指南》介绍了Solaris TM 操作系统(SolarisOperating System, SolarisOS)中 POSIX® 线程和Solaris线程的多线程编程接口。本指南将指导应用程序程序员如何创建新的 多线程程序以及如何向现有的程序中添加多线程。 尽管本指南同时介绍了POSIX线程接口和Solaris线程接口,但大多数主题都以POSIX线程 为重点。-" Multithreaded Programming Guide" desc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.2mb
    • 提供者:miky
  1. os2

    0下载:
  2. linux下多线程矩阵运算,使用posix线程库-multi-threaded matrix operations under linux, using posix thread library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:146.2kb
    • 提供者:陈云卿
  1. multi_thread_file_transport_program

    0下载:
  2. 一个线程传输工具,用linux posix多线程编写,有点参考价值,欢迎交流。-file transport program, may be useful use multi-thread to transport files. It s very welcomed to discuss with.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:22.28kb
    • 提供者:Jwf
  1. IPC_Funs

    0下载:
  2. c++写的在linux环境下多线程间使用互斥锁、posix信号量和system v信号量,实现的通信程序。自己编写的,自己测试过。-written in c++ linux environment using multi-thread mutex locks, posix semaphores and system v semaphore, to achieve the communication program. I have written, and tested.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:14.97kb
    • 提供者:徐进
  1. chatroom.tar

    0下载:
  2. linux下socket聊天,使用了POSIX多线程 和socket 编程技术-socket chat under linux, use POSIX multi-threaded and socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:300kb
    • 提供者:胡栋梁
  1. IMchat.tar

    0下载:
  2. linux下利用POSIX多线程和socket变成接口制作的即时通讯工具-POSIX multi-threaded and socket into the interface to the production of instant communication tools under linux, the shortcoming is not using a graphical authoring tool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:24.34kb
    • 提供者:胡栋梁
  1. code

    0下载:
  2. linux简单实验代码,有利于掌握linux.Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。-linux simple experimental code, help control linux.Linux is a free to use and free dissemination of class Unix operating system, is a POSIX and UNIX-based mul
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:185.19kb
    • 提供者:missaya
  1. xtimer-posix

    0下载:
  2. 适用于Linux的多线程的timer轻量级组件,适合需要并发处理的timer应用,非常高效易用。-For Linux multithreaded timer lightweight components for applications requiring concurrent processing timer application, very easy to use and efficient.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:5.35kb
    • 提供者:lf
  1. BusyBoxFree

    0下载:
  2. Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。它能运行主要的UNIX工具软件、应用程序和网络协议。它支持32位和64位硬件。Linux继承了Unix以网络为核心的设计思想,是一个性能稳定的多用户网络操作系统。(Linux is a free and free Unix like operation system. It is an operation system based on POSIX and UN
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:4.09mb
    • 提供者:临摹
搜珍网 www.dssz.com