代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/372418/9511047
m mvalue.m
% Program 2-1
%
% calculate average
%
% Programmed by H. Harada
%
function outdata = mvalue(indata)
%*********************** variables **********************
% indata : Input data
%******************
www.eeworm.com/read/365949/9838742
cpp intarray.cpp
//这个程序在本书所带软盘中,文件名为INTARRAY.CPP
//这个程序演示数组的概念及其简单运算。
#include
void main(void)
{
int int_array[10] =
{2, 4, 3, 8, 17, 5, 9, 10, 1, 7}; //定义并初始化数组
int sum, count;
float av
www.eeworm.com/read/365166/9875993
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/365166/9876435
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/168118/9937997
m calcvel.m
function v1rec=calcvel(fbtime,fbcoord,shotcoord,cvpavg,nshots,recelev)
% Calculation of the first layer velocity based on a polyfit of the direct arrivals
% The cros over point averages are used to de
www.eeworm.com/read/167781/9952765
m program_03_06.m
% Program 3_6
% Illustration of Overlap-Add Method
%
% Generate the noise sequence
colordef black;
R = 64;
d = rand(R,1)-0.5;
% Generate the uncorrupted sequence and add noise
for m = 1:1:R;
www.eeworm.com/read/166836/9995533
m ga_genetic.m
function [popu, popu_real, fcn_value, upper, average,...
lower, BEST_popu, popuSize, gen_no, para]=GA_genetic(obj_fcn,...
range, IC, elite, gen_no, popuSize, bit_n, xover_rate,...
mutate_rate);
www.eeworm.com/read/166836/9995744
m ga_genetic.m
function [popu, popu_real, fcn_value, upper, average,...
lower, BEST_popu, popuSize, gen_no, para, best_pi]=...
GA_genetic(obj_fcn, range, IC, elite, gen_no, popuSize,...
bit_n, xover_rate, muta
www.eeworm.com/read/166633/10010498
html avg.html
Enter the 1st number:
Enter the 2nd number:
The average is 11.500000
www.eeworm.com/read/165851/10048998
m program_03_06.m
% Program 3_6
% Illustration of Overlap-Add Method
%
% Generate the noise sequence
colordef black;
R = 64;
d = rand(R,1)-0.5;
% Generate the uncorrupted sequence and add noise
for m = 1:1:R;