代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/468808/6988851
m metric.m
function distance=metric(x,y)
% calculate the Hamming distance
if y == 1
distance= (7 - x);
else
distance=(x);
end
www.eeworm.com/read/467759/7000754
m contents.m
% Voicebox: Speech Processing Toolbox
%
% Audio File Input/Output
% readwav - Read a WAV file
% writewav - Write a WAV file
% readhtk - Read HTK waveform files
% writehtk - Wri
www.eeworm.com/read/467103/7017585
h inftrees.h
/* inftrees.h -- header to use inftrees.c
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* be use
www.eeworm.com/read/467103/7017589
h deflate.h
/* deflate.h -- internal compression state
* Copyright (C) 1995-2004 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not*
www.eeworm.com/read/466659/7030912
m initphi.m
function phi = initphi( imsize, center, radius, isinside )
% INITPHI Initialize the phi funcion
% INITPHI( center, radius ) initializes the zero level level-set
% of the phi function by the c
www.eeworm.com/read/296774/7113953
ld dgux.ld
/* m88kdgux.ld - COFF linker directives for G++ on an AViiON
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU Gen
www.eeworm.com/read/236873/7119052
m contents.m
% Voicebox: Speech Processing Toolbox
%
% Audio File Input/Output
% readwav - Read a WAV file
% writewav - Write a WAV file
% readhtk - Read HTK waveform files
% writehtk - Wri
www.eeworm.com/read/125142/7126658
h inftrees.h
/* inftrees.h -- header to use inftrees.c
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* b
www.eeworm.com/read/125142/7126661
h deflate.h
/* deflate.h -- internal compression state
* Copyright (C) 1995-2002 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should
www.eeworm.com/read/140797/7147074
h inftrees.h
/* inftrees.h -- header to use inftrees.c
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* be use