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

搜索资源列表

  1. pthread.tar

    0下载:
  2. linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2446
    • 提供者:brave_gen
  1. pthread.tar

    0下载:
  2. pthread_lianxi for myself
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:17107
    • 提供者:zhangtao
  1. pthreadmatrix

    0下载:
  2. Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1468
    • 提供者:cui
  1. russia

    0下载:
  2. 线程编程实现俄罗斯方块,使用线程互斥及条件变量-pthread
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:2777
    • 提供者:zhuxiaoke
  1. Multithread

    0下载:
  2. 操作系统实验 多线程实现矩阵乘法 win32、pthread、java三种线程库均有 适合用来学习多线程操作的入门例程-java, win32, pthread three kinds of thread libraries are suitable for multi-threaded operation started learning routines
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:2374
    • 提供者:123
  1. tpnote

    0下载:
  2. 调用线程pthread 加锁和解锁的功能-Thread calls pthread locking and unlocking function
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:8260
    • 提供者:wangjun
  1. qq2008_console_client

    0下载:
  2. qq2008贺岁版协议控制台客户端,同时支持linux和win32版。本人修正其一处错误,确保在mingw平台下编译通过。linux下我没试~~编译需设置pthread库(包中已有)最简单的办法是把.a库直接扔到mingw的lib目录下.h文件到include目录 可以实现登录 退出 聊天 群聊 等功能 -Hesuiban agreement qq2008 console client, while supporting linux and win32 versions. The fir
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:229185
    • 提供者:宋涛
  1. Mobile7z

    0下载:
  2. 7z 移植到windows mobile上,完整的程序并能运行,包括了pthread 多线程库移植windows mobile上的使用及实例.-7z migrate to windows mobile, the integrity of the process and will be able to run, including a multi-threaded pthread library transplantation windows mobile on the use and examp
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-17
    • 文件大小:1595488
    • 提供者:dmyss
  1. pthreads-w32-2-8-0-release.tar

    0下载:
  2. POSIX Multithraed library for windows
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:331327
    • 提供者:mansoor
  1. pthread_wrapper

    0下载:
  2. This pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ just like developing those modern languages (Java, Qt, C# ...). -This is pthread c++ wrapper class. Developer can easily develop multithread programs with
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2523
    • 提供者:oob2
  1. GenericTemplateMSQ.tar

    0下载:
  2. Generic template class library for message queue implementation, uses pthread mutex.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2901
    • 提供者:zzbao
  1. examples

    0下载:
  2. 几个典型的嵌入式Linux编程示例 hello Hello, C++ math pthread udptalk leds led-player buttons pwm adc-test i2c comtest camtest-Some typical examples of embedded Linux Programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:17307
    • 提供者:syw
  1. pthread

    0下载:
  2. THREAD测试程序,在LINUX环境下运行该测试程序。-THREAD test procedure, in LINUX environment to run the test program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:599
    • 提供者:li
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1364
    • 提供者:刘冉
  1. pthreadtut

    0下载:
  2. Pthread programming tutorial
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:201113
    • 提供者:lengcai
  1. pool

    0下载:
  2. 无关锁算法的线程池。使用了pthread库,主要的亮点是无关锁数据结构。- a thread pool based on lockfree ogrithem.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:131910
    • 提供者:mzy
  1. multi-pthread

    0下载:
  2. 一个非常简单有效的多线程实例源码,对没有多线程概念的同学非常有用-a multi thread sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1213
    • 提供者:陈躬止
  1. 4.7.c

    0下载:
  2. 操作系统概念(第七版)第四章作业,pthread线程答案-Operating System Concepts (7th Edition) Chapter IV operations, pthread thread is the answer
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:642
    • 提供者:Li Zhao
  1. ipc_demo

    0下载:
  2. linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10293
    • 提供者:赵新宇
  1. oopthread

    0下载:
  2. his oopthread - C++ wrapper for pthread-compatible implementation. Currently, the library installation is pretty simple one: just put the file oopthread somewhere on your drive and include it in your project. The Doc folder contains doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:12761
    • 提供者:YifanZhang
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com