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

搜索资源列表

  1. ThreadPosix

    0下载:
  2. 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require p
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:818
    • 提供者:伴随
  1. dcc_thread

    0下载:
  2. unix、linux下的Socket,Select,线程,线程锁,简单的在线服务系统,包含了自己写的Socket传输协议-unix, linux under the Socket, Select, thread, thread lock, a simple online service system, including Socket transfer protocol to write their own
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:26778
    • 提供者:郝瑞祥
  1. threadpool

    0下载:
  2. Linux 环境下实现线程池功能,具有开放性,提供模板,可重复开发-Linux environment, the thread pool is open, providing templates, reusable development
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:29831
    • 提供者:tianxia
  1. Sell-ticket-System

    0下载:
  2. 基于Linux C语言的简单售票系统,练习LInux网络编程和线程与互斥锁的应用。-A simple ticketing system based on Linux C language, practice the application of the the LInux network programming and thread and mutex lock.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:10330
    • 提供者:zhu
  1. threadpool

    0下载:
  2. linux线程池模型,可以利用线程池完成服务器并发需求-linux thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:1955
    • 提供者:liang
  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. 1.tcp_thread

    0下载:
  2. linux 环境下,socket通信线程-linux environment, socket communication thread
  3. 所属分类:Linux Network

    • 发布日期:2017-12-09
    • 文件大小:15277
    • 提供者:m
  1. AC1.tar

    0下载:
  2. linux下C语言实现TCP/socket编程的客户端源码,建立两个线程,分别进行发送数据和接收服务器命令。-A TCP/Soket client program with C language on the linux.It build two thread,one can send data and the other can recieve the command from the server.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:99395
    • 提供者:liuming
  1. Chatting_Room

    0下载:
  2. linux下实现的网络聊天室软件,采用c/s架构,包括客户端和服务端。主要采用socket、thread编程、以及进程间通信等实现了用户间私聊、群聊、查看在线用户的功能,服务端管理员有踢人、禁言、解禁的特殊权限。并附有软件使用帮助文档。-Internet chat room software under linux using c/s architecture, including the client and the server. Main socket, thread programmin
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:150285
    • 提供者:纪昌利
  1. tpool

    0下载:
  2. linux C实现线程池,提高并发访问的效率-linux C to achieve the thread pool to improve the efficiency of concurrent access
  3. 所属分类:Linux Network

    • 发布日期:2017-12-08
    • 文件大小:2186
    • 提供者:丘锋涛
  1. pthread_pool

    0下载:
  2. 一个linux线程池的应用,简单明了,适合linux网络编程新手查看。-A linux application thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:2346
    • 提供者:肖明亮
  1. tpool

    0下载:
  2. linux平台的一个线程池实现,C语言的。-linux platform, a thread pool implementation, C language.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:4502
    • 提供者:李强
  1. logging

    0下载:
  2. 基于linux上的异步日志库,做要用于网络程序高效率不阻塞主线程-Linux based on asynchronous logging library to be used for network programs do not block the main thread of high efficiency
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:13698
    • 提供者:周期
  1. s00

    0下载:
  2. 基于linux实现,反应器设计模式,一个线程处理一个对像,一个对像事件只被一个线程处理-Linux-based implementation, reactor design mode, a thread handling an object, an object was only one thread to handle events
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:1798
    • 提供者:周期
  1. ThreadPool

    0下载:
  2. C++写的linux线程库,有线程异常捕获处理,线程池负载均衡等实现。厦门智构网络科技有限公司线程池雏形-C++ written linux thread library, a thread exception trap handler, the thread pool to achieve load balancing. Network Technology Co., Ltd. Xiamen intellectual construct prototype thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:54551
    • 提供者:hdave
  1. linux_multi_thread_synchronization

    0下载:
  2. Linux的多线程同步的资料,讲解非常详细,对学习linux多线程的学习者有很大的帮助-The Linux multi thread synchronization information, on the very detailed, to learn multi-threaded Linux learners of great help
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:35748
    • 提供者:胡轲
  1. thd_pool_v1.01.tar

    0下载:
  2. Linux 线程池 实现套接字编程,减少线程创建开销-Linux for threadLinux for threadLinux for threadLinux for threadLinux for thread
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:4313
    • 提供者:lan
  1. mythread

    0下载:
  2. linux下的线程函数,可以很好的解释了怎样使用线程函数来进行开辟线程-under linux thread function, can be a good explanation of how to use the thread function for open thread
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:611
    • 提供者:sunxu
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:5064
    • 提供者:黄建国
  1. pthread_lock

    0下载:
  2. Linux下有关线程的一系列操作的源程序-Linux under a series of operations on the source thread
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:620
    • 提供者:yangshengtao
« 1 2 34 5 »
搜珍网 www.dssz.com