/********************************************************** This program a( ) edits the original input text file [A.txt] . It exchanges the original word OW[ ] with the new word NW[ ] in the text. The output file is [B.txt] . It also needs the input data file [D.txt] which gives the values of NOW,NNW,OW[ ] and NW[ ]. *********************************************************** [D.txt] [A.txt] a( ) --> [B.txt] ************* the input data file [D.txt] ****************** NOW =6 NNW =6 Original Word =0-1-15 New Word =0-1-16 ************************************************************ ************** Original Text [A.txt] ************************





********************************************************

   AIPS(人工知能パートナーシステム)を支える

    デジタル回路の世界

         補足資料 Appendix (0-1-15)

********************************************************



********************************************************************
         Appendix (0-1-15) 対称関数(Symmetric Function)の定義
********************************************************************

(1)まず、 補足資料を読んで理解してください。

  [A.txt]a( )-->[B.txt] ;


(2)まず DCDL code から C-source code ( a.c ) を 合成します。

   入力data file ( A.txt ) が このProgram には必要です。


(3)C-program を実行する環境は各自自分に合う方法で構築してください。

   この C-source code ( a.c ) を compile し、

   実行 program ( a.exe ) を生成してください。

実行 program ( a.exe ) の生成は、各自、自分のC-Program実行環境で実施してください。
  

(4)入力data file ( A.txt ) を使って、

実行 program ( a.exe ) を 実行しますと、

出力data( B.txt )が生成されます。


(5)補足資料を参考にして、自分でいろいろと

入力data ( A.txt ) を変更して、出力data file ( B.txt ) を生成して、

   この回路の動作の理解を深めてください。


*********************************************************************

いろいろな入力datafileでの出力datafileの例です。

例1  [ A1.txt ] a( ) --> [ B1.txt ] ;
 
例2   [ A2.txt ] a( ) --> [ B2.txt ] ;

例3   [ A3.txt ] a( ) --> [ B3.txt ] ;

*********************************************************************

************** Modified Text ************************





********************************************************

   AIPS(人工知能パートナーシステム)を支える

    デジタル回路の世界

         補足資料 Appendix (0-1-16)

********************************************************



********************************************************************
         Appendix (0-1-16) 対称関数(Symmetric Function)の定義
********************************************************************

(1)まず、 補足資料を読んで理解してください。

  [A.txt]a( )-->[B.txt] ;


(2)まず DCDL code から C-source code ( a.c ) を 合成します。

   入力data file ( A.txt ) が このProgram には必要です。


(3)C-program を実行する環境は各自自分に合う方法で構築してください。

   この C-source code ( a.c ) を compile し、

   実行 program ( a.exe ) を生成してください。

実行 program ( a.exe ) の生成は、各自、自分のC-Program実行環境で実施してください。
  

(4)入力data file ( A.txt ) を使って、

実行 program ( a.exe ) を 実行しますと、

出力data( B.txt )が生成されます。


(5)補足資料を参考にして、自分でいろいろと

入力data ( A.txt ) を変更して、出力data file ( B.txt ) を生成して、

   この回路の動作の理解を深めてください。


*********************************************************************

いろいろな入力datafileでの出力datafileの例です。

例1  [ A1.txt ] a( ) --> [ B1.txt ] ;
 
例2   [ A2.txt ] a( ) --> [ B2.txt ] ;

例3   [ A3.txt ] a( ) --> [ B3.txt ] ;

*********************************************************************