代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/277564/10627308

cpp 051150033.cpp

#include /*I/O函数*/ #include /*其它说明*/ #include /*字符串操作函数*/ #define M 1000 int N=0; /*记录已经存在的记录条数*/ int H=0; struct student /*
www.eeworm.com/read/421785/10698909

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/420778/10775486

m mvalue.m

% Program 2-1 % % calculate average % % Programmed by H. Harada % function outdata = mvalue(indata) %*********************** variables ********************** % indata : Input data %******************
www.eeworm.com/read/420013/10823302

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/349325/10835490

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/416230/11037582

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/197608/7069689

c ave2f.c

/* * File: ave2f.c * ------------- * This program reads in two floating-point numbers and * computes their average. */ #include #include "genlib.h" #include "simpio.h" main() { do
www.eeworm.com/read/293555/7129031

c ex4-5.c

#include float average(array, n) int n; float array[]; { int i; float aver, sum=array[0]; for (i=1; i
www.eeworm.com/read/299984/7140565

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/165343/7143835

m fadepbplot.m

% Plot the performance of BPSK in a fading channel % Copyright 2004 by Todd K. Moon % Permission is granted to use this program/data % for educational/research only SNRdB = 0:30; EbN0 = 10.^(SNRdB/1