CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - UDP 客户端 代码

搜索资源列表

  1. RFC868 Time37

    0下载:
  2. RFC686时间同步的服务器段和客户端代码 包括TCP和UDP-RFC686 time synchronization of the server and client code, including TCP and UDP
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5934
    • 提供者:llbird
  1. UdpClient

    0下载:
  2. 这是一个关于UDP客户端的代码,是用WINSOCHET编写的
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1046
    • 提供者:方格拉
  1. EchoClient

    0下载:
  2. 对udp协议的修改后的客户端代码,实现了数据包的顺序接收-right udp agreement to revise the client code, achieving a data packet order to receive
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2239
    • 提供者:小名
  1. chap03

    0下载:
  2. udp协议的开发源代码,里面包含客户端代码,服务器端代码,以及基于多线程的udp程序-udp protocol development source code, which contains the client code, server-side code, and the udp-based multi-threaded program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:12419
    • 提供者:南木
  1. tcpipudp

    1下载:
  2. tcp,udp连接代码,VB源码。演示了用tcp通讯时客户端和服务器端的程序源码。udp之间的通讯源码-VB 源码
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1874988
    • 提供者:kelink
  1. UDP

    0下载:
  2. 服务器端和客户端之间通信C#代码~分为Server和Client-Server and Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:104071
    • 提供者:ToBoo
  1. UDPclient

    0下载:
  2. visualc++ 编写的 udp聊天客户端代码-visualc++ prepared udp chat client code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6971
    • 提供者:肖靖
  1. networkpro

    0下载:
  2. UDP通信代码,通过建立服务器与客户端之间的通信实现数据的传输-UDP communication code, through the establishment of client server and data communication between the transmission
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:35987
    • 提供者:chenyingchang
  1. udptalk

    0下载:
  2. 实现linux下UDP客户端的代码,与服务器建立起连接-Under the UDP to achieve linux client code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:940
    • 提供者:刘伟
  1. sender

    0下载:
  2. 实现UDP客户端功能,采用广播方式发送报文,只负责发,不接收,是实现UDP最简单的代码。-realize an UDP Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-21
    • 文件大小:6415683
    • 提供者:Olympia
  1. udp

    0下载:
  2. 这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评…… 服务器端在启动成功后,输入help可以查看到服务器相关命令。 客户端在登陆成功后,输入help可以查看客户端相关命令(登陆时用户名随便)。-This is achieved using VB.net a simple example of P2P. Hol
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:40207
    • 提供者:Frank.Tao
  1. udpclient

    0下载:
  2. 简单udp服务器客户端代码,通过编译可以接受udp服务器端响应!-Simple udp server client code through the compiler can accept udp server-side response!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:王哲
  1. PingServer

    0下载:
  2. 关于UDP中PINGER的客户端代码,可以马上运行。-The following code fully implements a ping server. You need to compile and run this code. You should study this code carefully, as it will help you write your Ping client.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-01-26
    • 文件大小:1292
    • 提供者:新歌
  1. UDPtime

    0下载:
  2. TIME服务的UDP客户端实现,主要文件:UDPtime.cpp包含了实现了time服务的UDP客户代码-TIME Service UDP client-side implementation of key documents: UDPtime.cpp contains the realization of the time of services UDP client code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2533976
    • 提供者:winni
  1. client

    0下载:
  2. 基于UDP的客户与服务器通信程序实例-客户端代码-client
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1095
    • 提供者:tominson
  1. java_chat

    0下载:
  2. 在做培训时带领学生一起做的聊天系统,包括服务器和客户端,主要功能有注册、登录、客户端之间通过UDP方式聊天和传送文件,客户端自动接受服务器端关于其他客户的登录、退出信息(上线、下线通知),服务器发送信息给客户端等等,使用文件保存注册用户信息。具体的可仓库文档,作为Java初学者,如果能写出这样的系统,那么找工作应该没有问题了,工资至少可达4以上。对有兴趣的学习者,下载后看代码吧!-about tcp/udp chat
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:473151
    • 提供者:JiangQingFei
  1. UDP_Server

    0下载:
  2. 采用UDP协议的网络通信服务器和客户端代码。-Network communication using UDP protocol server and client code.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:4231
    • 提供者:周晓刚
  1. Clientsoft

    0下载:
  2. 一个监控系统的客户端代码 主要功能是tcp udp的多播 可以参考借鉴-A monitoring system client code
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-24
    • 文件大小:7717942
    • 提供者:李剑
  1. UdpClient

    0下载:
  2. 基于WINSOCK套接字库的UDP服务器端程序代码,与上传的另一个UDP客户端程序相对应-UDP socket library WINSOCK based server-side code, and uploaded another UDP client program corresponding
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:2137
    • 提供者:马俊龙
  1. TCP.UDP

    0下载:
  2. TCP.UDP协议的聊天程序源代码,介绍了客户端和服务端的相关代码,并有相关注释-TCP.UDP protocol chat program source code, introduced the client and service side of the relevant code, and relevant comments
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:70317
    • 提供者:张力
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com