代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/219487/14878900

dfm unit1.dfm

object Form1: TForm1 Left = 221 Top = 260 BorderStyle = bsDialog Caption = 'Diurnal Average' ClientHeight = 330 ClientWidth = 855 Color = clBtnFace Font.Charset = DEFAULT_CHARS
www.eeworm.com/read/214740/15089953

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/210497/15198357

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/208576/15243605

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/208576/15243613

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/37274/1070964

c ch05_1.c

#include #include int main() { int Score[5]; /* 定义整数数组 Score[5] */ int count, Total_Score=0,average=0; for (cou
www.eeworm.com/read/216959/4877664

r bclust.r

"bclust"
www.eeworm.com/read/347918/3161886

java centeronzeroplugin.java

package org.joone.util; import org.joone.engine.*; /** * Center around the zero all the time series subtracting its average * Creation date: (23/10/2000 23.55.34) * @author: Administrator */ p
www.eeworm.com/read/402787/2318055

cpp ex3_12.cpp

// Ex3_12.cpp // Using a while loop to compute an average #include using std::cin; using std::cout; using std::endl; int main() { double value = 0.0; // Value en
www.eeworm.com/read/352665/3093755

r bclust.r

"bclust"