message loop
常見(jiàn)例句
- Therefore, the thread that installed the hook must have a message loop.
因此,安裝鉤子的線(xiàn)程必須有消息循環(huán)。 - Begins running a standard application message loop on the current thread, and makes the specified form visible.
在當(dāng)前的線(xiàn)程上啟動(dòng)一個(gè)標(biāo)準(zhǔn)的應(yīng)用程序“消息循環(huán)”,并且顯示指定的窗體,下面是Application。 - However, during a modal loop, the system retrieves and dispatches messages without allowing an application the chance to filter the messages in its main message loop.
然而,在模式循環(huán)期間,系統(tǒng)會(huì)收到、分派消息,但是并不給應(yīng)用程序機(jī)會(huì)去過(guò)濾主消息循環(huán)中的消息。
www.yr-skf.com - Ah ha, it goes into that accept portion, prints out a message, and goes back around the while loop to say try again. And it's going to keep doing this until I give it something that does serve as a float.
他會(huì)說(shuō)輸入一個(gè)浮點(diǎn)數(shù),啊哈,它就到了那段處理代碼,打印出消息,然后回到while循環(huán)讓我們?cè)佥斠淮?它會(huì)持續(xù)這么做直到它接受到一個(gè)浮點(diǎn)數(shù)。
麻省理工公開(kāi)課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 返回 message loop