C# 클래스 AcoustID.Tests.TestsHelper

Some test helpers.
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DATA_PATH string
EPS double

공개 메소드들

메소드 설명
CountSetBits ( UInt32 v ) : int
CountSetBits ( System.UInt64 v ) : int
GrayCode ( int i ) : int
HammingDistance ( UInt32 a, UInt32 b ) : int
HammingDistance ( System.UInt64 a, System.UInt64 b ) : int
LoadAudioFile ( string file ) : short[]
LoadTextFile ( string file ) : string

메소드 상세

CountSetBits() 공개 정적인 메소드

public static CountSetBits ( UInt32 v ) : int
v System.UInt32
리턴 int

CountSetBits() 공개 정적인 메소드

public static CountSetBits ( System.UInt64 v ) : int
v System.UInt64
리턴 int

GrayCode() 공개 정적인 메소드

public static GrayCode ( int i ) : int
i int
리턴 int

HammingDistance() 공개 정적인 메소드

public static HammingDistance ( UInt32 a, UInt32 b ) : int
a System.UInt32
b System.UInt32
리턴 int

HammingDistance() 공개 정적인 메소드

public static HammingDistance ( System.UInt64 a, System.UInt64 b ) : int
a System.UInt64
b System.UInt64
리턴 int

LoadAudioFile() 공개 정적인 메소드

public static LoadAudioFile ( string file ) : short[]
file string
리턴 short[]

LoadTextFile() 공개 정적인 메소드

public static LoadTextFile ( string file ) : string
file string
리턴 string

프로퍼티 상세

DATA_PATH 공개적으로 정적으로 프로퍼티

public static string DATA_PATH
리턴 string

EPS 공개적으로 정적으로 프로퍼티

public static double EPS
리턴 double