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

搜索资源列表

  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. 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-27
    • 文件大小:229185
    • 提供者:宋涛
  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. master_agent

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

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

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

    • 发布日期:2017-11-29
    • 文件大小:7490
    • 提供者:吴克
  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-29
    • 文件大小:1001
    • 提供者:张宇
  1. liu2

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

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

    0下载:
  2. 实现linux多线程之间间隔互斥操作的互斥锁和条件变量例子-tow_pthread_printf linux lock pthread pinter something
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:937
    • 提供者:陈觉
  1. epollServer.cpp

    0下载:
  2. Linux Epoll编程的简单例子,使用到socket 还有多线程pthread,实现回射功能-Linux Epoll programming simple example, the use of multi-threading to the socket and pthread, achieve retroreflection function
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2578
    • 提供者:杨志云
  1. LINUX

    0下载:
  2. 里面包含了linux 多线程和socket编程的实例 可以从中理解多线程以及socket的方法-linux socket pthread
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:16518
    • 提供者:刘杰
  1. pthreadsocketPsort

    1下载:
  2. pthread+socket+singnal linux network 可以用于linux下的线程网络通信,以及典型的排序算法-pthread+socket+singnal linux network classic sort function
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:7780
    • 提供者:很久以前
  1. mini-tuto-sur-les-threads

    0下载:
  2. Hello, I post a zip containing three sources of programming Pthread (Posix thread). A presentation and explanation of the functions that will be USED ​ ​ is present in each source. The zip addresses only the strict necessary to pro
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4609
    • 提供者:mohammed
  1. tcp_test

    0下载:
  2. linux TCP客户端和服务器端集成程序, 编译方式 gcc -lrt -pthread -o xx -g tcp_test.c-linux TCP client and server side integration program, compiling way gcc-lrt-pthread-o xx-g tcp_test.c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1314
    • 提供者:caozhejun
  1. pthread_create

    0下载:
  2. 教你如何在linux下如何创建一个线程以及如何在linux下运用这个线程-how create pthread in linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1560
    • 提供者:李文辉
  1. bridge_server

    1下载:
  2. linux下多线程通信,主要是服务端与客户端的通信的socket编程-linux pthread communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1917
    • 提供者:wangrong
  1. CODE

    0下载:
  2. 基于Linux网络编程,通过socket实现异地文件传输,基于多线程技术开发的文件实时传输系统。可用于网络拓扑配置和仿真(Based on Linux network programming, through the socket to achieve remote file transmission, based on multi threading technology developed real-time file transmission system. It can be used
  3. 所属分类:网络

    • 发布日期:2018-01-03
    • 文件大小:37888
    • 提供者:xieyinyangwudi
  1. php_pthreads-2.0.9-5.6-ts-vc11-x64

    0下载:
  2. linux php threads programe most thread in developer. this is vc11 thread x64 version
  3. 所属分类:网络

    • 发布日期:2018-01-06
    • 文件大小:271360
    • 提供者:demei
搜珍网 www.dssz.com