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

搜索资源列表

  1. socket

    0下载:
  2. 本程序完成的是服务器与客户端通信的功能,采用socket C++编程,用多线程完成。-The completion of the program is server and client communication features, the use of socket C++ programming with multiple threads to complete.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3832339
    • 提供者:王婷
  1. socket

    0下载:
  2. 多线程之间通讯,能够实现多线程之间的信息交互-Communication between multiple threads, enabling information exchange between multiple threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:36602
    • 提供者:liurui
  1. CMultiSvr(SOCKET-API-Multi-Thread)

    0下载:
  2. SOCKET API 阻塞 多线程 的TCP客户端程序,实现与多服务器通讯功能,并支持自主重连功能。-socket API blocking multi-thread tcp client
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:45784
    • 提供者:赵强
  1. Socket

    0下载:
  2. 学习资料 Socket编程 包括C/S 多线程 固定和可变的线程池 协议-Learning materials, including Socket Programming C/S multi-threaded thread pool of fixed and variable agreement
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:152299
    • 提供者:房亮
  1. socket

    0下载:
  2. socket的举例,C#多线程计时器类,该例子是一个封装的计时器类-example for socket in C#
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:201295
    • 提供者:fei
  1. unix-socket-programme

    0下载:
  2. 代码编写了在unix socket编程的典型几种模式,包括迭代,epoll,select,多线程,多进程等模式,是学习的好资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1479741
    • 提供者:焦梁
  1. UDP-Socket-Server

    0下载:
  2. 基于UDP协议的socket服务器,包括服务程序,多线程处理-UDP Server Develop
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:146917
    • 提供者:zzx
  1. socket-study

    0下载:
  2. p2p文件编程 socket 多线程 教程,一步一步教你入门-file transfer
  3. 所属分类:P2P

    • 发布日期:2017-04-08
    • 文件大小:396234
    • 提供者:xmf
  1. socket

    0下载:
  2. 一个基于TCP的socket聊天的小程序,运用了多线程,支持多人聊天,适合初学网络编程的人-a small chat program based on TCP,uses the multiple thread technology,supports servel penson chatting.suitable for for the newbies.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:13450
    • 提供者:吴彬洁
  1. NIO-Socket(server-and-client)

    0下载:
  2. jdk供的无阻塞I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。在NIO中使用多线程,主要目的已不是为了应对每个客户端请求而分配独立的服务线程,而是通过多线程充分使用用多个CPU的处理能力和处理中的等待时间,达到提高服务能力的目的。 client多线程请求server端,server接收client的名字,并返回Hello! +名字的字符格式给client。当然实际应用并不这么简单,实际可能是访问文件或者数据库获取信息返回给client。-jdk f
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-23
    • 文件大小:165982
    • 提供者:陈云凤
  1. Socket

    0下载:
  2. 用于socket与多线程并用,实现多线程UDP上传,数据之间互不影响-Used for the socket and multi-threaded, multi-threaded UDP upload data between independently of each other
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:83126
    • 提供者:吴世超
  1. Socket

    0下载:
  2. 因为微软的CSocket对多线程的支持需要消息支持,使用不方面,因此 封装了一个类 对socketapi的函数封装 分基本类,客户端类和服务类,希望大家使用 并给出意见 -Microsoft s CSocket need the support of multi-threaded message support, the use of non encapsulates a class on socketapi function encapsulates the basic class, cli
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:6902
    • 提供者:草木犀
  1. socket

    0下载:
  2. linux系统下实现多线程、服务器、客户端、信号处理以及多线程讲解、源码操作说明-Linux system realize multithreading, server, client, signal processing and multithreading explanation, the source operating instructions
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:5232
    • 提供者:贺阳阳
  1. SOCKET

    1下载:
  2. C#一个简单的SOCKET+多线程的 网络聊天工具!-C# a simple SOCKET+ multi-threaded web chat!
  3. 所属分类:CSharp

    • 发布日期:2014-07-05
    • 文件大小:248832
    • 提供者:leoleo
  1. VS2008-C-socket-server

    1下载:
  2. Visual c++ 下使用C语言开发的SOCKET网络通信程序,服务端,多线程,可以同时接受多个客户端的连接请求,最大连接数可修改。-Developed using C language Visual c++ the SOCKET network communication program, the server, multi-threaded, can also accept multiple client connection requests, and the maximum numbe
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-07-05
    • 文件大小:2142208
    • 提供者:yanan
  1. Socket

    1下载:
  2. 基于C_S结构的Socket程序设计。控制台程序:使用控制台界面的多线程Server程序及Client端,WSAAsyncSelect异步窗口程序:使用Windows窗口界面的基于WSAAsyncSelect异步选择机制的Server程序及Client端 -Based on C_S structure Socket programming. Console application: using the console interface, multi-threaded Server prog
  3. 所属分类:Console

    • 发布日期:2017-09-14
    • 文件大小:1018880
    • 提供者:
  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. socket

    0下载:
  2. 简单socket网络编程,聊天程序,应用了多线程实现监听。-Simple socket network programming, chat program, the application of multi-threaded implementation listener.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-02
    • 文件大小:133254
    • 提供者:
  1. MyLinuxThread_veryhuo.com

    0下载:
  2. C++多线程socket的服务器源代码,多线程池动态分配,处理多任务的服务器!用于大数据的处理。当任务量大于线程池中的线程量,此时,开辟新的线程,加入线程池!-Server source code of C++ multi-threaded socket, multi-thread pool dynamically allocate server handle multi-tasking! For the processing of large data. When the task is gr
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-03
    • 文件大小:10518
    • 提供者:大哥
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 34 »
搜珍网 www.dssz.com