C# Class natix.CompactDS.SArray

sarray. ALENEX 2007. Okanohara & Sadakane. Practical Rank & Select.
Inheritance: Bitmap
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
H Bitmap
L ListIFS

Méthodes publiques

Méthode Description
Access ( int i ) : bool
AssertEquality ( Bitmap obj ) : void
Build ( BitStream32 bitmap, BitmapFromBitStream H_builder = null ) : void
Build ( IList orderedList, int n, BitmapFromBitStream H_builder = null ) : void
Build ( IList orderedList, int n, byte numLowerBits, BitmapFromBitStream H_builder = null ) : void
GetAsIList ( ) : IList
GetNumLowerBits ( ) : int
Load ( BinaryReader Input ) : void
Log_N_over_M ( int n, int m ) : byte
Rank1 ( int pos ) : int
SArray ( ) : System
Save ( BinaryWriter Output ) : void
Select1 ( int rank ) : int
Select1_UnraveledSymbol ( int rank, int &pos_rank ) : int

Private Methods

Méthode Description
get_mask ( ) : int

Method Details

Access() public méthode

public Access ( int i ) : bool
i int
Résultat bool

AssertEquality() public méthode

public AssertEquality ( Bitmap obj ) : void
obj Bitmap
Résultat void

Build() public méthode

public Build ( BitStream32 bitmap, BitmapFromBitStream H_builder = null ) : void
bitmap BitStream32
H_builder BitmapFromBitStream
Résultat void

Build() public méthode

public Build ( IList orderedList, int n, BitmapFromBitStream H_builder = null ) : void
orderedList IList
n int
H_builder BitmapFromBitStream
Résultat void

Build() public méthode

public Build ( IList orderedList, int n, byte numLowerBits, BitmapFromBitStream H_builder = null ) : void
orderedList IList
n int
numLowerBits byte
H_builder BitmapFromBitStream
Résultat void

GetAsIList() public méthode

public GetAsIList ( ) : IList
Résultat IList

GetNumLowerBits() public méthode

public GetNumLowerBits ( ) : int
Résultat int

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

Log_N_over_M() public static méthode

public static Log_N_over_M ( int n, int m ) : byte
n int
m int
Résultat byte

Rank1() public méthode

public Rank1 ( int pos ) : int
pos int
Résultat int

SArray() public méthode

public SArray ( ) : System
Résultat System

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

Select1() public méthode

public Select1 ( int rank ) : int
rank int
Résultat int

Select1_UnraveledSymbol() public méthode

public Select1_UnraveledSymbol ( int rank, int &pos_rank ) : int
rank int
pos_rank int
Résultat int

Property Details

H public_oe property

public Bitmap,natix.CompactDS H
Résultat Bitmap

L public_oe property

public ListIFS L
Résultat ListIFS