コード例 #1
0
ファイル: EUCKRProber.cs プロジェクト: Lexcess/Chartect.IO
 public EucKRProber()
 {
     this.codingSM = new CodingStateMachine(new EucKRModel());
     this.distributionAnalyser = new EucKRDistributionAnalyser();
     this.Reset();
 }
コード例 #2
0
 public EucKRProber()
 {
     this.codingSM             = new CodingStateMachine(new EucKRModel());
     this.distributionAnalyser = new EucKRDistributionAnalyser();
     this.Reset();
 }