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

搜索资源列表

  1. UDP.rar

    0下载:
  2. 基于UDP的聊天软件,带用户注册和登录功能。可群聊或私聊,UDP-based chat software, with user registration and login function. Can be a group chat or私聊
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-27
    • 文件大小:261570
    • 提供者:zhongjk
  1. P2P.rar

    1下载:
  2. P2P协议源码。使用UDP打洞技术来构建位于不同内网的两台电脑的连接。,Source of P2P protocol. Utilize UDP holes to establish connection between 2 hosts which are located in different internal network.
  3. 所属分类:P2P

    • 发布日期:2017-03-23
    • 文件大小:16795
    • 提供者:Leon
  1. OurMsg.rar

    0下载:
  2. LanMsg已更名为ourmsg,当前版本为1.1,修正了1.0版本中UDP组件的BUG,调试通过视频编解码,音视频即时消息软件源码。当前版本音频采用G729A算法编解码,视频采用微软MPEG4编解码。视频编解码器在Update\mpg4vki文件夹中,发布客户端打包时需要将mpg4vki一同发布,否则客户端视频将不能正常使用。,LanMsg has been renamed ourmsg, the current version 1.1, revised 1.0 version of UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-26
    • 文件大小:7885245
    • 提供者:tangcl
  1. TcpIP

    0下载:
  2. 使用C#编写的采用TCP与UDP协议的服务器与客户端的时间,性能较高-Written using C# TCP and UDP protocols use server and client time, high performance
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:94013
    • 提供者:liaofeifan
  1. CSharp-QQdemo

    0下载:
  2. 基于 Udp协议,模仿QQ的聊天软件,实现局域网聊天,群聊,视频聊天-Udp protocol based on imitation of QQ chat software
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-09
    • 文件大小:1086086
    • 提供者:zhanggong
  1. P2PCht

    0下载:
  2. CSharp 写的UDP穿透Cone NAT 的例子, 包含服务器和客户端, C#源码-CSharp write through Cone NAT UDP examples, including server and client, C# source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:320660
    • 提供者:邓冬冬
  1. udp

    0下载:
  2. 简单的网路程序,只是演示如何进行UDP的内网穿透-Simple network procedures, only demonstrate how to carry out the UDP network penetration
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:28165
    • 提供者:sc
  1. tcpudpserverclient

    0下载:
  2. TCP UDP CLIENT SERVER COMMUNICATION ENJOOOOOOOOOOOOY
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:3124
    • 提供者:ammar hourani
  1. UDP

    0下载:
  2. UDP通信测试, 运行正常,可以下载了学习下,添加代码就可以做成复杂的聊天程序-UDP tong xin test
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:51872
    • 提供者:han
  1. P2PNAT

    0下载:
  2. P2P之UDP穿透NAT的实现,一个模拟P2P通讯的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后.(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation)-p2p protocol, udp, CSHARP
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:49186
    • 提供者:alex_cn
  1. UDPExample

    0下载:
  2. UDP编码实例,实现了UDP协议的基本功能-UDP coding examples to realize the basic functions of the UDP protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-11
    • 文件大小:2787262
    • 提供者:cqs
  1. TCP_UDP

    1下载:
  2. TCP和UDP的聊天软件,是我学习网络原理实验的时候写的,在局域网测试通过,希望大家喜欢-TCP and UDP chat software, is my time of learning network theory experiment written in the local area network test I hope everyone likes
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-26
    • 文件大小:994124
    • 提供者:piaolingxue
  1. NetWork

    0下载:
  2. windows 中网络编程 Socket TCP FTP UDP等概念-windows in the network programming concepts such as Socket TCP FTP UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-18
    • 文件大小:28267653
    • 提供者:yisaka
  1. CSharp_network

    0下载:
  2. visual csharp网络编程技术与实践随书代码,介绍了多个网络协议并对应的实例,有很好的参考价值。具体内容:第1章 C#.NET网络编程概述 第2章 C#.NET高级网络编程技术概述 第3章 开发基于TCP协议的应用程序 第4章 开发基于UDP的应用程序 第5章 开发基于SNMP协议的应用程序 第6章 使用.NET发送邮件 第7章 FTP下载与文件传输 第8章 基于C#.NET的网络管理模块 第9章 编写基于.NET的Web Service 第10章 基
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1913140
    • 提供者:刘明
  1. UDP

    0下载:
  2. 基于UDP的开发啊深刻地方就是东方时空飞撒地方发生的开发商。-udpApplication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:41356
    • 提供者:wlj
  1. C_NetProgram

    0下载:
  2. net progromming, TCP, UDP, Server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:2236834
    • 提供者:710071
  1. UDP

    0下载:
  2. 基于VS2010 C# TCT/IP UDP协议的试验程序代码-VS2010 C# TCT/IP UDP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:88210
    • 提供者:chunhong
  1. Udp

    0下载:
  2. UDP通信实例,一个实现UDP传输的例子-UDP communication instance, an implementation example of UDP transmission
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:41484
    • 提供者:charlene jin
  1. TcpUdpDemo

    0下载:
  2. c#,TCP文件传输通信协议和UDP文件传输通信协议demo-c#, TCP and UDP file transfer protocol file transfer protocol demo
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:45260
    • 提供者:刘尚
  1. udp client server

    0下载:
  2. UDP 通讯,包含客户端和服务端程序,亲测可用,需配置ip端口(UDP communication, including client and server-side program, protest available and configure the IP port)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-20
    • 文件大小:39936
    • 提供者:ERHUO
« 12 3 »
搜珍网 www.dssz.com