Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multicast
Search - multicast - List
DL : 0
将ts文件转换为ip流并通过udp或者tcp发送出去 可以循环发送 组播发送-Ts files into the ip tcp or udp stream and sent through the loop you can send a multicast transmission
Update : 2024-05-14 Size : 47104 Publisher : xcc

一个简单的NS2环境下SSM组播简单例子-An example of the SSM multicast in NS2
Update : 2024-05-14 Size : 1024 Publisher : 商丽锋

一个简单的组播例子,适合初学者学习使用。-A simple example of multicasting, suitable for beginners to use.
Update : 2024-05-14 Size : 9216 Publisher : airthon

本书从介绍IPv4中问题的产生和现状入手,详细阐述了IPv6的各个方面,包括IPv6的寻址结构、扩展头、身份验证和安全性、对任意点播和组播的支持以及对相关协议的影响,同时还探讨了IPv4向IPv6过渡的策略和应用。-This book describes the emergence and IPv4 in the present situation of the problem, explained in detail all aspects of IPv6, including IPv6 addressing structure, extension headers, authentication and security, for any on-demand and multicast support, and the relevant agreement impact, and also discussed the transition from IPv4 to IPv6 strategies and applications.
Update : 2024-05-14 Size : 4552704 Publisher : W

VC++ 实现服务器端向客户端的多播,就是所有客户端都能接收到消息-VC++ realize the server to the client multicast, is all the client can receive the news
Update : 2024-05-14 Size : 1953792 Publisher : 罗治平

DL : 0
一种经典的组播算法---kmb算法,KMB由Kou、Mrakousky和Bermaa提出,它是有关求解Steiner树最著名的一个较为快速的启发式算法。-A classic multicast algorithm
Update : 2024-05-14 Size : 1592320 Publisher :

MPH以及扩展后的EMPH算法,能返回组播树以及每一条路径-MPH and extended EMPH algorithm, can return the multicast tree and every path
Update : 2024-05-14 Size : 283648 Publisher :

Basic chat multicast with client and server
Update : 2024-05-14 Size : 61440 Publisher : ric666

mrouted 是支持tunnel的DVMRP多播路由协议的实现,此版本为2011-10-23的最新版 -mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers. DVMRP is a distance vector based protocol, derived from RIP, suitable for closely located multicast users in smaller networks. It simply floods all multicast streams to all routers, i.e. implicit join. This is also known as "flood and prune" since you can opt out from groups you do not want. For a detailed explanation of the protocol, consult RFC 1075.
Update : 2024-05-14 Size : 165888 Publisher : haibbo

DL : 0
多播与服务品质网络参数表达式,设计了一种柔性QoS多播基于人工鱼路由算法群算法的原理,并介绍模糊数学。-Multicast with QoS is regarded as a promising solution for group multimedia applications in NGI
Update : 2024-05-14 Size : 696320 Publisher :

DL : 0
蚁群算法是解决多qoS约束组播路由问题的一种启发式算法。-Ant colony algorithm is to solve the problem of multicast routing qoS constraints a heuristic algorithm.
Update : 2024-05-14 Size : 220160 Publisher :

directsound开发包windows音频采集,拾音器 麦音频采集音频播放属性设置可以拿采集的音频数据作进一步识别分析,局域网广播传输互连,也可广域网进行组播作多人远程开会坐谈会等。-DirectSound development kit windows audio collection, pickup wheat audio in audio playback settings can take the collected voice data for further analysis and identification, LAN broadcasting transmission interconnection, can also be Wan multicast for multiple remote meeting Symposium.
Update : 2024-05-14 Size : 8499200 Publisher :

here is the pdf for multicast communications over wireless mess networks
Update : 2024-05-14 Size : 2911232 Publisher : fleena

improving physical layer multicasting
Update : 2024-05-14 Size : 149504 Publisher : ahasanun

Multicast class使用VC++ 8.0 編程-Multicast class
Update : 2024-05-14 Size : 4096 Publisher : 林景祥

一本对IP组播知识介绍的基础文档,适合入门学习-The basis of documents, a knowledge of the IP multicast suitable for beginners to learn
Update : 2024-05-14 Size : 683008 Publisher : 飘零

linux下的网络通信程序代码,包括广播,组播,点对点的通信代码,对于初学网络编程比较好!-network communication program under linux code, including broadcast, multicast, and point-to-point communication code for the beginner of network programming is better!
Update : 2024-05-14 Size : 587776 Publisher : sxs

JSP/Javam2
DL : 0
java写的,基于局域网的多播协议的信息传输工具。可以再关闭后隐藏在系统托盘区。-Java written, the multicast protocols based on local area network information transmission tools. Can again after the close of the system tray hidden in.
Update : 2024-05-14 Size : 11264 Publisher : cola

《Java网络编程》第三版会为你介绍Java网络API的最新特性。本书讨论了JDK 1.4和1.5(现在已命名为J2SE 5)中所做的所有修改和增补。本书内容全面,涵盖了从网络基础知识到远程方法调用(RMI)等各方面的内容,书中章节涉及到TCP和UDP socket、服务器socket、URL和URI、组播以及特殊用途的API(如JavaMail)等等。本书展示了如何使用JSSE编写安全的网络应用程序,解释了如何使用NIO API编写超高性能的服务器。它还涵盖了Java对网络代理、Web cookie和URL缓存的支持。   《Java网络编程》不仅仅是对API的解释:它还展示了如何使用API。本书有很多示例,包含了几千行可以实际工作的代码(所有代码都可以在线获得),实现了功能完整的网络客户端和服务器。无论是希望编写特殊用途的Web服务器、安全的在线订单接收程序、简单的组播代理还是电子邮件客户端,都会找到可供学习和借用的代码。   无论你是经验丰富的网络开发人员、Java程序员新手,还是只希望对Java网络编程稍有些了解的人,都会发现《Java编程(第三版)》将成为你的书库中一个重要的部分。一旦开始使用Java网络API,只要你能想到它就能够做得到。   -The third edition of Java Network Programming "will introduce you to the latest features of Java networking APIs. This book discusses the JDK 1.4 and 1.5 (now named the J2SE 5) made ​ ​ all the changes and additions. The book is comprehensive, covering the contents of the basics from the network to the remote method invocation (RMI), book chapters related to TCP and UDP sockets, server sockets, URL and URI, multicast, and special-purpose API (such as JavaMail) and so on. The book shows how to use JSSE to write secure web applications, and explains how to use the NIO API to write ultra-high performance server. It also covers the Java Network Proxy, Web cookies, and URL cache support. "Java Network Programming" is not just the API explanation: it shows how to use the API. The book has many examples, including thousands of lines of code can actually work (all code available online), full-featured network client and server. Whether you want to write special-purpose Web server, s
Update : 2024-05-14 Size : 249856 Publisher : Dengeven

DL : 0
任意源多播,源特定组播,接收发送源代码c++编程实现。-Any source multicast, source-specific multicast, the receiver to send the source code c++ programming....
Update : 2024-05-14 Size : 509952 Publisher : lhp
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.