User contributions
- 08:06, 16 October 2015 diff hist +74 The ADE Tutorial/zh-cn Created page with "==控制基元值格式=== CATable中的每个基元值可以是一个数、一个字符串,或者其它一些基本类型(''例如'': Null..."
- 08:06, 16 October 2015 diff hist +519 N Translations:The ADE Tutorial/48/zh-cn Created page with "==控制基元值格式=== CATable中的每个基元值可以是一个数、一个字符串,或者其它一些基本类型(''例如'': Null..." current
- 08:06, 16 October 2015 diff hist +41 The ADE Tutorial/zh-cn Created page with "当我检索 CATable对象中单个元素('''resultTable''')的时候,我们利用了该表格是一维的事实。因此,我们只需要传递给Ge..."
- 08:06, 16 October 2015 diff hist +802 N Translations:The ADE Tutorial/47/zh-cn Created page with "当我检索 CATable对象中单个元素('''resultTable''')的时候,我们利用了该表格是一维的事实。因此,我们只需要传递给Ge..." current
- 08:06, 16 October 2015 diff hist -2 The ADE Tutorial/zh-cn Created page with "我们通过传递表格中元素的坐标,使用 CATable的 GetDataByElements函数获取'''Cost'''表格对象的单个表格..."
- 08:06, 16 October 2015 diff hist +199 N Translations:The ADE Tutorial/46/zh-cn Created page with "我们通过传递表格中元素的坐标,使用 CATable的 GetDataByElements函数获取'''Cost'''表格对象的单个表格..." current
- 08:06, 16 October 2015 diff hist +34 The ADE Tutorial/zh-cn Created page with " CAIndex的 IndexElements属性返回第一个索引中的元素个数。 CAIndex的GetValueByNumber/zh | GetValueByNum..."
- 08:06, 16 October 2015 diff hist +213 N Translations:The ADE Tutorial/45/zh-cn Created page with " CAIndex的 IndexElements属性返回第一个索引中的元素个数。 CAIndex的GetValueByNumber/zh | GetValueByNum..." current
- 08:06, 16 October 2015 diff hist +32 The ADE Tutorial/zh-cn Created page with "==从CATable和CAIndex中获取信息== PrintResultTable说明了如何从CATable/zh CATable和 CAIndex 对象获取信息。该..."
- 08:06, 16 October 2015 diff hist +526 N Translations:The ADE Tutorial/44/zh-cn Created page with "==从CATable和CAIndex中获取信息== PrintResultTable说明了如何从CATable/zh CATable和 CAIndex 对象获取信息。该..." current
- 08:06, 16 October 2015 diff hist +103 The ADE Tutorial/zh-cn Created page with "我们通过使用 CATable的 IndexNames函数获取第一个索引的名字。我们将它传递给 CATable的GetIndexObj..."
- 08:06, 16 October 2015 diff hist +521 N Translations:The ADE Tutorial/43/zh-cn Created page with "我们通过使用 CATable的 IndexNames函数获取第一个索引的名字。我们将它传递给 CATable的GetIndexObj..." current
- 08:06, 16 October 2015 diff hist 0 The ADE Tutorial/zh-cn Created page with "通过'''PrintResultTable'''获取一个表格的索引方法如下: <tt> :theIndexName = resultTable. IndexNames(1) :theIndexObj = resultTable.[..."
- 08:06, 16 October 2015 diff hist +240 N Translations:The ADE Tutorial/42/zh-cn Created page with "通过'''PrintResultTable'''获取一个表格的索引方法如下: <tt> :theIndexName = resultTable. IndexNames(1) :theIndexObj = resultTable.[..." current
- 08:05, 16 October 2015 diff hist -11 The ADE Tutorial/zh-cn Created page with "<tt>frmMain.frm</tt>中的'''PrintResultTable'''函数说明了这两个函数的使用。从'''PrintAttributes'''中调用'''PrintResultTable''',执行打印'''TestTxc'''..."
- 08:05, 16 October 2015 diff hist +1,312 N Translations:The ADE Tutorial/41/zh-cn Created page with "<tt>frmMain.frm</tt>中的'''PrintResultTable'''函数说明了这两个函数的使用。从'''PrintAttributes'''中调用'''PrintResultTable''',执行打印'''TestTxc'''..." current
- 08:05, 16 October 2015 diff hist +20 The ADE Tutorial/zh-cn Created page with "===获取表格索引元素=== 一个Analytica表格包含0个或者多个索引。如果包含一个索引,那么该表格是1维表格;如果有2个索引,说他是2..."
- 08:05, 16 October 2015 diff hist +515 N Translations:The ADE Tutorial/40/zh-cn Created page with "===获取表格索引元素=== 一个Analytica表格包含0个或者多个索引。如果包含一个索引,那么该表格是1维表格;如果有2个索引,说他是2..." current
- 08:05, 16 October 2015 diff hist +26 The ADE Tutorial/zh-cn Created page with "如果你通过调用 Result来获取一个数组(或者表格)的值,将返回数组为一个字符串,列出索引和元素,以逗号隔开。通常..."
- 08:05, 16 October 2015 diff hist +288 N Translations:The ADE Tutorial/39/zh-cn Created page with "如果你通过调用 Result来获取一个数组(或者表格)的值,将返回数组为一个字符串,列出索引和元素,以逗号隔开。通常..." current
- 08:05, 16 October 2015 diff hist +11 The ADE Tutorial/zh-cn Created page with "结果为一个 CATable对象,允许我们访问一个表格中的单个元素。"
- 08:05, 16 October 2015 diff hist +99 N Translations:The ADE Tutorial/38/zh-cn Created page with "结果为一个 CATable对象,允许我们访问一个表格中的单个元素。" current
- 08:05, 16 October 2015 diff hist +193 The ADE Tutorial/zh-cn Created page with "默认情况下, Result和 ResultTable返回结果的中值,也就是说,ADE以确定性方式计算结果。对于一个概率值,..."
- 08:05, 16 October 2015 diff hist +649 N Translations:The ADE Tutorial/37/zh-cn Created page with "默认情况下, Result和 ResultTable返回结果的中值,也就是说,ADE以确定性方式计算结果。对于一个概率值,..." current
- 08:05, 16 October 2015 diff hist +4 The ADE Tutorial/zh-cn Created page with "===计算对象和检索结果=== 使用CAObject/zh CAObject的 Result或 ResultTable方法来获取变量的值。如果有必要的话..."
- 08:05, 16 October 2015 diff hist +560 N Translations:The ADE Tutorial/36/zh-cn Created page with "===计算对象和检索结果=== 使用CAObject/zh CAObject的 Result或 ResultTable方法来获取变量的值。如果有必要的话..." current
- 08:05, 16 October 2015 diff hist +18 The ADE Tutorial/zh-cn Created page with "在模型<tt>Txc.ana</tt> 中,<tt>Pop_exp</tt>的定义为"<tt> Normal(30M, 3M)</tt>" ,我们将它储存在'''definitionAttrInput'''当中。."
- 08:05, 16 October 2015 diff hist +162 N Translations:The ADE Tutorial/35/zh-cn Created page with "在模型<tt>Txc.ana</tt> 中,<tt>Pop_exp</tt>的定义为"<tt> Normal(30M, 3M)</tt>" ,我们将它储存在'''definitionAttrInput'''当中。." current
- 08:04, 16 October 2015 diff hist +30 The ADE Tutorial/zh-cn Created page with "===获取对象属性=== 每一个Analytica对象都有一组属性,例如 identifier、 title、 description和class..."
- 08:04, 16 October 2015 diff hist +475 N Translations:The ADE Tutorial/34/zh-cn Created page with "===获取对象属性=== 每一个Analytica对象都有一组属性,例如 identifier、 title、 description和class..." current
- 08:04, 16 October 2015 diff hist +167 The ADE Tutorial/zh-cn Created page with "如果函数 GetObjectByName提取成功,将返回一个 CAObject类型对象。如果使用''' CAObject'''的函..."
- 08:04, 16 October 2015 diff hist +1,012 N Translations:The ADE Tutorial/33/zh-cn Created page with "如果函数 GetObjectByName提取成功,将返回一个 CAObject类型对象。如果使用''' CAObject'''的函..." current
- 08:04, 16 October 2015 diff hist +16 The ADE Tutorial/zh-cn Created page with "'''PrintAttributes'''和作为'''inputIdentifier'''参数的<tt>Pop_exp</tt>变量标识符以及作为'''outputIdentifier'''参数的'''Cost'''变量一起使用。如下所..."
- 08:04, 16 October 2015 diff hist +483 N Translations:The ADE Tutorial/32/zh-cn Created page with "'''PrintAttributes'''和作为'''inputIdentifier'''参数的<tt>Pop_exp</tt>变量标识符以及作为'''outputIdentifier'''参数的'''Cost'''变量一起使用。如下所..." current
- 08:04, 16 October 2015 diff hist +53 The ADE Tutorial/zh-cn Created page with "我们的<tt>TxcTest.vbproj</tt> (<tt>TxcText.sln</tt>)项目中的<tt>frmMain.frm</tt>文件里的 '''PrintAttributes''' 函数演示了如何检索对象。该函数首..."
- 08:04, 16 October 2015 diff hist +1,244 N Translations:The ADE Tutorial/31/zh-cn Created page with "我们的<tt>TxcTest.vbproj</tt> (<tt>TxcText.sln</tt>)项目中的<tt>frmMain.frm</tt>文件里的 '''PrintAttributes''' 函数演示了如何检索对象。该函数首..." current
- 08:04, 16 October 2015 diff hist +24 The ADE Tutorial/zh-cn Created page with "==从Analytica模型中检索Retrieving 对象== 下一步就是从我们的模型中检索对象(变量、模块、函数等),以便我们能获取他们的属性(d..."
- 08:04, 16 October 2015 diff hist +438 N Translations:The ADE Tutorial/30/zh-cn Created page with "==从Analytica模型中检索Retrieving 对象== 下一步就是从我们的模型中检索对象(变量、模块、函数等),以便我们能获取他们的属性(d..." current
- 08:04, 16 October 2015 diff hist -52 The ADE Tutorial/zh-cn Created page with "使用 CAEngine的 OpenModel函数打开模型。如果成功的话,变量<tt>theModelString</tt>将包含模型的名字。否则,将..."
- 08:04, 16 October 2015 diff hist +662 N Translations:The ADE Tutorial/29/zh-cn Created page with "使用 CAEngine的 OpenModel函数打开模型。如果成功的话,变量<tt>theModelString</tt>将包含模型的名字。否则,将..." current
- 08:04, 16 October 2015 diff hist -6 The ADE Tutorial/zh-cn Created page with "==打开使用ADE的模型== 我们现在打开<tt>Txc.ana</tt>模型,显示我们的应用程序主窗口。使用以下调用:tt> :theModelString = adeEngine.CAEngine:..."
- 08:04, 16 October 2015 diff hist +245 N Translations:The ADE Tutorial/28/zh-cn Created page with "==打开使用ADE的模型== 我们现在打开<tt>Txc.ana</tt>模型,显示我们的应用程序主窗口。使用以下调用:tt> :theModelString = adeEngine.CAEngine:..." current
- 08:03, 16 October 2015 diff hist -35 The ADE Tutorial/zh-cn Created page with "''' MonitorProcess()''' 只能用来监视运行ADE进程的同一台计算机的进程,一次当通过DCOM运行ADE时不能使用。当使..."
- 08:03, 16 October 2015 diff hist +224 N Translations:The ADE Tutorial/27/zh-cn Created page with "''' MonitorProcess()''' 只能用来监视运行ADE进程的同一台计算机的进程,一次当通过DCOM运行ADE时不能使用。当使..." current
- 08:03, 16 October 2015 diff hist -11 The ADE Tutorial/zh-cn Created page with "要从一个.NET应用程序获得进程ID,使用System.Diagnostics.Process namespace中的'''GetCurrentProcess().Id''' 。在其他语言中,你可以使用Windows SDK..."
- 08:03, 16 October 2015 diff hist +206 N Translations:The ADE Tutorial/26/zh-cn Created page with "要从一个.NET应用程序获得进程ID,使用System.Diagnostics.Process namespace中的'''GetCurrentProcess().Id''' 。在其他语言中,你可以使用Windows SDK..." current
- 08:03, 16 October 2015 diff hist -57 The ADE Tutorial/zh-cn Created page with "为了避免这种情况发生,一种好的习惯就是在调用[[CAEngine/]zh | CAEngine]实例后 立即调用 MonitorProcess。通过这..."
- 08:03, 16 October 2015 diff hist +429 N Translations:The ADE Tutorial/25/zh-cn Created page with "为了避免这种情况发生,一种好的习惯就是在调用[[CAEngine/]zh | CAEngine]实例后 立即调用 MonitorProcess。通过这..." current
- 08:03, 16 October 2015 diff hist -86 The ADE Tutorial/zh-cn Created page with "===监视Process(进程)=== 当使用进程外ADE服务器时,你的代码必须在终止时释放 CAEngineCOM对象。当最终CAEngine/zh | CAEngine..."
- 08:03, 16 October 2015 diff hist +706 N Translations:The ADE Tutorial/24/zh-cn Created page with "===监视Process(进程)=== 当使用进程外ADE服务器时,你的代码必须在终止时释放 CAEngineCOM对象。当最终CAEngine/zh | CAEngine..." current