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

搜索资源列表

  1. UDP聊天

    0下载:
  2. 另类的UDP聊天,分有客户端与服务器端,VB编程,很好用,-alternative UDP Chat, for a client and server, Visual Basic programming, useful,
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:32561
    • 提供者:
  1. Multithreaded TCP-UDP Client Server

    0下载:
  2. .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3509
    • 提供者:蓝鸥
  1. 简单的TCP,UDP服务器,客户端(入门学习用)

    0下载:
  2. WIN API开发的基于SOCKET的简单TCP,UDP通信程序,对初学者使用SOCKET很有帮助
  3. 所属分类:通讯编程

    • 发布日期:2009-04-05
    • 文件大小:35021
    • 提供者:vivo01
  1. UDP

    0下载:
  2. 本例是采用UDP通信,包括服务器与客户端,包括数据重传机制和异常处理机制-In this case is the use of UDP communications, including server and client, including data retransmission mechanism and exception handling mechanism
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:32845
    • 提供者:张洪铭
  1. cvery_112520622

    0下载:
  2. 用socket实现tcp和udp,包含了客户端和服务器端-use socket to complete tcp/udp code
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:203463
    • 提供者:yjcheng
  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-01
    • 文件大小:40207
    • 提供者:Frank.Tao
  1. NetAssis

    0下载:
  2. Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:319787
    • 提供者:timoho
  1. udp

    0下载:
  2. 一个简单的Windows下的UDP程序,包含客户端和服务器端,对于初学winsock有帮助!欢迎下载!-A simple Windows program under the UDP, including client and server side, for beginners winsock help! Welcome to download!
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:44991
    • 提供者:yuchen117
  1. VSPM

    1下载:
  2. 虚拟串口软件可以将TCP/IP、UDP广播映射成本机的虚拟COM 口,应用程序通过访问虚拟串口,就可以完成远程控制、数据传输等功能。 通过扩展DLL,可以实现串口互通、协议分析、数据采集等功能,提供例程代码。 此软件可免费用于商业用途,例如串口服务器、GPRS模块配套等 -VSPM
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3082091
    • 提供者:郭郭
  1. VC-UDP

    0下载:
  2. VC 下UDP代码,包括服务器端和客户端,方便入门者使用和学习-socket for windows in C
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:996
    • 提供者:陈大伟
  1. udp

    0下载:
  2. 用csharp实现udp通讯,内含udp客户端和服务器端,简单例子-Achieved by csharp udp communication, containing udp client and server side, a simple example
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:109617
    • 提供者:高星爱学习
  1. UDP

    0下载:
  2. 建立一个基于UDP的二人网络聊天的程序,要有登陆功能,登陆成功后可实现客户端和服务器端信息的互发,否则不能进入聊天。-A UDP-based chat program for two, there must log function, the landing can be achieved after the success of the client and server send each other information, or can not access the chat.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:10546
    • 提供者:贠珊
  1. UDP.rar

    0下载:
  2. 1、首先需要定义的对象: SOCKET ReceivingSocket //接收端的Socket SOCKADDR_IN ReceiverAddr //接收端的地址信息 char ReceiveBuf[1024] //接收数据缓冲区大小 int BufLength //缓冲区长度 SOCKADDR_IN SenderAddr //发送数据端地址信息 int SenderAddrSize = sizeof(SenderAddr) //发送
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:5223461
    • 提供者:xiaoxiao
  1. udp

    0下载:
  2. QT程序,基于udp网络编程通讯程序,客户端与服务器-QT program, based on network programming udp communication process, the client and server
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:8082
    • 提供者:沉亮
  1. UdpTest

    0下载:
  2. 一个UDP服务器及一个TCP连接。每隔50ms发送20字节UDP包给一个UDP客户端,同时UDP客户端通过TCP回答收到了多少个包。用来测试UDP连接的稳定性。-A UDP server and a TCP connection. 20 bytes every 50ms UDP packet sending a UDP client, and UDP client received via TCP answer how many packages. UDP connection used to
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:8908
    • 提供者:hu
  1. udp

    0下载:
  2. Python UDP数据传输实例,内容包括客户端以及服务器程序-Python UDP data transmission examples, including client and server programs
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:693
    • 提供者:李厚宏
  1. RFIDUdp

    0下载:
  2. java UDP 服务器侦听程序,并可以操作oracle 数据库-java UDP server listener, and can operate oracle database
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3740268
    • 提供者:dglee
  1. udp

    0下载:
  2. UDP通讯,内含客户端与服务器通讯,可以连接之后进行发送接收数据-UDP communications, containing client and server communication, then you can send and receive data connection
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1884390
    • 提供者:林志才
  1. UDP

    0下载:
  2. 基于UDP协议(面向无连接)的socket编程,包含客户端(发送端)和服务器端(接收端)设计。-Based on UDP (connectionless) socket programming, including client (the sender) and server-side (receiver) designs.
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2198
    • 提供者:赵绍祥
  1. TCP-UDP

    0下载:
  2. 用C++编写TCP,UDP通讯协议,编写客户端和服务器程序,完成客户端和服务器的通信。-C++ prepared with TCP, UDP communication protocol, the preparation of client and server programs, complete client and server communications
  3. 所属分类:Communication

    • 发布日期:2017-05-29
    • 文件大小:11965292
    • 提供者:张进
« 12 3 »
搜珍网 www.dssz.com