0

我在互联网上找到了一堆枫木工作表。但是,当您打开它们时,它们是 XML 格式,如下所示:

<?xml version="1.0" encoding="UTF-8"?>
<Worksheet>
<Version major="12" minor="2"/>
<Label-Scheme value="2" prefix=""/>
<View-Properties presentation="false"></View-Properties>
<MapleNet-Properties elisiondigitsbefore="100" labelling="true" indentamount="4" elisiontermsthreshold="10000" ansi="false" errorbreak="1" useclientjvm="true" echo="1" imaginaryunit="I" labelwidth="20" plotdriver="openviz" elisiondigitsafter="100" plotoutput="terminal" rtablesize="10" elisiontermsbefore="100" elisiondigitsthreshold="10000" typesetting="standard" plotdevice="inline" verboseproc="1" showassumed="1" errorcursor="false" longdelim="true" plotoptions="" quiet="false" elisiontermsafter="100" screenwidth="79" preplot="" prettyprint="3" displayprecision="-1" warnlevel="3" screenheight="25" latexwidth="6.0" postplot="" prompt="&gt; " ShowLabels="true"/>........

这只是我找到的文件的一部分。无论如何,我怎样才能将这些文件导入 Maple?

4

1 回答 1

1

如果您将它们保存.mw为文件扩展名,那么 Maple GUI(或其桌面图标)应该能够像往常一样启动它们。

这种 XML 格式基本上是 Maple 标准 GUI 的所有 .mw 工作表的形成方式。GUI 知道如何打开上次保存在早期版本中的 .mw 文件。

当您写“打开它们”时,您可能只是指在您的网络浏览器中单击一个 URL?如果是这样,那么可能只是您的浏览器没有将该文件扩展名与 Maple GUI 相关联。

于 2012-10-12T06:19:03.617 回答