-
good simulator source code!
很好的模拟器源代码!-good simulator source code!
- 2022-04-12 22:57:56下载
- 积分:1
-
NS-2的快速播放模块
问题:
如在线游戏和警报消息的应用程序
传播是敏感的每个数据包延迟交货。考虑车辆
Ad hoc 网络 (车用) ;在这方面,多跳的快速繁殖
广播的消息上述应用程序生成的需要
能够避免冗余传输和其他的特定解决方案的部署
消息传播延迟的来源。
解决方案:
我们有
开发了一个解决方案,允许车辆在某汽车排到动态
估计他们的传输范围,并有效地利用这种信息
尽可能传播广播的消息用尽可能少的啤酒花 (和传输)。
在本质上,在一条消息的传输范围,最远交通
发件人/转发器将统计学荣幸成为下一步 (和
只有) 转发器。
更多详细说明的问题和
可以找到解决办法,[1] [2] (请参阅此 web 页的引用)。
执行 NS-2:
为执行所描述的解决方案
在[1] [2]我们已为众所周知的网络创建一些新的模块
模拟器 (版本 ns-2.29,虽然它可能与其他工作也
版本)。
具体来说,我们已经创建以下模块:
- bbcast-packet.h包含的定义
新的数据包报头 ;
- bbcast-packet.cc包括
执行的函数来访问数据包报头 ;
- BroadcastbaseAgent.h包括
有关机的其他代理 ; 函数原型
- BroadcastbaseAgent.cc包括
执行的职能的广播的代理
- 2022-10-24 03:05:03下载
- 积分:1
-
RADIUS 服务器介绍
RADIUS服务器支持标准的RADIUS协议,并支持设备提供商自己定义的扩展RADIUS属性,具有高稳定性、高性能、高度可配...
RADIUS 服务器介绍
RADIUS服务器支持标准的RADIUS协议,并支持设备提供商自己定义的扩展RADIUS属性,具有高稳定性、高性能、高度可配置性、高负荷量等特点,是宽带网络运营商理想的认证、授权、计费服务器。
特 点
◆ 支持多种接入方式
PPPoE接入、DHCP+Web接入、专线接入、无线和有线LAN或WAN基于IEEE802.1x的接入
◆ 支持多种认证类型
PPPoE用户帐号认证、计算机网卡MAC地址认证、计算机IP地址认证、卡用户认证、专线用户认证、 用户VLAN ID认证等等。
◆ 支持多种认证方式
PPP PAP认证、PPP CHAP认证、PPP MS-CHAP认证、Unix系统认证、PAM认证、ARAP认证、LDAP认证、EAP/MD5和EAP/TLS认证。
◆ 支持多种上网控制方式
上网时长控制、上网时段控制、累积时长控制、空闲时长控制、带宽控制。
◆ 支持漫游特性
A城市的用户在B城市上网,可将用户计费信息发往A城市的RADIUS服务器。
-RADIUS server on the server supports standard RADIUS agreement and support equipment providers to expand their definition of RADIUS attributes, with high stability, high performance, highly configurable, high-load characteristics, is a broadband network operators an ideal authentication, authorization, billing server . features support for multiple access methods PPPoE access, DHCP Web access, leased lines, wireless and cable-based LAN or WAN access IEEE802.1x supports multiple authentication type PPPoE user account
- 2022-01-25 21:16:36下载
- 积分:1
-
达到对Protel99 SE软件有个全面的了解并达到熟练掌握的目的。
达到对Protel99 SE软件有个全面的了解并达到熟练掌握的目的。 - Achieved software has a comprehensive understanding to Protel99
SE and achieved skilled grasps goal.
- 2022-01-25 14:29:24下载
- 积分:1
-
数据库复习题
数据库复习题,希望大家能用到。
数据库复习题
数据库复习题,希望大家能用到。-Database database Exercises Exercises, I hope that everyone can use.
- 2022-01-25 20:43:08下载
- 积分:1
-
用LABVIEW开发的贪吃蛇小游戏,娱乐的同时学习编程思想和方法。...
用LABVIEW开发的贪吃蛇小游戏,娱乐的同时学习编程思想和方法。-Developed using LABVIEW Snake game and entertainment programming at the same time learning the ideas and methods.
- 2022-01-25 19:12:19下载
- 积分:1
-
Very classic Lianliankan source code, and all living creatures share, everyone c...
很经典的连连看源代码,与众生共享,大家可以随便下载。-Very classic Lianliankan source code, and all living creatures share, everyone can freely download.
- 2023-01-08 13:15:02下载
- 积分:1
-
NTP(net time protocal)英特网时间服务服务器的时间的获取,在linux环境下可以直接运行,取得服务器的时间...
NTP(net time protocal)英特网时间服务服务器的时间的获取,在linux环境下可以直接运行,取得服务器的时间-NTP (net time protocal) Internet Time Service server time to acquire, in the linux environment can be directly run, made the server time
- 2022-02-05 16:05:19下载
- 积分:1
-
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版...
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-C Primer combination of the third edition of the Stanley Lippman had practical experience and Jose; for ANSI/ISO C standard in-depth understanding. This third edition of the guide book has been redrafted too, to be more precise description of the C standard features and usage. In the book, for C beginners particular value of some real-world examples of the procedures, they show Generic procedures (generic program) in the design, object-oriented design, the use of templates, and the use of standard C for all aspects of the design process. Moreover, the book was also the right place describes some of the efficiency and usage guide.
- 2023-04-14 20:45:03下载
- 积分:1
-
Photos modulus procedure for picture taking mode, LCD display with
图片取模程序,用于图片取模,LCD显示时用-Photos modulus procedure for picture taking mode, LCD display with
- 2022-05-22 08:13:06下载
- 积分:1