{{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

案例解说单片机C语言开发:基于PIC+Proteus仿真

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

案例解说单片机C语言开发:基于PIC+Proteus仿真

{{__(":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
Content Description

MPLAB是目前应用最广泛的PIC单片机软件开发环境,Proteus是目前应用最广泛的硬件仿真环境。《案例解说单片机C语言开发:基于PIC+Proteus仿真》基于MPLAB和Proteus介绍PIC单片机体系结构、内部资源及常用扩展器件的使用方法,并且提供了相应的Proteus应用电路和C语言应用实例代码。
《案例解说单片机C语言开发:基于PIC+Proteus仿真》分为3大部分:第1章和第2章是基础部分,介绍MPLAB和Proteus的基础方法。第3章到第9章是基础应用部分,介绍PIC单片机的内部资源和典型外部扩展器件的使用方法,对这些资源和器件进行了基础知识和Proteus库的介绍,还提供了详细的实例。第10章是综合应用部分,介绍PIC单片机应用系统的基础设计方法,提供了呼吸灯、简易压力计、仓库自动通风系统3个大型综合应用实例。
Catalogue

第1章 PIC16F87XA应用基础
1.1 PIC16F87XA的体系结构
1.1.1 PIC16F87XA的内核
1.1.2 PIC16F87XA的存储器体系
1.1.3 PIC16F87XA的系统时钟
1.1.4 PIC16F87XA的电源管理和休眠模式
1.1.5 PIC16F87XA的复位
1.1.6 PIC16F87XA的外部引脚封装
1.1.7 PIC16F87XA的中断系统
1.1.8 PIC16F87XA的配置寄存器
1.2 PIC16F87XA中的C语言
1.2.1 PIC16F87XA中C语言的数据类型、运算符和表达式
1.2.2 PIC16F87XA中C语言的结构
1.2.3 PIC16F87XA中C语言的函数
1.2.4 PIC16F87XA中C语言的数组和指针
1.2.5 PIC16F87XA中C语言的自构造类型
1.3 MPLAB集成开发环境
1.3.1 MPLAB集成开发环境应用基础
1.3.2 MPLAB的工作界面
1.3.3 MPLAB的菜单栏
1.3.4 MPLAB的工具栏
1.3.5 MPLAB的状态栏
1.3.6 MPLAB的库函数
1.3.7 使用MPLAB
1.4 HI-TECH ANSI C Compiler C的一些说明
1.4.1 一个完整的PIC单片机C语言程序的构成
1.4.2 乘、除法运算和浮点数
1.4.3 关于变量的强制类型转换
1.4.4 常量和变量的关键字
1.4.5 位变量和可位寻址寄存器
1.4.6 绝对变量
1.4.7 在C语言中使用汇编语言
1.4.8 头文件pic.h和pic1687xa.h

第2章 Proteus硬件仿真环境
2.1 Proteus应用基础
2.1.1 Proteus的界面
2.1.2 Proteus支持的文件格式
2.1.3 Proteus的菜单
2.1.4 Proteus的快捷工具栏和工具箱
2.2 使用Proteus
2.3 Protues中的PIC16F877A
2.4 Proteus和MPLAB的联合调试应用实例

第3章 Proteus中的PIC16F87XA 内部基础资源应用实例
3.1 PIC16F87XA的I/O引脚应用实例
3.1.1 I/O引脚基础
3.1.2 I/O引脚输出高低脉冲电平应用实例
3.2 PIC16F87XA的外部中断/引脚状态变化应用实例
3.2.1 外部中断应用基础
3.2.2 外部中断控制I/O引脚输出应用实例
3.2.3 引脚状态变化中断应用基础
3.2.4 引脚状态变化中断应用实例
3.3 PIC16F87XA的定时器应用实例
3.3.1 定时器基础
3.3.2 定时器TMR0控制I/O引脚输出方波应用实例
3.3.3 定时器TMR0中断模拟外部中断应用实例
3.3.4 定时器TMR1控制I/O引脚输出方波应用实例
3.3.5 定时器TMR2控制I/O引脚输出方波应用实例
3.4 PIC16F87XA的CCP模块应用实例
3.4.1 CCP模块基础
3.4.2 CCP的捕捉工作模式应用实例
3.4.3 CCP的比较工作模式应用实例
3.4.4 CCP的PWM工作模式应用实例
3.5 PIC16F87XA的USART模块应用实例
3.5.1 USART模块基础
3.5.2 PIC16F87XA串口应用实例
3.6 PIC16F87XA的SPI总线接口应用实例
3.6.1 SPI总线接口基础
3.6.2 PIC16F87XA的SPI总线数据通信应用实例
3.7 PIC16F87XA的I2C总线接口应用实例
3.7.1 I2C总线接口基础
3.7.2 PIC16F87XA的I2C总线数据通信应用实例

第4章 Proteus中的PIC16F87XA人机交互通道应用实例
4.1 发光二极管应用实例
4.1.1 器件基础
4.1.2 应用实例设计分析
4.1.3 应用实例的代码
4.1.4 应用实例的仿真结果和说明
4.2 单位数码管应用实例
4.2.1 器件基础
4.2.2 应用实例设计分析
4.2.3 应用实例的代码
4.2.4 应用实例的仿真结果和说明
4.3 多位数码管应用实例
4.3.1 器件基础
4.3.2 应用实例设计分析
4.3.3 应用实例的代码
4.3.4 应用实例的仿真结果和说明
4.4 MAX7219应用实例
4.4.1 器件基础
4.4.2 应用实例设计分析
4.4.3 应用实例的代码
4.4.4 应用实例的仿真结果和说明
4.5 1602液晶应用实例
4.5.1 器件基础
4.5.2 应用实例设计分析
4.5.3 应用实例的代码
4.5.4 应用实例的仿真结果和说明
4.6 独立按键应用实例
4.6.1 器件基础
4.6.2 应用实例设计分析
4.6.3 应用实例的代码
4.6.4 应用实例的仿真结果和说明
4.7 行列扫描键盘应用实例
4.7.1 器件基础
4.7.2 应用实例设计分析
4.7.3 应用实例的代码
4.7.4 应用实例的仿真结果和说明
4.8 拨码开关应用实例
4.8.1 器件基础
4.8.2 应用实例设计分析
4.8.3 应用实例的代码
4.8.4 应用实例的仿真结果和说明

第5章 Proteus中PIC16F87XA的信号采集通道应用实例
5.1 PIC16F87XA的内置比较器模块应用实例
5.1.1 内置比较器模块基础
5.1.2 参考电压模块应用实例
5.1.3 比较器模块应用实例(一)
5.1.4 比较器模块应用实例(二)
5.2 PIC16F87XA的内置A/D模块应用实例
5.2.1 内置A/D模块基础
5.2.2 A/D模块应用实例
5.3 ADC0832应用实例
5.3.1 器件基础
5.3.2 应用实例设计分析
5.3.3 应用实例的代码
5.3.4 应用实例的仿真结果和说明
5.4 DS12C877应用实例
5.4.1 器件基础
5.4.2 应用实例设计分析
5.4.3 应用实例的代码
5.4.4 实例的仿真结果和说明
5.5 DS1302应用实例
5.5.1 器件基础
5.5.2 应用实例设计分析
5.5.3 应用实例的代码
5.5.4 应用实例的仿真结果和说明
5.6 DS18B20应用实例
5.6.1 器件基础
5.6.2 应用实例设计分析
5.6.3 应用实例的代码
5.6.4 应用实例的仿真结果和说明
5.7 TC77应用实例
5.7.1 器件基础
5.7.2 应用实例设计分析
5.7.3 应用实例的代码
5.7.4 应用实例的仿真结果和说明

第6章 Proteus中的PIC16F87XA信号输出通道应用实例
6.1 DAC0832应用实例
6.1.1 器件基础
6.1.2 应用实例设计分析
6.1.3 应用实例的代码
6.1.4 应用实例的仿真结果和说明
6.2 74HC164应用实例
6.2.1 器件基础
6.2.2 应用实例设计分析
6.2.3 应用实例的代码
6.2.4 应用实例的仿真结果和说明
6.3 74HC165应用实例
6.3.1 器件基础
6.3.2 应用实例设计分析
6.3.3 应用实例的代码
6.3.4 应用实例的仿真结果和说明
6.4 74HC595应用实例
6.4.1 器件基础
6.4.2 应用实例设计分析
6.4.3 应用实例的代码
6.4.4 应用实例的仿真结果和说明
6.5 8255A应用实例
6.5.1 器件基础
6.5.2 应用实例设计分析
6.5.3 应用实例的代码
6.5.4 应用实例的仿真结果和说明

第7章 Proteus中的PIC16F87XA存储器应用实例
7.1 PIC16F87XA内部E2PROM和Flash ROM应用实例
7.1.1 E2PROM和Flash ROM基础
7.1.2 E2PROM读/写应用实例
7.2 外部RAM芯片6264应用实例
7.2.1 器件基础
7.2.2 应用实例设计分析
7.2.3 应用实例的代码
7.2.4 应用实例的仿真结果和分析
7.3 外部E2PROM芯片24C04A应用实例
7.3.1 器件基础
7.3.2 应用实例设计分析
7.3.3 应用实例的代码
7.3.4 应用实例的仿真结果和分析

第8章 Proteus中的PIC16F87XA执行机构应用实例
8.1 三极管应用实例
8.1.1 器件基础
8.1.2 应用实例设计分析
8.1.3 应用实例的代码
8.1.4 应用实例的仿真结果和说明
8.2 ULN2803应用实例
8.2.1 器件基础
8.2.2 应用实例设计分析
8.2.3 应用实例的代码
8.2.4 应用实例的仿真结果和说明
8.3 光电隔离器应用实例
8.3.1 器件基础
8.3.2 应用实例设计分析
8.3.3 应用实例的代码
8.3.4 应用实例的仿真结果和说明
8.4 直流电动机应用实例
8.4.1 器件基础
8.4.2 应用实例设计分析
8.4.3 应用实例的代码
8.4.4 应用实例的仿真结果和说明
8.5 步进电机应用实例
8.5.1 器件基础
8.5.2 应用实例设计分析
8.5.3 应用实例的代码
8.5.4 应用实例的仿真结果和说明
8.6 继电器应用实例
8.6.1 器件基础
8.6.2 应用实例设计分析
8.6.3 应用实例的代码
8.6.4 应用实例的仿真结果和说明
8.7 蜂鸣器应用实例
8.7.1 器件基础
8.7.2 应用实例设计分析
8.7.3 应用实例的代码
8.7.4 应用实例的仿真结果和说明

第9章 Proteus中的PIC16F87XA通信应用实例
9.1 MAX232应用实例
9.1.1 器件基础
9.1.2 应用实例设计分析
9.1.3 应用实例的代码
9.1.4 实例的仿真结果和说明
9.2 SN75179应用实例
9.2.1 器件基础
9.2.2 应用实例设计分析
9.2.3 应用实例的代码
9.2.4 实例的仿真结果和说明
9.3 MAX487应用实例
9.3.1 器件基础
9.3.2 应用实例设计分析
9.3.3 应用实例的代码
9.3.4 实例的仿真结果和说明

第10章 在Proteus中设计PIC16F87XA的应用系统
10.1 PIC16F87XA综合应用实例设计基础
10.2 呼吸灯应用实例
10.2.1 呼吸灯的需求分析和系统设计
10.2.2 呼吸灯的硬件设计
10.2.3 频率计的软件设计
10.2.4 实例的仿真结果和总结
10.3 简易压力计应用实例
10.3.1 简易压力计的需求分析和系统设计
10.3.2 简易压力计的硬件设计
10.3.3 简易压力计的软件设计
10.3.4 实例的仿真结果和总结
10.4 仓库自动通风系统应用实例
10.4.1 仓库自动通风系统的需求分析和系统设计
10.4.2 仓库自动通风系统的硬件设计
10.4.3 仓库自动通风系统的软件设计
10.4.4 实例的仿真结果和总结

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