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

搜索资源列表

  1. pthread.c

    0下载:
  2. LINUX多线程应用程序设计,希望对大家有用。-LINUX multithreaded application design, we hope that the right useful.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:王大军
  1. pthread.c

    0下载:
  2. pthread的例子,可以很好的帮助我们理解Linux多线程的主要函数用法-pthread example, could well help us understand the main function of multi-threaded Linux usage
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:811byte
    • 提供者:yuguess
  1. pthreadTest

    0下载:
  2. pthread 库是c语言的一个重要的库,是多线程编写的必须。-pthread library is an important c language of the Treasury is prepared to be multi-threaded.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1.01mb
    • 提供者:梁海金
  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
    • 文件大小:2.46kb
    • 提供者:oob2
  1. pthread_cp_net.c.tar

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

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

    0下载:
  2. 多线程 编写源代码 经典实例 Linux C下实现-Classic example of the preparation of multi-threaded Linux C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1.06kb
    • 提供者:zpf
  1. gw_main.cpp.tar

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

    • 发布日期:2017-04-06
    • 文件大小:2.04kb
    • 提供者:cash
  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
    • 文件大小:70.54kb
    • 提供者:ls
  1. pia.c.tar

    0下载:
  2. 这是linux下采用 POSIX 的 pthread 机制计算圆周率的程序-This is the linux multi pthread POSIX mechanisms used under the pi calculation program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:694byte
    • 提供者:xudawei
  1. pi

    0下载:
  2. 多线程计算pi,在linux下用gcc编译 执行下面命令: gcc -pthread pi.c -o pi-Multi-threaded computing pi, using the gcc compiler under linux execute the following command: gcc-pthread pi.c-o pi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:720byte
    • 提供者:laurence
  1. pthread

    0下载:
  2. this program sorting an array using Pthread library in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.43kb
    • 提供者:CS_Girl
  1. TCP-multi-pthread-program

    0下载:
  2. 在linux环境下的用C语言编写的基于TCP/IP协议的网络编程的程序。-In the linux environment using C language based on TCP/IP protocol network programming process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:16.57kb
    • 提供者:邹林
  1. pthread.c

    0下载:
  2. 这是在开源操作系统中的一个重要程序,在vi中输入即可-This is the open source operating system is an important program, you can enter in vi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:730byte
    • 提供者:菜鸟程序员
  1. 3.c

    0下载:
  2. 编写程序实现生产者-消费者问题。使用Linux的pthread线程库,创建2个生产者线程和2 个消费者线程。生产者线程计算当前的时间,把时间、第几次计算时间的序号(循环次 数)和线程ID作为一个消息,把消息放入缓冲区,消费者线程从缓冲区读出一个消息 并显示消息。缓冲区大小为5个,每个生产者线程生产10个消息,每个消费者线程消费 10个消息,即生产和消费分别为20次。 要求:2个生产者线程执行的代码是相同的(即执行同一函数),2个消费者线程也 一样。 提示: 生产者
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:852byte
    • 提供者:zheng
  1. pthread

    0下载:
  2. pthread library for working with threads in c-pthread library for working with threads in c++
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:20.81kb
    • 提供者:aaag
  1. pthread.c.tar

    0下载:
  2. 共享锁和信号量的使用方法,多线程程序的设计原理!-Shared locks and semaphores to use, multi-threaded program design principles!
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:1.12kb
    • 提供者:黄电
  1. pthread

    0下载:
  2. 多线程编程代码样例,在c开发环境下,利用pthread技术-The multi thread programming code examples, in the C development environment, using pthread Technology
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5.5kb
    • 提供者:姚子禾
  1. 0.c.tar

    0下载:
  2. 经典的线程例子,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果应该是 10。但是因为线程的特性,两个线程同步执行,所以结果是6,这是很有意思的事情。-The classic example of a thread, the thread using pthread library to create two threads, two threads must acc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:618byte
    • 提供者:zjuuuu
  1. pthread

    0下载:
  2. C语言多线程pthread库相关函数 函数pthread_create,pthread_join,pthread_exit等-pthread lib pthread_create,pthread_join,pthread_exit
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.04mb
    • 提供者:zhouzhuo
  1. main.c

    0下载:
  2. 用 pthread 进行1000个随机整数的快速排序,以达到加速的目的。(With pthread for 1000 random integer fast sort, in order to achieve the purpose of acceleration.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:opznlzwx
« 12 »
搜珍网 www.dssz.com