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

搜索资源列表

  1. pthread

    0下载:
  2. 线程代码模板pthread of leon3
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9130
    • 提供者:tim
  1. pthread-win32静态库的编译与使用

    0下载:
  2. pthread是一个跨平台的线程库,可用在多种OS下,本文档包含pthread-win32静态库在vc6下的详细编译过程,并有本人已编译出来的静态库pthread.lib,可以直接使用。为了方便用户使用该静态库,配有基于tcp的网络多线程源码的客户端和服务端,该程序可在window和linux双平台下运行,也可在多个编译器下编译
  3. 所属分类:源码下载

    • 发布日期:2011-02-24
    • 文件大小:33844
    • 提供者:koyoteliu
  1. pthread.rar

    0下载:
  2. FRIENDARM MINI2440 linux应用程序多线程开发源代码,FRIENDARM MINI2440 linux multi-threaded application development source code
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:868
    • 提供者:softjob
  1. pthread

    0下载:
  2. pthread 源码,包括在win32和windows mobile ;采用VS 2008编译器-pthread source, including win32 and windows mobile; compiled by visual studio 2008
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-01
    • 文件大小:743199
    • 提供者:general
  1. pthread.rar

    0下载:
  2. windows多线程开发包,能够使习惯linux下多线程编程的人能够直接在windows下进行编程。,windows multi-threaded development kit, enabling multi-threading used to programming under linux are able to directly in the program under windows.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:274202
    • 提供者:richie
  1. pi

    2下载:
  2. 使用pthread多线程计算圆周率,直接在linux环境下编译运行,线程数通过代码中N进行修改-Use pthread multi-threaded computing pi, directly in the linux environment, compile run threads through the code to modify N
  3. 所属分类:MPI

    • 发布日期:2017-03-22
    • 文件大小:690
    • 提供者:古天天
  1. dining_philosopher.tar

    0下载:
  2. 哲学家进餐经典算法的pthread多线程实现代码-Classic dining philosophers pthread algorithm to achieve multi-threaded code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:760
    • 提供者:brave_gen
  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
    • 文件大小:811
    • 提供者:yuguess
  1. PThread

    0下载:
  2. 线程类,适合C++编程,能够直接引起进行线程的创建等使用,非常清楚,很好用。-Thread class, suitable for C++ programming, can directly lead to thread creation, use, very clear, very good use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:2667
    • 提供者:zifangz
  1. pthread.tar

    0下载:
  2. This a pthread program code which is compiled under the linux. Someone who want to test the pthread s program can download this code.
  3. 所属分类:Other systems

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

    0下载:
  2. pthread,网络或传输可能会用到,也是我们大作业-pthread, network or transmission may be used, but also we work
  3. 所属分类:Windows Develop

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

    0下载:
  2. Pthread本来是一套用户级线程库, 但在Linux上实现时, 却使用了内核级线程 来完成, 这样的好处是, 可以充分的提高程序的并发性, 线程也可以象以前一样调用 read这样的函数, 而不必担心会由于阻赛影响其它的线程的运行. -Pthread have is a set of user-level thread library, but in Linux to achieve, they use a kernel-level thread to complete, so the adva
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:43087
    • 提供者:haha123_0
  1. pThread

    0下载:
  2. 一个基于posix的并行程序示例!用pthread可以很方便的实现并行程序设计-A parallel procedure based on sample posix! Pthread can easily use the realization of parallel programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:12209
    • 提供者:刘洋
  1. pthread

    0下载:
  2. 友善之臂qq2440嵌入式liunx事例代码pthread-Friendliness qq2440 arm liunx embedded code examples pthread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:882
    • 提供者:刘德
  1. LINUX-pthread

    0下载:
  2. 线程的创建和使用 线程的创建是用下面的几个函数来实现的. -pthread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:58819
    • 提供者:zhj
  1. pthread.c

    0下载:
  2. 利用pthread,使用者在命令列輸入,程序將產生一個個別行程產生費式數目,置串列為資料型態且被執行緒共享.當執行緒完成執行,由父行程輸出子行程的串列.因為父行程不再一開始就輸出費氏序列,需等待子行程完成 命令列: gcc hw2.c -lpthread-Use pthread, the user at the command line input, the program will produce a resulting fee amount for the individual tr
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:646
    • 提供者:林俞呈
  1. pthread

    0下载:
  2. pthread.h for threads... not sure what it really does.
  3. 所属分类:Other Games

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

    0下载:
  2. pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1075
    • 提供者:123
  1. pthread-win32

    0下载:
  2. pthread-win32 using visual studio
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:194265
    • 提供者:qazxcdews
  1. Pthread

    1下载:
  2. windows下的Pthread 库,包括源码,编译好的头文件和库文件。-Pthread library under windows, including source code, compiled header files and libraries.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-25
    • 文件大小:1002223
    • 提供者:jianzi
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com