国产精品久久成人网站 ,99热都是精品久久久久久,一边添奶一边添p好爽视频,久久国产精品成人片免费,国产免费无码av片在线观看不卡,国产成人亚洲综合网色欲网久下载,日本牲交大片无遮挡,精品国产亚洲福利一区二区
              TDA2030功放電路圖 電動(dòng)車充電器電路圖 電子電路 功放電路 電子制作 集成塊資料 電子報(bào) pcb 變壓器 元器件知識(shí) 逆變器電路圖 電路圖 開關(guān)電源電路圖 傳感器技術(shù) led 電磁兼容
              電子電路圖
              當(dāng)前位置: 首頁 > 電子電路 > 設(shè)計(jì)編程

              最新嵌入式系統(tǒng)|常用詞匯表1

              時(shí)間:2009-06-18 23:03:43來源:網(wǎng)絡(luò) 作者:admin 點(diǎn)擊:

               

              Host(主機(jī))
              A general-purpose computer that communicates with the target via a serial port or network connection. This term is usually used to distinguish the computer on which the debugger is running from the embedded system that is being developed.
              一臺(tái)通用計(jì)算機(jī),它通過串口或網(wǎng)絡(luò)連接與目標(biāo)機(jī)通訊。這處名詞一般用來區(qū)別調(diào)試程序運(yùn)行的計(jì)算機(jī)和被開發(fā)的嵌入式系統(tǒng)。

               

              I
              ICE
              In-Circuit Emulator. See emulator.
              在線仿真器。查閱仿真器。

               

              I/O(輸入/輸出)
              Input/Output. The interface between a processor and the world around it. The simplest examples are switches (inputs) and LEDs (outputs).
              輸入/輸出。處理器與外界的交互界面。最簡(jiǎn)單的例子是開關(guān)(輸入)和發(fā)光二級(jí)管(輸出)。

               

              I/O device(IO設(shè)備)
              A piece of hardware that interfaces between the processor and the outside world. Common examples are switches and LEDs, serial ports, and network controllers. 
                 一種介于處理器和外界之間的硬件設(shè)備。一般的實(shí)例是開關(guān)、LED、串口和網(wǎng)絡(luò)控制器。

               

              I/O map(I/O映射)
              A table or diagram containing the name and address range of each peripheral addressable by the processor within the I/O space. I/O maps are a helpful aid in getting to know the target.
              一張包含每個(gè)外設(shè)的名字和地址的表格或圖表,可由處理器在I/O空間中設(shè)定地址。I/O映射對(duì)得知目標(biāo)機(jī)情況非常有利。

               

              I/O space(I/O空間)
              A special memory region provided by some processors and generally reserved for the attachment of I/O devices. Memory locations and registers within an I/O space can be accessed only via special instructions. For example, processors in the 80x86 family have special I/O space instructions called in and out. Contrast with memory space.
              一個(gè)由處理器提供的特殊內(nèi)存區(qū)域,一般為為I/O設(shè)備的附件保留。在I/O空間的內(nèi)存位置和寄存器只能通過特殊的指定進(jìn)行訪問。例如:80X86家族的處理器有叫做in / out的特殊的I/O空間指令。相對(duì)內(nèi)存空間而言。

               

              ISR(中斷服務(wù)程序)
              See interrupt service routine. 

               

              instruction pointer(指令指針)
              A register in the processor that contains the address of the next instruction to be executed. Also known as a program counter.
              包含下一條要執(zhí)行指令地址的處理器中的寄存器。也叫程序計(jì)數(shù)器。
               
              Interrupt(中斷)
              An asynchronous electrical signal from a peripheral to the processor. When the peripheral asserts this signal, we say that an interrupt occurs. When an interrupt occurs, the current state of the processor is saved and an interrupt service routine is executed. When the interrupt service routine exits, control of the processor is returned to whatever part of the software was previously running.
              一個(gè)從外設(shè)到處理器的異步電信號(hào)。當(dāng)外設(shè)發(fā)出這個(gè)信號(hào),我們說一個(gè)中斷發(fā)生。當(dāng)一個(gè)中斷發(fā)生,當(dāng)前的處理器狀態(tài)被保存并且中斷服務(wù)程序開始運(yùn)行。當(dāng)中斷服務(wù)程序退出,對(duì)處理器的控制權(quán)轉(zhuǎn)到先前運(yùn)行的那個(gè)軟件上。

               

              interrupt latency(中斷延遲)
              The amount of time between the assertion of an interrupt and the start of the associated interrupt service routine.
              在中斷發(fā)生和相關(guān)的中斷服務(wù)程序運(yùn)行之間的時(shí)間長(zhǎng)短。
                
              interrupt service routine(中斷服務(wù)程序)
              A piece of software executed in response to a particular interrupt. 
              響應(yīng)特定中斷而運(yùn)行的一小段軟件。

               

              interrupt type(中斷類型)
              A unique number associated with each interrupt.
              和每一個(gè)中斷相關(guān)聯(lián)的唯一數(shù)字。

               

              interrupt vector (中斷向量)
              The address of an interrupt service routine.
              中斷服務(wù)程序所在的地址。

               

              interrupt vector table(中斷向量表)
              A table containing interrupt vectors and indexed by interrupt type. This table contains the processor"s mapping between interrupts and interrupt service routines and must be initialized by the programmer.<<容~源~電~子~網(wǎng)~版權(quán)聲明:本站內(nèi)容部分來源于網(wǎng)絡(luò),如侵犯到你的權(quán)利請(qǐng)及時(shí)與我們聯(lián)系更正,聯(lián)系QQ:316520686。

              本文地址:http://m.zskn.com.cn/dz/22/2009618230447.shtml


              本文標(biāo)簽:


              .
              首頁 上一頁3456下一頁尾頁
              頂一下
              0%
              返回首頁
              0
              0%

              ------分隔線----------------------------
              發(fā)表評(píng)論
              請(qǐng)自覺遵守互聯(lián)網(wǎng)相關(guān)的政策法規(guī),嚴(yán)禁發(fā)布色情、暴力、反動(dòng)的言論。
              表情:
              名稱: E-mail: 驗(yàn)證碼: 匿名發(fā)表
              發(fā)布文章,推廣自己產(chǎn)品。
              熱門標(biāo)簽
               
              主站蜘蛛池模板: 国产精品白浆免费视频| 天堂va在线高清一区| 日韩 一区二区在线观看| 亚洲精品中文字幕久久久久| 精品视频国产狼友视频| 国产午夜91福利一区二区| 欧美性色19p| 亚洲国产成人乱码| 久久综合国产一区二区三区| 亚洲日韩av在线观看| 乱人伦人成品精国产在线| 野花社区www视频日本| 亚洲乱码日产精品bd在线看| 国产精品午夜福利麻豆| 国产成人A在线视频免费| 人妻无码第一区二区三区| 日本又黄又爽又无遮挡的视频| 国产精品久久久久乳精品爆| 四虎国产精品永久入口| 亚洲爆乳aaa无码专区| 国产不卡精品视频男人的天堂| 国产福利永久在线视频无毒不卡 | 国产馆在线精品极品粉嫩| 中文在线а√天堂| 亚洲国产成人va在线观看| 国产精品美女黑丝流水| 人人入人人爱| 久久久久久人妻精品一区二区三区 | 综合亚洲桃色第一影院| 永久免费av无码网站直播| 国产真实乱对白精彩| 粗大的内捧猛烈进出少妇视频| 日韩精品福利视频在线观看 | 国产麻豆91网在线看| 国产高清-国产av| 夜色福利站www国产在线视频 | 92自拍偷拍精品视频| 狠狠色丁香婷婷久久综合| 久久综合九色综合欧美婷婷| 怡春院久久国语视频免费| а√天堂8资源在线官网|