|
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 »
