代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/449504/7502882

m find_neighborsd2.m

% PURPOSE: An example of using find_neighbors() % finds an index to the nearest neighbors % demo for a large data set %-------------------------------------------
www.eeworm.com/read/449504/7502888

m find_neighborsd.m

% PURPOSE: An example of using find_neighbors() % finds an index to the nearest neighbors % demo for a small data set %-------------------------------------------
www.eeworm.com/read/449504/7502895

m find_nnd2.m

% PURPOSE: An example of using find_nn() % finds an index to the nearest neighbors % demo for a large data set %--------------------------------------------------
www.eeworm.com/read/449504/7502903

m find_nnd.m

% PURPOSE: An example of using find_nn() % finds an index to the nearest neighbors % demo for a small data set %--------------------------------------------------
www.eeworm.com/read/449189/7517254

java arrayaverage1.java

//【例5.4】 求数组元素的平均值。 public class ArrayAverage1 { public static double average(int table[]) //求数组元素的平均值 { double sum=0.0; for (int i=0;i
www.eeworm.com/read/449189/7517255

java arrayaverage2.java

//【例5.4】 求数组元素的平均值。 public class ArrayAverage2 { public static double average(int table[]) //求数组元素的平均值 { if (table!=null && table.length!=0) //避免空对象异常和除数为0错误 {
www.eeworm.com/read/448906/7522680

java world.java

/* * World.java * * Created on 12 October 2006, 08:09 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package wpc.data; import
www.eeworm.com/read/448535/7531267

m testexlms.m

% Test the lms in a system identification setting % Assume a Gaussian input % Copyright 1999 by Todd K. Moon inputvar = 0.001; insig = sqrt(inputvar); ntaps = 6; % number of adaptiv
www.eeworm.com/read/448516/7532640

java listing 11-78.java

private void DownRow ( ResultSet DisplayResults ) throws SQLException { long Orders; long Average; long Sum; Orders = DisplayResults.getLong ( 1 ) ; Average = DisplayResults.getL
www.eeworm.com/read/447973/7542890

m alphabetamontecarlorun.m

%%% DynaEst 3.032 02/18/2001 % Copyright (c) 2000 Yaakov Bar-Shalom % % AlphaBetaMonteCarloRun alpha beta Kalman filter -- Monte Carlo runs % it's availabe only when SimulationFlag is 1,2,3 % Ca