-
保证服务质量的QoS 路由(Quality of Service Routing) 是网络中解决QoS 问题的一项关键技术. QoS 路由
的主要目标是为...
保证服务质量的QoS 路由(Quality of Service Routing) 是网络中解决QoS 问题的一项关键技术. QoS 路由
的主要目标是为接入的业务选择满足服务质量要求的传输路径,同时保证整个网络资源的有效利用. 度量参数选择问
题、寻路问题和路由信息不准确问题是QoS 路由中的几个主要研究内容. 本文围绕这三个方面,介绍了QoS 路由中的
主要问题及相关的解决办法,并探讨了今后QoS 路由可能的研究方向.-To ensure the quality of service QoS routing (Quality of Service Routing) is a network address QoS issues a key technology. QoS routing the main objective is to access business options to meet the requirements of the transmission path quality of service, while ensuring that the entire network efficient use of resources. metric parameters of choice, look for road and routing information is not accurate QoS routing problem is that several major research contents. This paper focus on three aspects, introduced the main issues in QoS routing and related solution, and to explore possible future research directions QoS routing.
- 2022-02-27 04:08:26下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
在线聊天的功能,此工具比较经典,是新手学习P2P和多方聊天的首选源码...
在线聊天的功能,此工具比较经典,是新手学习P2P和多方聊天的首选源码-Online chat features, this tool more classic, is a novice to learn the preferred chat P2P and multi-source
- 2022-02-06 22:57:03下载
- 积分:1
-
连续波雷达和脉冲雷达解距离和多普勒进行了讨论…
Continuous wave radars and pulsed radars are discussed.Resolving range and Doppler mbiguities is also discussed in detail.-Continuous wave radars and a CDFI radars "re discussed.Resolving range and Doppler mbig uities is also discussed in detail.
- 2022-03-19 23:18:28下载
- 积分:1
-
Agent Extensibility (AgentX) Protocol Version 1 我自己翻译了一点点。
Agent Extensibility (AgentX) Protocol Version 1 我自己翻译了一点点。-Agent Extensibility (AgentX) Protocol Version 1 I have translated a little bit.
- 2022-04-06 22:24:27下载
- 积分:1
-
com编程需要的一个delphi控件
com编程需要的一个delphi控件 -com needs a programming delphi control
- 2022-05-13 23:10:51下载
- 积分:1
-
OSE操作系统支持c166的手机游戏
OSE操作系统支持c166的手机游戏-OSE operating system support c166 handset game
- 2023-09-01 23:45:03下载
- 积分:1
-
产生(7,4,3)*(7,4,3)的分组turbo码,并模拟在高斯白噪声条件下的传输的过程....
产生(7,4,3)*(7,4,3)的分组turbo码,并模拟在高斯白噪声条件下的传输的过程.-20 (7,4,3)* (7,4,3), a turbo codes, simulation and Gaussian white noise in the transmission conditions of the process.
- 2022-05-07 23:29:56下载
- 积分:1
-
- 2022-01-25 23:00:04下载
- 积分:1
-
在dos环境下用汇编语音将16进制转化为10进制
在dos环境下用汇编语音将16进制转化为10进制-the compilation environment with voice band 16 into 10 band
- 2022-02-21 16:07:49下载
- 积分:1