Mathematica > 数据处理 > 文件 > 文件中的 Mathematica 表达式 >
文件中的 Mathematica 表达式
Mathematica 的符号体系结构可以表示任意 Mathematica 数据或程序——使之可以很容易的存储在文件中.
Get (<<) — 从文件中获取 Mathematica 表达式 (.m 或 .mx 文件)
Put (>>), PutAppend (>>>) — 将 Mathematica 表达式输出到文件中
    
Needs 声明所需的文件或内容,若需要则加载
    
FilePrint 显示一个文件的内容
新建程序包 (.m) 创建一个程序包样式的笔记本
    
Save 保存变量和函数定义
DumpSave 将定义存入一个二进制文件中 (.mx 文件)
Export  ▪ Splice  ▪ Encode  ▪ ToExpression
    
InitializationCell 笔记本中自动计算的单元
更多关于
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
格式:   HTML  |  CDF