代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/334860/12567806
m test2fun.m
function mf=test2fun(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)
www.eeworm.com/read/334787/12572610
h gdata.h
//主函数中用到的全局变量
uint results[32]; //保存ADC转换结果的数组
uint Average;
unsigned char SendFlag=0; //是否发送数据标志
//引用在USBfunctions.c中定义的全局变量的外部声明
typedef struct flags
{
unsigned char
www.eeworm.com/read/184067/9123524
m nlathefun.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=fix(num_prod/n);
bad_prod=max(num_prod-x+1,0)
www.eeworm.com/read/184067/9123860
m lathefunb.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=[num_prod/n];
%num_prod=min(x+n,m);
%exam_
www.eeworm.com/read/166306/10024334
m nlathefun.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=fix(num_prod/n);
bad_prod=max(num_prod-x+1,0)
www.eeworm.com/read/166306/10024676
m lathefunb.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=[num_prod/n];
%num_prod=min(x+n,m);
%exam_
www.eeworm.com/read/358694/10181566
m nlathefun.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=fix(num_prod/n);
bad_prod=max(num_prod-x+1,0)
www.eeworm.com/read/358694/10181733
m lathefunb.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=[num_prod/n];
%num_prod=min(x+n,m);
%exam_
www.eeworm.com/read/353896/10406628
m nlathefun.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=fix(num_prod/n);
bad_prod=max(num_prod-x+1,0)
www.eeworm.com/read/353896/10407299
m lathefunb.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=[num_prod/n];
%num_prod=min(x+n,m);
%exam_