搜索资源列表
UdpClient
- 用Visual C++编写的UDP客户端程序。
Messager_Beta1.0
- 基于C# UDPClient类的点对点聊天工具..
udpclient
- 一个用C写的UDP客户端;向指定的服务器端口发送数据包
udp
- Example udp server and client in C. udpserver.c udpclient.c
CSharp_most_efficient_UDP_server_client
- 这是最简UDP 服务器/客户程序. 编译运行正确. 已用于实际工程.注释全面. 从这里你可以 学到网络编程的原理. UDPServer 和 UDPClient 编译/使用说明 1. 编译 用 Microsoft (R) Visual C# 2010 编译. 开DOS窗口, csc UDPServer.cs -- 编译UDP 服务端, 产生UDPServer.exe csc UDPClient.cs -- 编译UDP 客户端, 产生UD
UDPClient
- UDP客户端C程序,主要函数为sendto和recvfrom-UDP Client C program, the main function is sendto and recvfrom
udprec
- udp通信的接收端,能正常运行哦。采用udpclient类,在vs2010平台下运用c#语言编写。-the the receiving end of the udp communication, able to the normal run Oh. Udpclient class to use c# in vs2010 platform language.
UDPDaDong
- UDP打洞测试程序,实现点对点信息传输,C#提供了Sockets来进行套接字的编程,里面包含了TcpClient和UdpClient。用过的大家都知道Tcp发送消息更安全,而Udp传送数据容易丢包,但速度快,能穿越防火墙。目前比较流行的QQ聊天工具底层传输协议用户的就是Udp协议(不知道现在该没)。-UDP hole punching test program, peer-to-peer information transmission, C# Sockets to socket program
UdpClient
- UDP通信C#实例,编译环境VS2005,UDP实际上没有客户端和服务端之分,本程序可做客户端,也可以做服务端。-C# UDP communication examples, the compiler environment VS2005, UDP client and virtually no side of the points, the client program can do, you can also do service clients.
UdpClient
- 用Visual C++编写的UDP客户端程序。-Using Visual C++ Prepared UDP client program.
UdpClient
- 在VS2010环境中编写的,基于UDP的客户端的C++代码-In the VS2010 environment prepared by the UDP-based client C++ code
UDPClient
- 基于C#的UDP发送接收,这个是Client端口的程序,一开始发送一个数据,然后接收-Based on the C# UDP send receive, this is the program Client port, one starts to send data, and then receive
UdpBroadcast
- 使用C#的UDPClient类,实现简单的基于UDP的多播和广播通信程序.-UDPClient using C# class, simple UDP-based multicast and broadcast communications program.
UDPClient-CSharp
- 用C#编写的独立UDP客户端,默认绑定地址127.0.0.1 端口为:9003,配合服务器使用,打开服务,与客户端建立连接即可通信-UDP server with independent written in C#, default binding address 127.0.0.1 port: 9003, with the clients, and to open the service, you can establish a communication connection with th
weChat
- 1.Server支持多客户访问; 2.C与S之间使用TCP连接; 3.C与C之间直接通信(不是通过S传递)。 4.C与C之间直接通信既可以使用TCP,也可以使用UDP。 可以使用Socket,也可以使用TcpClient/UdpClient等;-1.Server supports multi-client access the use of a TCP connection between 2.C and S direct communication between 3.C
sockets_try
- C#使用套接字的UdpClient对本机IP和端口进行监听,并使用UdpClient发送到指定IP地址和端口号。-C# using sockets UdpClient native IP and port monitor, and use UdpClient sent to the specified IP address and port number.
C# UDP 异步通信
- 用VisualC#实现UDP协议,最为常用,也是最为关键的类就是UdpClient,UdpClient位于命名空间System.Net.Sockets中,VisualC#发送、接收UDP数据包都是通过UdpClient类的(The realization of UDP protocol with VisualC, the most commonly used, but also the key is UdpClient, UdpClient is located in the namespace
C# OpenGL例子源码
- opengl作为API,主要用于C++,C#中定义了一个CSGL的类,功能和OPENGL定义的函数差不多,现在网上关于C# OPENGL编程的源码比较少,本代码编写了最简单的功能,作为一个应用框架,适合初学者学习,在此基础上扩张新功能。(The realization of UDP protocol with VisualC, the most commonly used, but also the key is UdpClient, UdpClient is located in the na
C#通信调试工具1.0(带源码)
- C#超级通信调试工具附带源码,TCPServer,TCPCLient,UDPServer,UDPClient,串口(C# super communication debugger with source code)