CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - udpclient.c

搜索资源列表

  1. UdpClient

    0下载:
  2. 用Visual C++编写的UDP客户端程序。
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:6.53kb
    • 提供者:zz
  1. Messager_Beta1.0

    0下载:
  2. 基于C# UDPClient类的点对点聊天工具..
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:37.18kb
    • 提供者:zhoushuang
  1. udpclient

    1下载:
  2. 一个用C写的UDP客户端;向指定的服务器端口发送数据包
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:10.51kb
    • 提供者:meng9999
  1. udp

    1下载:
  2. Example udp server and client in C. udpserver.c udpclient.c
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-08
    • 文件大小:1.7kb
    • 提供者:bakashi10
  1. CSharp_most_efficient_UDP_server_client

    0下载:
  2. 这是最简UDP 服务器/客户程序. 编译运行正确. 已用于实际工程.注释全面. 从这里你可以 学到网络编程的原理. UDPServer 和 UDPClient 编译/使用说明 1. 编译 用 Microsoft (R) Visual C# 2010 编译. 开DOS窗口, csc UDPServer.cs -- 编译UDP 服务端, 产生UDPServer.exe csc UDPClient.cs -- 编译UDP 客户端, 产生UD
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:5.96kb
    • 提供者:Mike
  1. UDPClient

    1下载:
  2. UDP客户端C程序,主要函数为sendto和recvfrom-UDP Client C program, the main function is sendto and recvfrom
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:26.32kb
    • 提供者:gaojian
  1. udprec

    0下载:
  2. 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.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:72.6kb
    • 提供者:康康
  1. UDPDaDong

    0下载:
  2. UDP打洞测试程序,实现点对点信息传输,C#提供了Sockets来进行套接字的编程,里面包含了TcpClient和UdpClient。用过的大家都知道Tcp发送消息更安全,而Udp传送数据容易丢包,但速度快,能穿越防火墙。目前比较流行的QQ聊天工具底层传输协议用户的就是Udp协议(不知道现在该没)。-UDP hole punching test program, peer-to-peer information transmission, C# Sockets to socket program
  3. 所属分类:.net

    • 发布日期:2017-11-19
    • 文件大小:96.41kb
    • 提供者:胡军华
  1. UdpClient

    0下载:
  2. 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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-17
    • 文件大小:66.24kb
    • 提供者:Zhaoh
  1. UdpClient

    0下载:
  2. 用Visual C++编写的UDP客户端程序。-Using Visual C++ Prepared UDP client program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6.58kb
    • 提供者:机动车
  1. UdpClient

    0下载:
  2. 在VS2010环境中编写的,基于UDP的客户端的C++代码-In the VS2010 environment prepared by the UDP-based client C++ code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:162.64kb
    • 提供者:乔乔
  1. UDPClient

    0下载:
  2. 基于C#的UDP发送接收,这个是Client端口的程序,一开始发送一个数据,然后接收-Based on the C# UDP send receive, this is the program Client port, one starts to send data, and then receive
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:30.01kb
    • 提供者: 段潇潇
  1. UdpBroadcast

    0下载:
  2. 使用C#的UDPClient类,实现简单的基于UDP的多播和广播通信程序.-UDPClient using C# class, simple UDP-based multicast and broadcast communications program.
  3. 所属分类:Remote Control

    • 发布日期:2017-04-08
    • 文件大小:49.7kb
    • 提供者:杨通敏
  1. UDPClient-CSharp

    0下载:
  2. 用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
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:57.01kb
    • 提供者:张来
  1. weChat

    0下载:
  2. 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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-30
    • 文件大小:40.84kb
    • 提供者:谭春霞
  1. sockets_try

    0下载:
  2. 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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:24.48kb
    • 提供者:zc
  1. C# UDP 异步通信

    0下载:
  2. 用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
  3. 所属分类:进程与线程

    • 发布日期:2017-12-28
    • 文件大小:46kb
    • 提供者:660jiu
  1. C# OpenGL例子源码

    1下载:
  2. 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
  3. 所属分类:OpenGL

    • 发布日期:2017-12-30
    • 文件大小:342kb
    • 提供者:660jiu
  1. C#通信调试工具1.0(带源码)

    0下载:
  2. C#超级通信调试工具附带源码,TCPServer,TCPCLient,UDPServer,UDPClient,串口(C# super communication debugger with source code)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-19
    • 文件大小:3.48mb
    • 提供者:Jaasdsa
搜珍网 www.dssz.com