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

搜索资源列表

  1. UDP

    0下载:
  2. NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。 最开始NAT是运行在路由器上的一个功能模块。 最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:58035
    • 提供者:sujianchao
  1. Robocup0010

    0下载:
  2. 论文主要工作: 介绍了仿真比赛的构成与运行机制;介绍了linux的使用以及环境开发;编程实现了UDP/ip客户端程序并设计了球队的基本技巧;研究了高级策略等。-Thesis work: The composition of the simulation game and operating mechanism describes the use of linux, and environmental development programming of the UDP/ip client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4933391
    • 提供者:lichen
  1. WeConnect

    0下载:
  2. 群组播对话代码 WM_SOCKETRECEIVE = WM_USER + 123 //自定义的SOCKET接收消息ID Icon_Message = WM_USER + 124 //小图标消息 m_SendPort = 60001 //本机IP组播的端口(UDP端口) m_GroupAddr = 224.0.0.9 //组播组的地址 -Dialogue group broadcast code
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:481890
    • 提供者:dragon
  1. Internet_Protocol_Simulated_System_Lessons

    0下载:
  2. 网络协议经典教程,包括TCP,UDP,IP等协议-Classic tutorial network protocols, including TCP, UDP, IP and other protocols
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-25
    • 文件大小:8324958
    • 提供者:钟志鑫
  1. UDP

    0下载:
  2. 基于TCP/IP中的UDP协议的一个小型聊天软件 不能穿透内网...仅作为UDP编程的学习-Based on TCP/IP, UDP protocol in a small chat software ... can not penetrate the internal network to learn only as UDP programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2806162
    • 提供者:王鹏宇
  1. RTPexample1

    0下载:
  2. 基于JRTPLIB的,用RTP协议在UDP/IP的基础上进行网络流传输的第一个例子。-Based JRTPLIB, using RTP protocol UDP/IP networks on the basis of the first example of stream.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1598
    • 提供者:AllenChan
  1. RTPexample2

    0下载:
  2. 基于JRTPLIB的,用RTP协议在UDP/IP的基础上进行网络流传输的第二个例子。-Based JRTPLIB, using RTP protocol UDP/IP network based on stream in the second example.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:984
    • 提供者:AllenChan
  1. RTPexample3

    0下载:
  2. 基于JRTPLIB的,用RTP协议在UDP/IP的基础上进行网络流传输的第三个例子。-Based JRTPLIB, using RTP protocol UDP/IP networks on the basis of the third example of stream.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:AllenChan
  1. RTPexample4

    0下载:
  2. 基于JRTPLIB的,用RTP协议在UDP/IP的基础上进行网络流传输的第四个例子。-Based JRTPLIB, using RTP protocol UDP/IP network based on the example of the fourth stream.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:1443
    • 提供者:AllenChan
  1. RTPexample5

    0下载:
  2. 基于JRTPLIB的,用RTP协议在UDP/IP的基础上进行网络流传输的第五个例子。-Based JRTPLIB, using RTP protocol UDP/IP network based on the fifth stream example.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:1889
    • 提供者:AllenChan
  1. sirannon-0.6.9

    1下载:
  2. 实现音视频的打包传输、抓包、解包,支持RTP/UDP/IP包传输-packet audio and video transmmit packets
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-06-14
    • 文件大小:21115022
    • 提供者:常波
  1. 92xx_series_tools_20110421

    0下载:
  2. VC++編譯環境,針對網路產品作搜尋及控制,使用TCP/UDP/IP協定。-VC++ compiler environment for networking products for search and control, the use of TCP/UDP/IP protocol.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-01
    • 文件大小:13943305
    • 提供者:albert
  1. STUN_Client_app

    0下载:
  2. STUN(Simple Traversal of UDP over NATs,NAT 的UDP简单穿越)是一种网络协议,它允许位于NAT(或多重NAT)后的客户端找出自己的公网地址,查出自己位于哪种类型的NAT之后以及NAT为某一 个本地端口所绑定的Internet端端口。这些信息被用来在两个同时处于NAT 路由器之后的主机之间建立UDP通信。该协议由RFC 3489定义。-STUN (Simple Traversal of UDP over NATs, NAT traversal of UDP
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1586777
    • 提供者:grhui
  1. UDPRevPort

    0下载:
  2. 基于UDP/IP协议的网络编程,能实现服务端和客户端服务的网络消息发送和接收-Based on TCP/IP protocol network programming, and services to achieve the network server to send and receive messages
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:33759
    • 提供者:dudongshan
  1. ip-udp

    0下载:
  2. developement code for ip udp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:1400
    • 提供者:CRaX
  1. UDP

    0下载:
  2. UDP数据包发送程序,设置MAC,IP和端口后,设置IP绑定。在数据区填入16进制数据,用空格分开。-UDP packets to send a program, set the MAC, IP and port, set the IP binding. Fill in the data area hexadecimal data, separated by spaces.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:6221
    • 提供者:wfl
  1. LwIP

    1下载:
  2. 本文的章节安排是这样的:第2、3、4节对LwIP做一个总体上的描述,第5节是关于操作系统模拟层的内容,第6节是内存和缓冲区管理,第7节介绍LwIP网络接口抽象层,第8、9、10介绍IP、UDP、TCP协议的实现,第11、12节介绍如何与LwIP协议栈接口及LwIP提供的API,第13、14节将分析协议栈的实现,第15、16节提供LwIP API的参考手册,17、18节提供例子代码。-This chapter arrangement is like this: 2,3,4 LwIP do a se
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-01-22
    • 文件大小:443392
    • 提供者:zhangxiaojun
  1. dtu

    0下载:
  2. GPRS通信,支持TCP/IP UDP 支持多中心,使用NXP cortex M3系列ARM,测试通过,可正常运行-GPRS communication, support TCP/IP UDP support, multi-center, the use of NXP cortex M3 series ARM, test can be run
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:542796
    • 提供者:amsion
  1. UDP

    1下载:
  2. 在两台计算机间完成一个简单的UDP传输。 客户端 (1) 循环从命令行读入一行字符串,并传递给服务器,由服务器对字符串进行反转,并将结果返回给客户端 (2) 客户端显示反转后的字符串 (3) 当客户按下“delete”健后,关闭套接字,结束程序 服务器端 (1) 收到客户端数据包,首先验证数据包源地址是否合法 (2) 接收客户的数据,并显示客户的IP地址和端口号 (3) 接收客户传来的字符串,反转后传递给客户 -Between the two computer
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:794
    • 提供者:
  1. UDP

    0下载:
  2. 这个是一个简单的UDP通信聊天程序,是通过确定IP地址向对方发送聊天内容的。-This is a simple UDP communication chat program, is determined by IP address to send the talk.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:15340
    • 提供者:杨舒
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 48 »
搜珍网 www.dssz.com