|
SOLUTIONS
|
MATHEMATICA IMPORT/EXPORT 形式
TerminatedString
ヌル終端の文字列.
任意数のヌル終端文字列を表す.
8ビットUnicode値として文字を保管する.
任意数のヌル終端文字列を表す.
8ビットUnicode値として文字を保管する.
ImportとExportImportとExport
- Import["file", "TerminatedString"]はファイルをヌル終端文字列のリストとしてインポートする.
- Export["file", str, "TerminatedString"]は8ビット文字の文字列をヌル終端列としてエキスポートする.
- Export["file", {str1, str2, ...}, "TerminatedString"]は文字列のリストをそれぞれが終端がヌル文字である8ビット文字コードの列としてエキスポートする.
- Import["file", "TerminatedString"]は文字列のリストを返す.
- Export["file", expr, "TerminatedString"]は expr のOutputForm表現からテキストファイルを作成する.
バージョン 5 の新機能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
