|
SOLUTIONS
|
Bit
位的统一序列.
二进制数据格式.
二进制数据格式.
Import 与 ExportImport 与 Export
- Import["file", "Bit"] 以位序列形式导入一个任意文件,返回0和1的压缩数组.
- Export["file", list, "Bit"] 把0和1的列表导出到一个位的二进制序列.
- Import["file", {"Bit", elem}] 或 Import["file", elem ] 从 file 中导入指定的参数.
- Import["file", {"Bit", {elem1, elem2, ...}}] 导入多个参数.
- Import 与 Export 的完整信息请见参考页.
- ImportString 与 ExportString 支持 Bit 格式.
版本 5.1 的新功能 | 版本 6 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
