国产第1页_91在线亚洲_中文字幕成人_99久久久久久_五月宗合网_久久久久国产一区二区三区四区

讀書(shū)月攻略拿走直接抄!
歡迎光臨中圖網(wǎng) 請(qǐng) | 注冊(cè)

包郵 微機(jī)原理及應(yīng)用

作者:丁艷
出版社:國(guó)防工業(yè)出版社出版時(shí)間:2016-01-01
開(kāi)本: 16開(kāi) 頁(yè)數(shù): 330
中 圖 價(jià):¥20.7(3.6折) 定價(jià)  ¥58.0 登錄后可看到會(huì)員價(jià)
加入購(gòu)物車 收藏
開(kāi)年大促, 全場(chǎng)包郵
?新疆、西藏除外
溫馨提示:5折以下圖書(shū)主要為出版社尾貨,大部分為全新(有塑封/無(wú)塑封),個(gè)別圖書(shū)品相8-9成新、切口
有劃線標(biāo)記、光盤(pán)等附件不全詳細(xì)品相說(shuō)明>>
本類五星書(shū)更多>

微機(jī)原理及應(yīng)用 版權(quán)信息

微機(jī)原理及應(yīng)用 本書(shū)特色

  丁艷編*的《微機(jī)原理及應(yīng)用》以16位微處理器為核心,全面講述了微型計(jì)算機(jī)的基本組成、工作原理以及硬件接口技術(shù)。全書(shū)共8章,逐一講述了計(jì)算機(jī)基礎(chǔ)知識(shí)、微型計(jì)算機(jī)的基本組成及工作原理、16 位微處理器8086/8088cpu的尋址方式、指令系統(tǒng)、匯編程序的設(shè)計(jì)、輸入/輸出接口、存儲(chǔ)器系統(tǒng)和可編程定時(shí)/計(jì)數(shù)控制器等內(nèi)容。本書(shū)是作者多年教學(xué)經(jīng)驗(yàn)的結(jié)晶,內(nèi)容編排合理,由淺入深,體系完整,重點(diǎn)突出并配有豐富的例題及詳盡的注釋。   本書(shū)采用全英文編寫(xiě),并配有部分漢語(yǔ)注釋,適合用作普通高等院校非計(jì)算機(jī)類各專業(yè)學(xué)生“微型計(jì)算機(jī)原理及應(yīng)用”課程的教材,也可用作成人高等教育的培訓(xùn)教材及廣大科技工作者的參考書(shū)。  

微機(jī)原理及應(yīng)用 內(nèi)容簡(jiǎn)介

本書(shū)內(nèi)容主要包括:微型計(jì)算機(jī)基礎(chǔ)知識(shí),微型計(jì)算機(jī)的組成及其基本工作原理,8086/8088微處理器,8088/8086尋址方式與指令系統(tǒng),程序設(shè)計(jì),存儲(chǔ)器系統(tǒng),輸入輸出接口,A/D及D/A轉(zhuǎn)換器等。 讀者對(duì)象為電子、自動(dòng)化等相關(guān)領(lǐng)域技術(shù)人員。

微機(jī)原理及應(yīng)用 目錄

