中图网(原中国图书网):网上书店,尾货特色书店,30万种特价书低至2折!

歡迎光臨中圖網 請 | 注冊
> >
微機原理及應用

包郵 微機原理及應用

作者:丁艷
出版社:國防工業出版社出版時間:2016-01-01
開本: 16開 頁數: 330
¥16.7(2.9折)?

預估到手價是按參與促銷活動、以最優惠的購買方案計算出的價格(不含優惠券部分),僅供參考,未必等同于實際到手價。

中 圖 價:¥27.8(4.8折)定價  ¥58.0 登錄后可看到會員價
加入購物車 收藏
開年大促, 全場包郵
?新疆、西藏除外
溫馨提示:5折以下圖書主要為出版社尾貨,大部分為全新(有塑封/無塑封),個別圖書品相8-9成新、切口
有劃線標記、光盤等附件不全詳細品相說明>>
本類五星書更多>
買過本商品的人還買了

微機原理及應用 版權信息

  • ISBN:9787118104103
  • 條形碼:9787118104103 ; 978-7-118-10410-3
  • 裝幀:一般膠版紙
  • 冊數:暫無
  • 重量:暫無
  • 所屬分類:>

微機原理及應用 本書特色

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

微機原理及應用 內容簡介

本書內容主要包括:微型計算機基礎知識,微型計算機的組成及其基本工作原理,8086/8088微處理器,8088/8086尋址方式與指令系統,程序設計,存儲器系統,輸入輸出接口,A/D及D/A轉換器等。 讀者對象為電子、自動化等相關領域技術人員。

微機原理及應用 目錄

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條)
暫無評論……
書友推薦
本類暢銷
編輯推薦
返回頂部
中圖網
在線客服
主站蜘蛛池模板: 柔软云母板-硬质-水位计云母片组件-首页-武汉长丰云母绝缘材料有限公司 | 集装箱展厅-住人集装箱住宿|建筑|房屋|集装箱售楼处-山东锐嘉科技工程有限公司 | 斗式提升机_链式斗提机_带式斗提机厂家无锡市鸿诚输送机械有限公司 | 头条搜索极速版下载安装免费新版,头条搜索极速版邀请码怎么填写? - 欧远全 | 合金耐磨锤头_破碎机锤头_郑州市德勤建材有限公司 | POS机办理_个人POS机免费领取 - 银联POS机申请首页 | 昆明网络公司|云南网络公司|昆明网站建设公司|昆明网页设计|云南网站制作|新媒体运营公司|APP开发|小程序研发|尽在昆明奥远科技有限公司 | 威客电竞(vk·game)·电子竞技赛事官网| 佛山商标注册_商标注册代理|专利注册申请_商标注册公司_鸿邦知识产权 | 协议书_协议合同格式模板范本大全 | pos机办理,智能/扫码/二维码/微信支付宝pos机-北京万汇通宝商贸有限公司 | 护栏打桩机-打桩机厂家-恒新重工| 变位机,焊接变位机,焊接变位器,小型变位机,小型焊接变位机-济南上弘机电设备有限公司 | 智慧养老_居家养老_社区养老_杰佳通 | 铸钢件厂家-铸钢齿轮-减速机厂家-淄博凯振机械有限公司 | PO膜_灌浆膜及地膜供应厂家 - 青州市鲁谊塑料厂 | uv固化机-丝印uv机-工业烤箱-五金蚀刻机-分拣输送机 - 保定市丰辉机械设备制造有限公司 | 定硫仪,量热仪,工业分析仪,马弗炉,煤炭化验设备厂家,煤质化验仪器,焦炭化验设备鹤壁大德煤质工业分析仪,氟氯测定仪 | 河南档案架,档案密集架,手动密集架,河南密集架批发/报价 | 武汉高低温试验箱_恒温恒湿试验箱厂家-武汉蓝锐环境科技有限公司 | AGV无人叉车_激光叉车AGV_仓储AGV小车_AGV无人搬运车-南昌IKV机器人有限公司[官网] | 手术室净化厂家_成都实验室装修公司_无尘车间施工单位_洁净室工程建设团队-四川华锐16年行业经验 | 板框压滤机-隔膜压滤机-厢式压滤机生产厂家-禹州市君工机械设备有限公司 | 筛分机|振动筛分机|气流筛分机|筛分机厂家-新乡市大汉振动机械有限公司 | 10吨无线拉力计-2吨拉力计价格-上海佳宜电子科技有限公司 | 钢格栅板_钢格板网_格栅板-做专业的热镀锌钢格栅板厂家-安平县迎瑞丝网制造有限公司 | 东莞韩创-专业绝缘骨架|马达塑胶零件|塑胶电机配件|塑封电机骨架厂家 | 水成膜泡沫灭火剂_氟蛋白泡沫液_河南新乡骏华消防科技厂家 | 金联宇电缆总代理-金联宇集团-广东金联宇电缆实业有限公司 | 吸音板,隔音板,吸音材料,吸音板价格,声学材料 - 佛山诺声吸音板厂家 | 首页-瓜尔胶系列-化工单体系列-油田压裂助剂-瓜尔胶厂家-山东广浦生物科技有限公司 | 发电机价格|发电机组价格|柴油发电机价格|柴油发电机组价格网 | 桐城新闻网—桐城市融媒体中心主办| 东莞市踏板石餐饮管理有限公司_正宗桂林米粉_正宗桂林米粉加盟_桂林米粉加盟费-东莞市棒子桂林米粉 | 牛奶检测仪-乳成分分析仪-北京海谊| 氧化铁红厂家-淄博宗昂化工 | PCB设计,PCB抄板,电路板打样,PCBA加工-深圳市宏力捷电子有限公司 | 知企服务-企业综合服务(ZiKeys.com)-品优低价、种类齐全、过程管理透明、速度快捷高效、放心服务,知企专家! | 播音主持培训-中影人教育播音主持学苑「官网」-中国艺考界的贵族学校 | 武汉天安盾电子设备有限公司 - 安盾安检,武汉安检门,武汉安检机,武汉金属探测器,武汉测温安检门,武汉X光行李安检机,武汉防爆罐,武汉车底安全检查,武汉液体探测仪,武汉安检防爆设备 | 磁棒电感生产厂家-电感器厂家-电感定制-贴片功率电感供应商-棒形电感生产厂家-苏州谷景电子有限公司 |