fortran66のブログ

fortran について書きます。

2014-07-01から1ヶ月間の記事一覧

ACM SIGPLAN Fortran Forum 8月号

今号には露人 A. M. Gorelik 氏の Fortran66/77/90/95/2003/2008 それぞれでの命令・関数の有無に関する表の改訂版が載っています。この労作はとても便利なものだと思います。Statements, data types and intrinsic procedures in the Fortran standards (19…

The Virtual Keypunch

http://www.masswerk.at/keypunch/ Virtual Card Reader で読めるところで草不可避wwwhttp://www.masswerk.at/cardreader/

最初のBug リレー中の蛾

Stroustrupの講義スライドから #22 Programming - Lecture slides http://www.stroustrup.com/Programming/lecture-slides.html First actual case of bug being found.

FortranでAA白黒 改

入力フォント データ例 はてなのアップローダの仕様でjpgに変換されていますが、本来は24bit bmpです。 font4x8.bmp font8x8.bmp module m_bmp implicit none type :: t_bmp_file_header sequence integer(2) :: bfType = transfer('BM', 0_2, 1) ! BitMap i…