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

搜索资源列表

  1. P2P-UDP-Pass

    0下载:
  2. 本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。-This procedure works for UDP hole test program. For simplicity, the application server on the reception of
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:134369
    • 提供者:先后
  1. UDP_COM

    0下载:
  2. UDP通讯的服务端程序,采用.net 2008开发,希望对大家有用-UDP communications server program, using. Net 2008 development, we hope to be useful
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:49100
    • 提供者:应展秋
  1. UDP-server-client

    0下载:
  2. 基于UDP 的客户端和服务端程序,完成本机端口间的的通信-UDP-based client and server program to complete the communication between the local port
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:1104
    • 提供者:李信
  1. udp-chat

    0下载:
  2. C# 源码的UDP多人聊天工具,服务端和客户端代码-C# source UDP multiplayer chat tools, services and client code
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:106661
    • 提供者:skx
  1. UDP-Chat

    0下载:
  2. C#开发 SGS UDP Chat聊天室,服务端+客户端 基于UDP协议,方便修改,可扩展性强-SGS UDP Chat Room Server & Client
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:198847
    • 提供者:煜哥
  1. transfer

    0下载:
  2. 基于UDP的文件传输,可以实现服务端和客户端之间的文件传输,读入并保存在本地文件。-UDP-based file transfer, file transfer can be achieved between the client and the server, and read and stored in the local file.
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6058442
    • 提供者:李岑
  1. nettime

    0下载:
  2. udp协议网络对时,两部分,服务端+客户端.这是服务端代码 vs2012编译OK.-When udp protocol network, in two parts, server+ client, which is a server-side code vs2012 compile OK.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:67377
    • 提供者:henry
  1. SocketUdpServer

    0下载:
  2. 一款WINFORM应用程序 可自定义监听指定IP地址以及端口的Socket服务端工具。 仅支持UDP-A WINFORM application Customizable listening to the specified IP address and port Socket server tools. Only supports UDP
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:145582
    • 提供者:李晓洋
  1. UDP

    0下载:
  2. 一个UDP Socket 编程,一个服务端和多个客户端,实现实时通讯功能。-A UDP Socket programming, a server and multiple clients to achieve real-time communication capabilities.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:80587
    • 提供者:Harry
  1. Csharp_QQ

    0下载:
  2. C#写的模拟QQ聊天软件,可以学习网络编程。当用户第一次运行客户端程序时,将会弹出注册窗口进行注册,用户注册后,再次运行客户端程序时,将直接进行登录,无须注册。用户首先启动服务器端,如图1.1所示。单击“控制台”/“开始服务”命令,启动服务器端的UDP协议。在局域网的其它计算机中,启动客户端程序,如果用户第一次运行本程序,将弹出用户注册窗口。-When a user first runs the client program, registration window will pop up to
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1440295
    • 提供者:asuka
  1. tcp_udp

    0下载:
  2. 有关TCP UDP 的简单使用说明包括服务端和客户端-TCP UDP
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:53564
    • 提供者:张宇
  1. UDPExample

    0下载:
  2. C#编写的UDP服务端通信,接收客户端数据并向客户端发送数据-UDP communications server written in C#, the receiving client data to the client to send data
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:78086
    • 提供者:俊风
  1. udp

    0下载:
  2. UDP点对点传输信息,有接收和发送功能,客户端和服务端的功能-UDP-point transmission of information, have to receive and transmit functions, client and server functions
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:612807
    • 提供者:刘欢
  1. P2P语言聊天系统源码

    0下载:
  2. 这是一款基于WinForm技术的p2p语言聊天系统,使用udp传送语音和文本等信息。在这个系统中没有服务端和客户端,相互通讯都是直接相互联系的。能够很好的实现效果。 菜单功能 该源码是一种人与人进行交流的工具系统,该系统功能包括: 1、录音 2、试听 3、发送语音 4、发送文字 5、播放收到的语音(This is a P2P language chat system based on WinForm technology, whi
  3. 所属分类:C#编程

    • 发布日期:2018-01-10
    • 文件大小:1507328
    • 提供者:lmmmmmm777
  1. WindowsUDPCommunicate

    0下载:
  2. winform开发通讯客户端,实现客户端及服务端UDP之间的通讯。(WinForm develops the communication client to realize the communication between the client and the server UDP.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-02
    • 文件大小:62464
    • 提供者:saber_hacker
  1. MessageManager

    0下载:
  2. 监听udp数据通信,可以监听服务端、客户端数据(Monitor UDP data communication)
  3. 所属分类:C#编程

    • 发布日期:2018-05-02
    • 文件大小:74752
    • 提供者:非8
  1. UDP服务端

    1下载:
  2. UDP服务端,用于接收udp包数据,十分好用
  3. 所属分类:C#编程

搜珍网 www.dssz.com