User contributions for Jhuawen
5 October 2015
- 04:4404:44, 5 October 2015 diff hist −6 Working with Models, Modules, and Files in ADE/zh No edit summary
- 04:4404:44, 5 October 2015 diff hist −6 Translations:Working with Models, Modules, and Files in ADE/6/zh No edit summary
4 October 2015
- 18:0718:07, 4 October 2015 diff hist +15 ADE Server Class Reference/zh No edit summary
- 18:0718:07, 4 October 2015 diff hist +15 Translations:ADE Server Class Reference/1/zh No edit summary
- 15:0315:03, 4 October 2015 diff hist 0 Working with Models, Modules, and Files in ADE/zh No edit summary
- 15:0315:03, 4 October 2015 diff hist 0 Translations:Working with Models, Modules, and Files in ADE/115/zh No edit summary
- 14:0014:00, 4 October 2015 diff hist +61 Working with Models, Modules, and Files in ADE/zh Created page with "使用 CALicense实例化 CAEngine的步骤如下: e.g.,: <tt> :' In VB :Imports ADE :... ::Dim license As [[CALicense/zh | CALicense]..."
- 14:0014:00, 4 October 2015 diff hist +457 N Translations:Working with Models, Modules, and Files in ADE/113/zh Created page with "使用 CALicense实例化 CAEngine的步骤如下: e.g.,: <tt> :' In VB :Imports ADE :... ::Dim license As [[CALicense/zh | CALicense]..."
- 13:5713:57, 4 October 2015 diff hist −65 Working with Models, Modules, and Files in ADE/zh Created page with "如果你正在建立一个打算分发给许多终端用户并基于ADE的应用程序,而这些用户没有ADE许可证,你必须和Lumina协商安排给ADE授权以便..."
- 13:5713:57, 4 October 2015 diff hist +733 N Translations:Working with Models, Modules, and Files in ADE/112/zh Created page with "如果你正在建立一个打算分发给许多终端用户并基于ADE的应用程序,而这些用户没有ADE许可证,你必须和Lumina协商安排给ADE授权以便..."
- 13:4113:41, 4 October 2015 diff hist +6 Working with Models, Modules, and Files in ADE/zh No edit summary
- 13:4113:41, 4 October 2015 diff hist +6 Translations:Working with Models, Modules, and Files in ADE/111/zh No edit summary
- 12:3112:31, 4 October 2015 diff hist +374 Working with Models, Modules, and Files in ADE/zh No edit summary
- 12:3112:31, 4 October 2015 diff hist +374 Translations:Working with Models, Modules, and Files in ADE/111/zh No edit summary
- 11:5411:54, 4 October 2015 diff hist −356 Working with Models, Modules, and Files in ADE/zh Created page with "==使用CALicense实例化CAEngine== 在开始使用ADE之前,第一件事你必须做的就是实例化一个 CAEngine对象。你可以选择直接实例..."
- 11:5411:54, 4 October 2015 diff hist +350 N Translations:Working with Models, Modules, and Files in ADE/111/zh Created page with "==使用CALicense实例化CAEngine== 在开始使用ADE之前,第一件事你必须做的就是实例化一个 CAEngine对象。你可以选择直接实例..."
- 11:2411:24, 4 October 2015 diff hist −91 Working with Models, Modules, and Files in ADE/zh Created page with "当时间呗标记后,ADE退出当前计算,并从当前方法返回。当ADE从当前计算退出时,会感觉有一点延时。当它返回后,CAEngine.ErrorCode设..."
- 11:2411:24, 4 October 2015 diff hist +302 N Translations:Working with Models, Modules, and Files in ADE/110/zh Created page with "当时间呗标记后,ADE退出当前计算,并从当前方法返回。当ADE从当前计算退出时,会感觉有一点延时。当它返回后,CAEngine.ErrorCode设..." current
- 11:2011:20, 4 October 2015 diff hist −26 Working with Models, Modules, and Files in ADE/zh Created page with "注意:'''OpenEvent''' 和'''SetEvent'''为Windows Platform SDK调用,不是ADE的一部分。同时也注意一下<tt>abortHandle</tt>变量必须是一个从两个线程..."
- 11:2011:20, 4 October 2015 diff hist +360 N Translations:Working with Models, Modules, and Files in ADE/109/zh Created page with "注意:'''OpenEvent''' 和'''SetEvent'''为Windows Platform SDK调用,不是ADE的一部分。同时也注意一下<tt>abortHandle</tt>变量必须是一个从两个线程..." current
- 11:1711:17, 4 October 2015 diff hist −21 Working with Models, Modules, and Files in ADE/zh Created page with "在用来探测终止计算请求的单个线程中,下面的代码将该请求发送给ADE(使用Windows Platform SDK调用):<tt> :SetEvent(abortHandle) </tt>"
- 11:1711:17, 4 October 2015 diff hist +167 N Translations:Working with Models, Modules, and Files in ADE/108/zh Created page with "在用来探测终止计算请求的单个线程中,下面的代码将该请求发送给ADE(使用Windows Platform SDK调用):<tt> :SetEvent(abortHandle) </tt>" current
- 11:0711:07, 4 October 2015 diff hist +31 Working with Models, Modules, and Files in ADE/zh Created page with "获取事件对象(使用Windows Platform SDK调用):<tt> :Dim abortEventName As String :Dim abortHandle as Handle ''’ This needs to be global'' :ade.CAEngine::Sen..."
- 11:0711:07, 4 October 2015 diff hist +503 N Translations:Working with Models, Modules, and Files in ADE/107/zh Created page with "获取事件对象(使用Windows Platform SDK调用):<tt> :Dim abortEventName As String :Dim abortHandle as Handle ''’ This needs to be global'' :ade.CAEngine::Sen..."
- 11:0411:04, 4 October 2015 diff hist −48 Working with Models, Modules, and Files in ADE/zh Created page with "如果要想有终止计算的能力,在你的应用程序当中你必须有某种形式的多线程。调用ADE的现场被占用,一直等待ADE返回,这样应用程..."
- 11:0411:04, 4 October 2015 diff hist +681 N Translations:Working with Models, Modules, and Files in ADE/106/zh Created page with "如果要想有终止计算的能力,在你的应用程序当中你必须有某种形式的多线程。调用ADE的现场被占用,一直等待ADE返回,这样应用程..."
- 10:5210:52, 4 October 2015 diff hist −25 Working with Models, Modules, and Files in ADE/zh Created page with "获得结果图形的步骤如下:"
- 10:5110:51, 4 October 2015 diff hist +36 N Translations:Working with Models, Modules, and Files in ADE/117/zh Created page with "获得结果图形的步骤如下:" current
- 10:5110:51, 4 October 2015 diff hist +11 Working with Models, Modules, and Files in ADE/zh Created page with "==使用Analytica图形引擎== 当你获得一个最少包含一个维度的 CATable 结果时,你可以以图像的方式获得该结果的图形。改用..."
- 10:5110:51, 4 October 2015 diff hist +259 N Translations:Working with Models, Modules, and Files in ADE/116/zh Created page with "==使用Analytica图形引擎== 当你获得一个最少包含一个维度的 CATable 结果时,你可以以图像的方式获得该结果的图形。改用..."
- 10:4510:45, 4 October 2015 diff hist +41 Working with Models, Modules, and Files in ADE/zh Created page with "如果你已经有一个应用程序注册码,在SetApplicationLicenseCode中插入一个调用: <tt> :license = new CALicense :license.CALicense..."
- 10:4510:45, 4 October 2015 diff hist +330 N Translations:Working with Models, Modules, and Files in ADE/115/zh Created page with "如果你已经有一个应用程序注册码,在SetApplicationLicenseCode中插入一个调用: <tt> :license = new CALicense :license.CALicense..."
- 10:4410:44, 4 October 2015 diff hist +54 Working with Models, Modules, and Files in ADE/zh Created page with ":// In C# :Using ADE; :... :: CALicense license = new CALicense(); :: CAEngine ade = license.CALicense::NewCAEngine..."
- 10:4410:44, 4 October 2015 diff hist +296 N Translations:Working with Models, Modules, and Files in ADE/114/zh Created page with ":// In C# :Using ADE; :... :: CALicense license = new CALicense(); :: CAEngine ade = license.CALicense::NewCAEngine..."
- 10:4110:41, 4 October 2015 diff hist −17 ADE User Guide/zh No edit summary
- 10:4110:41, 4 October 2015 diff hist −17 Translations:ADE User Guide/11/zh No edit summary
- 10:3810:38, 4 October 2015 diff hist −3 Working with Models, Modules, and Files in ADE/zh No edit summary
- 10:3810:38, 4 October 2015 diff hist −3 Translations:Working with Models, Modules, and Files in ADE/123/zh No edit summary
- 10:3610:36, 4 October 2015 diff hist −22 Working with Models, Modules, and Files in ADE/zh No edit summary
- 10:3610:36, 4 October 2015 diff hist −22 Translations:Working with Models, Modules, and Files in ADE/123/zh No edit summary
- 10:3310:33, 4 October 2015 diff hist −10 Working with Models, Modules, and Files in ADE/zh No edit summary
- 10:3310:33, 4 October 2015 diff hist −10 Translations:Working with Models, Modules, and Files in ADE/123/zh No edit summary
- 10:2910:29, 4 October 2015 diff hist +86 Working with Models, Modules, and Files in ADE/zh Created page with "==另请参考== {| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5 |+ ADE User Guide Navigation |- style="text-align: center" | U..."
- 10:2910:29, 4 October 2015 diff hist +449 N Translations:Working with Models, Modules, and Files in ADE/123/zh Created page with "==另请参考== {| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5 |+ ADE User Guide Navigation |- style="text-align: center" | U..."
- 10:2610:26, 4 October 2015 diff hist −63 Working with Models, Modules, and Files in ADE/zh Created page with "你可能想给你的终端用户提供终止当前计算的能力,例如当按下一个"break:中断"键或者按钮。或者,当你的应用程序在冗余计算过程..."
- 10:2610:26, 4 October 2015 diff hist +274 N Translations:Working with Models, Modules, and Files in ADE/105/zh Created page with "你可能想给你的终端用户提供终止当前计算的能力,例如当按下一个"break:中断"键或者按钮。或者,当你的应用程序在冗余计算过程..." current
- 10:2110:21, 4 October 2015 diff hist +68 Working with Models, Modules, and Files in ADE/zh Created page with "==终止进程内计算== 像 CAObject::ResultTable、 CAObject::Result,和CAObject::Evaluate/zh | CAObject::Evalua..."
- 10:2110:21, 4 October 2015 diff hist +442 N Translations:Working with Models, Modules, and Files in ADE/104/zh Created page with "==终止进程内计算== 像 CAObject::ResultTable、 CAObject::Result,和CAObject::Evaluate/zh | CAObject::Evalua..."
- 10:1410:14, 4 October 2015 diff hist +5 Working with Models, Modules, and Files in ADE/zh Created page with " GeneralExpression=True by default."
- 10:1410:14, 4 October 2015 diff hist +79 N Translations:Working with Models, Modules, and Files in ADE/103/zh Created page with " GeneralExpression=True by default."