2014-07-01から1ヶ月間の記事一覧
今号には露人 A. M. Gorelik 氏の Fortran66/77/90/95/2003/2008 それぞれでの命令・関数の有無に関する表の改訂版が載っています。この労作はとても便利なものだと思います。Statements, data types and intrinsic procedures in the Fortran standards (19…
http://www.masswerk.at/keypunch/ Virtual Card Reader で読めるところで草不可避wwwhttp://www.masswerk.at/cardreader/
Stroustrupの講義スライドから #22 Programming - Lecture slides http://www.stroustrup.com/Programming/lecture-slides.html First actual case of bug being found.
入力フォント データ例 はてなのアップローダの仕様で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…