代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/124869/14532006
cls mfnormal3f.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/124786/14544654
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/223183/14650025
txt mysession.txt
Areas Code Size Count Incl. Total Incl. Maximum Incl. Minimum Incl. Average Excl. Total Excl. Maximum Excl. Minimum Excl. Average
FilterBUF() 88 4 9634352 2462102 2462102 2408588 1495 382 382 498
Fi
www.eeworm.com/read/218685/14910290
sql 无标题1.sql
exec sp_addtype 'student_num','char(9)','not null'
select xs.xh,xm,grade=case
when cj>=85 then '优秀'
when cj>=75 then '良好'
when cj>=60 then '合格'
else '不合格'
end
from xs,xs_kc,kc
where x
www.eeworm.com/read/216914/14986422
nec sommerfield1.nec
CM Copper #12 Dipole
CM Average Ground
CE
GW 1 41 0 -100 420 0 100 420 0.0404331
GS 0 0 .02540
GE 1 -1 0
GN 2 0 0 0 13 .005
EX 0 1 21 0 1 0
LD 5 1 1 41 5.8001E7
FR 0 1 0 0 28.5 1
RP 0 19 73 1002 -90 0
www.eeworm.com/read/216463/15005986
ex-ham7a-out
make-pchk ex-ham7a.pchk 3 7 0:0 0:3 0:4 0:5 1:1 1:3 1:4 1:6 2:2 2:4 2:5 2:6
make-gen ex-ham7a.pchk ex-ham7a.gen dense
Number of 1s per check in Inv(A) X B is 3.0
transmit 7x100000 ex-ham7a.rec 1 aw
www.eeworm.com/read/215497/15059536
m program_5_5.m
% Program 5_5
% Illustration of Overlap-Add Method
%
% Generate the noise sequence
R = 64;
d = rand(R,1)-0.5;
% Generate the uncorrupted sequence and add noise
k = 0:R-1;
s = 2*k.*(0.9.^k);
x
www.eeworm.com/read/215497/15059739
m program_5_5.m
% Program 5_5
% Illustration of Overlap-Add Method
%
% Generate the noise sequence
R = 64;
d = rand(R,1)-0.5;
% Generate the uncorrupted sequence and add noise
k = 0:R-1;
s = 2*k.*(0.9.^k);
x
www.eeworm.com/read/211597/15176872
c averagevalue.c
// ****************************************************************
// Description: Library function to determine the
// average value of a integer array. Note this code stresses
// simplicity o
www.eeworm.com/read/211597/15177064
c averagevalue.c
// ****************************************************************
// Description: Library function to determine the
// average value of a integer array. Note this code stresses
// simplicity o