Welcome![Sign In][Sign Up]
Location:
Search - c udpclient

Search list

[ExploitUdpClient

Description: 用Visual C++编写的UDP客户端程序。
Platform: | Size: 6688 | Author: zz | Hits:

[CSharpMessager_Beta1.0

Description: 基于C# UDPClient类的点对点聊天工具..
Platform: | Size: 38075 | Author: zhoushuang | Hits:

[WinSock-NDISudpclient

Description: 一个用C写的UDP客户端;向指定的服务器端口发送数据包
Platform: | Size: 10767 | Author: meng9999 | Hits:

[Internet-NetworkUdpClient

Description: 用Visual C++编写的UDP客户端程序。-Using Visual C++ Prepared UDP client program.
Platform: | Size: 6144 | Author: zz | Hits:

[CSharpMessager_Beta1.0

Description: 基于C# UDPClient类的点对点聊天工具.. -Based on the C# UDPClient type of peer-to-peer chat tool ..
Platform: | Size: 199680 | Author: | Hits:

[Internet-Networkudpclient

Description: 一个用C写的UDP客户端;向指定的服务器端口发送数据包 -Using C to write a client of the UDP to the designated server port to send data packets
Platform: | Size: 81920 | Author: meng9999 | Hits:

[TCP/IP stackudp

Description: Example udp server and client in C. udpserver.c udpclient.c
Platform: | Size: 2048 | Author: bakashi10 | Hits:

[Internet-NetworkCSharp_most_efficient_UDP_server_client

Description: 这是最简UDP 服务器/客户程序. 编译运行正确. 已用于实际工程.注释全面. 从这里你可以 学到网络编程的原理. UDPServer 和 UDPClient 编译/使用说明 1. 编译 用 Microsoft (R) Visual C# 2010 编译. 开DOS窗口, csc UDPServer.cs -- 编译UDP 服务端, 产生UDPServer.exe csc UDPClient.cs -- 编译UDP 客户端, 产生UDPClient.exe 注意: Visual C# 2010 编译器csc.exe的路径必须在系统变量PATH中. 否则找不到csc 2. 运行 开两个DOS窗口, 一左一右. 改变目录到 UDPServer.exe 和 UDPClient.exe 所在位置. 先在一个窗口中运行UDPServer.exe, 再在另一个窗口中运行UDPClient.exe. 之后在 运行UDPClient.exe 窗口中键入的任何信息,都会发送给服务端, 并返回显示. 键入 exit 退出客户端, 服务端仍在运行. -The most efficient UDP server and client with detailed comments.
Platform: | Size: 6144 | Author: Mike | Hits:

[Internet-NetworkUDPClient

Description: UDP客户端C程序,主要函数为sendto和recvfrom-UDP Client C program, the main function is sendto and recvfrom
Platform: | Size: 26624 | Author: gaojian | Hits:

[CSharpudprec

Description: 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.
Platform: | Size: 74752 | Author: 康康 | Hits:

[.netUDPDaDong

Description: UDP打洞测试程序,实现点对点信息传输,C#提供了Sockets来进行套接字的编程,里面包含了TcpClient和UdpClient。用过的大家都知道Tcp发送消息更安全,而Udp传送数据容易丢包,但速度快,能穿越防火墙。目前比较流行的QQ聊天工具底层传输协议用户的就是Udp协议(不知道现在该没)。-UDP hole punching test program, peer-to-peer information transmission, C# Sockets to socket programming, which contains TcpClient and the UdpClient. Used everyone know Tcp safer to send messages, and the the Udp transfer data easily packet loss, but fast, able to pass through the firewall. QQ chat tools underlying transport protocol users more popular is the the Udp agreement (do not know this did not).
Platform: | Size: 98304 | Author: 胡军华 | Hits:

[Internet-NetworkUdpClient

Description: 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.
Platform: | Size: 67584 | Author: Zhaoh | Hits:

[Internet-NetworkUdpClient

Description: 用Visual C++编写的UDP客户端程序。-Using Visual C++ Prepared UDP client program.
Platform: | Size: 7168 | Author: 机动车 | Hits:

[Internet-NetworkUdpClient

Description: 在VS2010环境中编写的,基于UDP的客户端的C++代码-In the VS2010 environment prepared by the UDP-based client C++ code
Platform: | Size: 166912 | Author: 乔乔 | Hits:

[CSharpUDPClient

Description: 基于C#的UDP发送接收,这个是Client端口的程序,一开始发送一个数据,然后接收-Based on the C# UDP send receive, this is the program Client port, one starts to send data, and then receive
Platform: | Size: 30720 | Author: 段潇潇 | Hits:

[Remote ControlUdpBroadcast

Description: 使用C#的UDPClient类,实现简单的基于UDP的多播和广播通信程序.-UDPClient using C# class, simple UDP-based multicast and broadcast communications program.
Platform: | Size: 51200 | Author: 杨通敏 | Hits:

[Internet-NetworkUDPClient-CSharp

Description: 用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 the client
Platform: | Size: 58368 | Author: 张来 | Hits:

[Process-ThreadC# UDP 异步通信

Description: 用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 System.Net.Sockets, VisualC for sending and receiving UDP packets through the UdpClient class)
Platform: | Size: 47104 | Author: 660jiu | Hits:

[OpenGL programC# OpenGL例子源码

Description: 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 namespace System.Net.Sockets, VisualC for sending and receiving UDP packets through the UdpClient class)
Platform: | Size: 350208 | Author: 660jiu | Hits:

[Communication-MobileC#通信调试工具1.0(带源码)

Description: C#超级通信调试工具附带源码,TCPServer,TCPCLient,UDPServer,UDPClient,串口(C# super communication debugger with source code)
Platform: | Size: 3652608 | Author: Jaasdsa | Hits:
« 12 »

CodeBus www.codebus.net