搜索结果
找到约 26 项符合
Multicast 的查询结果
按分类筛选
matlab例程 %% Ant Colony Algorithm for QoS Multicast Routing % QoS组播路由蚁群算法
%% Ant Colony Algorithm for QoS Multicast Routing
% QoS组播路由蚁群算法
其他 ssm multicast extension for ns-2
ssm multicast extension for ns-2
其他书籍 Automatic protection in Multicast networks
Automatic protection in Multicast networks
通讯编程文档 IPTV Multicast routing
IPTV Multicast routing
系统设计方案 Multicasting in java This article deals primarily with the subject of multicast communication in Ja
Multicasting in java
This article deals primarily with the subject of multicast communication in Java.
网络 This source code is used with MAODV to simulate multicast wireless ad hoc network. Compatible with N
This source code is used with MAODV to simulate multicast wireless ad hoc network. Compatible with NS2.26
通信网络 tcp ip协议详解 中文版PDF
很多不同的厂家生产各种型号的计算机,它们运行完全不同的操作系统,但TCP.IP协议族允许它们互相进行通信。这一点很让人感到吃惊,因为它的作用已远远超出了起初的设想。T C P / I P起源于6 0年代末美国政府资助的一个分组交换网络研究项目,到9 0年代已发展成为计算机之间最常应用的组网形式。它是一个真正的开放系统, ...
Internet/网络编程 GNet是一个简单的网络库。它是目标定向的
GNet是一个简单的网络库。它是目标定向的,用C语言编写,并建立在GLib上。它有意于小而快,易用并易接到端口上。 GNet支持抽象的Internet地址, TCP, UDP, IP Multicast,异步DNS查找, TCP连接,和SOCKS。它有文档编制和例子。
电子书籍 A client/server application that implements the game of BINGO. This example broadcasts information v
A client/server application that implements the game of BINGO. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI.
Java编程 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . Datagr
3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver ...