User contributions
- 08:48, 3 October 2015 diff hist +23 Working with Models, Modules, and Files in ADE/zh Created page with "在现代Visual Basic中,这些代码声明了一个位置从0到2这个范围内的数组——一个包含3个元素的数组。应为第一个元素没有被设置,它..."
- 08:48, 3 October 2015 diff hist +577 N Translations:Working with Models, Modules, and Files in ADE/46/zh Created page with "在现代Visual Basic中,这些代码声明了一个位置从0到2这个范围内的数组——一个包含3个元素的数组。应为第一个元素没有被设置,它..."
- 08:41, 3 October 2015 diff hist +9 Working with Models, Modules, and Files in ADE/zh Created page with "在一些计算机语言中,一个数组的第一个元素被认为位置为0(从0开始),而另外一些语言中认为该位置为1(从1开始)。Analytica的S..."
- 08:41, 3 October 2015 diff hist +547 N Translations:Working with Models, Modules, and Files in ADE/45/zh Created page with "在一些计算机语言中,一个数组的第一个元素被认为位置为0(从0开始),而另外一些语言中认为该位置为1(从1开始)。Analytica的S..."
- 08:35, 3 October 2015 diff hist -17 Working with Models, Modules, and Files in ADE/zh Created page with "上面的代码假设我们正在处理一个二维表格。我们设定该表格的索引顺序,以便'''Index2'''为第一个索引,'''Index1'''为第二个索引。"
- 08:35, 3 October 2015 diff hist +171 N Translations:Working with Models, Modules, and Files in ADE/44/zh Created page with "上面的代码假设我们正在处理一个二维表格。我们设定该表格的索引顺序,以便'''Index2'''为第一个索引,'''Index1'''为第二个索引。" current
- 08:31, 3 October 2015 diff hist 0 Working with Models, Modules, and Files in ADE/zh
- 08:31, 3 October 2015 diff hist 0 Translations:Working with Models, Modules, and Files in ADE/12/zh
- 08:29, 3 October 2015 diff hist -2 Working with Models, Modules, and Files in ADE/zh
- 08:29, 3 October 2015 diff hist -2 Translations:Working with Models, Modules, and Files in ADE/31/zh
- 08:28, 3 October 2015 diff hist +1 Working with Models, Modules, and Files in ADE/zh
- 08:28, 3 October 2015 diff hist +1 Translations:Working with Models, Modules, and Files in ADE/42/zh
- 08:26, 3 October 2015 diff hist +5 Working with Models, Modules, and Files in ADE/zh Created page with "::If TableResult. SetIndexOrder(IndexOrder)Then :::’Index Order set successfully ::Else :::’An error occurred in setting index order ::En..."
- 08:26, 3 October 2015 diff hist +227 N Translations:Working with Models, Modules, and Files in ADE/43/zh Created page with "::If TableResult. SetIndexOrder(IndexOrder)Then :::’Index Order set successfully ::Else :::’An error occurred in setting index order ::En..."
- 08:25, 3 October 2015 diff hist +59 Working with Models, Modules, and Files in ADE/zh Created page with "==设定 CATable对象的索引顺序=== 使用 SetIndexOrder方法: <tt> :Dim Obj As CAObject :Dim TableResult As..."
- 08:25, 3 October 2015 diff hist +525 N Translations:Working with Models, Modules, and Files in ADE/42/zh Created page with "==设定 CATable对象的索引顺序=== 使用 SetIndexOrder方法: <tt> :Dim Obj As CAObject :Dim TableResult As..."
- 08:23, 3 October 2015 diff hist +5 Working with Models, Modules, and Files in ADE/zh Created page with "在比较前面的两个例子的同时也说明了通常有两种方式检测失败原因。如果在一种方法计算过程中国出错,那么 ErrorCode..."
- 08:23, 3 October 2015 diff hist +274 N Translations:Working with Models, Modules, and Files in ADE/41/zh Created page with "在比较前面的两个例子的同时也说明了通常有两种方式检测失败原因。如果在一种方法计算过程中国出错,那么 ErrorCode..."
- 08:10, 3 October 2015 diff hist -24 Working with Models, Modules, and Files in ADE/zh Created page with "如果要使用 Evaluate,你必须先获得一个 CAObject实例。虽然你计算的表达式可能和任何具体对象没关系,但是..."
- 08:10, 3 October 2015 diff hist +580 N Translations:Working with Models, Modules, and Files in ADE/40/zh Created page with "如果要使用 Evaluate,你必须先获得一个 CAObject实例。虽然你计算的表达式可能和任何具体对象没关系,但是..."
- 07:57, 3 October 2015 diff hist +51 Working with Models, Modules, and Files in ADE/zh Created page with "===解析和计算任意表达式=== 使用 CAObject的 Evaluate。 <tt> :Dim Obj As CAObject = ADE.CAEngine::GetObjectBy..."
- 07:57, 3 October 2015 diff hist +524 N Translations:Working with Models, Modules, and Files in ADE/39/zh Created page with "===解析和计算任意表达式=== 使用 CAObject的 Evaluate。 <tt> :Dim Obj As CAObject = ADE.CAEngine::GetObjectBy..."
- 07:50, 3 October 2015 diff hist -45 Working with Models, Modules, and Files in ADE/zh Created page with " CAObject的 ResultTable方法返回CATable类型的一个自动化对象。CATable包含各种允许你设置、检索和处理单个表..."
- 07:50, 3 October 2015 diff hist +295 N Translations:Working with Models, Modules, and Files in ADE/38/zh Created page with " CAObject的 ResultTable方法返回CATable类型的一个自动化对象。CATable包含各种允许你设置、检索和处理单个表..."
- 07:47, 3 October 2015 diff hist +52 Working with Models, Modules, and Files in ADE/zh Created page with "===计算并获取结果为表格的对象结果=== 使用 CAObject的 ResultType方法: <tt> :Dim Obj As CAObject = ADE..."
- 07:47, 3 October 2015 diff hist +469 N Translations:Working with Models, Modules, and Files in ADE/37/zh Created page with "===计算并获取结果为表格的对象结果=== 使用 CAObject的 ResultType方法: <tt> :Dim Obj As CAObject = ADE..."
- 07:42, 3 October 2015 diff hist -34 Working with Models, Modules, and Files in ADE/zh Created page with "这里,<tt>Index1</tt>到<tt>IndexN</tt>是表格的索引,<tt>Value1</tt>到<tt>ValueN</tt>是表格(逐行填充)中的值。因此,如果我们想通过使用Re..."
- 07:42, 3 October 2015 diff hist +473 N Translations:Working with Models, Modules, and Files in ADE/36/zh Created page with "这里,<tt>Index1</tt>到<tt>IndexN</tt>是表格的索引,<tt>Value1</tt>到<tt>ValueN</tt>是表格(逐行填充)中的值。因此,如果我们想通过使用Re..."
- 07:35, 3 October 2015 diff hist -30 Working with Models, Modules, and Files in ADE/zh Created page with "如前一部分讨论所示, Result和 ResultType用来计算并获取一个对象的结果。但是,对于计算结果为多维的对象..."
- 07:35, 3 October 2015 diff hist +357 N Translations:Working with Models, Modules, and Files in ADE/35/zh Created page with "如前一部分讨论所示, Result和 ResultType用来计算并获取一个对象的结果。但是,对于计算结果为多维的对象..."
- 07:30, 3 October 2015 diff hist -4 Working with Models, Modules, and Files in ADE/zh Created page with "在如何参考表格中单个元素方面,ADE方法是非常柔性的。你可以通过元素位置或者标它们的签名称来参考单个元素。例如,如果你告..."
- 07:30, 3 October 2015 diff hist +623 N Translations:Working with Models, Modules, and Files in ADE/34/zh Created page with "在如何参考表格中单个元素方面,ADE方法是非常柔性的。你可以通过元素位置或者标它们的签名称来参考单个元素。例如,如果你告..."
- 07:17, 3 October 2015 diff hist -117 Working with Models, Modules, and Files in ADE/zh Created page with "在使用ADE时确定一个表格的视图是非常重要的。由你决定告诉ADE你想如何查看表格。例如,在上面的段落中,如果你告诉ADE先使用索..."
- 07:17, 3 October 2015 diff hist +675 N Translations:Working with Models, Modules, and Files in ADE/33/zh Created page with "在使用ADE时确定一个表格的视图是非常重要的。由你决定告诉ADE你想如何查看表格。例如,在上面的段落中,如果你告诉ADE先使用索..."
- 07:04, 3 October 2015 diff hist -46 Working with Models, Modules, and Files in ADE/zh Created page with "索引中元素的数量确定表格中实际单元的数量。假设表格'''T'''由'''I'''和'''J'''连个索引组成。如果I包含5个元素('''AA'''、'''BB'''、'''C..."
- 07:04, 3 October 2015 diff hist +337 N Translations:Working with Models, Modules, and Files in ADE/32/zh Created page with "索引中元素的数量确定表格中实际单元的数量。假设表格'''T'''由'''I'''和'''J'''连个索引组成。如果I包含5个元素('''AA'''、'''BB'''、'''C..." current
- 07:00, 3 October 2015 diff hist -30 Working with Models, Modules, and Files in ADE/zh Created page with "索引数量确定表格的维数。例如,如果一个表格包含两个索引,那么表示该表格是二维的。"
- 07:00, 3 October 2015 diff hist +120 N Translations:Working with Models, Modules, and Files in ADE/31/zh Created page with "索引数量确定表格的维数。例如,如果一个表格包含两个索引,那么表示该表格是二维的。"
- 06:58, 3 October 2015 diff hist -6 Working with Models, Modules, and Files in ADE/zh
- 06:58, 3 October 2015 diff hist -6 Translations:Working with Models, Modules, and Files in ADE/30/zh current
- 06:58, 3 October 2015 diff hist -27 Working with Models, Modules, and Files in ADE/zh Created page with "一个Analytica表格包含以下几个部分: *索引:每个索引标识表格的一个维度。 *表格单元中的值 *索引标签:标识每个单元格的坐标。"
- 06:58, 3 October 2015 diff hist +174 N Translations:Working with Models, Modules, and Files in ADE/30/zh Created page with "一个Analytica表格包含以下几个部分: *索引:每个索引标识表格的一个维度。 *表格单元中的值 *索引标签:标识每个单元格的坐标。"
- 06:55, 3 October 2015 diff hist -24 Working with Models, Modules, and Files in ADE/zh Created page with "==检索多维结果== 在描述如何获取表格对象(具有一个或者多个维度的数组)结果之前,让我们剪短地讨论一下Analytica中的表格概念..."
- 06:55, 3 October 2015 diff hist +182 N Translations:Working with Models, Modules, and Files in ADE/29/zh Created page with "==检索多维结果== 在描述如何获取表格对象(具有一个或者多个维度的数组)结果之前,让我们剪短地讨论一下Analytica中的表格概念..." current
- 06:51, 3 October 2015 diff hist -62 Working with Models, Modules, and Files in ADE/zh Created page with "在此示例中,通过使用对象的数字格式属性以格式化文本的形式返回数字。字符串返回带双引号。例如,如果数字格式为带尾部零、..."
- 06:51, 3 October 2015 diff hist +650 N Translations:Working with Models, Modules, and Files in ADE/28/zh Created page with "在此示例中,通过使用对象的数字格式属性以格式化文本的形式返回数字。字符串返回带双引号。例如,如果数字格式为带尾部零、..."
- 06:39, 3 October 2015 diff hist +30 Working with Models, Modules, and Files in ADE/zh Created page with "===检索格式化结果,设置对象的 RenderingStyle属性=== <tt> :Dim Obj As CAObject = ADE.GetObjectByName("ObjectToEvaluate") :Dim Result :Ob..."
- 06:39, 3 October 2015 diff hist +578 N Translations:Working with Models, Modules, and Files in ADE/27/zh Created page with "===检索格式化结果,设置对象的 RenderingStyle属性=== <tt> :Dim Obj As CAObject = ADE.GetObjectByName("ObjectToEvaluate") :Dim Result :Ob..."
- 06:34, 3 October 2015 diff hist +127 Working with Models, Modules, and Files in ADE/zh Created page with " ResultType属性用来指明 Result应该返回的结果的类型。可能值为: 0=Mid point(中间值)、1=Mean(平均值)、2=P..."
- 06:34, 3 October 2015 diff hist +506 N Translations:Working with Models, Modules, and Files in ADE/26/zh Created page with " ResultType属性用来指明 Result应该返回的结果的类型。可能值为: 0=Mid point(中间值)、1=Mean(平均值)、2=P..."