代码搜索:Aodv 开发教程
找到约 10,000 项符合「Aodv 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/492164/6424376
cc aodv.cc
/*
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/491284/6438308
cc aodv.cc
/*
Copyright (c) 1997, 1998 Carnegie Mellon University. All Rights
Reserved.
Permission to use, copy, modify, and distribute this
software and its documentation is hereby granted (including for
com
www.eeworm.com/read/486855/6530949
tcl aodv.tcl
#=================================
#定义元素与网络参数
#=================================
set val(chan) Channel/WirelessChannel ;#采用无线信道
set val(prop) Propagation/TwoRayGround ;#无线电波的传播方式
set val(ant) Ant
www.eeworm.com/read/482883/6615560
cc aodv.cc
/*
Copyright (c) 1997, 1998 Carnegie Mellon University. All Rights
Reserved.
Permission to use, copy, modify, and distribute this
software and its documentation is hereby granted (including for
com
www.eeworm.com/read/482883/6615568
h aodv.h
/*
Copyright (c) 1997, 1998 Carnegie Mellon University. All Rights
Reserved.
Permission to use, copy, modify, and distribute this
software and its documentation is hereby granted (including fo
www.eeworm.com/read/479563/6688739
java aodv.java
// @(#)AODV.java 12/2003
// Copyright (c) 1998-2003, Distributed Real-time Computing Lab (DRCL)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
//
www.eeworm.com/read/264291/11322743
cpp aodv.cpp
#include "h/aodv.h"
#include "h/aodvCostants.h"
#define max(a,b) (a>b ? a : b)
Define_Module_Like(AODV,Routing);
//****************** costructors and destructors of secondary objects ************
www.eeworm.com/read/264291/11322847
make aodv.make
#
# Makefile for SensorSim
#
# ** This file was automatically generated by the command:
# opp_nmakemake -f
#
# By the Perl version of opp_makemake for MSVC
#
# Name of target to be cre
www.eeworm.com/read/264291/11322929
h aodv.h
//AODV protocol
//
#ifndef AODV_H
#define AODV_H
#include "omnetpp.h"
#include "costants.h"
// element of the precursor list containing the
// address for each its neighbors that are
// likely t
www.eeworm.com/read/407513/11417986
tcl aodv.tcl
# ======================================================================
# Default Script Options
# ======================================================================
set opt(ragent) Agent/rtPro