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

搜索资源列表

  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. 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. TCP自环程序

    0下载:
  2. 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:86283
    • 提供者:李京津
  1. 网络聊天:VC winsock-tcp

    0下载:
  2. 一个经典的socket套接字的程序!分为server和client两个部分! 利用CSocket发送消息!!值得新手学习socket的使用!-a classic socket socket procedures! Server and client divided into two parts! Use CSocket messaging! ! Newcomers should learn to use the socket!
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:67642
    • 提供者:teky
  1. ThreadPool_final.rar

    0下载:
  2. 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:4553987
    • 提供者:xuzhisheng
  1. socket

    0下载:
  2. 基于Socket的即时通信系统针,对client/server(客户端/服务器)模式的应用以及实现某些特殊的协议的应用,它的通讯过程是基于TCP/IP协议中传输层接口Socket实现的-Real-time communication system based on Socket pin, on the client/server (client/server) mode of application of the agreement and the achievement of certain
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:11009
    • 提供者:shangyong
  1. Socket-TCP-COM

    1下载:
  2. 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:131327
    • 提供者:王崇洋
  1. SOCKET-TCP

    0下载:
  2. 用于socket的TCP连接,分为客户端和服务器两个部分的代码实现-For socket TCP connection, divided into client and server parts of the code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:2418502
    • 提供者:李彦
  1. SampleSocket_TCPPUDP_Client-Server

    0下载:
  2. A good Java Socket TCP+UDP Client+Server.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:104412
    • 提供者:Gabriel
  1. csharp-tcp-modbus

    0下载:
  2. csharp tcp modbus 以太网通信方法 socket networkstream server client -csharp tcp modbus socket networkstream server client
  3. 所属分类:Communication

    • 发布日期:2016-01-24
    • 文件大小:338944
    • 提供者:lianlian
  1. 基于网络的Tcp通讯Server服务器端和Client客户端

    0下载:
  2. Windows编程基于Tcp通讯的 Server服务器端和 Client客户端,使用一台电脑启动 Server端,另一台电脑启动Client客户端 两端能够互相发送消息并能接收看到(Windows programming, based on Tcp communication Server server and Client client, using a computer to start the Server side, another computer starts Client clie
  3. 所属分类:网络编程

    • 发布日期:2017-12-19
    • 文件大小:5833728
    • 提供者:阳光小鹏
  1. 套接字程序(TCP)+

    0下载:
  2. 套接字程序(TCP)+ VC MFC SOCKET TCP CLIENT SERVER 通讯(VC MFC SOCKET TCP CLIENT SERVER Commuincation)
  3. 所属分类:串口编程

    • 发布日期:2017-12-17
    • 文件大小:63995904
    • 提供者:wxdgk
  1. TCPIP-client-server-master

    0下载:
  2. 实现Socket通信,大批量客户端连接,内含源码文件及可执行程序(Socket communications, mass client connections, including source code files and executable programs)
  3. 所属分类:网络编程

    • 发布日期:2017-12-30
    • 文件大小:146432
    • 提供者:flyingdragon
  1. TcpTest

    0下载:
  2. 模拟TCP客户端高并发连接,对tcp服务端进行压力测试。(Simulated TCP client high concurrent connection, the TCP server stress test.)
  3. 所属分类:网络编程

    • 发布日期:2017-12-20
    • 文件大小:82944
    • 提供者:古云
  1. ethnet udp tcp

    0下载:
  2. Windows TCP UDP SERVER CLIENT 套接字通信程序。(Windows TCP UDP SERVER CLIENT SOCKET communication code)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:63488
    • 提供者:Losserry
  1. C# Socket 分包传送数据

    0下载:
  2. 一款高性能并发tcp服务器,内部带有心跳,分包,粘包,功能,并包含TCP,UDP客户单小例子(A high performance concurrent TCP server with internal heartbeat, sub packet, sticky package, function, and contains TCP, UDP client single small example)
  3. 所属分类:C#编程

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:烨烨
  1. TCP_IP socket编程

    0下载:
  2. 《TCP Sockets编程》通过循序渐进的方式,从最基础的概念到高级别的Ruby封装器,再到更复杂的应用,提供了开发成熟且功能强大的应用程序所必备的知识和技巧,帮助读者掌握在Ruby语言环境下,用套接字实现项目开发的任务和技术。   《TCP Sockets编程》适合对TCP套接字感兴趣的读者阅读。(TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way t
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-20
    • 文件大小:19015680
    • 提供者:supramolecular
  1. tcp&UDP DEMO

    0下载:
  2. C\C++编写的tcp\udp客户端及服务器程序(Tcp\udp client and server program written by C\C++)
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:sunqqq
  1. tcp udp

    0下载:
  2. 1. 创建一个简单的SOCKET编程流程如下 面向有连接的套接字编程 服务器: 1) 创建套接字(socket) 2) 将套接字绑定到一个本地地址和端口上(bind) 3) 将套接字设定为监听模式,准备接受客户端(1. create a simple SOCKET programming flow as follows for a connected socket programming server: 1) creating a socket (socket) 2) binding the s
  3. 所属分类:网络编程

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:往事9295
  1. clientsocket&serversocket(聊天程序)

    1下载:
  2. 利用DelphiSocket组件制作的简单TCP服务器和客户端(Simple TCP server and client based on delphisocket component)
  3. 所属分类:网络编程

    • 发布日期:2020-08-16
    • 文件大小:372736
    • 提供者:livebp
« 1 23 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com