• Essentially, the strategy is to create a bunch of widgets with callbacks, then enter a main event loop.

    本质上这个策略创建带回窗口小部件然后进入一个事件循环。

    youdao

  • Listing 5 shows the remainder of the main logic loop.

    清单5显示了逻辑循环的其余部分。

    youdao

  • Listing 3 shows the remainder of the main logic loop.

    清单3显示了逻辑循环的其余部分。

    youdao

  • To switch between modes, an additional check is required in each pass of the main program loop.

    模式进行切换需要程序循环每次循环执行额外的检查

    youdao

  • Create a hash keyed on E-mail address for each state name, to be checked in the main program loop.

    创建每个电子邮件地址绑定列,程序循环中检查该散列。

    youdao

  • Listing 2 shows the beginning of the main processing loop.

    清单2显示了处理循环开头

    youdao

  • In this model, called Pipelining, the main thread is used to loop through the results as they are produced by the other threads.

    这个被称为“并行管道”的模型下,主线程将会另一线程产出结果同时进行循环处理。

    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

  • In my experience, it will usually be a particular inner or nested loop, or a call to some third party library methods, which is the main culprit for running the program slow.

    经验来看,导致程序运行速度慢得罪魁祸首可能就是某个内部嵌套循环可能第三函数调用

    youdao

  • Line 32 USES the "XSL: for-each" element to define the loop that creates the main part of the table, generating one line for each "emp" element occurrence.

    第32行使xslfor - each元素定义创建主要部分循环,用以每个出现的“emp”元素生成

    youdao

  • In the next section, if the cluster and shapefile node that has just been printed is the home node, exit the main loop without writing edge or linkage information.

    第二部分中如果刚刚打印出来聚类shapefile节点节点,那么退出循环并且不要编写链接信息

    youdao

  • The main thing to understand is that Psyco is useful for handling blocks that loop many times, and it knows how to optimize operations involving integers and floating point numbers.

    主要明白Psyco对于处理多次循环很有用的而且知道如何优化涉及整数浮点操作

    youdao

  • You could program the main loop more elegantly by using fputcsv(), which handles formatting problems (see Listing 3).

    可以使用fputcsv()便捷地循环编程,fputcsv() 能够帮助处理格式化问题参见清单3)。

    youdao

  • After the loop, another canvas, password text box, and Submit button are created and packed into the Tk main window.

    循环完成另一套画布密码文本Submit按钮创建封装t k主窗口中。

    youdao

  • In the infinite loop case above, all threads except main are in a waiting state (on a semaphore, or waiting for some event).

    上述循环情况下所有主线程之外的线程处于某种等待状态(等待一个信号量,等待某个事件)。

    youdao

  • Earlier in the article I rewrote the main conversion function in c, and now I am going to rewrite the main loop in c. the new code is fairly straightforward (enter as convert_driver_c.c).

    本文开头使用c语言重新编写转换函数现在使用c语言重新编写循环

    youdao

  • The main loop enters an indefinite loop, waiting for events and calling callbacks, until someone calls gtk_main_quit() by closing the window.

    循环进入无限循环,等候事件调用回调直到有人关闭窗口调用 gtk_main_quit() 为止。

    youdao

  • The main loop runs until gtk_main_quit is called when the user closes the window.

    循环一直运行直到用户关闭窗口调用gtk_main _ quit才结束。

    youdao

  • Listing 10 shows the continuation of the main processing loop after the cnee events are read.

    清单10展示了读取cnee事件后主处理循环后面部分。

    youdao

  • The window is displayed on the screen, and the application activates the main loop by calling gtk_main .

    屏幕显示窗口,应用程序调用gtk_main激活循环

    youdao

  • By doing so, the loop in the main scope and logic in the event handler controls the final number of event handler instances.

    这样范围内循环事件处理程序中的逻辑就可以控制事件处理程序最终数目

    youdao

  • Then, each pass of the main loop checks for events, resets the draw state, draws the circular "portal" windows, then animates their distortion back to the current time frame.

    随后循环每次循环检查事件重置绘图状态圆形的“门户窗口然后以动画形式将失真返回当前时帧。

    youdao

  • The main loop then looks through its internal mapping table between its signals and handlers, also called callbacks, and calls the handlers registered for the given signal on the given object.

    然后循环查询自己的信号处理程序之间的内部映射叫做回调调用注册指定对象指定信号的处理程序。

    youdao

  • The main loop operates on a continuous check-dispatch-sleep cycle.

    循环连续检查-分配-睡眠周期上操作

    youdao

  • With the base variable declarations and subroutine complete, the program moves on to the main program loop, shown below.

    完成基本变量声明子例程后程序继续进行程序循环如下所示。

    youdao

  • When an event occurs, the object associated with that event emits a signal to inform the main loop that it has occurred.

    事件发生时,这个事件对应对象发出信号通知循环事件已经发生

    youdao

  • Listing 4 shows the beginning of the three-finger detection in the main program loop.

    清单4显示了程序循环中的三指检测开始部分

    youdao

  • Stan Murch, in a uniform-like blue jacket, stood on the sidewalk in front of the Hilton and watched cab after cab make the loop in to the main entrance.

    斯坦穿着酷似制服兰色夹克站在希尔顿饭店前面人行道上看着出租车一辆接着辆拐大门口前。

    youdao

  • In the main program loop, there is no need for the code that ignores the header lines and the first two lines of input.

    程序循环中代码无需忽略标题输入行。

    youdao

  • You create the necessary network listening sockets, register the events to be called during execution, and then start the main event loop with the libev handling the rest of the process.

    创建所需网络监听套接字注册执行期间调用事件然后启动事件循环,让libev处理过程的其余部分。

    youdao

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

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

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