C# Class A5.A5Engine

Mostra file Open project: iamckn/airprobe Class Usage Examples

Public Properties

Property Type Description
dbMode bool

Public Methods

Method Description
CreateRegisters ( ) : int[][]
GetMaxRegLensTotal ( ) : int
GetOutValue ( ) : int
Intro ( ) : void
RegisterShift ( int regTS ) : void
RegistersToShift ( ) : int[]

Private Methods

Method 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 method

public CreateRegisters ( ) : int[][]
return int[][]

GetMaxRegLensTotal() public method

public GetMaxRegLensTotal ( ) : int
return int

GetOutValue() public method

public GetOutValue ( ) : int
return int

Intro() public method

public Intro ( ) : void
return void

RegisterShift() public method

public RegisterShift ( int regTS ) : void
regTS int
return void

RegistersToShift() public method

public RegistersToShift ( ) : int[]
return int[]

Property Details

dbMode public_oe property

public bool dbMode
return bool