代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/100514/15872979
cpp main.cpp
// By Jenhsun Lo (Andy)
//
// simulate a store shop problem.
// image that we have three service . But only has two lines (queue)
// 4 people go into two queue per minute. and the third se
www.eeworm.com/read/444082/7618742
pdf pattern recognition using average patterns of categorical k-nearest neighbors.pdf
www.eeworm.com/read/390032/8488822
m fgn.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Designer:g9664501 地瓣胡
% Date:2007/11/06
% Function:Implement a Rayleigh fading channel simulator based on the
www.eeworm.com/read/287938/8659509
txt tyme cycle test.txt
Time per cycle: 1313. Average: 1313
Time per cycle: 1359. Average: 1336
Time per cycle: 1313. Average: 1328
Time per cycle: 1312. Average: 1324
Time per cycle: 1313. Average: 1322
Time per cycle:
www.eeworm.com/read/287938/8659586
txt tyme cycle test_1.txt
Time per cycle: 1078. Average: 1078
Time per cycle: 1047. Average: 1062
Time per cycle: 1031. Average: 697
Time per cycle: 1063. Average: 440
Time per cycle: 1031. Average: 294
Time per cycle: 10
www.eeworm.com/read/430837/8723983
dat eee.dat
average error= 0.02372
average error= 0.02384
average error= 0.02384
average error= 0.02381
average error= 0.02377
average error= 0.02375
average error=
www.eeworm.com/read/430389/8751367
c 1_1b.c
/* ======================================== */
/* 祘Α龟ㄒ: 1_1b.c */
/* 璸衡羆だ㎝キА */
/* ======================================== */
void main()
{
www.eeworm.com/read/386050/8769051
m klms.m
%KLMS Karhunen Loeve Mapping, followed by scaling
%
% [W,FRAC] = KLMS(A,N)
% [W,N] = KLMS(A,FRAC)
%
% INPUT
% A Dataset
% N or FRAC Number of dimensions (>= 1) or fraction o
www.eeworm.com/read/428465/8866351
h csensordatafilter.h
/*
============================================================================
* Name : CSonsorDataFilter.h
* Part of : Example3D
* Description : Definition of CSensorDataFilter
www.eeworm.com/read/284698/8908746
c ex4-5.c
#include
float average(array, n)
int n;
float array[];
{
int i;
float aver, sum=array[0];
for (i=1; i