代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/117181/6110982
entries
/Makefile.in/1.1.1.1/Thu Jun 5 05:49:25 2003//
/average.c/1.1.1.1/Thu Jun 5 05:49:25 2003//
/configure/1.1.1.1/Thu Jun 5 05:49:25 2003//
/configure.in/1.1.1.1/Thu Jun 5 05:49:25 2003//
/sum.c/1.1.
www.eeworm.com/read/481889/6632111
c input.c
#include "./pFDTD.h"
int in_object(int n,float i,float j,float k);
void reading_matrix(char *matrix_file, int n);
float average_epsilon(float i,float j,float k);
void generate_random_2D(float x_
www.eeworm.com/read/150065/12319023
sas clust7_4.sas
proc aceclus data=data_prg.fastclus7_3 out=aaa p=0.02;
/*p=0.02是一个控制迭代过程的量*/
proc cluster data=aaa standard method=average nonorm nosquare ccc pseudo out=tree;
proc tree data=tree spaces=1;
r
www.eeworm.com/read/465318/1520876
1 mkss.1
.de Sp
.if t .sp .5v
.if n .sp
..
.de Ip
.br
.ie \\n.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH MKSS 1 LOCAL
.UC 6
.SH NAME
mkss - compute average spectrum from mic input for SS
.SH SYNOPSIS
.B mk
www.eeworm.com/read/465318/1520892
1 mkss.1
.de Sp
.if t .sp .5v
.if n .sp
..
.de Ip
.br
.ie \\n.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH MKSS 1 LOCAL
.UC 6
.SH NAME
mkss - compute average spectrum from mic input for SS
.SH SYNOPSIS
.B mk
www.eeworm.com/read/309003/3708551
m aifig3.m
% aifig3 -- AI Wavelets
%
% The result of average-interpolating a sequence which
% consists of (-1,1) in a sea of zeros.
%
%
global Fil2 Fil4 Fil6 Fil8
global EdgeFil2 EdgeFil4 EdgeFil6 EdgeFil8
%
nr
www.eeworm.com/read/189109/8490064
asm test.asm
data segment
mess1 db 'Please input the mark!',0ah,0dh,'$'
mess2 db 'The average mark is:',0ah,0dh,'$'
buf1 db 60
db ?
db 60 dup(?)
buf2 db 30 dup(?)
buf3 db 2
www.eeworm.com/read/431224/8696101
m setx0.m
function a = setx0(a)
global DAE Settings
if ~a.n, return, end
% initialize average wind speed
a.vwa = DAE.x(a.vw);
DAE.y(a.ws) = DAE.x(a.vw);
for i = 1:a.n
t0 = Settings.t0;
tf = Settings.tf;
www.eeworm.com/read/384940/8829672
m setx0.m
function a = setx0(a)
global DAE Settings
if ~a.n, return, end
% initialize average wind speed
a.vwa = DAE.x(a.vw);
DAE.y(a.ws) = DAE.x(a.vw);
for i = 1:a.n
t0 = Settings.t0;
tf = Settings.tf;
www.eeworm.com/read/184067/9123419
m lathe2fun.m
function mf=lathe2fun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--theory Examing times till fail
%f--average loss
y=0:10;
p=0.4.^y*0.6;
mf=0;
for i=1:length(y)