中图网(原中国图书网):网上书店,中文字幕在线一区二区三区,尾货特色书店,中文字幕在线一区,30万种特价书低至2折!

歡迎光臨中圖網(wǎng) 請 | 注冊

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

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

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

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

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

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

本書內(nèi)容主要包括:微型計算機(jī)基礎(chǔ)知識,微型計算機(jī)的組成及其基本工作原理,8086/8088微處理器,8088/8086尋址方式與指令系統(tǒng),程序設(shè)計,存儲器系統(tǒng),輸入輸出接口,A/D及D/A轉(zhuǎn)換器等。 讀者對象為電子、自動化等相關(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
展開全部
商品評論(0條)
暫無評論……
書友推薦
本類暢銷
返回頂部
中圖網(wǎng)
在線客服
主站蜘蛛池模板: 伸缩器_伸缩接头_传力接头-巩义市润达管道设备制造有限公司 | 北京企业宣传片拍摄_公司宣传片制作-广告短视频制作_北京宣传片拍摄公司 | 玻纤土工格栅_钢塑格栅_PP焊接_单双向塑料土工格栅_复合防裂布厂家_山东大庚工程材料科技有限公司 | 南京和瑞包装有限公司| 伊卡洛斯软装首页-电动窗帘,别墅窗帘,定制窗帘,江浙沪1000+别墅窗帘案例 | 氧化铁红厂家-淄博宗昂化工 | IWIS链条代理-ALPS耦合透镜-硅烷预处理剂-上海顶楚电子有限公司 lcd条形屏-液晶长条屏-户外广告屏-条形智能显示屏-深圳市条形智能电子有限公司 | 亚克力制品定制,上海嘉定有机玻璃加工制作生产厂家—官网 | 塑胶跑道_学校塑胶跑道_塑胶球场_运动场材料厂家_中国塑胶跑道十大生产厂家_混合型塑胶跑道_透气型塑胶跑道-广东绿晨体育设施有限公司 | 铝合金风口-玻璃钢轴流风机-玻璃钢屋顶风机-德州东润空调设备有限公司 | 庭院灯_太阳能景观灯_草坪灯厂家_仿古壁灯-重庆恒投科技 | 泰国试管婴儿_泰国第三代试管婴儿_泰国试管婴儿费用/多少钱_孕泰来 | 吉林污水处理公司,长春工业污水处理设备,净水设备-长春易洁环保科技有限公司 | 便携式表面粗糙度仪-彩屏硬度计-分体式粗糙度仪-北京凯达科仪科技有限公司 | 动物麻醉机-数显脑立体定位仪-北京易则佳科技有限公司 | 捷码低代码平台 - 3D数字孪生_大数据可视化开发平台「免费体验」 | 高温链条油|高温润滑脂|轴承润滑脂|机器人保养用油|干膜润滑剂-东莞卓越化学 | 元拓建材集团官方网站| 加热制冷恒温循环器-加热制冷循环油浴-杭州庚雨仪器有限公司 | Pos机办理_个人商户免费POS机申请-拉卡拉办理网 | 帽子厂家_帽子工厂_帽子定做_义乌帽厂_帽厂_制帽厂_帽子厂_浙江高普制帽厂 | 岩石钻裂机-液压凿岩机-劈裂机-挖改钻_湖南烈岩科技有限公司 | 欧洲MV日韩MV国产_人妻无码一区二区三区免费_少妇被 到高潮喷出白浆av_精品少妇自慰到喷水AV网站 | 磁力轮,磁力联轴器,磁齿轮,钕铁硼磁铁-北京磁运达厂家 | 油冷式_微型_TDY电动滚筒_外装_外置式电动滚筒厂家-淄博秉泓机械有限公司 | 可程式恒温恒湿试验箱|恒温恒湿箱|恒温恒湿试验箱|恒温恒湿老化试验箱|高低温试验箱价格报价-广东德瑞检测设备有限公司 | 电机修理_二手电机专家-河北豫通机电设备有限公司(原石家庄冀华高压电机维修中心) | 贵州成人高考网_贵州成考网| 沧州友城管业有限公司-内外涂塑钢管-大口径螺旋钢管-涂塑螺旋管-保温钢管生产厂家 | 搪玻璃冷凝器_厂家-越宏化工设备 | 异噻唑啉酮-均三嗪-三丹油-1227-中北杀菌剂厂家 | 高铝砖-高铝耐火球-高铝耐火砖生产厂家-价格【荣盛耐材】 | 数年网路-免费在线工具您的在线工具箱-shuyear.com | 色油机-色母机-失重|称重式混料机-称重机-米重机-拌料机-[东莞同锐机械]精密计量科技制造商 | 浙江富广阀门有限公司| 医学动画公司-制作3d医学动画视频-医疗医学演示动画制作-医学三维动画制作公司 | 体视显微镜_荧光生物显微镜_显微镜报价-微仪光电生命科学显微镜有限公司 | 板式换热器_板式换热器价格_管式换热器厂家-青岛康景辉 | 沈阳庭院景观设计_私家花园_别墅庭院设计_阳台楼顶花园设计施工公司-【沈阳现代时园艺景观工程有限公司】 | 地磅-电子地磅维修-电子吊秤-汽车衡-无人值守系统-公路治超-鹰牌衡器 | 水质监测站_水质在线分析仪_水质自动监测系统_多参数水质在线监测仪_水质传感器-山东万象环境科技有限公司 |