C# 클래스 natix.CompactDS.SeqPlain

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

공개 프로퍼티들

프로퍼티 타입 설명
SEQ IList
X Bitmap

공개 메소드들

메소드 설명
Access ( int pos ) : int
Build ( IList seq, int sigma, short B, ListIBuilder list_builder = null, BitmapFromBitStream bitmap_builder = null ) : void
FindPopCount ( int symbol, int sp, int count ) : int
Load ( BinaryReader Input ) : void
PopCount ( int symbol, int sp, int ep ) : int
Rank ( int symbol, int pos ) : int
Save ( BinaryWriter Output ) : void
Select ( int symbol, int rank ) : int
SeqPlain ( ) : System
Unravel ( int sym ) : Bitmap

메소드 상세

Access() 공개 메소드

public Access ( int pos ) : int
pos int
리턴 int

Build() 공개 메소드

public Build ( IList seq, int sigma, short B, ListIBuilder list_builder = null, BitmapFromBitStream bitmap_builder = null ) : void
seq IList
sigma int
B short
list_builder ListIBuilder
bitmap_builder BitmapFromBitStream
리턴 void

FindPopCount() 공개 메소드

public FindPopCount ( int symbol, int sp, int count ) : int
symbol int
sp int
count int
리턴 int

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

PopCount() 공개 메소드

public PopCount ( int symbol, int sp, int ep ) : int
symbol int
sp int
ep int
리턴 int

Rank() 공개 메소드

public Rank ( int symbol, int pos ) : int
symbol int
pos int
리턴 int

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

Select() 공개 메소드

public Select ( int symbol, int rank ) : int
symbol int
rank int
리턴 int

SeqPlain() 공개 메소드

public SeqPlain ( ) : System
리턴 System

Unravel() 공개 메소드

public Unravel ( int sym ) : Bitmap
sym int
리턴 Bitmap

프로퍼티 상세

SEQ 공개적으로 프로퍼티

public IList SEQ
리턴 IList

X 공개적으로 프로퍼티

public Bitmap,natix.CompactDS X
리턴 Bitmap