代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/166306/10024651

m mean.m

function y = mean(x,dim) %列状数据平均值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % mean(A) % %MEAN Average or mean value. % For vectors, MEAN(X) is the mean value of the elements in X. For %
www.eeworm.com/read/358694/10181721

m mean.m

function y = mean(x,dim) %列状数据平均值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % mean(A) % %MEAN Average or mean value. % For vectors, MEAN(X) is the mean value of the elements in X. For %
www.eeworm.com/read/358191/10194292

cpp avgtime.cpp

// average time for merge sort #include #include #include #include #include #include "msort.h" void main(void) { int a[1001], n, i,
www.eeworm.com/read/161587/10394147

cpp avgtime.cpp

// average time for merge sort #include #include #include #include #include #include "msort.h" void main(void) { int a[1001], n, i,
www.eeworm.com/read/353896/10407259

m mean.m

function y = mean(x,dim) %列状数据平均值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % mean(A) % %MEAN Average or mean value. % For vectors, MEAN(X) is the mean value of the elements in X. For %
www.eeworm.com/read/273093/10927628

m mean.m

function y = mean(x,dim) %列状数据平均值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % mean(A) % %MEAN Average or mean value. % For vectors, MEAN(X) is the mean value of the elements in X. For %
www.eeworm.com/read/467252/7008250

m estpdf.m

function [alpha, beta, K] = estpdf(m1, m2) % ESTPDF Estimate generalized Gaussian p.d.f of a wavelet subband % % Input: % m1: average absolute values of subband coefficients % m2: variances of su
www.eeworm.com/read/172061/7074865

m mean.m

function y = mean(x,dim) %列状数据平均值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % mean(A) % %MEAN Average or mean value. % For vectors, MEAN(X) is the mean value of the elements in X. For %
www.eeworm.com/read/452317/7441982

h account.h

#include class account { protected: char name[20]; //学生姓名 int English, Chinese,Math,Total; //公共课成绩及总分 float average; //公共课平均分 int Accoun; //会计学成
www.eeworm.com/read/436906/7758968

c final.c

#include #include #include #include #define MU 0.0 #define SIZE 1000 #define R 0.475383841 //average code rate(R = k/n) int calHam(int checkArray[],in