C# Class A5.A5Engine

Afficher le fichier Open project: iamckn/airprobe Class Usage Examples

Méthodes publiques

Свойство Type Description
dbMode bool

Méthodes publiques

Méthode Description
CreateRegisters ( ) : int[][]
GetMaxRegLensTotal ( ) : int
GetOutValue ( ) : int
Intro ( ) : void
RegisterShift ( int regTS ) : void
RegistersToShift ( ) : int[]

Private Methods

Méthode Description
ExtractPolyExponents ( string polynomialsArray ) : int[][]
FindFrequency ( int indexValues ) : int[]
FindLargestInt ( int intArray ) : int
GetFeedbackValues ( int regTS ) : int[]
GetIndexValues ( ) : int[]
PolySelection ( ) : int[][]
RegisterFill ( int offset, int regNum ) : int[]
RemoveIntArrElement ( int oArray, int index ) : int[][]
XorRegValues ( int vToXor ) : int
XorValues ( int val1, int val2 ) : int
slowText ( string message ) : void

Method Details

CreateRegisters() public méthode

public CreateRegisters ( ) : int[][]
Résultat int[][]

GetMaxRegLensTotal() public méthode

public GetMaxRegLensTotal ( ) : int
Résultat int

GetOutValue() public méthode

public GetOutValue ( ) : int
Résultat int

Intro() public méthode

public Intro ( ) : void
Résultat void

RegisterShift() public méthode

public RegisterShift ( int regTS ) : void
regTS int
Résultat void

RegistersToShift() public méthode

public RegistersToShift ( ) : int[]
Résultat int[]

Property Details

dbMode public_oe property

public bool dbMode
Résultat bool