Ejemplo n.º 1
0
 public EUCKRProber()
 {
     codingSM             = new CodingStateMachine(new EUCKRSMModel());
     distributionAnalyser = new EUCKRDistributionAnalyser();
     Reset();
 }
Ejemplo n.º 2
0
 public EUCKRProber()
 {
     codingSM = new CodingStateMachine(new EUCKRSMModel());
     distributionAnalyser = new EUCKRDistributionAnalyser(); 
     Reset();
 }