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

搜索资源列表

  1. CSharpSocket-

    0下载:
  2. C# Socket 多线程编程实例,一些小小的例子,在这里分享一下。-c socket
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:221902
    • 提供者:shumamofang
  1. QQ

    0下载:
  2. 似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取。客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件-)。&nbs...-Chat program like QQ, written by VB. Include server site and client site, using tcp/ip, windows socket
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-13
    • 文件大小:3265822
    • 提供者:牟维明
  1. wenjian

    0下载:
  2. 包括服务器端,采用tcp/ip socket多线程编程,服务器端传输大文件-Including the server using TCP/IP socket multi-thread programming, the server transfer large files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:1184043
    • 提供者:牟维明
  1. wenjianjieshou

    0下载:
  2. 包括服务器端,采用tcp/ip socket多线程编程,服务器端接收大文件-Including the server using TCP/IP socket multi-thread programming, the server receiving large files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2214870
    • 提供者:牟维明
  1. socket-example

    0下载:
  2. socket简单例子,包含客户端与服务器,讲解多线程与阻塞的问题-very good~~~
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:14214
    • 提供者:cheng
  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. xq

    0下载:
  2. JAVA实现的网络象棋游戏~Socket 多线程问题~等等~很好的网络编程小游戏哦-JAVA Implementation of the network chess game ~ Socket multi-threaded problem ~ and so ~ good network programming game!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:41118
    • 提供者:覃华杰
  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. TcpServer

    0下载:
  2. tcp socket,多线程服务,可以实际是所有的端程序框架-tcp socket, multi-threaded services can actually end program framework
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:44357
    • 提供者:chuji
  1. soc_thr

    0下载:
  2. 基于UNIX、Linux的socket多线程编程的基础样例代码。-Sample code based on the basis of multi-threaded programming in UNIX, Linux' s socket.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-25
    • 文件大小:7781
    • 提供者:zt
  1. ThreadServer

    0下载:
  2. Socket多线程类,用于解决多线程请求并发。-Java class of Socket Multithreading
  3. 所属分类:Java Develop

    • 发布日期:2017-11-29
    • 文件大小:1141
    • 提供者:kids
  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. javaSE_IM_source_code

    0下载:
  2. 企业即时通讯工具,采用C/S架构 + TCP/UDP协议 + Socket + 多线程技术实现。客户端支持:用户上下线,单聊,群聊,自定义消息字体样式,表情、图片发送,文件发送,语音聊天,修改状态,修改头像,修改密码等。服务端支持:服务器管理、用户管理、服务配置管理、日志管理等。 -Enterprise instant messaging tool, using the C/S architecture+ TCP/UDP protocol+ the Socket+ multithreadin
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:7975937
    • 提供者:
  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-serveraclient

    0下载:
  2. 多线程socket通信,服务器和客户端,可以说实现服务器和客户端同时互相发送消息-Multi-threaded socket communication, the server and client, server and client at the same time send a message to each other can be said
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:3098846
    • 提供者:张三
  1. Socket

    0下载:
  2. 多线程的实现,有客户端和服务器端的输入输出-The realization of multi-threaded, client and server-side input and output
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-02
    • 文件大小:11320
    • 提供者:王子清
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 41 »
搜珍网 www.dssz.com