代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/316280/13526363
h bandwidth_map.h
#ifndef __bandwidth_map
#define __bandwidth_map
#include
#include
#ifdef GCC3
#include
using namespace __gnu_cxx;
#else
#include
#endif
// represents a single
www.eeworm.com/read/316280/13526365
cc bandwidth_map.cc
#include "bandwidth_map.h"
#include "massert.h"
#include
#include
#include
#include "math.h"
// #define COMPILE_MAIN
#define NUM_IN_PEERS 10
#define NUM_OUT_PEERS 10
www.eeworm.com/read/316280/13526407
cc bandwidth_filter.cc
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod
www.eeworm.com/read/316280/13526415
h bandwidth_filter.h
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod
www.eeworm.com/read/484989/6569831
cc test_bandwidth.cc
/* -*- c++ -*- */
/*
* Copyright 2004 David Carr.
* based on a file:
* Copyright 2003 Free Software Foundation, Inc.
*
* This file is part of the SSRP project.
*
* The SSRP project is free so
www.eeworm.com/read/405817/11456411
cpp bandwidth(dfs剪枝).cpp
//uva 140
//lrj 180
#include
#include
#include
using namespace std;
bool path[30][30];
bool have[30];
int pos[30];
int mmin, hs;
char ans[30], str[30];
voi
www.eeworm.com/read/258131/11882889
m cal_bandwidth.m
function BwMatrix = cal_bandwidth(sim_M_vec, sim_h_vec, percent, precision, filename)
% some constants
infinity = 100000;
epsilon = 1e-4;
target_tail = (1-percent)*0.5;
% append .mat to filen
www.eeworm.com/read/223481/14639295
m cal_bandwidth.m
function BwMatrix = cal_bandwidth(sim_M_vec, sim_h_vec, percent, precision, filename)
% some constants
infinity = 100000;
epsilon = 1e-4;
target_tail = (1-percent)*0.5;
% append .mat to filen
www.eeworm.com/read/180822/5280884
m cal_bandwidth.m
function BwMatrix = cal_bandwidth(sim_M_vec, sim_h_vec, percent, precision, filename)
% some constants
infinity = 100000;
epsilon = 1e-4;
target_tail = (1-percent)*0.5;
% append .mat to filen
www.eeworm.com/read/180227/5287827
c signals_bandwidth.c
/*
* POSIX.4 Timers test program
*
* Written by J. Vidal
* Copyright (C) Dec, 2002 OCERA Consortium.
*
* This program is free software; you can redistribute it and/or
* modify it under the term