C# 클래스 natix.CompactDS.SA_fss

파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A int[]
Char_SA SkipListRank[]
SA_pointers SkipList2.DataRank>.Node[]
TXT IList
charT IList
newF Bitmap

공개 메소드들

메소드 설명
SA_fss ( IList text, int alphabet_size ) : System

보호된 메소드들

메소드 설명
_compare_suffixes ( int new_suffix, int old_suffix ) : int

compare two suffixes, the new one and some already stored. cmp = 0 if TXT[new_suffix] == TXT[stored_suffix] (impossible for this suffix sorting algorithm) cmp = 1 if TXT[new_suffix] > TXT[stored_suffix] cmp = -1 if TXT[new_suffix] ≤ TXT[stored_suffix]

compare_suffixes ( int new_suffix, int stored_suffix ) : int

메소드 상세

SA_fss() 공개 메소드

public SA_fss ( IList text, int alphabet_size ) : System
text IList
alphabet_size int
리턴 System

_compare_suffixes() 보호된 메소드

compare two suffixes, the new one and some already stored. cmp = 0 if TXT[new_suffix] == TXT[stored_suffix] (impossible for this suffix sorting algorithm) cmp = 1 if TXT[new_suffix] > TXT[stored_suffix] cmp = -1 if TXT[new_suffix] ≤ TXT[stored_suffix]
protected _compare_suffixes ( int new_suffix, int old_suffix ) : int
new_suffix int
old_suffix int
리턴 int

compare_suffixes() 보호된 메소드

protected compare_suffixes ( int new_suffix, int stored_suffix ) : int
new_suffix int
stored_suffix int
리턴 int

프로퍼티 상세

A 공개적으로 프로퍼티

public int[] A
리턴 int[]

Char_SA 공개적으로 프로퍼티

public SkipListRank[] Char_SA
리턴 SkipListRank[]

SA_pointers 공개적으로 프로퍼티

public SkipList2.DataRank>.Node[] SA_pointers
리턴 SkipList2.DataRank>.Node[]

TXT 공개적으로 프로퍼티

public IList TXT
리턴 IList

charT 공개적으로 프로퍼티

public IList charT
리턴 IList

newF 공개적으로 프로퍼티

public Bitmap,natix.CompactDS newF
리턴 Bitmap