青年中文青年中文

interrupt code的意思

interrupt code中文翻譯:

中斷碼

相似詞語短語

interrupt───vi.打斷;打擾;vt.中斷;打斷;插嘴;妨礙;n.中斷

interrupt moderation───中斷緩和

interrupt definition───中斷定義

interrupt media───媒體中斷

interrupt define───中斷定義

sorry to interrupt───抱歉打擾一下

interrupt moderation rate───中斷緩和率

code───n.代碼,密碼;編碼;法典;vt.編碼;制成法典;n.(Code)人名;(英、法、西)科德;vi.指定遺傳密碼

interrupt 19 capture───中斷19捕獲

雙語使用場景

Such restrictions are typically placed on sections of the application such as an interrupt handler, where the code responding to the interrupt must complete its work in a given time period.───此類限制通常是對應用程序的某些部分實施的,比如中斷處理程序,其響應中斷的代碼必須在給定的時間范圍內完成工作。

To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached.───為了查看在 main() 中發生了什么情況,可以在程序代碼中的某一特定行或函數中設置斷點,這樣 gdb 會在遇到斷點時中斷執行。

The interrupt handler function now has a return code of type irqreturn_t.───現在的中斷處理函數的返回代碼是一個 irqreturn_t 類型。

英語使用場景

It is now possible to interrupt code that is caught in a loop when test-run; runs also create a clean environment for themselves (avoiding namespace contamination).