- 重点词汇
- sequencesn.后果( sequence的名词复数 );(纸牌中的)顺牌;有关联的一组事物;(电影中表现同一主题或场面的)一组镜头;
- maliciousadj.恶意的,有敌意的;蓄意的;预谋的;存心不良的;
- analysisn.分析,分解;梗概,要略;[数]解析;验定;
- coden. 代码;编码;密码;法典;行为规范;行为准则;道德准则;电码;暗码;信号;
- APIabbr. acceptable periodic inspection 合意周期检查;armor-piercing incendiary tracer 追踪式穿甲燃烧弹;
- theart.这个;指已提到或易领会到的人或事物;指独一无二的、正常的或不言而喻的人或事物;用以泛指;与形容词连用,指事物或统称的人;用于姓氏的复数形式前,指家庭或夫妇;(指特定用途的事物)足够,恰好;每,一;当前的,本,此;(重读,表示所指的为知名或重要的人或事物)
- dynamicadj.精力充沛的;活跃的;动力的;动态的;
- windowsn.窗;(计算机荧屏的)窗口;窗玻璃;墙上(或信封等上)开的窗形的口;
- base on使建立在…基础上;本;
- 相关例句
Method of Realizing Series Communication by Using Windows API Functions
Windows API函数实现串行通信的方法
互联网摘选
A microsecond timer developed by Windows API function is used during the transmission.
在数据传输过程中,运用Windows API函数实现了微秒级定时。
互联网摘选
This paper introduces the method to use Windows API and makes tray icon for applications in VB.
介绍了利用Windows API函数给VB应用程序制作托盘图标的方法。
互联网摘选
Research on synchronous control by remote apparatus based on Windows API
基于Windows API调用的远程仪器同步控制方法研究
互联网摘选
Windows API can realize much function that PowerBuilder can't.
利用Windows API函数可以实现许多PowerBuilder不能实现的功能。
互联网摘选
利用CNJ502催化剂在固定床反应装置上研究由合成气合成甲醇的催化反应。
互联网摘选
这样一来,传递给postMessage的这个对象就成为了传递给onmessage方法的那个对象的数据属性。
互联网摘选
这里涉及到了更多的Window Name协议,但是它必须在并不支持window.postMessage()的老式浏览器中使用。
互联网摘选
Of course, postMessage is an asynchronous function; you call it and it immediately returns.
当然,postMessage是一个异步函数;您调用它,它就立即返回。
互联网摘选
It uses the onmessage/ postMessage paradigm to receive and send data from its parent thread.
它使用onmessage/postMessage范型来从它的母线程接收和发送数据。
互联网摘选
Finally, to initiate the worker, call postMessage with some data for it to work on.
最后,为了初始化这个worker,用一些数据调用postMessage以便它能工作起来。
互联网摘选
通常,这个处理程序会执行自己的postMessage()方法将消息返回给调用代码,然后port的start()方法就会生成一个启用消息过程。
互联网摘选
Control returns immediately from PostMessage and the message gets processed later.
控制会从PostMessage立即返回,该消息是后来才处理的。
互联网摘选
This data is then sent back to the parent thread by using the postMessage function.
该数据随后会被通过postMessage函数发送回母线程。
互联网摘选
当您处理完Worker脚本中的数据时,调用postMessage函数将数据返回主线程。
互联网摘选
To send the thread a message, the postMessage method on the Worker instance is invoked.
要向线程发送一个消息,需要调用Worker实例上的postMessage方法。
互联网摘选
So what exactly goes on with this onmessage/ postMessage paradigm?
那么这个onmessage/postMessage范型到底说明了什么?
互联网摘选
从页面脚本传来的数据被传递到message对象中的postMessage函数。
互联网摘选
