CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 P2P编程 搜索资源 - UDP.c

搜索资源列表

  1. QuickMessage

    0下载:
  2. C# udp的消息传输,具有象QQ一样消息提示功能,可以进行多个客户段的消息发送. 使用C#进行的编程.-C# udp information transmission, QQ with the same information as suggested, will feature a number of customers of the messaging. Use the C# programming.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:43115
    • 提供者:张化
  1. P2PServer.c

    0下载:
  2. 经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Oh, I am here on their own to achieve one of
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:4491
    • 提供者:吴花
  1. P2P_UDP_NAT

    0下载:
  2. c++ 实现P2P网络中NAT的UDP穿越的客户端功能和STUN服务器功能
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:46246
    • 提供者:刘敬丰
  1. 5

    0下载:
  2. c#编写的基于(UDP)协议的网络聊天程序.分为客户端和服务器端.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:32095
    • 提供者:高小松
  1. naptforp2p

    0下载:
  2. c#实现的p2p服务器端,客户端源代码,基于UDP数据发送
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:132206
    • 提供者:liukuofei
  1. P2P_UDP_NAT

    1下载:
  2. P2P之UDP穿透NAT的原理与实现(附源代码C#)
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:154722
    • 提供者:antonio
  1. udp-nat

    0下载:
  2. UDP Nat,就是通过UDP内网互联的C#源代码
  3. 所属分类:P2P编程

    • 发布日期:2008-11-02
    • 文件大小:24049
    • 提供者:hehancheng
  1. 基于UDP的打洞程序C++

    0下载:
  2. 确实能用的基于VC的UDP打洞程序
  3. 所属分类:P2P编程

  1. P2P

    0下载:
  2. C# udp p2p socket 信息通讯-C# udp p2p socket wat im message
  3. 所属分类:P2P

    • 发布日期:2017-03-27
    • 文件大小:100458
    • 提供者:plit001
  1. c_p2p_linux

    0下载:
  2. 一个C语言编写的LINUX下的P2P软件,支持UDP-a linux base C p2p program, using UDP
  3. 所属分类:P2P

    • 发布日期:2017-04-09
    • 文件大小:1278033
    • 提供者:王生生
  1. c++p2p

    0下载:
  2. c#实现的p2p服务器端,客户端源代码,基于UDP数据发送有利于初学者的实现-c# realized p2p server side, the client source code, based on the UDP data sent is conducive to the realization of beginners
  3. 所属分类:P2P

    • 发布日期:2017-03-28
    • 文件大小:132366
    • 提供者:倪好
  1. udp_p2p

    1下载:
  2. 用udp实现的p2p通讯,服务器用c++实现,客户端用delphi实现,代码简单易懂。-Udp achieved using p2p communications, server with c++ to achieve, the achievement of the client with delphi, easy-to-read code.
  3. 所属分类:P2P

    • 发布日期:2017-04-01
    • 文件大小:518300
    • 提供者:danny
  1. UDP

    0下载:
  2. C# UPD打洞技术 P2P通信 P2P聊天
  3. 所属分类:P2P

    • 发布日期:2017-03-29
    • 文件大小:2344
    • 提供者:Sandy
  1. PeerGuardian-2-for-98_Me_2k_XP_2k3_Vista_Source-C

    0下载:
  2. PeerGuardian 2 is Phoenix Labs’ premier IP blocker for Windows. PeerGuardian 2 integrates support for multiple lists, list editing, automatic updates, and blocking all of IPv4 (TCP, UDP, ICMP, etc), making it the safest and easiest way to protect you
  3. 所属分类:P2P

    • 发布日期:2017-05-24
    • 文件大小:7755540
    • 提供者:vien
  1. P2p-source-code

    0下载:
  2. 自己用C++的p2p源码,udp基本实现了,tcp还没有完成。-Own use of C++ p2p source, udp basically achieved, tcp is not yet complete.
  3. 所属分类:P2P

    • 发布日期:2017-03-28
    • 文件大小:37650
    • 提供者:
  1. ICQ

    0下载:
  2. 说明: LanMsg是一款用.net C# 开发的局域网即时通讯开源软件(经过简单修改可用于因特网),适合.net即时通讯软件开发者用。 p2p原理(UDP打洞),消息的内容采用串行化技术发送与接收(可发送任何自定义的数据类型).为防止代码过多而引起查看难度,暂只提供本程序的2.1.3 Bate版 主要功能: 支持文件传输; 支持GIF动画表情; 支持屏幕截图发送; 支持音、视频对话; 支持对话记录保存于数据库操作等。 -Descr ipt
  3. 所属分类:P2P

    • 发布日期:2017-05-22
    • 文件大小:6946901
    • 提供者:liangjuyou
  1. cSharpudp

    0下载:
  2. c#编写的udp程序,循序渐进,适合初哥-c# prepared by the udp process, step by step, suitable for novices
  3. 所属分类:P2P

    • 发布日期:2017-04-02
    • 文件大小:41305
    • 提供者:王洋
  1. socket

    0下载:
  2. C#基于udp的socket发送所选txt文件数据,输入发送路数,完成多路并发-C# to sending txt file selected based on udp socket data input to send large ones, to complete multiple concurrent
  3. 所属分类:P2P

    • 发布日期:2017-11-20
    • 文件大小:9273
    • 提供者:bafc
  1. UDP-(1)

    0下载:
  2. C++写的udp文件传输功能,不是控制台程序,但可运行,可以借鉴的比较好的代码。-C++ UDP File transfer
  3. 所属分类:P2P

    • 发布日期:2017-11-10
    • 文件大小:51618
    • 提供者:sen
  1. UDP

    0下载:
  2. 基于visual的mfc工程下的对话框,实现基于UDP协议下的通讯,可以实现工作组计算机之间的文字传输。(Based on visual, a dialog box under MFC project is implemented, which realizes communication based on UDP protocol. It can realize text transmission between workgroup computers.)
  3. 所属分类:P2P编程

    • 发布日期:2018-05-01
    • 文件大小:22961152
    • 提供者:717大汉
« 12 »
搜珍网 www.dssz.com