代码搜索:Routing
找到约 4,127 项符合「Routing」的源代码
代码结果 4,127
www.eeworm.com/read/338498/12304763
h routing.h
#ifndef _ROUTING_H_
#define _ROUTING_H_
typedef enum {
MH,
GF,
GFX,
DYND,
MH_A,
} ROUTING;
typedef struct Msg {
int dest;
int source;
int size;
int delay;
int energy;
} MsgType;
www.eeworm.com/read/338498/12304855
cpp routing.cpp
#include "stdafx.h"
#include "network.h"
#include "routing.h"
//external variables
extern NODE_TYPE nodeT[4000];
extern NETWORK_TYPE net;
void BuildRouting(){
switch(net.ROUTING_
www.eeworm.com/read/338259/12315852
cpp routing.cpp
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for det
www.eeworm.com/read/338259/12315855
exe routing.exe
www.eeworm.com/read/338259/12315856
ncb routing.ncb
www.eeworm.com/read/338259/12315863
in routing.dsp.in
# Microsoft Developer Studio Project File - Name="routing" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/338259/12315865
plg routing.plg
Build Log
--------------------Configuration: routing - Win32 Release Tkenv--------------------
Command Lines
Results
routing.ex
www.eeworm.com/read/338259/12315874
opt routing.opt
www.eeworm.com/read/338259/12315885
dsp routing.dsp
# Microsoft Developer Studio Project File - Name="routing" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/338259/12315894