CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - 客户端程序

搜索资源列表

  1. 简单tcpip数据交换

    0下载:
  2. 实际上是两个project--wj&cpp3,wj是服务端程序,cpp3是客户端程序 编译前先在代码内相应位置写服务器地址,在客户端写发送的数据 编译生成两个执行文件wj.exe和cpp3.exe 先运行wj.exe等待连接,然后运行cpp3 -addre-project is actually two -- wjcpp3, wj service software, cpp3 client program is compiled prior to the code to write
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:19021
    • 提供者:许茜
  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. 05-09-14-Socket

    1下载:
  2. C#写的socket通讯服务器和客户端程序,学习有很好的借鉴-write the C# socket communications servers and clients, learning from the good
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:86463
    • 提供者:ylzz
  1. VBnetworkTCP)

    0下载:
  2. 此VB程序实现的比较简单,我们可以完成主机和客户端之间的通信,此程序包含了主机和客户端程序.-VB program this relatively simple, we can complete the mainframe and client communication between, this includes the mainframe and client procedures.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:9061
    • 提供者:曹伟
  1. MTSClientSrc

    0下载:
  2. 简单得TCP客户端程序。 套接字建立后,客户和服务器通过send()和recv()函数交换数据。 -a simple TCP client program. Socket establishment, the client and server through the send () and the recv () function to exchange data.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:11084
    • 提供者:王圣礼
  1. chat_code

    0下载:
  2. 网络聊天程序,分服务器端和客户端程序代码,采用winsocket原理编写.
  3. 所属分类:TCP/IP协议栈

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

    0下载:
  2. TCP的客户端程序实现基本网络编程功能齐全
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:28316
    • 提供者:南中天
  1. TCPCli

    1下载:
  2. 此代码为网络GPS客户端程序,用于与服务器之间的基于NTrip协议的通讯。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:44451
    • 提供者:周乐韬
  1. ClientTest

    0下载:
  2. 这是SOCKET编程的客户端程序,可以用于socket编程的测试和参考
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2014-01-16
    • 文件大小:5258954
    • 提供者:shhywcr
  1. 使用TCP控件实现服务器和客户端通信

    0下载:
  2. 使用TCP控件实现服务器和客户端通信。是一个简单的控件使用程序。-a process about tcp progressing
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-21
    • 文件大小:833276
    • 提供者:CSJ
  1. 基于udp的多播的客户端程序

    0下载:
  2. 基于udp的多播的客户端程序,可以接受数据,加入多播组,还有一个客户端-Udp multicast-based client programs that can accept data, joining the multicast group, and a client
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-23
    • 文件大小:1332
    • 提供者:daniel
  1. tcp客户端程序

    0下载:
  2. tcp客户端程序,结合了rtp传输264数据
  3. 所属分类:TCP/IP协议栈

  1. UDP_protocol_test

    0下载:
  2. UDP协议测试程序,里面包含了客户端和服务器程序,请先启动服务器,然后用客户端连接,就可以开始测试-UDP protocol testing procedures, which includes client and server program, please restart the server, and then the client connection, you can start testing
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:60679
    • 提供者:chaervt
  1. TCP

    0下载:
  2. TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-08
    • 文件大小:20196
    • 提供者:阿平
  1. 20093319

    0下载:
  2. (1) 使用常用的网络工具查看网络情况 (2) 学习子网的规划和划分方法 (3) 熟悉Eclipse 开发环境 (4) 学习HTTP 协议,编写简单的HTTP 1.0 客户端程序,编写简单的HTTP1.0 服务 器程序 (5) 学习多线程,编写多线程HTTP 1.0 服务器程序 (6) 学习RMI,编写简单的RMI 程序-(1) the use of common network tools to view network status (2) learning and
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:284420
    • 提供者:李航旭
  1. TCP协议客户端服务器间视频传输c源码

    0下载:
  2. 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:xihananhai
  1. SocketTestForms_未加log与用户识别版

    0下载:
  2. 客户端程序连接服务器,tcp协议。有log(Client program, connection server, TCP protocol. Log)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-27
    • 文件大小:80896
    • 提供者:冬日阳光
  1. 基于TCPIP协议多客户连接的服务端程序实现

    0下载:
  2. 基于TCPIP协议多客户连接的服务端程序实现(Implementation of service client program based on TCPIP protocol and multi client connection)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-05-01
    • 文件大小:1674240
    • 提供者:zhangfeng1985
  1. W5500_TCPClient

    2下载:
  2. 基于stm32f4平台的模拟SPI驱动W5500模块,客户端程序(Simulated SPI driver W5500 module and client program based on stm32f4 platform)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2020-09-19
    • 文件大小:870400
    • 提供者:Gbshd007
  1. tcpClient

    0下载:
  2. 本程序用QT编写,可视化界面,简洁明了,可以实现客户端与主机的文本发送和接收。(It can realize text sending and receiving between client and host.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2019-10-22
    • 文件大小:12288
    • 提供者:林森林
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com