예제 #1
0
 public override void Reset()
 {
     codingSM.Reset();
     state = ProbingState.Detecting;
     contextAnalyser.Reset();
     distributionAnalyser.Reset();
 }
예제 #2
0
 public override void Reset()
 {
     codingSM.Reset();
     numOfMBChar = 0;
     state       = ProbingState.Detecting;
 }
예제 #3
0
 public override void Reset()
 {
     codingSM.Reset();
     state = ProbingState.Detecting;
     analyser.Reset();
 }