• I can just whip out a variable, and this time it's gonna be dynamically stored there.

    可以拿出一个变量并且这次动态地存储在那里

    youdao

  • The added code just saves the start time to a local variable, then computes the elapsed time at the end of the method and prints it to the console.

    添加代码只是开始时间保存局部变量然后方法结束时计算持续时间打印控制台。

    youdao

  • 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.

    例如编译器为了优化循环索引变量可能选择存储一个寄存器或者缓存延迟到一个适合时间把一个新的变量存入

    youdao

  • Change it to a constructor argument at the same time, and make the caller have a member variable for that same dependency.

    同时构造函数加上相应的参数构造函数调用者加上一个成员变量体现依赖关系。

    youdao

  • The very large memory model, like the large memory model, can be enabled for an executable at compile time with a linker option or at run time using the LDR_CNTRL environment variable.

    内存模型类似可以通过一个链接器选项运行使用LDR_CNTRL环境变量来编译时的可执行程序启用超大内存模型。

    youdao

  • If you want to measure how long it takes to execute your scripts, you can store the start time into a variable as shown below.

    若想估量执行脚本所需时间,可以开始时间存储一个变量内,如下所示。

    youdao

  • I can just whip out a variable, this time it's gonna be dynamically stored there.

    我们可以临时分配一个变量这个值暂时存放在这个变量中。

    youdao

  • The default expression calculates a value to assign to the global variable the first time it is referenced.

    第一引用默认表达式全局变量计算一个

    youdao

  • OK, so, yeah that's a strong suggestion that if you've forgotten everything about single variable calculus, now would be a good time to actually brush up on integrals.

    强烈建议,如果忘记变量积分的知识,现在就是一个很好的复习机会

    youdao

  • You will get an E_NOTICE any time an uninitialized variable is used in a way that assumes it has a value.

    每当使用初始化的变量假定具有得到 E_NOTICE。

    youdao

  • To create a variable that indicates the time when the user first connects, use the following statements.

    创建表示用户第一次连接时间变量使用以下语句

    youdao

  • Suppose a signal is generated during the very small time gap between setting the errno variable by the close system call and its return.

    假定信号close系统调用设置errno变量返回之前极小时间片段内生成

    youdao

  • In the Linux kernel, time is measured by a global variable named jiffies, which identifies the number of ticks that have occurred since the system was booted.

    Linux内核中时间一个名为jiffies全局变量衡量变量标识系统启动以来经过的滴答

    youdao

  • The input message to the compensation service is a snapshot of given variable data at the point in time that the corresponding forward service completed successfully.

    补偿服务输入消息特定变量数据相应forward服务成功完成时刻快照

    youdao

  • To get @@error and @@rowcount at the same time, include both in same statement and store them in a local variable. SELECT @RC = @@ROWCOUNT, @ER = @@ERROR

    为了同一时间获得@@Error@@Rowcount,我们应将二者包括同一语句中并将它们存储局部变量中。

    youdao

  • Now that you have a clean way to retrieve the list of courses and maintain that data in a context variable managed by Seam, it is time to branch off from the course listing.

    既然已经清楚检索课程列表以及seam托管上下文变量维护方法,下面研究课程列表以外的内容。

    youdao

  • Here the self identifier declares a thread local variable time.

    这里self标识符声明一个线程局部变量time

    youdao

  • You have a pre-defined variable named total_time for the wall-clock time of the whole data collection.

    一个预定义的变量 total_time,它代表整个数据收集过程时钟时间

    youdao

  • Scheme is a dynamically typed language; therefore, the type of a variable is not generally known until run time.

    Scheme一种动态类型语言因此变量类型通常只有到了运行知道。

    youdao

  • For example, a manager could change the variable of the time frame in which to search for enough fraud warnings if too many false positives are being registered.

    例如如果登记了太多负面事件,经理可以去更改(time frame)变量以便搜索出足够欺诈(fraud)警告

    youdao

  • For the first time, you see that a for clause can define more than one variable.

    第一看到for子句可以定义多个变量

    youdao

  • A random variable, such as time in the example above, is associated with properties that are different from those associated with a single value.

    随机变量如上中的时间一些特性相关这些特性不同那些单个相关的特性。

    youdao

  • So the task duration is not a single real number, rather it is a random variable that describes the likelihood of completion within a certain range of time.

    所以任务持续时间不是一个单一实数而是描述一定时间范围内完成可能性随机变量

    youdao

  • Modification of this variable is key to determining what amount of variability is acceptable during a click-time signature match.

    修改变量对于确定匹配单击时间签名可以接受可变性非常关键

    youdao

  • You can avoid this embarrassing fate a couple of ways: suppress the troublesome new line, or set the appropriate string as a variable ahead of time.

    可以方法避免这种尴尬的现象:禁止这种令人讨厌或者提前设置适当字符串作为变量。

    youdao

  • However, sporadically, in time or space, some species may grow rapidly to damaging numbers, developing outbreaks which may persist for a variable length of time before subsiding.

    但是某些时间空间一些物种迅速生长足以造成危害数量导致病虫害爆发持续时间不定

    youdao

  • This will result in PHP reporting a warning every time an uninitialized variable is used, each bad file access, and other (mostly) harmless errors, but might also represent a potential attack vector.

    设置更改后,每当使用初始化的变量、进行错误文件访问发生其他大多数无害错误时,PHP都会报告警告消息,存在是一个潜在攻击矢量的可能性。

    youdao

  • Next time you need to generate the declaration of a local variable, you can go back to this source and use it as reference.

    下一次需要生成本地变量声明时可以回到以此参考

    youdao

  • Every time you write to a tied scalar variable, you invoke its STORE method.

    每次绑定标量变量时,都会调用STORE方法

    youdao

  • Every time you write to a tied scalar variable, you invoke its STORE method.

    每次绑定标量变量时,都会调用STORE方法

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定