代码搜索:Separation

找到约 547 项符合「Separation」的源代码

代码结果 547
www.eeworm.com/read/136812/5857669

h gmon.h

/* @(#)gmon.h 1.1 92/07/30 SMI */ struct phdr { char *lpc; char *hpc; int ncnt; }; /* * histogram counters are unsigned shorts (according to the kernel). */ #define HISTCO
www.eeworm.com/read/101082/6241182

h gmon.h

/* @(#)gmon.h 4.4 (Berkeley) 1/13/83 */ struct phdr { char *lpc; char *hpc; int ncnt; }; /* * histogram counters are unsigned shorts (according to the kernel). */ #def
www.eeworm.com/read/155795/11847804

m newton_method_btcr.m

delta=1/128 x0=pi/2 i=1 for btcr=1:-delta:0 btcrxq(i)=btcr*2^15 % Q15 btcrx(i)=btcr for n=1:16 x1=x0-(2*pi-2*x0+sin(2*x0)-pi*btcr)/(2*cos(2*x0)-2) x0=x1 end
www.eeworm.com/read/474474/6809899

m multilinear.m

%MULTILINEAR % Creates a linear array of N dipoles separated by % distance d % % The following parameters need to be specified: % % Number of elements, N, in the array N % Se
www.eeworm.com/read/393211/8304637

m multilinear.m

%MULTILINEAR % Creates a linear array of N dipoles separated by % distance d % % The following parameters need to be specified: % % Number of elements, N, in the array N % Se