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