Conyac で依頼された翻訳結果を公開
[英語から日本語への翻訳依頼] comma separated list(CSL)は元来、最も古い時代の単純なコンピュータにおけるcomma-separated values(CSV)と...
翻訳依頼文
Comma-separated values is a data format that pre-dates personal computers by more than a decade: the IBM Fortran (level G) compiler under OS/360 supported them in 1967. List-directed ("free form") input/output was defined in FORTRAN 77 (the 77 means 1977). List-directed input used commas and/or spaces for delimiters, so unquoted character strings could not contain commas or spaces.
Comma-separated value lists are easier to type (for example into punched cards) than fixed-column-aligned data, and were less prone to producing incorrect results if a value was punched one column off from its intended location.
Comma-separated value lists are easier to type (for example into punched cards) than fixed-column-aligned data, and were less prone to producing incorrect results if a value was punched one column off from its intended location.
3_yumie7
さんによる翻訳
コンマ区切り(カンマ区切り)とは、パソコンを10年以上も先行したデータ・フォーマットである。OS/360下のIBMフォートラン(Gレベル)コンパイラは1967年、それらをサポートしていた。リスト指示(フリーフォーム)入出力はフォートラン77(77とは1977を指す)で定義されていた。リスト指示入力はコンマ、スペースの両方またはいずれか一方を用いていたため、引用されていない文字列はコンマまたはスペースを含むことが出来なかった。コンマ区切りのリストは固定カラムで並べられたデータよりもタイプしやすく(例:パンチカード)、1つの値が意図した場所から1カラム離れてパンチされた場合に誤りが生じる傾向がより少ない。