代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/359581/10135313
c mall.c
/* mall.c -- use the Queue interface */
/* compile with queue.c */
#include
#include /* for rand() and srand() */
#include /* for time()
www.eeworm.com/read/163777/10145911
m program_3_6.m
% Program 3_6
% Illustration of Overlap-Add Method
%
% Generate the noise sequence
R = 64;
d = rand(R,1)-0.5;
% Generate the uncorrupted sequence and add noise
for m = 1:1:R;
s(m) = 2*(m-1)*(
www.eeworm.com/read/163745/10147529
m btcode.m
function [out] = btcode (infile,bx,by,outfile)
% BTCODE (infile,singvals,outfile)
% Image Compression Using Block Truncation Coding.
% infile is input file name present in the current directory
%
www.eeworm.com/read/357506/10208421
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/356874/10219880
c mall.c
/* mall.c -- use the Queue interface */
/* compile with queue.c */
#include
#include /* for rand() and srand() */
#include /* for time()
www.eeworm.com/read/161772/10375893
c vary.c
/* Functions with a variable argument list. */
#include
#include
float average(int num, ...);
int main( void )
{
float x;
x = average(10, 1, 2, 3, 4, 5, 6,
www.eeworm.com/read/161731/10382352
dat accl_summary.dat
Time: Mean = 15, SD = 0
Number: Mean = 4, SD = 0
FMeasure: Mean = 0.824888, SD = 0
Rand: Mean = 0.847914, SD = 0
Variance: Mean = 0.742448, SD = 0
Dunn (Average): Mean = 9.81987, SD = 0
www.eeworm.com/read/279834/10387067
frm 4.18.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "多维数组应用"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/161528/10398794
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/161141/10445844
c averagevalue.c
// ****************************************************************
// Description: Library function to determine the
// average value of a integer array. Note this code stresses
// simplicity o