代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/173128/9672981
file mlj-options.file
MAX_ATTR_VALS 20
MAX_LABEL_VALS 20
REMOVE_UNKNOWN_INST no
CORRUPT_UNKNOWN_RATE 0
UNKNOWN_RATE_SEED 7258789
CTR 0
INDUCER 0
WRAPPER 3
# CHC Options
finalgeneration 10
populationsize 10
inducer naive
www.eeworm.com/read/292010/8382913
cpp basichashtable.cpp
#include "BasicHashTable.h"
#ifdef __linux__
#include
#endif
#include
#include
// When there are this many entries per bucket, on average, rebuild
// the t
www.eeworm.com/read/189063/8492504
m mav.m
function [out]=mav(v,n,all,in)
%
% mav.m
%
% Moving average filter
%
% v = current variable
% n = number of steps to include
% all = 0 to filter entire data set
% in = input data
% out
www.eeworm.com/read/188512/8532208
h gradebook.h
// Fig. 4.8: GradeBook.h
// Definition of class GradeBook that determines a class average.
// Member functions are defined in GradeBook.cpp
#include // program uses C++ standard string cla
www.eeworm.com/read/188512/8532244
h gradebook.h
// Fig. 4.12: GradeBook.h
// Definition of class GradeBook that determines a class average.
// Member functions are defined in GradeBook.cpp
#include // program uses C++ standard string cl
www.eeworm.com/read/388617/8595335
cpp studentc.cpp
// studentc.cpp -- Student class using containment
#include "studentc.h"
using std::ostream;
using std::endl;
using std::istream;
using std::string;
//public methods
double Student::Average()
www.eeworm.com/read/388617/8596405
cpp studentc.cpp
// studentc.cpp -- Student class using containment
#include "studentc.h"
using std::ostream;
using std::endl;
using std::istream;
using std::string;
//public methods
double Student::Average()
www.eeworm.com/read/388439/8609125
m mav.m
function [out]=mav(v,n,all,in)
%
% mav.m
%
% Moving average filter
%
% v = current variable
% n = number of steps to include
% all = 0 to filter entire data set
% in = input data
% out
www.eeworm.com/read/288527/8626205
m mav.m
function [out]=mav(v,n,all,in)
%
% mav.m
%
% Moving average filter
%
% v = current variable
% n = number of steps to include
% all = 0 to filter entire data set
% in = input data
% out
www.eeworm.com/read/385314/8809615
m smooth_spectrum.m
function [P,f,w,tw] = smooth_spectrum(d,dt,L,io);
%SMOOTH_SPECTRUM: Power spectrum estimate by smoothing the periodogram.
% For more than one trace provides the average spectrum
%