トップ 一覧 検索 ヘルプ RSS ログイン

コンソール版 AGEDASI TOFの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
! Simulation program

Download {{ref agedasi.tgz}}

This is source codes of my system, AGEDASI TOF. AGEDASI TOF is an artificial market model of a foreign exchange market. Please read my papers to get more detailed description about the model.

This code is written in Pascal. P2C is necessary for compilation.

:COMPILATION:
:Install:
+ type "make".
or
+ p2c -LTURBO agedasi.pas
+ gcc agedasi.c -lm -lp2c -o agedasi
:RUN:
:Run:
+ type "./agedasi". Result files are written in "result/" directory.
:Documents:
Please read README files and "program.pdf" in doc/ 
* {{ref README.txt}}
* {{ref program.pdf}}.

! Demonstration Program

Download {{ref Sim38.tgz}}