代码搜索:Aodv 开发教程
找到约 10,000 项符合「Aodv 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/288736/8610558
cpp aodv.cpp
/*
Copyright (c) 1997, 1998 Carnegie Mellon University. All Rights
Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the followi
www.eeworm.com/read/288736/8610561
tcl aodv.tcl
# ======================================================================
# Default Script Options
# ======================================================================
set opt(ragent) Agent/rtPro
www.eeworm.com/read/288736/8610591
o aodv.o
www.eeworm.com/read/288736/8610623
h aodv.h
/*
Copyright (c) 1997, 1998 Carnegie Mellon University. All Rights
Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the followi
www.eeworm.com/read/431285/8691960
tcl aodv.tcl
# ======================================================================
# Default Script Options
# ======================================================================
set opt(ragent) Agent/rtPro
www.eeworm.com/read/428299/8877073
tcl aodv.tcl
# An example for ad-hoc simulation with AODV
# Define options
set val(chan) Channel/WirelessChannel ;# channel type
set val(prop) Propagation/TwoRayGround ;# radio-propagation model
set val(netif)
www.eeworm.com/read/428091/8896308
tcl aodv.tcl
set val(chan) Channel/WirelessChannel ;# channel type
set val(prop) Propagation/TwoRayGround ;# radio-propagation model
set val(netif) Phy/WirelessPhy ;#
www.eeworm.com/read/427598/8931469
h aodv.h
/***************************************************************************
aodv.h - description
-------------------
begin
www.eeworm.com/read/382649/9008021
h aodv.h
/* @(#) $Header: /tcpdump/master/tcpdump/aodv.h,v 1.3 2003-09-13 01:34:42 guy Exp $ (LBL) */
/*
* Copyright (c) 2003 Bruce M. Simpson
* All rights reserved.
*
* Redistribution and us
www.eeworm.com/read/378588/9222857
h aodv.h
#ifndef AODV_H
#define AODV_H
#include
#include
#define AODVPORT 654
#define TRUE 1
#define FALSE 0
#define MAX(a,b) (((a)>(b))?(a):(b))
#define ACT