通过权值迭代关系逐步实现网络运行过程中权值的不断变化;
The weight of node is updated continuously by iterative equation in network running.
采用策略迭代或值迭代的办法,可以求解系统的最优库存分配策略。
The optimal allocation policy was obtained using policy iteration or value iteration.
此外,本算法还采用了高斯·赛德尔恒电压幅值迭代补偿技术解决PV节点问题。
Furthermore, invariant voltage magnitude compensation based on Gauss Seidel iteration is applied to solve the case of PV nodes.
文中提出了外汇序列分形插值模型,并构造了预测外汇市场趋势的插值迭代算法。
Then, a fractal interpolation model is put forward for the foreign exchange sequencing, and an interpolated iterative algorithm is presented to predict the tendency of the foreign exchange market.
分析了小波双线性插值中高频外推阈值门限与重建图像峰值信噪比的变化关系,提出了峰值信噪比最大小波双线性插值迭代算法。
The variable relationship between the threshold of the extrapolation and its correspondent Peak of the Signal-to-Noise Ratio (PSNR) in the Wavelet Bi-linear Interpolation Algorithm is deeply analyzed.
FLWOR表达式非常像SQL中的SELECT -FROM - WHERE表达式——它用于对由多项组成的一个列表进行迭代,并且可以选择返回通过在每一项上进行计算得到的值。
A FLWOR expression is much like a SELECT-FROM-WHERE expression in SQL: it is used to iterate through a list of items and to optionally return something that is computed from each item.
将已配置和值绑定的组件添加到当前列中,通过将完成的列添加到DataTable的子项中结束列循环迭代。
Add your configured and value-bound component to the current column, and end your column loop iteration by adding the completed column to the children of the DataTable.
这个递归函数能很好地工作,不过它有一个主要的缺点 ——递归的每一次迭代都要为the-string传递相同的值。
This recursive function works fine, but it has one main shortcoming -- every iteration of the recursion will be passing the same value for the-string.
如果这个团队严格遵守了迭代的开发过程,我将得到的值是0。
If the team followed iterative development strictly, I will have a value of zero.
让我们假定我们有12个迭代数据值。
增加每个“article ”元素的迭代器变量iter的值,如清单20中所示。
Increment the iterator variable iter for each "article" element, as in Listing 20.
如果我们的迭代长达两周,那么我们从优先级堆栈顶部取出值两个星期的工作。
If our iterations are two weeks in length, we pull two weeks worth of work from the top of the priority stack.
然后在这个数组上进行迭代便可以显示这些值。
迭代陈述中的所有属性以便获得属性值。
Iterate through all the attributes in the statement to get the values.
您总是想要对列表进行迭代以得到其中存储的值。
You invariably want to iterate over a list to get the values stored in it.
我们可以简单的将其设置为一个比较低的值,这就意味着当我们迭代该集合时,数据库将反复查询以获得数据。
We can be lazy and set this to a low value, which means that the database must be repeatedly queried to get data as we iterate over the collection.
例如,您可能发现,需求分析员在第一次迭代(曾经发布所有要评估的值)之前完成所有用例的详述工作。
For example, you may find that the requirements analysts have completed detailing all the use cases before the first iteration ever released anything of value to be evaluated.
到期日:当工作被指定为到期时,如果操作者没有设置该数据区域的值,那么我们相信它的值就是迭代的截止日期。
Due date: When the work is specified as being due, if the contributor doesn't set value to this data field, we believe its value equal to the iteration's end date.
到目前为止,脚本的这一次迭代只是通过显示消息显示用户指定的值。
At this point, all that this iteration of the script does is display a message that shows the user-specified values.
窗格名称后的数字指明空间迭代器的值,从最外面的空间迭代器开始逐渐向里。
The digits following the pane name indicate the spatial iterator value, starting from the outermost spatial iterator working inward.
如果我在外面从i开始迭代,或从里面开始迭代,我将开始改变它的值,我可能引起一个无限循环,但是用j是可以的。
If I'm iterating from I on the outside, I on the inside, I'm going to start changing the value and I might very well induce an infinite loop but J is okay.
如果在挣值管理中一项工作计划于本月完成,但项目组希望在下个迭代完成,EVM就会显示该工作为红色,这时项目就有麻烦了。
If EVM has a work item scheduled to be completed this month and the project wants to move it to a later month, the EVM entry will show a status of red, which causes problems for the program.
它们分别指定迭代索引的初始值以及迭代索引的终止值。
They specify the initial value of the index for the iteration and the index value at which iteration should cease, respectively.
这样,迭代索引从begin属性的值开始,以 step 属性的值为增量进行递增,在迭代索引超过 end 属性的值时停止迭代。
The index of the iteration thus starts at the value of the begin attribute, is incremented by the value of the step attribute, and halts iteration when it exceeds the value of the end attribute.
main方法使用增强的for循环来迭代通过不同的原语,并在当前实例上使用一个简单的switch语句来设置每个原语的大小值。
The main method USES an enhanced for loop to iterate through the different primitives and a simple switch statement on the current instance to set the size value of each primitive.
如果指定了var属性,那么将会创建一个带有指定名称的并限定了作用域的变量,并将每次迭代的当前索引值赋给该变量。
If the var attribute is specified, then a scoped variable with the indicated name will be created and assigned the current value of the index for each pass through the iteration.
在每次迭代中,db 2 _ result将获取行内每个字段的值。
On each iteration, db2_result gets the value for each field within the row.
在清单1 中,我使用原始的和转换后的案例创建了一个expected散列值,然后根据映射的迭代包装StringCategory,希望将每个关键词驼峰化(camelized)。
In Listing 1, I create an expected hash with the original and transformed cases, then wrap the StringCategory around the iteration over the map, expecting each of the keys to become camelized.
在清单1 中,我使用原始的和转换后的案例创建了一个expected散列值,然后根据映射的迭代包装StringCategory,希望将每个关键词驼峰化(camelized)。
In Listing 1, I create an expected hash with the original and transformed cases, then wrap the StringCategory around the iteration over the map, expecting each of the keys to become camelized.
应用推荐