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

搜索资源列表

  1. SSS.ZIP

    0下载:
  2. Satanic Socks Server v0.66.170506 Powered by drmist\STNC Compilation: Win32: cl /Gz /O1 sss.c && del sss.obj Linux: gcc -lpthread sss.c -o sss FreeBSD: gcc -pthread sss.c -o -Satanic Socks Server v0.66.170506 Powered by drmist\STNC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:3021
    • 提供者:Andrey
  1. pthread(arm_linux)

    0下载:
  2. arm—linux线程程序,适用于arm-linux线程编程的学习。-arm-linux thread programming for arm-linux thread programming learning.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:845
    • 提供者:javen
  1. pthread

    0下载:
  2. 线程的源代码。。。能说明线程的基本工作原理-Thread of the source code. . . Can explain the basic working principle of the thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:554
    • 提供者:龙虾
  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
    • 文件大小:694
    • 提供者:xudawei
  1. pthread

    0下载:
  2. system software progra-system software programm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:888
    • 提供者:santosh patel
  1. pthread

    0下载:
  2. 基于ARM9的linux下线程实例,仅供参考-the thread instance linux,The classic producer-consumer example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1111
    • 提供者:yakemozu
  1. gaussian_pthreads

    2下载:
  2. 高斯消去法的pthread并行程序,使用C++编写。在Linux下跑通。-pthread program for gaussian elimination. Write by C++ and run in Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-24
    • 文件大小:1850
    • 提供者:zl
  1. programming-with-posix

    0下载:
  2. linux下pthread库标准《programming with posix》书籍的中文电子版-POSIX under Linux,this is a book about linux pthread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-17
    • 文件大小:27352064
    • 提供者:xulisong
  1. pthread.pdf

    0下载:
  2. Excellent reference to POSIX Threads, implemented in all modern operating systems. Explains also semaphores and othrers thread management systems.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:203264
    • 提供者:mghis
  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
    • 文件大小:16968
    • 提供者:邹林
  1. pthread

    1下载:
  2. linux多线程编程的一个例子。里面用到了互斥锁。生产者/消费者模型。-linux an example of multi-threaded programming. Which uses a mutex. Producer/consumer model.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3418
    • 提供者:sds
  1. pthread

    0下载:
  2. 详细讲解了linux线程的所有知识,结合实例更容易掌握-Gave a detailed knowledge of all linux threads, with examples easier to grasp
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 多线程操作的简单小程序,熟悉多线程的分工-Performance scaling for multi-threaded applications
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:950
    • 提供者:jing
  1. pthread

    0下载:
  2. 中星微vc0706串口摄像头模块,linux下调用程序-Vimicro vc0706 serial camera module, linux under the calling program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:35968
    • 提供者:吴凯
  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

  1. 3.c

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

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

    0下载:
  2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:10294
    • 提供者:gc
  1. pthread

    0下载:
  2. Linux下线程的编程,关于对线程的讲解及线程的应用-Thread programming under Linux, to explain about the thread and the thread of the application
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:305447
    • 提供者:费旨
  1. linuxptrhead

    0下载:
  2. 多线程 详细资料 基础篇 供分享 详细介绍linux编程,从基础入门,通熟易懂,适合入门嵌入式的人学习,一看就懂-the linux pthread program told very detail,it can help us to quick and understand the program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:156457
    • 提供者:bzyu
  1. pThread

    0下载:
  2. 在Linux上实现的调用API的线程控制函数,包括线程的生成以及释放-Call the API on Linux thread control functions, including the generation and release of the thread
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:712
    • 提供者:顾兆伦
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com