Ejemplo n.º 1
0
 public EucKRProber()
 {
     this.codingSM = new CodingStateMachine(new EucKRModel());
     this.distributionAnalyser = new EucKRDistributionAnalyser();
     this.Reset();
 }
Ejemplo n.º 2
0
 public EucKRProber()
 {
     this.codingSM             = new CodingStateMachine(new EucKRModel());
     this.distributionAnalyser = new EucKRDistributionAnalyser();
     this.Reset();
 }