在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 嵌入式技术基础与实践-习题参考答案1.rar

嵌入式技术基础与实践-习题参考答案1.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.28M
  • 下载次数:2
  • 浏览次数:81
  • 发布时间:2021-12-14
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
第1 章概述 1.嵌入式系统基本含义是什么?为什么说单片机是典型的嵌入式系统? 解答: 嵌入式系统(Embedded System):面向测控对象,嵌入到实际应用系统中,实现嵌入式 应用的计算机称之为嵌入式计算机系统,简称嵌入式系统(Embedded System)。 嵌入式系统是面向测控对象,嵌入到实际应用系统中的计算机系统的统称。嵌入式系统 通常有4 种:①工控机;②通用CPU 模块;③嵌入式微处理器(Embedded Processor);④ 嵌入式微控制器(Embedded Microcontroller)。前两者是基于通用计算机系统,即将通用计 算机系统用于测控对象。后两者是基于芯片形态的计算机系统,其中嵌入式MCU 是在通用 CPU 基础上发展,增加满足测控对象要求的外围接口电路,用于测控领域。而嵌入式MCU 则是在嵌入式系统的概念广泛使用后,给传统MCU 定位的称呼。所
【实例截图】
【核心代码】
4744302543380132194.rar
└── 嵌入式技术基础与实践-习题参考答案1
├── 第01章
│   └── 第01章课后习题答案.pdf
├── 第02章
│   └── 第02章课后习题答案.pdf
├── 第03章
│   ├── 3.7 3.8 3.9习题程序
│   │   ├── 3_7.dbg
│   │   ├── 3_7.lk
│   │   ├── 3_7.lst
│   │   ├── 3_7.mak
│   │   ├── 3_7.map
│   │   ├── 3_7.mp
│   │   ├── 3_7.prj
│   │   ├── 3_7.s19
│   │   ├── 3_7.src
│   │   ├── Fun.h
│   │   ├── Fun.s
│   │   ├── GP32ASM.h
│   │   ├── Includes.h
│   │   ├── main.lis
│   │   ├── main.o
│   │   ├── Main.s
│   │   ├── SetUp.s
│   │   └── Vectors08.s
│   └── 第03章课后习题答案.pdf
├── 第04章
│   ├── 4.7习题答案
│   │   ├── 4.7习题程序
│   │   │   ├── GeneralFun.s
│   │   │   ├── GP32ASM.h
│   │   │   ├── Includes.h
│   │   │   ├── LED.h
│   │   │   ├── LED.s
│   │   │   ├── main.lis
│   │   │   ├── main.o
│   │   │   ├── Main.s
│   │   │   ├── MCUinit.s
│   │   │   ├── PrgFrame.dbg
│   │   │   ├── PrgFrame.lk
│   │   │   ├── PrgFrame.lst
│   │   │   ├── PrgFrame.mak
│   │   │   ├── PrgFrame.map
│   │   │   ├── PrgFrame.mp
│   │   │   ├── PrgFrame.prj
│   │   │   ├── PrgFrame.s19
│   │   │   ├── PrgFrame.src
│   │   │   ├── Vectors08.s
│   │   │   └── 工程说明.txt
│   │   └── 4.7工程说明.docx
│   └── 第04章课后习题答案.pdf
├── 第05章
│   └── 第05章课后习题答案.pdf
├── 第06章
│   └── 第06章课后习题答案.pdf
├── 第07章
│   └── 第07章课后习题答案.pdf
├── 第08章
│   ├── 8.4习题程序
│   │   ├── EnDisInt.h
│   │   ├── GP32C.h
│   │   ├── Includes.h
│   │   ├── KB.c
│   │   ├── KB.h
│   │   ├── KB.lis
│   │   ├── KB.o
│   │   ├── KB.s
│   │   ├── KEYBOA~1.dbg
│   │   ├── KEYBOA~1.lk
│   │   ├── KEYBOA~1.lst
│   │   ├── KEYBOA~1.mak
│   │   ├── KEYBOA~1.map
│   │   ├── KEYBOA~1.mp
│   │   ├── KEYBOA~1.s19
│   │   ├── keyboard_int.prj
│   │   ├── keyboard_int.src
│   │   ├── Main.c
│   │   ├── Main.lis
│   │   ├── Main.o
│   │   ├── Main.s
│   │   ├── MCUinit.c
│   │   ├── MCUinit.lis
│   │   ├── MCUinit.o
│   │   ├── MCUinit.s
│   │   ├── SCI.c
│   │   ├── SCI.h
│   │   ├── SCI.lis
│   │   ├── SCI.o
│   │   ├── SCI.s
│   │   ├── Type.h
│   │   ├── Vectors08.c
│   │   ├── Vectors08.lis
│   │   ├── Vectors08.o
│   │   ├── Vectors08.s
│   │   └── 工程说明.txt
│   ├── 8.5习题程序
│   │   ├── EnDisInt.h
│   │   ├── GeneralFun.c
│   │   ├── GeneralFun.h
│   │   ├── GeneralFun.lis
│   │   ├── GeneralFun.o
│   │   ├── GeneralFun.s
│   │   ├── GP32C.h
│   │   ├── Includes.h
│   │   ├── KB.c
│   │   ├── KB.h
│   │   ├── KB.lis
│   │   ├── KB.o
│   │   ├── KB.s
│   │   ├── KEYBOA~1.dbg
│   │   ├── KEYBOA~1.lk
│   │   ├── KEYBOA~1.lst
│   │   ├── KEYBOA~1.mak
│   │   ├── KEYBOA~1.map
│   │   ├── KEYBOA~1.mp
│   │   ├── KEYBOA~1.s19
│   │   ├── keyboard_int.prj
│   │   ├── keyboard_int.src
│   │   ├── LCD.c
│   │   ├── LCD.h
│   │   ├── LCD.lis
│   │   ├── LCD.o
│   │   ├── LCD.s
│   │   ├── Main.c
│   │   ├── Main.lis
│   │   ├── Main.o
│   │   ├── Main.s
│   │   ├── MCUinit.c
│   │   ├── MCUinit.lis
│   │   ├── MCUinit.o
│   │   ├── MCUinit.s
│   │   ├── SCI.c
│   │   ├── SCI.h
│   │   ├── SCI.lis
│   │   ├── SCI.o
│   │   ├── SCI.s
│   │   ├── Type.h
│   │   ├── VB_KB
│   │   │   ├── KB.frm
│   │   │   ├── KB.frx
│   │   │   ├── Keyboard.exe
│   │   │   ├── Keyboard.vbp
│   │   │   ├── Keyboard.vbw
│   │   │   └── Module1.bas
│   │   ├── Vectors08.c
│   │   ├── Vectors08.lis
│   │   ├── Vectors08.o
│   │   ├── Vectors08.s
│   │   └── 工程说明.txt
│   └── 第08章课后习题答案.pdf
├── 第09章
│   ├── 9.4习题程序
│   │   ├── 9.4习题答案
│   │   │   ├── EnDisInt.h
│   │   │   ├── GeneralFun.h
│   │   │   ├── GeneralFun.lis
│   │   │   ├── GeneralFun.o
│   │   │   ├── GeneralFun.s
│   │   │   ├── GP32C.h
│   │   │   ├── Includes.h
│   │   │   ├── LCD.c
│   │   │   ├── LCD.dbg
│   │   │   ├── LCD.h
│   │   │   ├── LCD.lis
│   │   │   ├── LCD.lk
│   │   │   ├── LCD.lst
│   │   │   ├── LCD.mak
│   │   │   ├── LCD.map
│   │   │   ├── LCD.mp
│   │   │   ├── LCD.o
│   │   │   ├── LCD.prj
│   │   │   ├── LCD.s
│   │   │   ├── LCD.s19
│   │   │   ├── LCD.src
│   │   │   ├── Main.c
│   │   │   ├── Main.lis
│   │   │   ├── Main.o
│   │   │   ├── Main.s
│   │   │   ├── MCUinit.c
│   │   │   ├── MCUinit.lis
│   │   │   ├── MCUinit.o
│   │   │   ├── MCUinit.s
│   │   │   ├── SCI.c
│   │   │   ├── SCI.h
│   │   │   ├── SCI.lis
│   │   │   ├── SCI.o
│   │   │   ├── SCI.s
│   │   │   ├── SerialPortCommunicationModel
│   │   │   │   └── SerialPortCommunicationModel
│   │   │   │   ├── Backup
│   │   │   │   │   ├── SerialPortCommunicationModel
│   │   │   │   │   │   ├── frmSerialPort.cs
│   │   │   │   │   │   ├── frmSerialPort.Designer.cs
│   │   │   │   │   │   ├── frmSerialPort.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj
│   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.user
│   │   │   │   │   │   └── WaWa.ico
│   │   │   │   │   ├── SerialPortCommunicationModel.sln
│   │   │   │   │   └── SerialPortCommunicationModel.suo
│   │   │   │   ├── SerialPortCommunicationModel
│   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── Debug
│   │   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   │   ├── 串口调试模块.pdb
│   │   │   │   │   │   │   └── 串口调试模块.vshost.exe
│   │   │   │   │   │   └── Release
│   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   ├── 串口调试模块.pdb
│   │   │   │   │   │   ├── 串口调试模块.vshost.exe
│   │   │   │   │   │   └── 串口调试模块.vshost.exe.manifest
│   │   │   │   │   ├── frmSerialPort.cs
│   │   │   │   │   ├── frmSerialPort.Designer.cs
│   │   │   │   │   ├── frmSerialPort.resx
│   │   │   │   │   ├── obj
│   │   │   │   │   │   ├── Debug
│   │   │   │   │   │   │   ├── Refactor
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.GenerateResource.Cache
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.frmSerialPort.resources
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.Properties.Resources.resources
│   │   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   │   └── 串口调试模块.pdb
│   │   │   │   │   │   ├── Release
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.FileListAbsolute.txt
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.GenerateResource.Cache
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.frmSerialPort.resources
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.Properties.Resources.resources
│   │   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   │   └── 串口调试模块.pdb
│   │   │   │   │   │   └── SerialPortCommunicationModel.csproj.FileList.txt
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── SerialPortCommunicationModel.csproj
│   │   │   │   │   ├── SerialPortCommunicationModel.csproj.user
│   │   │   │   │   └── WaWa.ico
│   │   │   │   ├── SerialPortCommunicationModel.sln
│   │   │   │   ├── SerialPortCommunicationModel.suo
│   │   │   │   ├── UpgradeLog.XML
│   │   │   │   └── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Type.h
│   │   │   └── 工程说明.txt
│   │   └── 9.4工程说明.docx
│   ├── 9.5习题程序
│   │   ├── 9.5习题答案
│   │   │   ├── Changetoint8u.c
│   │   │   ├── Changetoint8u.h
│   │   │   ├── Changetoint8u.lis
│   │   │   ├── Changetoint8u.o
│   │   │   ├── Changetoint8u.s
│   │   │   ├── EnDisInt.h
│   │   │   ├── GeneralFun.h
│   │   │   ├── GernalFun.c
│   │   │   ├── GernalFun.lis
│   │   │   ├── GernalFun.o
│   │   │   ├── GernalFun.s
│   │   │   ├── GP32C.h
│   │   │   ├── Includes.h
│   │   │   ├── KB.c
│   │   │   ├── KB.h
│   │   │   ├── KB.lis
│   │   │   ├── KB.o
│   │   │   ├── KB.s
│   │   │   ├── KEYBOA~1.dbg
│   │   │   ├── KEYBOA~1.lk
│   │   │   ├── KEYBOA~1.lst
│   │   │   ├── KEYBOA~1.mak
│   │   │   ├── KEYBOA~1.map
│   │   │   ├── KEYBOA~1.mp
│   │   │   ├── KEYBOA~1.s19
│   │   │   ├── KeyBoard_Int.prj
│   │   │   ├── KeyBoard_Int.src
│   │   │   ├── LCD.c
│   │   │   ├── LCD.h
│   │   │   ├── LCD.lis
│   │   │   ├── LCD.o
│   │   │   ├── LCD.s
│   │   │   ├── Main.c
│   │   │   ├── Main.lis
│   │   │   ├── Main.o
│   │   │   ├── Main.s
│   │   │   ├── MCUinit.c
│   │   │   ├── MCUinit.lis
│   │   │   ├── MCUinit.o
│   │   │   ├── MCUinit.s
│   │   │   ├── SCI.c
│   │   │   ├── SCI.h
│   │   │   ├── SCI.lis
│   │   │   ├── SCI.o
│   │   │   ├── SCI.s
│   │   │   ├── Type.h
│   │   │   ├── Vectors08.c
│   │   │   ├── Vectors08.lis
│   │   │   ├── Vectors08.o
│   │   │   ├── Vectors08.s
│   │   │   └── 工程说明.txt
│   │   └── 9.5工程说明.docx
│   ├── 9.6习题程序
│   │   ├── 9.6习题答案
│   │   │   ├── EnDisInt.h
│   │   │   ├── GeneralFun.h
│   │   │   ├── GeneralFun.lis
│   │   │   ├── GeneralFun.o
│   │   │   ├── GeneralFun.s
│   │   │   ├── GP32C.h
│   │   │   ├── Includes.h
│   │   │   ├── LCD.c
│   │   │   ├── LCD.dbg
│   │   │   ├── LCD.h
│   │   │   ├── LCD.lis
│   │   │   ├── LCD.lk
│   │   │   ├── LCD.lst
│   │   │   ├── LCD.mak
│   │   │   ├── LCD.map
│   │   │   ├── LCD.mp
│   │   │   ├── LCD.o
│   │   │   ├── LCD.prj
│   │   │   ├── LCD.s
│   │   │   ├── LCD.s19
│   │   │   ├── LCD.src
│   │   │   ├── Main.c
│   │   │   ├── Main.lis
│   │   │   ├── Main.o
│   │   │   ├── Main.s
│   │   │   ├── MCUinit.c
│   │   │   ├── MCUinit.lis
│   │   │   ├── MCUinit.o
│   │   │   ├── MCUinit.s
│   │   │   ├── SCI.c
│   │   │   ├── SCI.h
│   │   │   ├── SCI.lis
│   │   │   ├── SCI.o
│   │   │   ├── SCI.s
│   │   │   ├── SerialPortCommunicationModel
│   │   │   │   └── SerialPortCommunicationModel
│   │   │   │   ├── Backup
│   │   │   │   │   ├── SerialPortCommunicationModel
│   │   │   │   │   │   ├── frmSerialPort.cs
│   │   │   │   │   │   ├── frmSerialPort.Designer.cs
│   │   │   │   │   │   ├── frmSerialPort.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj
│   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.user
│   │   │   │   │   │   └── WaWa.ico
│   │   │   │   │   ├── SerialPortCommunicationModel.sln
│   │   │   │   │   └── SerialPortCommunicationModel.suo
│   │   │   │   ├── SerialPortCommunicationModel
│   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── Debug
│   │   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   │   ├── 串口调试模块.pdb
│   │   │   │   │   │   │   └── 串口调试模块.vshost.exe
│   │   │   │   │   │   └── Release
│   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   ├── 串口调试模块.pdb
│   │   │   │   │   │   ├── 串口调试模块.vshost.exe
│   │   │   │   │   │   └── 串口调试模块.vshost.exe.manifest
│   │   │   │   │   ├── frmSerialPort.cs
│   │   │   │   │   ├── frmSerialPort.Designer.cs
│   │   │   │   │   ├── frmSerialPort.resx
│   │   │   │   │   ├── obj
│   │   │   │   │   │   ├── Debug
│   │   │   │   │   │   │   ├── Refactor
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.GenerateResource.Cache
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.frmSerialPort.resources
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.Properties.Resources.resources
│   │   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   │   └── 串口调试模块.pdb
│   │   │   │   │   │   ├── Release
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.FileListAbsolute.txt
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.GenerateResource.Cache
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.frmSerialPort.resources
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.Properties.Resources.resources
│   │   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   │   └── 串口调试模块.pdb
│   │   │   │   │   │   └── SerialPortCommunicationModel.csproj.FileList.txt
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── SerialPortCommunicationModel.csproj
│   │   │   │   │   ├── SerialPortCommunicationModel.csproj.user
│   │   │   │   │   └── WaWa.ico
│   │   │   │   ├── SerialPortCommunicationModel.sln
│   │   │   │   ├── SerialPortCommunicationModel.suo
│   │   │   │   ├── UpgradeLog.XML
│   │   │   │   └── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Type.h
│   │   │   └── 工程说明.txt
│   │   └── 9.6工程说明.docx
│   ├── 9.7习题程序
│   │   ├── 9.7习题答案
│   │   │   ├── EnDisInt.h
│   │   │   ├── GP32C.h
│   │   │   ├── Includes.h
│   │   │   ├── LED.c
│   │   │   ├── LED.dbg
│   │   │   ├── LED.h
│   │   │   ├── LED.lis
│   │   │   ├── LED.lk
│   │   │   ├── LED.lst
│   │   │   ├── LED.mak
│   │   │   ├── LED.map
│   │   │   ├── LED.mp
│   │   │   ├── LED.o
│   │   │   ├── LED.prj
│   │   │   ├── LED.s
│   │   │   ├── LED.s19
│   │   │   ├── LED.src
│   │   │   ├── Main.c
│   │   │   ├── Main.lis
│   │   │   ├── Main.o
│   │   │   ├── Main.s
│   │   │   ├── MCUinit.c
│   │   │   ├── MCUinit.lis
│   │   │   ├── MCUinit.o
│   │   │   ├── MCUinit.s
│   │   │   ├── SCI.c
│   │   │   ├── SCI.h
│   │   │   ├── SCI.lis
│   │   │   ├── SCI.o
│   │   │   ├── SCI.s
│   │   │   ├── SerialPortCommunicationModel
│   │   │   │   └── SerialPortCommunicationModel
│   │   │   │   ├── Backup
│   │   │   │   │   ├── SerialPortCommunicationModel
│   │   │   │   │   │   ├── frmSerialPort.cs
│   │   │   │   │   │   ├── frmSerialPort.Designer.cs
│   │   │   │   │   │   ├── frmSerialPort.resx
│   │   │   │   │   │   ├── Program.cs
│   │   │   │   │   │   ├── Properties
│   │   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj
│   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.user
│   │   │   │   │   │   └── WaWa.ico
│   │   │   │   │   ├── SerialPortCommunicationModel.sln
│   │   │   │   │   └── SerialPortCommunicationModel.suo
│   │   │   │   ├── SerialPortCommunicationModel
│   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── Debug
│   │   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   │   ├── 串口调试模块.pdb
│   │   │   │   │   │   │   └── 串口调试模块.vshost.exe
│   │   │   │   │   │   └── Release
│   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   ├── 串口调试模块.pdb
│   │   │   │   │   │   ├── 串口调试模块.vshost.exe
│   │   │   │   │   │   └── 串口调试模块.vshost.exe.manifest
│   │   │   │   │   ├── frmSerialPort.cs
│   │   │   │   │   ├── frmSerialPort.Designer.cs
│   │   │   │   │   ├── frmSerialPort.resx
│   │   │   │   │   ├── obj
│   │   │   │   │   │   ├── Debug
│   │   │   │   │   │   │   ├── Refactor
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.GenerateResource.Cache
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.frmSerialPort.resources
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.Properties.Resources.resources
│   │   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   │   └── 串口调试模块.pdb
│   │   │   │   │   │   ├── Release
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.FileListAbsolute.txt
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.csproj.GenerateResource.Cache
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.frmSerialPort.resources
│   │   │   │   │   │   │   ├── SerialPortCommunicationModel.Properties.Resources.resources
│   │   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   │   │   ├── 串口调试模块.exe
│   │   │   │   │   │   │   └── 串口调试模块.pdb
│   │   │   │   │   │   └── SerialPortCommunicationModel.csproj.FileList.txt
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── SerialPortCommunicationModel.csproj
│   │   │   │   │   ├── SerialPortCommunicationModel.csproj.user
│   │   │   │   │   └── WaWa.ico
│   │   │   │   ├── SerialPortCommunicationModel.sln
│   │   │   │   ├── SerialPortCommunicationModel.suo
│   │   │   │   ├── UpgradeLog.XML
│   │   │   │   └── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Type.h
│   │   │   ├── Vectors08.c
│   │   │   ├── Vectors08.lis
│   │   │   ├── Vectors08.o
│   │   │   ├── Vectors08.s
│   │   │   └── 工程说明.txt
│   │   └── 9.7工程说明.docx
│   └── 第09章课后习题答案.pdf
├── 第10章
│   ├── 10.4习题程序
│   │   ├── SPIM
│   │   │   ├── EnDisInt.h
│   │   │   ├── GP32C.h
│   │   │   ├── Includes.h
│   │   │   ├── Main.c
│   │   │   ├── Main.lis
│   │   │   ├── Main.o
│   │   │   ├── Main.s
│   │   │   ├── SCI.c
│   │   │   ├── SCI.h
│   │   │   ├── SCI.lis
│   │   │   ├── SCI.o
│   │   │   ├── SCI.s
│   │   │   ├── SetUp.c
│   │   │   ├── SetUp.lis
│   │   │   ├── SetUp.o
│   │   │   ├── SetUp.s
│   │   │   ├── SPI.c
│   │   │   ├── SPI.h
│   │   │   ├── SPI.lis
│   │   │   ├── SPIM.dbg
│   │   │   ├── SPIM.lk
│   │   │   ├── SPIM.lst
│   │   │   ├── SPIM.mak
│   │   │   ├── SPIM.map
│   │   │   ├── SPIM.mp
│   │   │   ├── SPIM.prj
│   │   │   ├── SPIM.s19
│   │   │   ├── SPIM.src
│   │   │   ├── SPI.o
│   │   │   ├── SPI.s
│   │   │   ├── Type.h
│   │   │   ├── Vectors08.c
│   │   │   ├── Vectors08.lis
│   │   │   ├── Vectors08.o
│   │   │   └── Vectors08.s
│   │   └── SPIS
│   │   ├── EnDisInt.h
│   │   ├── GP32C.h
│   │   ├── Includes.h
│   │   ├── Main.c
│   │   ├── Main.lis
│   │   ├── Main.o
│   │   ├── Main.s
│   │   ├── SCI.c
│   │   ├── SCI.h
│   │   ├── SCI.lis
│   │   ├── SCI.o
│   │   ├── SCI.s
│   │   ├── SetUp.c
│   │   ├── SetUp.lis
│   │   ├── SetUp.o
│   │   ├── SetUp.s
│   │   ├── SPI.c
│   │   ├── SPI.h
│   │   ├── SPI.lis
│   │   ├── SPI.o
│   │   ├── SPI.s
│   │   ├── SPIS.dbg
│   │   ├── SPIS.lk
│   │   ├── SPIS.lst
│   │   ├── SPIS.mak
│   │   ├── SPIS.map
│   │   ├── SPIS.mp
│   │   ├── SPIS.prj
│   │   ├── SPIS.s19
│   │   ├── SPIS.src
│   │   ├── Type.h
│   │   ├── Vectors08.c
│   │   ├── Vectors08.lis
│   │   ├── Vectors08.o
│   │   └── Vectors08.s
│   ├── 10.6习题程序
│   │   ├── AD.dbg
│   │   ├── AD.h
│   │   ├── AD.lk
│   │   ├── AD.lst
│   │   ├── AD.mak
│   │   ├── AD.map
│   │   ├── AD.mp
│   │   ├── AD.prj
│   │   ├── AD.s
│   │   ├── AD.s19
│   │   ├── AD.src
│   │   ├── Converttodecimal.s
│   │   ├── EnDisInt.s
│   │   ├── GeneralFun.s
│   │   ├── GP32ASM.h
│   │   ├── Includes.h
│   │   ├── LED.h
│   │   ├── LED.h.s
│   │   ├── LED.s
│   │   ├── main.lis
│   │   ├── main.o
│   │   ├── Main.s
│   │   ├── MCUinit.s
│   │   ├── SCI.h
│   │   ├── SCI.s
│   │   ├── Vectors08.s
│   │   └── 工程说明.txt
│   ├── 10.7习题程序
│   │   ├── IOSPI-S
│   │   │   ├── EnDisInt.h
│   │   │   ├── GP32C.h
│   │   │   ├── Includes.h
│   │   │   ├── IOSPI-S.c
│   │   │   ├── IOSPI-S.dbg
│   │   │   ├── IOSPI-S.h
│   │   │   ├── IOSPI-S.lis
│   │   │   ├── IOSPI-S.lk
│   │   │   ├── IOSPI-S.lst
│   │   │   ├── IOSPI-S.mak
│   │   │   ├── IOSPI-S.map
│   │   │   ├── IOSPI-S.mp
│   │   │   ├── IOSPI-S.o
│   │   │   ├── IOSPI-S.prj
│   │   │   ├── IOSPI-S.s
│   │   │   ├── IOSPI-S.s19
│   │   │   ├── IOSPI-S.src
│   │   │   ├── Main.c
│   │   │   ├── Main.lis
│   │   │   ├── Main.o
│   │   │   ├── Main.s
│   │   │   ├── SCI.c
│   │   │   ├── SCI.h
│   │   │   ├── SCI.lis
│   │   │   ├── SCI.o
│   │   │   ├── SCI.s
│   │   │   ├── SetUp.c
│   │   │   ├── SetUp.lis
│   │   │   ├── SetUp.o
│   │   │   ├── SetUp.s
│   │   │   ├── Type.h
│   │   │   ├── Vectors08.c
│   │   │   ├── Vectors08.lis
│   │   │   ├── Vectors08.o
│   │   │   └── Vectors08.s
│   │   └── IPSPI-M
│   │   ├── EnDisInt.h
│   │   ├── GP32C.h
│   │   ├── Includes.h
│   │   ├── IOSPI-M.c
│   │   ├── IOSPIM.h
│   │   ├── IOSPI-M.lis
│   │   ├── IOSPI-M.o
│   │   ├── IOSPI-M.s
│   │   ├── IPSPI-M.dbg
│   │   ├── IPSPI-M.lk
│   │   ├── IPSPI-M.lst
│   │   ├── IPSPI-M.mak
│   │   ├── IPSPI-M.map
│   │   ├── IPSPI-M.mp
│   │   ├── IPSPI-M.prj
│   │   ├── IPSPI-M.s19
│   │   ├── IPSPI-M.src
│   │   ├── Main.c
│   │   ├── Main.lis
│   │   ├── Main.o
│   │   ├── Main.s
│   │   ├── SetUp.c
│   │   ├── SetUp.lis
│   │   ├── SetUp.o
│   │   ├── SetUp.s
│   │   ├── Type.h
│   │   ├── Vectors08.c
│   │   ├── Vectors08.lis
│   │   ├── Vectors08.o
│   │   └── Vectors08.s
│   └── 第10章课后习题答案.pdf
├── 第11章
│   ├── 11.4习题程序
│   │   ├── BDM_P&E_Multilink_CyclonePro.ini
│   │   ├── bin
│   │   │   ├── Project.abs
│   │   │   ├── Project.abs.s19
│   │   │   ├── Project.map
│   │   │   ├── Project.old0.map
│   │   │   ├── Project.old1.map
│   │   │   └── Project.old2.map
│   │   ├── C_Layout.hwl
│   │   ├── cmd
│   │   │   ├── BDM_P&E_Multilink_CyclonePro_Postload.cmd
│   │   │   ├── BDM_P&E_Multilink_CyclonePro_Preload.cmd
│   │   │   ├── BDM_P&E_Multilink_CyclonePro_Reset.cmd
│   │   │   ├── BDM_P&E_Multilink_CyclonePro_Startup.cmd
│   │   │   ├── HCS08_OpenSourceBDM_Erase_Unsecure.cmd
│   │   │   ├── HCS08_OpenSourceBDM_Postload.cmd
│   │   │   ├── HCS08_OpenSourceBDM_Preload.cmd
│   │   │   ├── HCS08_OpenSourceBDM_Reset.cmd
│   │   │   └── HCS08_OpenSourceBDM_Startup.cmd
│   │   ├── Default.mem
│   │   ├── HCS08_OpenSourceBDM.ini
│   │   ├── prm
│   │   │   ├── burner.bbl
│   │   │   └── Project.prm
│   │   ├── Project_Data
│   │   │   ├── CWSettingsWindows.stg
│   │   │   └── Standard
│   │   │   ├── ObjectCode
│   │   │   │   ├── IIC.C.o
│   │   │   │   ├── main.c.o
│   │   │   │   ├── MC9S08AW60.C.o
│   │   │   │   ├── MCUInit.c.o
│   │   │   │   ├── SCI.c.o
│   │   │   │   ├── Start08.c.o
│   │   │   │   └── Vectors08.c.o
│   │   │   └── TargetDataWindows.tdt
│   │   ├── Project.mcp
│   │   └── Sources
│   │   ├── derivative.h
│   │   ├── EnDisInt.h
│   │   ├── IIC.C
│   │   ├── IIC.h
│   │   ├── Includes.h
│   │   ├── main.c
│   │   ├── MCUInit.c
│   │   ├── SCI.c
│   │   ├── SCI.h
│   │   ├── Start08.c
│   │   ├── Type.h
│   │   └── Vectors08.c
│   └── 第11章课后习题答案.pdf
├── 第12章
│   ├── 12.10习题程序
│   │   ├── 12章10题
│   │   │   ├── EnDisInt.h
│   │   │   ├── GeneralFun.c
│   │   │   ├── GeneralFun.h
│   │   │   ├── GeneralFun.lis
│   │   │   ├── GeneralFun.o
│   │   │   ├── GeneralFun.s
│   │   │   ├── GP32C.h
│   │   │   ├── Includes.h
│   │   │   ├── Main.c
│   │   │   ├── Main.lis
│   │   │   ├── Main.o
│   │   │   ├── Main.s
│   │   │   ├── MCUinit.c
│   │   │   ├── MCUinit.lis
│   │   │   ├── MCUinit.o
│   │   │   ├── MCUinit.s
│   │   │   ├── PWM.c
│   │   │   ├── PWM.dbg
│   │   │   ├── PWM.h
│   │   │   ├── PWM.lis
│   │   │   ├── PWM.lk
│   │   │   ├── PWM.lst
│   │   │   ├── PWM.mak
│   │   │   ├── PWM.map
│   │   │   ├── PWM.mp
│   │   │   ├── PWM.o
│   │   │   ├── PWM.prj
│   │   │   ├── PWM.s
│   │   │   ├── PWM.s19
│   │   │   ├── PWM.src
│   │   │   ├── Type.h
│   │   │   └── 工程说明.txt
│   │   └── 12章10题.doc
│   ├── 12.5习题程序
│   │   ├── 12章5题.doc
│   │   └── 第12章第5题
│   │   ├── EnDisInt.h
│   │   ├── GP32C.h
│   │   ├── Includes.h
│   │   ├── Main.c
│   │   ├── Main.lis
│   │   ├── Main.o
│   │   ├── Main.s
│   │   ├── MCUinit.c
│   │   ├── MCUinit.lis
│   │   ├── MCUinit.o
│   │   ├── MCUinit.s
│   │   ├── SCI.c
│   │   ├── SCI.h
│   │   ├── SCI.lis
│   │   ├── SCI.o
│   │   ├── SCI.s
│   │   ├── Timer.c
│   │   ├── Timer.h
│   │   ├── TimerInt.dbg
│   │   ├── TimerInt.lk
│   │   ├── TimerInt.mak
│   │   ├── TimerInt.map
│   │   ├── TimerInt.mp
│   │   ├── TimerInt.s19
│   │   ├── TimerInt.src
│   │   ├── timer.lis
│   │   ├── timer.o
│   │   ├── TimerOV.dbg
│   │   ├── TimerOV.lk
│   │   ├── TimerOV.lst
│   │   ├── TimerOV.mak
│   │   ├── TimerOV.map
│   │   ├── TimerOV.mp
│   │   ├── TimerOV.prj
│   │   ├── TimerOV.s19
│   │   ├── TimerOV.src
│   │   ├── timer.s
│   │   ├── Type.h
│   │   ├── VB_Timer1
│   │   │   ├── Module1.bas
│   │   │   ├── Timer1.exe
│   │   │   ├── Timer1.frm
│   │   │   ├── Timer1.frx
│   │   │   ├── Timer1.log
│   │   │   ├── Timer1.vbp
│   │   │   ├── Timer1.vbw
│   │   │   └── Timer2.exe
│   │   ├── Vectors08.c
│   │   ├── Vectors08.lis
│   │   ├── Vectors08.o
│   │   ├── Vectors08.s
│   │   └── 工程说明.txt
│   ├── 12.6习题程序
│   │   ├── 12章6题.doc
│   │   └── 12章第6题
│   │   ├── EnDisInt.h
│   │   ├── GP32C.h
│   │   ├── INCAPT~1.dbg
│   │   ├── INCAPT~1.lk
│   │   ├── INCAPT~1.lst
│   │   ├── INCAPT~1.mak
│   │   ├── INCAPT~1.map
│   │   ├── INCAPT~1.mp
│   │   ├── INCAPT~1.s19
│   │   ├── InCapture.prj
│   │   ├── InCapture.src
│   │   ├── Includes.h
│   │   ├── INPUTC~1.dbg
│   │   ├── INPUTC~1.lk
│   │   ├── INPUTC~1.mak
│   │   ├── INPUTC~1.map
│   │   ├── INPUTC~1.mp
│   │   ├── INPUTC~1.s19
│   │   ├── InputCapture.src
│   │   ├── InputInt.lis
│   │   ├── InputInt.o
│   │   ├── InputInt.s
│   │   ├── Light1.c
│   │   ├── Light1.h
│   │   ├── Light1.lis
│   │   ├── Light1.o
│   │   ├── Light1.s
│   │   ├── Light.c
│   │   ├── Light.h
│   │   ├── Light.lis
│   │   ├── Light.o
│   │   ├── Light.s
│   │   ├── Main.c
│   │   ├── Main.lis
│   │   ├── Main.o
│   │   ├── Main.s
│   │   ├── MCUinit.c
│   │   ├── MCUinit.lis
│   │   ├── MCUinit.o
│   │   ├── MCUinit.s
│   │   ├── SCI.lis
│   │   ├── SCI.o
│   │   ├── SCI.s
│   │   ├── T1Ch0.c
│   │   ├── T1Ch0.h
│   │   ├── T1Ch0.lis
│   │   ├── T1Ch0.o
│   │   ├── T1Ch0.s
│   │   ├── T1Ch1.c
│   │   ├── T1Ch1.h
│   │   ├── T1Ch1.lis
│   │   ├── T1Ch1.o
│   │   ├── T1Ch1.s
│   │   ├── Type.h
│   │   ├── Vectors08.c
│   │   ├── Vectors08.lis
│   │   ├── Vectors08.o
│   │   ├── Vectors08.s
│   │   └── 工程说明.txt
│   ├── 12.9习题程序
│   │   ├── 12章9题
│   │   │   ├── EnDisInt.h
│   │   │   ├── GP32C.h
│   │   │   ├── INCAPT~1.dbg
│   │   │   ├── INCAPT~1.lk
│   │   │   ├── INCAPT~1.lst
│   │   │   ├── INCAPT~1.mak
│   │   │   ├── INCAPT~1.map
│   │   │   ├── INCAPT~1.mp
│   │   │   ├── INCAPT~1.s19
│   │   │   ├── InCapture.prj
│   │   │   ├── InCapture.src
│   │   │   ├── Includes.h
│   │   │   ├── INPUTC~1.dbg
│   │   │   ├── INPUTC~1.lk
│   │   │   ├── INPUTC~1.mak
│   │   │   ├── INPUTC~1.map
│   │   │   ├── INPUTC~1.mp
│   │   │   ├── INPUTC~1.s19
│   │   │   ├── InputCapture.src
│   │   │   ├── InputInt.lis
│   │   │   ├── InputInt.o
│   │   │   ├── InputInt.s
│   │   │   ├── Light.c
│   │   │   ├── Light.h
│   │   │   ├── Light.lis
│   │   │   ├── Light.o
│   │   │   ├── Light.s
│   │   │   ├── Main.c
│   │   │   ├── Main.lis
│   │   │   ├── Main.o
│   │   │   ├── Main.s
│   │   │   ├── MCUinit.c
│   │   │   ├── MCUinit.lis
│   │   │   ├── MCUinit.o
│   │   │   ├── MCUinit.s
│   │   │   ├── Module1.bas
│   │   │   ├── SCI.c
│   │   │   ├── SCI.h
│   │   │   ├── SCI.lis
│   │   │   ├── SCI.o
│   │   │   ├── SCI.s
│   │   │   ├── T1Ch0.c
│   │   │   ├── T1Ch0.h
│   │   │   ├── T1Ch0.lis
│   │   │   ├── T1Ch0.o
│   │   │   ├── T1Ch0.s
│   │   │   ├── Type.h
│   │   │   ├── vb
│   │   │   │   ├── Form1.frm
│   │   │   │   ├── Module1.bas
│   │   │   │   ├── 工程1.exe
│   │   │   │   ├── 工程1.vbp
│   │   │   │   └── 工程1.vbw
│   │   │   ├── Vectors08.c
│   │   │   ├── Vectors08.lis
│   │   │   ├── Vectors08.o
│   │   │   ├── Vectors08.s
│   │   │   └── 工程说明.txt
│   │   └── 12章9题.doc
│   └── 第12章课后习题答案.pdf
├── 第13章
│   └── 第13章课后习题答案.pdf
└── 第14章
├── 14.11习题程序
│   ├── 14.11习题答案
│   │   ├── EnDisInt.h
│   │   ├── GeneralFun.h
│   │   ├── GeneralFun.s
│   │   ├── GP32C.h
│   │   ├── Includes.h
│   │   ├── LCD.c
│   │   ├── LCD.h
│   │   ├── Main.c
│   │   ├── Main.i
│   │   ├── Main.s
│   │   ├── MCUinit.c
│   │   ├── SetUp.c
│   │   ├── Test.lk
│   │   ├── Test.mak
│   │   ├── Test.prj
│   │   ├── Test.src
│   │   ├── Type.h
│   │   └── Vectors08.c
│   └── 14.11工程说明.docx
└── 第14章课后习题答案.pdf

107 directories, 893 files

标签:

实例下载地址

嵌入式技术基础与实践-习题参考答案1.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警