代码搜索:Rate
找到约 10,000 项符合「Rate」的源代码
代码结果 10,000
www.eeworm.com/read/104132/6211276
h rate.h
//---------------------------------------------------------------------------
#ifndef RateH
#define RateH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/104132/6211311
cpp rate.cpp
//---------------------------------------------------------------------------
#include
#include "Rate.h"
//---------------------------------------------------------------------------
#prag
www.eeworm.com/read/102935/6230574
c rate.c
/*
* Rate conversion Plug-In
* Copyright (c) 1999 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/493880/6391823
m rate.m
%input DataSet
%output correctRate
function Rate=rate(DataSet)
[TrainSet TestData]=randExtraSplitT(DataSet,3);
ensResult=ensembleResult(TrainSet,TestData);
Rate=oneValidateCorrectRate(ensResult,T
www.eeworm.com/read/483758/6594743
jpg rate.jpg
www.eeworm.com/read/481359/6639334
h rate.h
#ifndef RATE_H
#define RATE_H
#include "def.h"
#include
#include
#include
typedef struct _bwsample{
double timestamp;
unsigned long bytes;
struct _bwsample
www.eeworm.com/read/481359/6639369
cpp rate.cpp
#include "rate.h" // def.h
#include
#include "btconfig.h"
#include "bufio.h" // for BUF_DEF_SIZ
#include "bttime.h"
#include "console.h"
#ifndef HAVE_CLOCK_GETTIME
#include "compat.h"
www.eeworm.com/read/479025/6697251