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

搜索资源列表

  1. fork_test

    0下载:
  2. linux pthread 测试程序。两个打印信息循环在屏幕显示。-linux pthread test programm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:523
    • 提供者:bai
  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. 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. 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. 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. pthread_cp_net.c.tar

    0下载:
  2. 多线程实现拷贝,用linux 下的C 实现-linux c to pthread copy function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1569
    • 提供者:袁景宏
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. pstree

    0下载:
  2. 在Ubuntu8.04下编译通过,该程序可以打印系统进程树-print the pthread tree
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1907
    • 提供者:zdd
  1. simple_task_create

    0下载:
  2. simple pthread task example. Tested in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5205
    • 提供者:Alex
  1. examples

    0下载:
  2. arm9驱动例程,包括IIC,PTHREAD,PWM,BUTTONS,MATH,CAMTEST等-arm9 driver routines, including the IIC, PTHREAD, PWM, BUTTONS, MATH, CAMTEST etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:15194
    • 提供者:wuyan
  1. gw_main.cpp.tar

    0下载:
  2. linux守护程序,pthread c-linux c++ thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2094
    • 提供者:cash
  1. pthread

    0下载:
  2. 互斥量的简单应用,使用互斥量是实现多线程程序中的同步访问的另一种手段 -Mutex amount of simple applications using the exclusive capacity to achieve simultaneous multi-threaded program in an alternative means of access
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:34308
    • 提供者:伍超
  1. pthread

    0下载:
  2. All you need to know to start using Linux, a free Unix clone. This manual covers the basic Unix commands, as well as the more speci c Linux ones. This manual is intended for the beginning Unix user, although it may be useful for more experienced
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:72234
    • 提供者:ls
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com