注意索引变量({iinTOY})都是在 :之前出现的。
Note that the index variable ( {i in TOY} ) comes before the :.
我们可以试图为每个集合使用不同的命名索引变量;这是一个好主意,尤其是在进行调试时更为突出。
Try to use a differently named index variable for each set consistently; it's a good idea, especially when debugging.
注意行和列的次序与元素在每个集合中的顺序是相同的,索引变量名在第12、13和14行是一致的。
Note that the row and column order is the same as the element order in each set, and the index variable names are consistent between lines 12, 13, and 14.
例如,编译器为了优化一个循环索引变量,可能会选择把它存储到一个寄存器中,或者缓存会延迟到一个更适合的时间,才把一个新的变量值存入主存。
For example, a compiler may choose to optimize a loop index variable by storing it in a register, or the cache may delay flushing a new value of a variable to main memory until a more opportune time.
好的,这个括号的意思是你可以,索引这个变量。
Well, the bracket notation means you can index into this variable.
索引寻址模式对于全局变量访问数组元素来说是最为有效的一种方式。
The indexed addressing mode makes the most sense as a way to access array elements for global variables.
指示符变量不能通过数组索引技术指定。
The indicator variables can not be specified using the array indexing technique.
要使用每个变量,您只需将列号用作您所需值的索引即可。
To use each variable, you simply use the column number as the index of the single value you want.
该变量中包含一个索引,以告知事件处理程序应使用流程的输入变量中审阅人员列表内的哪个审阅人员。
The variable contains an index that tells the event handler which reviewer it should use out of the list of reviewers in the process's input variable.
使用事件处理程序的索引来在结果变量列表中选择恰当的Slot。
Use the event handler's index to select the appropriate slot in the list of the result variable.
如果像前面建议的那样,使用数组索引从actiontransitionfunctions表直接调用函数,this变量就会指向这个表。
If you actually called the function directly from the actionTransitionFunctions table using array indexes, as suggested earlier, the this variable would point into the table.
这个变量允许在视图索引过程中访问DominoDirectory中的名称查询视图。
This variable allows access to name lookup views in the Domino Directory during the view index process.
而且,虽然在type - 2索引扫描中,被删除的行不会被跳过,但是除非同时设置了注册表变量db2_skipdeleted,否则在表扫描访问中,被删除的行将被无条件跳过。
Furthermore, deleted rows are skipped unconditionally on table scan access while deleted keys are not skipped for type-2 index scans unless the registry variable DB2_SKIPDELETED is also set.
某些异常聪明的人意识到既然ESP现在成了索引寄存器,EBP寄存器不再致力于访问栈上的变量。
Some extraordinarily clever person realized that since ESP was now an index register the EBP register no longer had to be dedicated for accessing variables on the stack. In other words, instead of
getopt返回- 1后,全局变量optind保存第一个不属于命令行选项的参数的索引。
After getopt has returned -1, the global variable optind holds the index of the first argument that was not part of the command-line options.
注意编写7个不等式作为5个不必有序的决策变量的和太过繁琐了,因为在某些约束中,索引可能会覆盖索引值7。
Note that it would be too boring to write seven inequalities as a sum of five decision variables that are not necessarily in order, because in some constraints, the index may overlap the index 7.
这里,我们将由argno(初始时被设为1以指向命令本身后的第一个实际参数)索引的当前参数复制到字符串变量s1。
Here we copy the current arg, indexed by argno (which was initially set to 1, to point to the first actual arg after the command itself) to string var s1.
第15行将决策变量声明为一个数组,它有七个变量,索引在DAYS集合中定义;分别表示从该天开始工作的员工数目。
Line 15 declares the decision variables as an array of seven variables defined on the DAYS set, representing the number of people that start work that day.
使用主变量或实际文本时,DB 2不会对非索引考虑这个因素;只有您能够考虑这个因素并相应编码。
With host variables or literals, DB2 does not consider this factor for non-index predicates; only you can take this fact into account and code accordingly.
如果指定了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.
第28行也产生一个临时变量而且将它设定为对象的索引数除以32的余数。
Line 28 also creates a temporary variable and sets it to the value of the object's index number modulus 32.
会话变量集合按变量名称或整数索引来进行索引。
The collection of session variables is indexed by the name of the variable or by an integer index.
将值从堆栈中弹出并放在索引2处的局部变量中。
A value is popped off of the stack and placed in the local variable indexed by 2.
此信的查询变量的搜索引擎。
NHCTOOL是作者设计并实现的一个C语言程序开发与维护工具,包括:1。全局变量索引;
NHCTOOL is designed for the exploitation and maintenance in C-language program, including the following functions:1) Global variables index;
华盛顿大学医学中心将以前用于评估VKORC1变量与抗凝结果关系的同期组群患者样本编入索引。
The University of Washington Medical Center index patient sample consisted of a cohort used previously to assess the association between VKORC1 variants and anticoagulation-related outcomes.
好的,这个括号的意思是你可以,索引这个变量。
Well, , the bracket notation means you can index into this variable.
图像矩不变量被提取出来作为图像的索引,来生成依赖于原始图像的、攻击者不知道且不同图像不同的水印。
Image moment invariants are extracted as the index to generate the image-dependent watermark, which is unknown to the attacker and different for different images.
若要修复此错误,请确保所有运算符都位于右边,而左边是变量、属性或索引器。
To fix this error, make sure that all operators are on the right-hand side and that the left-hand side is a variable, property, or indexer.
若要修复此错误,请确保所有运算符都位于右边,而左边是变量、属性或索引器。
To fix this error, make sure that all operators are on the right-hand side and that the left-hand side is a variable, property, or indexer.
应用推荐