gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
dcunits_com.f90 File Reference

Go to the source code of this file.

Modules

module  dcunits_com
 dc_units モジュール用の内部モジュール

Functions/Subroutines

subroutine, public dcunits_com::dcunitssetline (line)
subroutine, public dcunits_com::dcunitsgettoken (tokentype, ivalue, dvalue, cvalue)

Variables

integer, parameter, public dcunits_com::s_eof = -128
 ファイル/文字列終端シンボル
integer, parameter, public dcunits_com::s_shift = 300
 シフト演算子シンボル
integer, parameter, public dcunits_com::s_text = 301
 テキスト/名前トークンシンボル
integer, parameter, public dcunits_com::s_multiply = 302
 乗算演算子シンボル
integer, parameter, public dcunits_com::s_divide = 303
 除算演算子シンボル
integer, parameter, public dcunits_com::s_exponent = 304
 指数演算子シンボル
integer, parameter, public dcunits_com::s_openpar = 305
 開き括弧シンボル
integer, parameter, public dcunits_com::s_closepar = 306
 閉じ括弧シンボル
integer, parameter, public dcunits_com::s_real = 307
 実数シンボル
integer, parameter, public dcunits_com::s_integer = 308
 整数シンボル