九草在线播放,91久久国产口精品久久久久,最新国产网址,日韩高清在线高清免费,91亚洲国产系列精品第56页,在线播放国产精品

TDA2030功放電路圖 電動(dòng)車充電器電路圖 電子電路 功放電路 電子制作 集成塊資料 電子報(bào) pcb 變壓器 元器件知識(shí) 逆變器電路圖 電路圖 開關(guān)電源電路圖 傳感器技術(shù) led 電磁兼容
電子電路圖
當(dāng)前位置: 首頁(yè) > 電子電路 > 設(shè)計(jì)編程

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

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

   復(fù)雜指令集計(jì)算機(jī)。對(duì)一種處理器架構(gòu)的描述。CISC處理器一般產(chǎn)生變長(zhǎng)的指令,多種地址格式,并且僅僅有少量的通用寄存器。Intel的80x86家族是是典型的CISC處理器。相對(duì)于RISC而言。

 

CPU(中央處理器)
Central Processing Unit. The part of a processor that executes instructions.
中央處理器。處理器中執(zhí)行指令的那一部分。

 

Compiler(編譯器)
A software development tool that translates high-level language programs into the machine-language instructions that a particular processor can understand and execute. 
把高級(jí)編程語(yǔ)言程序轉(zhuǎn)換到只有特定的處理器能了解和執(zhí)行的機(jī)器指令的一種軟件開發(fā)包。

 

context (上下文)
The current state of the processor"s registers and flags.
處理器當(dāng)前的狀態(tài)和標(biāo)志。

 

context switch(上下文切換)
The process of switching from one task to another in a multitasking operating system. A context switch involves saving the context of the running task and restoring the previously-saved context of the other. The piece of code that does this is necessarily processor-specific.
在多任務(wù)操作系統(tǒng)中我一個(gè)任務(wù)切換到另一個(gè)的過(guò)程。上下文切換包括保存正在運(yùn)行的任務(wù)的上下文和恢復(fù)早先保存的另一個(gè)任務(wù)的上下文。做這個(gè)工作的一段代碼必須具有處理器特權(quán)。

 

counting semaphore(計(jì)數(shù)信號(hào))
A type of semaphore that is used to track multiple resources of the same type. An attempt to take a counting semaphore is blocked only if all of the available resources are in use. Contrast with binary semaphore.
一種用來(lái)跟蹤多個(gè)相同類型資源的信號(hào)燈。僅僅在所有可用的資源都被用完了時(shí)才阻塞。相對(duì)二元信號(hào)而言。

 

critical section(臨界段)
A block of code that must be executed in sequence and without interruption to guarantee correct operation of the software. See also race condition. 
一段必須按次序執(zhí)行的代碼,并且不能被中斷,否則不能保證軟件正確地操作。參照:競(jìng)爭(zhēng)狀況。

 

cross-compiler(交叉編譯器)
 A compiler that runs on a different platform than the one for which it produces object code. A cross-compiler runs on a host computer and produces object code for the target.
一個(gè)運(yùn)行在不同的平臺(tái)上的編譯器,其中之一能產(chǎn)生目標(biāo)代碼。交叉編譯器在主機(jī)上運(yùn)行并且產(chǎn)生目標(biāo)機(jī)的目標(biāo)代碼。

 

D
DMA(直接內(nèi)存訪問(wèn))
Direct Memory Access. A technique for transferring data directly between two peripherals (usually memory and an I/O device) with only minimal intervention by the processor. DMA transfers are managed by a third peripheral called a DMA controller. 
直接內(nèi)存訪問(wèn)。一種直接在兩個(gè)外設(shè)(通常是內(nèi)存和I/O設(shè)備)之間進(jìn)行數(shù)據(jù)傳輸?shù)募夹g(shù),它只要處理器最少的介入。DMA傳輸由叫DMA控制器的第三方外設(shè)進(jìn)行管理。

 

DRAM(動(dòng)態(tài)隨機(jī)訪問(wèn)存儲(chǔ)器)
Dynamic Random-Access Memory. A type of RAM that maintains its contents only as long as the data stored in the device is refreshed at regular intervals. The refresh cycles are usually performed by a peripheral called a DRAM controller.
動(dòng)態(tài)隨機(jī)訪問(wèn)存儲(chǔ)器。一種RAM,存儲(chǔ)在其設(shè)備中的數(shù)據(jù)被定期刷新時(shí)才能保存它的內(nèi)容。刷新周期一般由一個(gè)叫DRAM控制器的外設(shè)完成。

 

Data bus(數(shù)據(jù)總線)
A set of electrical lines connected to the processor and all of the peripherals with which it communicates. When the processor wants to read (write) the contents of a memory location or register within a particular peripheral, it sets the address bus pins appropriately and receives (transmits) the contents on the data bus. 
連接處理器與所有外設(shè)進(jìn)行通訊的電子線路集。當(dāng)一個(gè)處理器想去寫(讀)某一特定外設(shè)中的存儲(chǔ)器地址或寄存器中的內(nèi)容時(shí),處理器設(shè)置地址總線并在數(shù)據(jù)總線上接收(傳輸)內(nèi)容。

 

Deadline(死線)<<容~源~電~子~網(wǎng)~版權(quán)聲明:本站內(nèi)容部分來(lái)源于網(wǎng)絡(luò),如侵犯到你的權(quán)利請(qǐng)及時(shí)與我們聯(lián)系更正,聯(lián)系QQ:316520686。

本文地址:http://www.189yp.com/dz/22/2009618230447.shtml


本文標(biāo)簽:


.
首頁(yè) 上一頁(yè)123456下一頁(yè)尾頁(yè)
頂一下
0%
返回首頁(yè)
0
0%

------分隔線----------------------------
發(fā)表評(píng)論
請(qǐng)自覺(jué)遵守互聯(lián)網(wǎng)相關(guān)的政策法規(guī),嚴(yán)禁發(fā)布色情、暴力、反動(dòng)的言論。
表情:
名稱: E-mail: 驗(yàn)證碼: 匿名發(fā)表
發(fā)布文章,推廣自己產(chǎn)品。
熱門標(biāo)簽
 
主站蜘蛛池模板: 伊人久久综在合线亚洲91| 毛片视频网站| 国产精品天天看大片特色视频| 成人福利电影在线观看| 亚洲国产精品自在现线让你爽| www.日本精品| 91久久精品国产亚洲| 999热在线精品观看全部| 国产高清视频青青青在线| 午夜视频导航| 亚洲人成电影网站国产精品| 亚洲欧美在线免费| 亚洲国产一区在线| 国产成人lu在线视频| 在线视频区| 来吧今晚让你cao个够| 4d影院网站| 97日日| www.成年人视频| 色综合手机在线| 林美仑在线三级播放系列| 天天看毛片| 亚洲精品免费日日日夜夜夜夜| 成人性欧美丨区二区三区| 网站黄免费| 欧美在线看欧美高清视频免费| 4399影视免费观看高清| 这里只有久久精品视频| 亚洲国产高清视频在线观看| 手机看片77v1| 日日射射| 精品在线免费视频| 久久青草免费免费91线频观看| 亚洲成人免费电影| 色www免费视频| 免费观看毛片| 国产成人在线观看免费网站| 久久r热这里有精品视频| 天天做日日做| 中文字幕在线视频网| 欧美伊人久久大香线蕉综合69|