|
SOLUTIONS
|
CDF (.cdf)
MIME 类型:
,
Wolfram 可计算文档格式(CDF).
用作交互式输出至 Wolfram CDF Player 的部署格式.
基于 Mathematica 表达式语法的 ASCII 格式.
CDF 是 Computable Document Format(可计算文档格式)的缩写.
存储文本、排版表达式、图形、界面参数以及其他 Mathematica 输入和输出.
Wolfram 可计算文档格式(CDF).
用作交互式输出至 Wolfram CDF Player 的部署格式.
基于 Mathematica 表达式语法的 ASCII 格式.
CDF 是 Computable Document Format(可计算文档格式)的缩写.
存储文本、排版表达式、图形、界面参数以及其他 Mathematica 输入和输出.
Import 与 ExportImport 与 Export
- Import["file.cdf"] 读取一个.cdf 文件并返回一个 Notebook 表达式.
- Export["file.cdf", expr, "CDF"] 把一个 Notebook 或 NotebookObject 导出为一个.cdf 文件.
- Import["file.cdf", elem] 从一个.cdf 文件中导入指定的参数.
- Import["file.cdf", {{elem1, elem2, ...}}] 导入多个参数.
- Export["file.cdf", expr, {"CDF", elem}] 通过把 expr 作为指定参数 elem 创建一个.cdf 文件.
- Export["file.cdf", expr, "CDF", opt1->val1, ...] 导出具有指定值的指定选项参数的 expr.
- Import 与 Export 的完整信息请见参考页.
- ImportString 与 ExportString 支持.cdf 文件.
版本 8 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

