variable loop的意思|示意
变量循环
variable loop的网络常见释义
可变环 d extra arm 其碱基 数目随tRNA种类不同有很大的变化,因而又称 为可变环(variable loop),一般其碱基数目 为4~21个。此外,三叶草结构除上述4个环外, 含有4个臂或茎。
variable loop相关短语
1、 extro variable loop 额外环或可变环
2、 loop control variable 循环控制变量 ; 回圈控制变数 ; 循环控制变量英语 ; 翻译
3、 loop variable 循环变量 ; 翻译
variable loop相关例句
Is it efficient to declare a variable in a loop?
是在一个循环中声明一个变量有效吗?
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.
例如,编译器为了优化一个循环索引变量,可能会选择把它存储到一个寄存器中,或者缓存会延迟到一个更适合的时间,才把一个新的变量值存入主存。
Tracing the logic flow through the program, you see that the first time through the loop, the value of the variable I becomes 5.
通过跟踪程序的逻辑流可以看到,第一次通过循环后,变量i的值变为5。
When the loop completes its run, the script checks to see whether the numfiles variable contains a value greater than 1.
当循环完成运行后,脚本会检查numfiles变量中的值是否大于1。
Initialization. A very common bug is to initialize a variable. Go through a loop, and then forget to reinitialize it when it needs to be reinitialized again.
忘记初始化,忘记初始化变量是一个很常见的错误,运行完一个循环之后,当需要再次初始化时。
Each time the loop is executed, the prop variable is filled with the name of another property (a string) that exists on the object until all properties have been returned.
每次循环执行,属性变量被填充以对象属性的名字(一个字符串),直到所有的对象属性遍历完成才返回。