C# 클래스 natix.CompactDS.GolynskiMunroRaoSeq

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

공개 메소드들

메소드 설명
Access ( int pos ) : int
Build ( IList seq, int sigma, BitmapFromBitStream bitmap_builder, int cyclic_perm_t ) : void
BuildPermInvIndex ( IList seq, int start_index, int sigma, List lists ) : void
GolynskiMunroRaoSeq ( ) : System
Load ( BinaryReader Input ) : void
Rank ( int symbol, int pos ) : int
Save ( BinaryWriter Output ) : void
Select ( int symbol, int abs_rank ) : int
Unravel ( int symbol ) : Bitmap

보호된 메소드들

메소드 설명
GetBlockRank ( int symbol, int block_id ) : int

비공개 메소드들

메소드 설명
Print1Perm ( IPermutation p ) : void
PrintPerms ( ) : void
compute_num_blocks ( ) : void

메소드 상세

Access() 공개 메소드

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

Build() 공개 메소드

public Build ( IList seq, int sigma, BitmapFromBitStream bitmap_builder, int cyclic_perm_t ) : void
seq IList
sigma int
bitmap_builder BitmapFromBitStream
cyclic_perm_t int
리턴 void

BuildPermInvIndex() 공개 메소드

public BuildPermInvIndex ( IList seq, int start_index, int sigma, List lists ) : void
seq IList
start_index int
sigma int
lists List
리턴 void

GetBlockRank() 보호된 메소드

protected GetBlockRank ( int symbol, int block_id ) : int
symbol int
block_id int
리턴 int

GolynskiMunroRaoSeq() 공개 메소드

public GolynskiMunroRaoSeq ( ) : System
리턴 System

Load() 공개 메소드

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

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 abs_rank ) : int
symbol int
abs_rank int
리턴 int

Unravel() 공개 메소드

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