代码搜索:same

找到约 10,000 项符合「same」的源代码

代码结果 10,000
www.eeworm.com/read/449679/7498591

nec 2phased.nec

CM 2-Element Phased Array by K6STI CE SY L1 = 397 SY L2 = 386 SY SP = 169 GW 1 11 0 -L1 0 0 L1 0 1 GW 2 11 SP -L2 0 SP L2 0 1 GS 0 0 in GE 0 EX 6 1 6 00 -.86 .508 EX 6 2 6 00 1.0 0.0 ' GN
www.eeworm.com/read/449504/7502559

m recsercp.m

function result = recsercp(x,z) % PURPOSE: computes a recursive series involving products %-------------------------------------------------------- % USAGE: result = recsercp(x,z) % where: x = a matri
www.eeworm.com/read/449504/7502714

m gedcdf.m

function cdf = gedcdf(x,nu) % PURPOSE: % Evaluates the Probabiliy a vector of observations x(Nx1) % has if drawn from a Generalzed Error Dist'n with parameter nu % % % USAGE: % cdf = gedcd
www.eeworm.com/read/449077/7518928

m findenergy.m

function Emean=findEnergy(x) % FINDENERGY creates an gradient img from a given RGB or grayscale image. % The vertical and horizontal gradients are found using a Sobel operator % and the gradient ma
www.eeworm.com/read/448350/7534479

m distchpf.m

function d=distchpf(pf1,pf2,mode) %DISTCHPF calculates the cosh spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents a
www.eeworm.com/read/440750/7682237

m distchpf.m

function d=distchpf(pf1,pf2,mode) %DISTCHPF calculates the cosh spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents a
www.eeworm.com/read/437574/7745729

m qabf.m

% Objective Image Fusion Performance Measure % C.S.Xydeas and V.Petrovic % Electronics Letters % edit by Richang Hong; May 27 07 function output = Qabf(strA, strB, strF) % strA
www.eeworm.com/read/437118/7754814

tig test39.tig

/* This is illegal, since there are two functions with the same name in the same (consecutive) batch of mutually recursive functions. See also test48 */ let function g(a:int):int = a function
www.eeworm.com/read/437118/7754850

tig test38.tig

/* This is illegal, since there are two types with the same name in the same (consecutive) batch of mutually recursive types. See also test47 */ let type a = int type a = string in 0 end
www.eeworm.com/read/436064/7777732

txt 层次模糊聚类的算法实现.txt

3.3 把相似关系矩阵R转化为等价关系矩阵 在测试过程中,令我有点不明白的是不管R是否是等价矩阵,聚类结果基本一样。但是我还是在每次把R转化为等价矩阵再进行聚类。 //把关系矩阵转化为等价矩阵 private void getEquivalentR() { int time = 1;