event loop 双语例句
全部
1·Qt event loop and unit testing?
QT的事件循环和单元测试?
2·Event loop with command-line switches.
带有命令行开关的事件循环。
3·Here I set the widgets to be visible, and start the GTK + main event loop.
这里,我将窗口小部件设置为可视的,然后启动GTK +主事件循环。
4·When command-line arguments are not enough, the next step is to write an event loop.
当命令行参数不够用时,下一步是编写一个事件循环。
5·Essentially, the strategy is to create a bunch of widgets with callbacks, then enter a main event loop.
本质上,这个策略是创建带回调的一串窗口小部件,然后进入一个主事件循环。
6·This script extends the simple event loop with switches to use Parse: : RecDescent as the parsing engine.
该脚本扩展了带开关的简单事件循环,将Parse: RecDescent用作解析引擎。
7·The application's event loop will send keyboard actions, mouse events and menu selections to this focus object.
应用程序的“事件循环”会给这个聚焦的对象发送键盘键盘动作、鼠标事件和菜单选择等行为。
8·The main function creates a Glib event loop, gets a connection to the session bus, and integrates the D-BUS event handling into the Glib event loop.
main函数创建一个Glib事件循环,获得会话总线的一个连接,并将D - BUS事件处理集成到Glib事件循环之中。
9·A common mistake that newbies make is to sample the input for the demo mode at a point in the event loop before or after the normal input is read.
一个新手常犯的错误是这样的,为游戏演示所进行的采样超前或落后于游戏的正确输入时刻。
10·We will now showcase specific abilities of the Parse: : RecDescent grammar by adding on to the UI features from a simple event loop and a simple user interface.
现在,通过在简单事件循环和简单用户界面的UI功能基础上再增加一些功能,我们将具体展示Parse: RecDescent文法所具有的特定能力。