{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

单片机原理与应用(第2版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

单片机原理与应用(第2版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend


Content Description

《单片机原理与应用(第2版)》是根据高等职业技术教育工科电类和其他相近专业“单片机原理与应用”课程教学基本要求编写的。《单片机原理与应用(第2版)》从应用系统开发的角度出发,以Intel公司的MCS-51系列单片机为背景,介绍单片机内部结构和资源、汇编语言程序设计、C语言程序设计、内部功能部件、系统扩展、人机界面、I/0通道、应用系统开发技术以及单片机应用实例。
《单片机原理与应用(第2版)》共10章,前6章为基础模块,后4章为提高模块。本教材每章前有导读类信息、章末安排小结和大量习题,附录中还提供了完整的单片机指令表、单片机学习和应用的网址等资料,以帮助读者掌握单片机应用系统开发的基本能力,并使得读者能够举一反三,尽快掌握单片机应用系统的开发技术。
《单片机原理与应用(第2版)》适合作为高职高专院校电类、信息技术类专业课教材,适合计算机应用、自动控制、电气电子、机械等工科专业的学生使用,也可供相关专业以及工程技术人员参考使用。
Catalogue

第1章 单片微型计算机基础知识
1.1 单片机的发展概况
1.1.1 什么是单片机
1.1.2 单片机发展历程及产品近况
1.1.3 单片机的应用及发展趋势
1.1.4 MCS-51系列单片机的分类
1.2 计算机中数的表示方法
1.2.1 进位计数制及其转换
1.2.2 机器数
1.2.3 常用名词术语及字符的表示
1.3 单片机系统
1.3.1 单片机的硬件系统
1.3.2 单片机的软件系统
1.3.3 单片机开发时用到的程序设计语言
本章小结
习题
第2章 MCS-51系列单片机的硬件结构
2.1 MCS-51单片机的内部结构
2.1.1 MCS-51的结构框图
2.1.2 MCS-51的引脚定义及功能
2.1.3 CPU结构
2.1.4 位(布尔)处理器
2.2 MCS-51单片机的存储器结构
2.2.1 程序存储器
2.2.2 数据存储器
2.3 MCS-51单片机的并行输入/输出(I/O)接口
2.3.1 P0口的内部结构与运作
2.3.2 P1口的内部结构与运作
2.3.3 P2口的内部结构与运作
2-3.4 P3口的内部结构与运作
2.3.5 并行I/O接口的应用要求
2.4.MCS-51单片机应用系统的构成
2.4.1 振荡电路和时钟电路
2.4.2 CPU时序
2.4.3 单片机的复位
2.4.4 CHMOS型单片机低功耗工作方式
2.4.5 MCS-51单片机基本应用系统的构成
本章小结
习题
第3章 MCS-51单片机的指令系统
3.1 指令格式和寻址方式
3.1.1 指令格式
3.1.2 汇编语言指令的符号约定
3.1.3 寻址方式
3.2 指令系统
3.2.1 数据传送类指令
3.2.2 算术运算类指令
3.2.3 逻辑运算类指令
3.2.4 控制转移类指令
3.2.5 位操作类指令
本章小结
习题
第4章 汇编语言程序设计
4.1 汇编语言程序设计的基本方法
4.1.1 程序设计的步骤
4.1.2 汇编语言的语句格式
4.1.3 伪指令
4.2 汇编语言程序设计
4.2.1 顺序程序设计
4.2.2 分支程序设计
4.2.3 循环程序设计
4.2.4 子程序调用设计
4.3 综合程序设计举例
本章小结
习题
第5章 MCS-51单片机的内部功能单元
第6章 MCS-51单片机接口应用实例
第7章 MCS-51单片机系统的扩展
第8章 输入/输出通道及接口技术
第9章 单片机应用系统开发技术
第10章 单片机C51语言程序设计基础
附录A ASCII码表
附录B ACS-51单片机指令表
附录C 常用IC引脚图
附录D 单片机学习、应用的网址
参考文献
Book Abstract

(2)汇编语言
汇编语言是采用容易记忆的英文符号名(助记符)表示的机器指令,它是对机器语言的改进。用汇编语言编程是单片机应用中最常用的编程方式,其编写的程序称为汇编语言源程序。但汇编语言也是面向机器的低级语言,它要求程序设计员必须精通所选用的不同单片机的硬件系统和指令系统,不便于记忆和使用。
(3)高级程序设计语言
高级程序设计语言接近人类自然语言的语法习惯,与计算机硬件无关,用户易于学习、阅读、掌握和使用。目前支持MCS-51单片机编程的高级语言有多种,如BASIC、C、C++等。同样道理,用高级语言书写的源程序也必须翻译成机器指令的目标程序才能运行。完成此翻译任务的程序称为编译程序。
1.3.3单片机开发时用到的程序设计语言
单片机开发时用到的程序设计语言现多为汇编语言和C语言。
虽然在开发单片机时使用汇编语言具有诸多缺点,但由于汇编语言与计算机硬件密切相关,使用汇编语言编写的源程序汇编后的目标程序短小精悍,占用存储空间较小;程序执行所需时间短,目标程序效率高,运行速度快。因此特别适用于单片机实时控制系统、智能化仪器仪表控制程序的编写。
编写汇编语言源程序比编写高级语言源程序烦琐,调试汇编语言程序也比调试高级语言程序困难。而使用高级语言,程序员不用考虑这些细节,编写程序和调试程序也就容易方便多了。所以现在随着单片机技术的发展、机器运行速度的提高、存储容量的增大,程序员在进行单片机的开发时已不再需要过多的考虑由其生成的目标代码效率较低(时空性能差)的缺点了,使用高级程序设计语言编程,已经是广泛应用的单片机编程开发形式了。
由于C语言既具有高级语言的简洁、便于记忆、通用性好、表达能力强等优点,又能直接对计算机硬件进行操作,运算能力也较强,许多以前只能采用汇编语言来解决的问题现在都可以改用C语言来解决了。尽管它也有自身的不足,但采用C语言来编程无疑是一种较好的选择。现在C语言程序设计以其明显的优点,已成为单片机开发应用重要趋势之一。
我们编写的程序最终将翻译成单片机能直接执行的目的程序(机器码),这个过程称为汇编。汇编一般有手工进行汇编和用“汇编程序”进行汇编这两种方式。单片机没有自己的汇编程序,单片机的汇编语言源程序或C语言源程序必须是在其他微型计算机上通过专门的汇编程序软件进行汇编的(如keil等应用开发软件包)。这种方法成为交叉汇编。我们需要注意的是:在单片机应用系统中,只有在存储器中固化了目的程序的单片机系统才能运行。
……

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book