代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/394381/8228038
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/334860/12567862
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/334860/12568437
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/201712/15398438
m u5.m
clear all;
s=[ones(1,10),zeros(1,90)]; % transmitted signal
s_f=fft(s);
x=s_f([1:50]);
y=s_f([51:100]);
signal_f=[y,x]; %input spectrum
dt=5/10; % each time interval is 0.01 micro sec
df=1/(100
www.eeworm.com/read/423577/10546314
h ping_impl.h
#define MAXWAIT 10 /* max seconds to wait for response */
#define OPT_FLOOD 0x001
#define OPT_INTERVAL 0x002
#define OPT_NUMERIC 0x004
#define OPT_QUIET 0x008
#define OPT_RROUTE 0x010
#define OPT_V
www.eeworm.com/read/245586/12791105
s setup.s
.code16
.globl _start
.equ GDT_ENTRIES,3
.equ GDT_ENTRY_SZ,8
.equ SEG1,1
www.eeworm.com/read/245586/12791199
s setup.s
.code16
.globl _start
.equ GDT_ENTRIES,3
.equ GDT_ENTRY_SZ,8
.equ SEG1,1
www.eeworm.com/read/245586/12791571
s setup.s
.code16
.globl _start
.equ GDT_ENTRIES,3
.equ GDT_ENTRY_SZ,8
.equ SEG1,1
www.eeworm.com/read/245586/12791949
s setup.s
.code16
.globl _start
.equ GDT_ENTRIES,3
.equ GDT_ENTRY_SZ,8
.equ SEG1,1
www.eeworm.com/read/245586/12792168
s setup.s
.code16
.globl _start
.equ GDT_ENTRIES,3
.equ GDT_ENTRY_SZ,8
.equ SEG1,1