|
SOLUTIONS
|
UnsignedInteger8
符号なし8ビット整数の列.
生のバイナリ形式.
Byte形式に等しい.
生のバイナリ形式.
Byte形式に等しい.
ImportとExportImportとExport
- Import["file", "UnsignedInteger8"] は任意のファイルをインポートして,領域
にある整数のバックアレーを返す. - Export["file", list, "UnsignedInteger8"]は領域
にある整数のリストをfile にエキスポートする. - Import["file", {"UnsignedInteger8", elem}]あるいはImport["file", elem ]は指定された要素をfile からインポートする.
- Import["file", {"UnsignedInteger8", {elem1, elem2, ...}}]は複数の要素をインポートする.
- ImportとExportについての一般的な情報は,関数ページを参照のこと.
- ImportStringとExportStringはUnsignedInteger8 形式をサポートする.
バージョン 5.1 の新機能 | バージョン 6 での修正機能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