chapter 1  fundamentals of computer    1.1  number system        1.1.1  basic number systems        1.1.2  conversions between different number systems        1.1.3  common data units    1.2  logic algebra and logic gates        1.2.1  "or" operation and "or" gate        1.2.2  "and" operation and "and" gate        1.2.3  "not" operation and the not-inverter        1.2.4  basic rules of boolean algebra    1.3  binary numbers and binary addition/subtraction        1.3.1   negative binary numbers        1.3.2  binary addition        1.3.3  binary subtraction        1.3.4  adder circuits        1.3.5  switchable inverter and binary addition/subtraction circuit    1.4  computer data formats        1.4.1  acsii code        1.4.2  bcd ( binary-coded decimal) format    1.5  logic circuit        1.5.1  logic gates        1.5.2  flip-flops        1.5.3  registers        1.5.4  tri-state gate and bus structure    tips    exercisechapter 2  system organization of microcomputer    2.1  the basic system components        2.1.1  cpu (central processing unit)        2.1.2  the system bus        2.1.3  the memory subsystem        2.1.4  the i/o subsystem    2.2  a simple computer        2.2.1  introduction        2.2.2  architecture of the simple computer        2.2.3  instruction set of the simple computer        2.2.4  encoding instructions        2.2.5  organization of the control unit        2.2.6  step-by-step instruction execution    tips    exercisechapter 3  intel 8086 microprocessor    3.1  the history of intel microprocessor family    3.2  8086 cpu architecture        3.2.1  execution unit and bus interface unit        3.2.2  organization of execution unit        3.2.3  organization of bus interface unit (biu)    3.3  internal memory        3.3.1  addressing data in memory        3.3.2  memory segment        3.3.3  segment boundary        3.3.4  segment offset        3.3.5  about stack segment    3.4  system timing        3.4.1  the system clock        3.4.2  memory access time        3.4.3  wait states        3.4.4  bus cycle    3.5  8086 pin assignments and working modes        3.5.1  pins and their function descriptions        3.5.2  working modes    3.6  basic operations of 8086/8088        3.6.1  reset operation        3.6.2  input and output for 8086 minimum mode        3.6.3  bus request and bus grant timing in minimum mode        3.6.4  interrupt operation        3.6.5  interrupt operations in maximum mode    tips    exercisechapter 4  8086 address mode and assembly instructions    4.1  8086 assembly instruction format    4.2  8086 addressing modes       4.2.1  immediate addressing       4.2.2  direct addressing       4.2.3  register addressing       4.2.4  register indirect addressing       4.2.5  register relative addressing       4.2.6  base-plus-index addressing       4.2.7  base relative-plus-index addressing    4.3  data movement instructions       4.3.1  mov instruction       4.3.2  push and pop       4.3.3  xchg instruction       4.3.4  xlat instruction       4.3.5  lea instruction       4.3.6  ldsandles       4.3.7  flags register movement instruction       4.3.8  in and out    4.4  arithmetic instructions and logic instructions       4.4.1  add and sub function       4.4.2  inc and dec function       4.4.3  neg and cmp function       4.4.4  mul and div function       4.4.5  type conversion functions       4.4.6  bcd conversion functions       4.4.7  boolean operations       4.4.8  shifting and rotation    4.5  string instructions        4.5.1  the direction flag        4.5.2  string data transfers        4.5.3  string comparisons    4.6  program control instructions        4.6.1  program flow control instructions        4.6.2  machine control and miscellaneous instructions    4.7  the symbolic instruction set    tips    exercisechapter 5  directives and macro processing    5.1  the format of the directives    5.2  operators and expression    5.3  directives       5.3.1  data definition and storage allocation       5.3.2  equ directive       5.3.3  segment definition directive       5.3.4  assume directive       5.3.5  proc directive       5.3.6  end directive       5.3.7  org directive       5.3.8  structures       5.3.9  records       5.3.10  the page and title listing directives       5.3.11  extrn/extern directive       5.3.12  group directive       5.3.13  include directive       5.3.14  label directive    5.4  macro processing       5.4.1  macro definition        5.4.2  macro sequence and procedure calling        5.4.3  macro directives    5.5  dos function calls        5.5.1  the ibm pcbios        5.5.2  an introduction to ms-dos' services        5.5.3  ms-dos calling sequence        5.5.4  frequently used ms-dos functions    5.6  assembling, linking and executing a program        5.6.1  the assembler and linker        5.6.2  assembling a source program        5.6.3  linking an object program        5.6.4  executing a program        5.6.5  using the debug program        5.6.6  debug commands exercise    tips    exercisechapter 6  programming with assembly language    6.1  design of assembly program    6.2  simple procedures designing    6.3  branch and looping procedures    6.4  procedure call and return    6.5  programming examples    tips    exercisechapter 7  memory system    7.1   overview of the memory        7.1.1  non-volatile memory        7.1.2  volatile memory        7.1.3  performance index of memory system    7.2  memory devices        7.2.1  sram 6264        7.2.2  sram6116        7.2.3  dram 2164a        7.2.4  eprom 2764a    7.3  memory module design        7.3.1   memory pin connections        7.3.2  memory module design        7.3.3  memory expansion examples    tips    exercisechapter 8  i/o interfaces    8.1  l/o instructions    8.2  l/o interfacing methods    8.3  serial interface and serial communication        8.3.1  serial interface        8.3.2  basic serial transmission lines        8.3.3  asynchronous and synchronous communication    8.4  8251a programmable communication interface        8.4.1  the architecture of the 8251a        8.4.2  the application of the 8251 a        8.4.3  the initialization of the 8251a    8.5  parallel communication interface    8.6  8255a programmable peripheral interface        8.6.1  the architecture of the 8255a        8.6.2  the function description of the 8255a        8.6.3  the communication mode of 8255a        8.6.4  the initialization and programming of 8255a    8.7  programmable timer and event counter    8.8  intel's 8253 programmable timer/counter        8.8.1  the architecture of 8253        8.8.2  the operation mode definition of 8253        8.8.3  examples of 8253 timer/counter    tips    exerciseappendix a  8086/8088 instruction set summaryappendix b  vocabulary and termsreference
展開(kāi)全部
暫無(wú)評(píng)論……
書(shū)友推薦
本類暢銷
編輯推薦
返回頂部
中圖網(wǎng)
在線客服
主站蜘蛛池模板: 免费看美女被靠到爽的视频 | 免费欧美视频 | 日本熟妇色xxxxx日本免费看 | 亚洲成人偷拍自拍 | 麻豆亚洲一区 | 亚洲欧洲日产国码天堂 | 青青青在线免费 | 中文字幕在线播放 | 二区免费视频 | 国产日韩欧美swag在线观看 | 国产真人无码作爱视频免费 | 一级特黄国产高清毛片97看片 | 米奇777超碰欧美日韩亚洲 | 国内精品久久久久影院老司 | 国产suv精品一区二区33 | 高清二区 | 欧美成人免费观看bbb | 日韩欧美激情视频 | 免费看欧美一级a毛片 | 国产欧美日韩精品综合 | 久久国产综合尤物免费观看 | 久久久久久久久性潮 | 艳妇臀荡乳欲伦交换h在线观看 | 国内精品人妻无码久久久影院蜜桃 | 免费a级黄色毛片 | 草草在线观看视频 | 性做久久久久久久久男女 | www插插插无码免费视频网站 | 夜夜躁狠狠躁日日躁视频 | 久久大香伊蕉在人线国产联合 | 欧美自拍另类欧美综合图片区 | 欧美日韩亚洲国产 | 欧美成妇人吹潮在线播放 | 在线观看av无需播放器 | 日韩成人大屁股内射喷水 | 国产无套露脸大学生视频 | 国产精品久久久久久久久久久久 | 精品深夜av无码一区二区老年 | 国产在线精品一区二区三区直播 | 亚洲欧美精品无码一区二区三区 | 4hu最新|