代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/464631/1526849

h programlocation.h

// ProgramLocation.h #ifndef __PROGRAMLOCATION_H #define __PROGRAMLOCATION_H #include "Common/MyString.h" bool GetProgramFolderPath(UString &folder); // normalized #endif
www.eeworm.com/read/210914/4946965

m normcorr.m

function [cc,index]=normcorr(a,b) % Function computes maximum normalized correlation coefficients % INPUT % a matrix % b vector sliding by a (length of b does not exceed number of rows in a
www.eeworm.com/read/305277/3778994

scala bug1112.scala

// checks that error doesn't crash the compiler // (due to isFunctionType normalizing Type1 to a function type, // but then the code that used that test not using the normalized type for further ope
www.eeworm.com/read/303435/3811184

main suvelan_nsel.su.main

SUVELAN_NSEL - compute stacking VELocity panel for cdp gathers using the Normalized Selective CrossCorrelation sum suvelan_usel stdout [optional parameters] Optional
www.eeworm.com/read/297604/3886565

h programlocation.h

// ProgramLocation.h #ifndef __PROGRAMLOCATION_H #define __PROGRAMLOCATION_H #include "Common/MyString.h" bool GetProgramFolderPath(UString &folder); // normalized #endif
www.eeworm.com/read/427735/1967763

h programlocation.h

// ProgramLocation.h #ifndef __PROGRAMLOCATION_H #define __PROGRAMLOCATION_H #include "Common/MyString.h" bool GetProgramFolderPath(UString &folder); // normalized #endif
www.eeworm.com/read/419645/2075350

h programlocation.h

// ProgramLocation.h #ifndef __PROGRAMLOCATION_H #define __PROGRAMLOCATION_H #include "Common/MyString.h" bool GetProgramFolderPath(UString &folder); // normalized #endif
www.eeworm.com/read/396408/2420811

c cook_mdct.c

/* * The following (normalized modified discrete cosine transform) * is taken from the OggVorbis 'TREMOR' source code. * * It has been modified for the ffmpeg cook fixed point decoder. */
www.eeworm.com/read/371704/2779279

m normcorr.m

function [cc,index]=normcorr(a,b) % Function computes maximum normalized correlation coefficients % INPUT % a matrix % b vector sliding by a (length of b does not exceed number of rows in a
www.eeworm.com/read/471935/6884232

h cook_fixp_mdct.h

/* * The following (normalized modified discrete cosine transform) * is taken from the OggVorbis 'TREMOR' source code. * * It has been modified for the ffmpeg cook fixed point decoder. */ /*****