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

搜索资源列表

  1. vc-client-service-pthread

    0下载:
  2. windows 多线程 客户端和服务器通讯的多线程代码。-multi-threaded code for Windows multi-threaded client and server communication.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:658503
    • 提供者:yang
  1. progressBar

    0下载:
  2. Unix/Linux下进程进度条显示代码,适用于程序初始化较长时间,用g++编译时需要指定pthread库。-Unix/Linux process progress bar shows the code for the program to initialize a long time, need to specify the use g++ compile the pthread library.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1022
    • 提供者:李一文
  1. OSprojectPthread

    0下载:
  2. 使用Pthread编程完成进程之间的互斥,是操作系统课程的一次实验-Complete the process using the Pthread programming between the mutually exclusive, is an experimental operating system course
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:115507
    • 提供者:QiJun
  1. pthread_chat

    0下载:
  2. linux基于线程的聊天程序 客户端与服务器端-linux pthread chat
  3. 所属分类:Linux Network

    • 发布日期:2017-11-29
    • 文件大小:7490
    • 提供者:吴克
  1. wait

    0下载:
  2. /* wait.h - wait facility library header */ /* * Copyright (c) 2003-2006 Wind River Systems, Inc. * * The right to copy, distribute or otherwise make use of this software * may be licensed only pursuant to the terms of an applicable
  3. 所属分类:VxWorks

    • 发布日期:2017-11-20
    • 文件大小:1014
    • 提供者:liaozhigao
  1. pThread_PI

    0下载:
  2. 在linux环境下,用pthread的方法求PI值-compute PI using pthread
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-15
    • 文件大小:1417
    • 提供者:Jiang
  1. pi

    0下载:
  2. 计算pi的pthread并行程序,并行的迭代计算圆周率-Calculation of pi pthread parallelly
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:1129
    • 提供者:juncheng
  1. socket

    0下载:
  2. 用pthread多线程库模拟socket网络服务器程序,输入来源是终端用户-Pthread multithreading library analog socket network server program, the input from end-users
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:1666
    • 提供者:juncheng
  1. prime4

    0下载:
  2. 使用pthread多线程库实现筛法生成素数算法,生成1-n内素数后,可以分段生成n+1-n^2内的素数。-Pthread multithreading library sieve method to generate primes algorithm to generate 1-n primes segment to generate n+1-n ^ the primes 2 within.
  3. 所属分类:MPI

    • 发布日期:2017-11-12
    • 文件大小:2324
    • 提供者:juncheng
  1. mpi_pi

    0下载:
  2. 用mpi库实现pi计算的并行计算,与pthread不同的是利用了集群节点的进程间通信概念-The parallel computing pi calculated using mpi library pthread different use of the cluster node interprocess communication concept
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-11
    • 文件大小:869
    • 提供者:juncheng
  1. pthread

    0下载:
  2. 多线程实现生产者消费者模型,分为四个函数,一个为生产者函数,一个消费者函数,一个退出函数,一个 主函数。-Multi-threaded implementation of the producer-consumer model, divided into four functions, a function as a producer and a consumer function, an exit function, a primary function.
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:1293
    • 提供者:cencochensz
  1. product_consume

    0下载:
  2. 用线程互斥锁实现生产者消费者,生产者生产供消费者消费- pthread mutex make up the producter and consumer
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:975
    • 提供者:陈龙
  1. POSIX-pthread

    0下载:
  2. POSIX多线程编程中文版,学习多线程的经典书籍-POSIX multithreaded programming Chinese version, learning multithreaded classic books
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:8561337
    • 提供者:larus
  1. pthread-and-socket

    0下载:
  2. 主要介绍linux下多线程的函数使用方法及socket与多线程并用的使用过程-Introduces linux multithreaded function use and the socket with the process of using multi-threaded and used
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:24203
    • 提供者:lina
  1. basic_thread_module

    0下载:
  2. 主要基于Linux介绍C多线程。在编译C的多线程时候,一方面必须指定Linux C语言线程库多线程库pthread,才可以正确编译(例如:gcc test.c -o test -lpthread);另一方面要包含有关线程头文件#include <pthread.h>。-Introduced Linux-based C multi-threaded. Compile the multithreaded C, when, on the one hand, you must specify
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:526
    • 提供者:田盼
  1. pthread_mutex.h

    0下载:
  2. pthread mutex initializer for two processes
  3. 所属分类:OS Develop

    • 发布日期:2017-11-02
    • 文件大小:518
    • 提供者:pudn17
  1. pthread_openmp

    1下载:
  2. 通过使用pthread和OpenMP并行实现行列式求值问题-Determinant evaluated by using the pthread and OpenMP parallel
  3. 所属分类:Other windows programs

    • 发布日期:2016-05-26
    • 文件大小:3072
    • 提供者:张小驰
  1. gai1314client14_15_recv

    0下载:
  2. linux下多线程编程的简单例子,用于实现公网client向私网的访问-linux pthread
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:1001
    • 提供者:张宇
  1. liu2

    0下载:
  2. 一个基于linux下的多线程的例子,希望与大家共享-linux pthread
  3. 所属分类:Linux Network

    • 发布日期:2017-11-08
    • 文件大小:967
    • 提供者:张宇
  1. linpoptest

    0下载:
  2. 一些LINPOP项目的代码测试,适合初学者,包括GTK,TCP,UDP,sock+pthr,pthread,process,linpop的测试。-LINPOP project code tests, suitable for beginners, including GTK, TCP, UDP, sock+pthr, pthread, process, linpop the testing.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:51142
    • 提供者:Yang
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 »
搜珍网 www.dssz.com