|
SOLUTIONS
|
MATHEMATICA IMPORT/EXPORT 格式
UnsignedInteger32
无符号32位整数序列.
原始二进制格式.
等同于字节格式.
原始二进制格式.
等同于字节格式.
Import 与 ExportImport 与 Export
- Import["file", "UnsignedInteger32"] 导入任意文件并返回在范围
内的压缩的整数数组. - Export["file", list, "UnsignedInteger32"] 导出范围
内的整数列表. - Import["file", {"UnsignedInteger32", elem}] 或 Import["file", elem ] 从 file 中导入指定的参数.
- Import["file", {"UnsignedInteger32", {elem1, elem2, ...}}] 导入多个参数.
- Import 与 Export 的完整信息请见参考页.
- ImportString 与 ExportString 支持 UnsignedInteger32 格式.
选项选项
- 通用选项:
-
ByteOrdering -1 使用何种字节排序 - Import 选项:
-
"HeaderBytes" 0 在文件的开头跳过多少个字节
版本 5.1 的新功能 | 版本 6 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
