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

搜索资源列表

  1. UDP_Demo 基于UDP协议编写的socket网络编程程序

    0下载:
  2. 基于UDP协议编写的socket网络编程程序,包含客户端与服务器端程序,欢迎下载-Prepared based on UDP protocol socket network programming process, including client and server-side program, please download
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-22
    • 文件大小:257073
    • 提供者:xiao ping
  1. CAsyncProxySocket.zip

    0下载:
  2. 演示使用SOCKS4/SOCKS4A/SOCKS5/HTTP1.1代理来连接ftp服务器并接收欢迎信息的程序,Program which can be used as proxy to connect ftp server and receive welcome information
  3. 所属分类:Proxy Server

  1. Client.rar

    0下载:
  2. linux socket通信客户端例程 实现与服务器的通信,linux socket communication routines to achieve the client and server communications
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:7646
    • 提供者:王康
  1. SimpleQQ.rar

    0下载:
  2. 基于Socket的简单的C/S聊天室模型,服务器中转方式。C/S端都有在线列表。 ,基于Socket的简单的C/S聊天室模型,服务器中转方式。C/S端都有在线列表。
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:94663
    • 提供者:Will
  1. Socket.rar

    0下载:
  2. 程序必须在服务器端实现监听连接请求,客户端实现发送连接请求的功能,在建立连接后进行发送和接收数据的功能,socket
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1628
    • 提供者:周超
  1. linux下的FTP客户端和服务器源代码

    2下载:
  2. linux下的FTP客户端和服务器源代码 socket编程,linux under the FTP client and server source code for socket programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-22
    • 文件大小:442931
    • 提供者:周乐文
  1. windowsSocket-select.rar

    0下载:
  2. window网络模型之select篇 实现的远程下载的程序 包括客户端服务器,network model window of select articles to achieve the process of downloading the remote client-server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-01-06
    • 文件大小:42537
    • 提供者:wake
  1. cs.rar

    1下载:
  2. VC++ socket 客户端与服务器端通信,VC++ socket client and server-side communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3848702
    • 提供者:ze
  1. epoll

    2下载:
  2. linux下的Tcp服务器,采用的是Epoll模式,deamon程序,适合大家学习网络编程。-Tcp server under linux, using the Epoll mode, deamon process, suitable for them to learn network programming.
  3. 所属分类:Linux Network

    • 发布日期:2016-07-28
    • 文件大小:253178
    • 提供者:yourname
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. qtsocket

    0下载:
  2. qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:31670
    • 提供者:sophia
  1. IPv6CharRoom

    0下载:
  2. 1、熟悉IPv4/IPv6下Socket编程 2、掌握Socket编程关键技术 3、利用Socket编程实现网络应用 安装ipV6, 在cmd中键入命令:ipv6 install 为网卡配置地址:ipv6 adu 4/fe80::214:38ff:fe12:b8a4  Server端,等待客户端连接它,连接后将文件按块,一块一块的传到客户端  等待客户端连接 CTcpSocket* socket = new CTcpSocket(
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2425468
    • 提供者:zym
  1. ftp1

    0下载:
  2. java编写的基于ftp的客户端与服务器源码,内附文档解释,是java socket入门级的很好资料。-java-based preparation of the ftp client and server source code, containing the document explained that the java socket is a good entry-level information.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:84346
    • 提供者:luoyefei
  1. MySocket

    1下载:
  2. 用vb.net socket实现一个异步通信的服务器端源代码-vb.net socket
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:263691
    • 提供者:王栋
  1. chatroom

    1下载:
  2. 本程序用C++socket实现多人聊天功能。 具体功能为:服务器可以对说有人说话。 服务器可以与单个用户对话。 服务器可以踢出所有人。 服务器可以踢出某一个人。 客户端可以发送文件给服务器。 客户端可以与客户端私聊。 客户端可以说有人说话。-This procedure using C++ socket to achieve more than chat. Specific functions as follows: the server can say
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:137353
    • 提供者:王帅韬
  1. SOCKET

    0下载:
  2. 通过SOCKET完成服务器端和客户端建立连接和传输数据-Using socket transfer data between server and client
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:145159
    • 提供者:dinghaiy
  1. socket

    0下载:
  2. 服务器验证,服务器端和客户端的基本代码。见笑-Server authentication, the server and client code base. Laughed
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:1027
    • 提供者:周文福
  1. wince6.0TCPclient_TcpSever

    0下载:
  2. 实现在wince环境下创建TCP客户端和TCP服务器端程序的方法和步骤以及select I/O模型的应用。-Creating the environment to achieve wince TCP client and TCP server side methods and procedures, and select I/O Model.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-13
    • 文件大小:3498757
    • 提供者:憔悴
  1. fileTransServer

    1下载:
  2. linux下利用socket c语言编写的文件传输服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language file transfer server and client, with flow charts and notes, suitable for socket learners ~
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:745101
    • 提供者:Boycott
  1. JAVA+Socketchat

    0下载:
  2. java socket多线程聊天室程序,服务器和客户端之间实现通信-java socket multi-threaded chat rooms, servers and client communications between
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:55242
    • 提供者:王寅生
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com