搜索结果
找到约 24 项符合
destination 的查询结果
按分类筛选
网络 this program can copy source file to destination file
this program can copy source file to destination file
Internet/网络编程 /* Here s a small IPv4 example: it asks for a portbase and a destination and starts sending pack
/*
Here s a small IPv4 example: it asks for a portbase and a destination and
starts sending packets to that destination.
这个IPv4版的例子:它要求portbase(本地端口)与destination (目的端口)然后发送消息
同时还监听消息。
例子测试一:
启动一个运行实例,本地地址与目标地址用同一个端口8888
例子测 ...
网络 destination sequence distance vector
destination sequence distance vector
Internet/网络编程 a small sniffer to check the source and destination ip and the packets send
a small sniffer to check the source and destination ip and the packets send
3G开发 source code to simulate wireless network with ad hoc. the source sends info to destination using mul
source code to simulate wireless network with ad hoc. the source sends info to destination using multihop to reach the base station.
通讯/手机编程 Model for Opnet. Use this model to generate traffic between source and destination pairs. The resul
Model for Opnet. Use this model to generate traffic between source and destination pairs. The resultant traffic file can then be imported into the networks to mimic traffic patterns and represent background loading on a network
通信网络 tcp ip协议详解 中文版PDF
很多不同的厂家生产各种型号的计算机,它们运行完全不同的操作系统,但TCP.IP协议族允许它们互相进行通信。这一点很让人感到吃惊,因为它的作用已远远超出了起初的设想。T C P / I P起源于6 0年代末美国政府资助的一个分组交换网络研究项目,到9 0年代已发展成为计算机之间最常应用的组网形式。它是一个真正的开放系统, ...
Java编程 The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source
The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source of your choice and transmit the video to a destination computer or network in JPEG format.
Java编程 The audioTransmit class is a simple wrapper that can be programmed to take audio input from a source
The audioTransmit class is a simple wrapper that can be programmed to take audio input from a source of your choice and transmit the audio to a destination computer
人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma
Implemented BFS, DFS and A*
To compile this project, use the following command:
g++ -o search main.cpp
Then you can run it:
./search
The input is loaded from a input file in.txt
Here is the format of the input file:
The first line of the input file shoud contain two chars indicate the source and ...