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

搜索资源列表

  1. SOCKET API 聊天室

    0下载:
  2. 多人聊天室程序,通过WinSocketAPI 完成的,包括服务器和客户端两部分 -people chat room procedures, WinSocketAPI completed, including server and client part 2
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:120071
    • 提供者:译心
  1. ClientSock

    0下载:
  2. socket 编程,服务器端程序,测试与客户端的连接,接收数据。-socket programming, server-side procedures, testing and client connectivity and receive data.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:41919
    • 提供者:甘莉
  1. timeserver1115.tar

    0下载:
  2. 时间同步客户端,基于SOCKET编程,服务端运行与WINDOWS下.前面已上传.-time synchronization client, based on Socket Programming, server running under Windows with. previous uploaded.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12237
    • 提供者:孙刚
  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:5096
    • 提供者:顾谦
  1. linux-socket-func

    0下载:
  2. linux下socket的相关函数以及互相之间调用的关系,及有详细的服务器和client的例子说明如何调用!-socket under the cross-correlation function of the relationship between the call and a detailed server and client examples to illustrate how the call!
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:6689
    • 提供者:222
  1. TCP Web Server

    1下载:
  2. 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:8444
    • 提供者:木头
  1. NDK2_demo

    0下载:
  2. 一個Telnet Client/Server的程式,提供使用者再TCPIP上使用SOCKET來寫應用程式的基礎-a Telnet Client / Server program. Beginners again provide users SOCKET use to write applications to the foundation
  3. 所属分类:Telnet服务器

    • 发布日期:2008-10-13
    • 文件大小:99557
    • 提供者:luckfox
  1. SOCKET-TCP

    1下载:
  2. SOCKET多线程,使用TCP连接,当有一个连接请求时候,建立一个线程。共有两个文件,一个Server,还有一个是Client-SOCKET multithreading, the use of TCP connections, when a link request, the establishment of a thread. A total of two documents, one Server, there is a Client
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:24497
    • 提供者:的三分
  1. vb-socket

    0下载:
  2. 使用winsock控件实现server与client互传数据-winsock Control of the use of server and client data Intertransmission
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:405464
    • 提供者:Solo
  1. java_clientSever

    0下载:
  2. 这是一个使用Java编写的基于Socket的Client及Sever,能够提供Client及Server之间的通信。-It is a Java-based Socket Client and Server. able to provide between Client and Server communication.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:4231
    • 提供者:hattie
  1. JavaSocket0001

    0下载:
  2. 用JAVA写的Socket通讯的演示程序。一个是Socket Server,另一个是Socket Client。-written with Java Socket Communications Demonstration Program. Is a Socket Server, and the other is Socket Client.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1889
    • 提供者:
  1. ClientIOCP

    0下载:
  2. socket client to stress test iocp server
  3. 所属分类:网络编程

    • 发布日期:2018-01-07
    • 文件大小:7168
    • 提供者:likertuban
  1. 实验2-编程实验

    0下载:
  2. 實現 socket 客戶端和服務器的代碼,C++編程(socket client and server base on windows use C++)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:yummy2108
  1. socket

    0下载:
  2. socket服务器和客户端的代码,测试正常,可通信(Socket server and client code, normal test, communicable)
  3. 所属分类:网络编程

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:DSJ——J
  1. Socket

    0下载:
  2. Untiy Socke 简单的单例 Client.cs 测试内容: 1.连接服务器。 2.断开服务器。 3.发送游戏事件。 4.以二进制方式发送网络消息。 5.以ProtuBuf方式发送网络消息。 Server.cs 功能: 1.收到的数据不做修改即可发送(Simple single case of Untiy Socke Client.cs test content: 1. to connect to the server. 2. disconnect the
  3. 所属分类:网络编程

    • 发布日期:2018-04-20
    • 文件大小:234496
    • 提供者:Herbie
  1. VB Socket

    0下载:
  2. 建立客户端 实现与服务端的socket通讯(Setting up a client to implement socket communication with the server)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-30
    • 文件大小:69632
    • 提供者:花花花儿
  1. socket-file-transfer

    0下载:
  2. socket 文件传输,有客户端和服务器,编译可以运行(socket File transfer, there are client and server, compile and run.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:268288
    • 提供者:壮壮123
  1. socket

    0下载:
  2. socket范例 包含 用户端和服务器端(Socket example Contains client and server)
  3. 所属分类:网络编程

    • 发布日期:2018-05-03
    • 文件大小:30720
    • 提供者:冠东
  1. SanNiuSignalDemo

    0下载:
  2. SanNiuSignal是一个基于异步socket的完全免费DLL;它里面封装了Client,Server以及UDP;有了这个DLL;用户不用去关心心跳;粘包 ;组包;发送文件等繁琐的事情,这个是DEMO软件。(SanNiuSignal is a completely free DLL based on asynchronous socket; it encapsulates Client, Server, and UDP; with this DLL; users don't have to
  3. 所属分类:网络编程

  1. C# Socket简单例子(服务器与客户端通信)

    0下载:
  2. C# Socket简单例子(服务器与客户端通信)(C# Socket simple example (server to client communication))
  3. 所属分类:网络编程

    • 发布日期:2019-10-22
    • 文件大小:1024
    • 提供者:1472583690
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com