Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoBayesian.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by yoffy, Thu Oct 21 03:13:19 2004 UTC revision 1.4 by yoffy, Thu Oct 21 03:18:44 2004 UTC
# Line 12  interface Line 12  interface
12  //==================================================  //==================================================
13  uses  uses
14  //==================================================  //==================================================
15          Classes, IniFiles;          Classes;
16    
17  //==================================================  //==================================================
18  type  type
# Line 156  implementation Line 156  implementation
156  //==================================================  //==================================================
157    
158  uses  uses
159          SysUtils, Math;          SysUtils, Math, Windows;
160    
161  const  const
162          GIKO_BAYESIAN_FILE_VERSION      = '1.0';          GIKO_BAYESIAN_FILE_VERSION      = '1.0';

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26