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

搜索资源列表

  1. threadpoo.tar

    0下载:
  2. threadpoo #include \"thread-pool.h\" static void *tp_work_thread(void *pthread) static void *tp_manage_thread(void *pthread) static TPBOOL tp_init(tp_thread_pool *this) static void tp_close(tp_thread_pool *this) static void tp_p
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:10379
    • 提供者:wxh
  1. waitForMultipleObjects

    0下载:
  2. WaitForMultipleObjects using pthread linux The basic idea is to use the subscriber pattern: In WaitForMultipleObjects() subscribe at all event sources the event sources then have to signal a central pthread_cond_t. The public inter
  3. 所属分类:Linux Network

    • 发布日期:2017-03-22
    • 文件大小:7312
    • 提供者:sucker
  1. pthread.tar

    0下载:
  2. pthread_lianxi for myself
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:17107
    • 提供者:zhangtao
  1. tpnote

    0下载:
  2. 调用线程pthread 加锁和解锁的功能-Thread calls pthread locking and unlocking function
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:8260
    • 提供者:wangjun
  1. qq2008_console_client

    0下载:
  2. qq2008贺岁版协议控制台客户端,同时支持linux和win32版。本人修正其一处错误,确保在mingw平台下编译通过。linux下我没试~~编译需设置pthread库(包中已有)最简单的办法是把.a库直接扔到mingw的lib目录下.h文件到include目录 可以实现登录 退出 聊天 群聊 等功能 -Hesuiban agreement qq2008 console client, while supporting linux and win32 versions. The fir
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:229185
    • 提供者:宋涛
  1. pthread

    0下载:
  2. 通过用线程的操作,实现简单的TCP 网络,来学习socket API-By using the operation of the thread to achieve a simple TCP network, to learn socket API
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:10269
    • 提供者:胡威
  1. pthread

    0下载:
  2. linux2.6.27,fc8平台,使用信号量实现生产者消费者问题-linux semaphore producers and consumers
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:1039
    • 提供者:ffj
  1. Hilos

    0下载:
  2. Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wa-Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wall
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1310
    • 提供者:loginkier
  1. hp

    0下载:
  2. 话批xml简单线程并发开发处理用户资料对比功能-development pthread
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-08
    • 文件大小:139895
    • 提供者:王忠强
  1. master_agent

    0下载:
  2. linux下的网络管理系统源代码,包含了日志系统及配置文件读写添加,易用性和可靠性可扩展性很高,包含了网络协议应用层的封包解包,包含了对shell指令的文本操作,包含了处理并发和竞争问题的各种思路-linux/unix programming,include pthread pool and so on
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1614067
    • 提供者:qzf
  1. POSIXPthread

    0下载:
  2. 多线程编程的相关书籍 希望 对初学多线程编程的同学有帮助-pthread programming
  3. 所属分类:Linux Network

    • 发布日期:2017-06-01
    • 文件大小:13341737
    • 提供者:朱毅凡
  1. pthread.c

    0下载:
  2. 多线程实现,自己写的小例子,不过其中有一点BUG-Multi-threaded implementation
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:618
    • 提供者:Jhon
  1. pthread_chat

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

    • 发布日期:2017-11-29
    • 文件大小:7490
    • 提供者:吴克
  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. 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. 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
« 12 »
搜珍网 www.dssz.com