Ejemplo n.º 1
0
 public SjisProber()
 {
     this.codingSM             = new CodingStateMachine(new SjisModel());
     this.distributionAnalyser = new SjisDistributionAnalyser();
     this.contextAnalyser      = new SjisContextAnalyser();
     this.Reset();
 }
Ejemplo n.º 2
0
 public SjisProber()
 {
     this.codingSM = new CodingStateMachine(new SjisModel());
     this.distributionAnalyser = new SjisDistributionAnalyser();
     this.contextAnalyser = new SjisContextAnalyser();
     this.Reset();
 }