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

嵌入式系统开发之道:菜鸟成长日志与项目经理的私房菜

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

嵌入式系统开发之道:菜鸟成长日志与项目经理的私房菜

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

《嵌入式系统开发之道:菜鸟成长日志与项目经理的私房菜》用平易朴实的语言,以一个完整的嵌入式系统的开发流程为架构,通过一位“菜鸟”工程师与项目经理的诙谐对话,故事性地带出嵌入式系统概念及开发要素,并点出要成为一名称职的嵌入式系统工程师,在实际工作中所必须具备的各项知识及技能。
全书可以分为三大部分:第1、3、4、17、18、19章和附录D为嵌入式系统概论与开发流程;第2、15、16章和附录A介绍了嵌入式系统项目管理与软件工程方面的知识;第5~14章,以及附录B、附录C介绍了嵌入式系统的开发技术。
《嵌入式系统开发之道:菜鸟成长日志与项目经理的私房菜》不仅可以作为致力于嵌入式系统开发初学者的入门教程,也可以作为从事嵌入式系统开发的项目经理、技术团队主管等不可不读的参考书。
Author Description

邱毅凌,Ealin Chiu:台湾成功大学工程科学研究所计算机专业硕士,因毕业论文为“分布式面向对象操作系统的实作”,从此与系统底层接下不解之缘。毕业后进入“资策会”,开发了生平第二个操作系统,并任项目经理,开始电子产品开发项目管理的工作。 专长:操作系统实践、嵌入式系统开发与项目管理。 著作:《现代嵌入式系统开发专案实务》
Catalogue

第1章 系统·嵌入·硬件
01-01 Welcome on board!
01-02 嵌入式系统开发团队
01-03 老调重弹:何谓嵌入式系统?
01-04 限制!限制!限制!
01-05 基本职能:老鸟也曾是菜鸟
01-06 工作内容:做个工程师,而非程序工人

第2章 嵌入式项目管理
02-01 菜鸟啊!要立大志!
02-02 项目管理基本概念
02-03 项目生命周期五大阶段
02-04 项目范围(Scope)管理
02-05 项目进度(Time/Schedule)管理
02-06 项目成本(Cost)管理
02-07 项目质量(Quality)管理
02-08 项目人力资源(Human Resource)管理
02-09 项目沟通(Communication)管理
02-10 项目风险(Risk)管理
02-11 项目采购/合约管理
02-12 项目配置(Configuration)管理
02-13 企业与组织对项目的影响

第3章 嵌入式系统开发项目生命周期:项目启动与规划
03-01 嵌入式系统项目简介
03-02 初期规划:是否该接这个项目?
03-03 进度规划:ASAP?
03-04 规格规划:请接受这个不完美的世界
03-05 人力规划:营级组织、连级人力
03-06 成本规划:一切都是为了Cost Down
03-07 质量策略规划

第4章 嵌入式系统开发项目生命周期:设计、执行与结项
04-01 动手之前:确定项目的执行原则
04-02 设计阶段:拟定作战计划
04-03 产品规格设计
04-04 硬件设计
04-05 系统设计
04-06 测试计划设计
04-07 风险评估
04-08 设计文件的重要性
04-09 开始实作之前:设计审查
04-10 实作阶段:执行所有设计
04-11 冲突不断:协同作战有多难?
04-12 产品化
04-13 无间道:项目可有close的一天?

第5章 实作你的第一个嵌入式系统
05-01 嵌入式系统的开发环境
05-02 无痛起步:善用Sample Code
05-03 如何确定程序有执行?
05-04 标准C库函数可以用吗?
05-05 总结

第6章 实作嵌入式系统平台
06-01 系统与平台
06-02 系统架构设计
06-03 API与程序风格设计
06-04 嵌入式操作系统:OS在哪里?
06-05 模拟器
06-06 Source Tree设计与程序风格典范
06-07 SDK
06-08 系统架构设计实例分析

第7章 构建良好的嵌入式系统开发环境
07-01 开发工具
07-02 makefile & 批处理文件(.BAT)
07-03 Link Script
07-04 ROM Maker
07-05 Offline Tools概论
07-06 下载与执行
07-07 版本控制Server
07-08 说故事时间

第8章 上电之后:Boot Loader
08-01 第一行程序
08-02 基本硬件测试
08-03 载入程序段与数据初始化
08-04 案例研究

第9章 驱动程序
09-01 莫恐惧!
09-02 准备工作
09-03 控制CPU
09-04 存储器
09-05 控制其他芯片
09-06 ISR写作注意事项
09-07 驱动程序调试
09-08 结论

第10章 设计硬件抽象层
10-01 由eCos & Android的系统架构谈起
10-02 HAL vs. BSP
10-03 为什么会需要HAL?
10-04 HAL是否会增加开发的难度?
10-05 HAL实例

第11章 菜鸟当自强:软件工程师硬起来
11-01 硬件开发流程
11-02 卷起袖子用烙铁
11-03 善用测量仪器

第12章 做好存储器管理
12-01 动态存储器空间配置
12-02 Stack
12-03 Heap:动态存储器配置
12-04 烧录器
12-05 突破物理存储器大小的限制

第13章 存储器管理(II):NAND Flash概论
13-01 NAND简介
13-02 控制NAND Flash
13-03 Bad Block管理
13-04 ECC(Error Correcting Code)
13-05 平均读写机制
13-06 NAND Flash烧录器:特殊烧录格式

第14章 模拟器
14-01 模拟器概论
14-02 Emulator vs Simulator
14-03 模拟器对项目开发的贡献
14-04 实战篇

第15章 项目进度追踪实务
15-01 进度追踪与变更控制流程
15-02 进度追踪工具
15-03 总结:“便宜”可行的项目追踪工具组合

第16章 SoC设计公司中嵌入式系统团队的管理
16-01 SA(System Application)团队简介
16-02 SoC设计公司到底葫芦里是卖什么药?
16-03 正确的SoC设计流程
16-04 SA的严酷考验
16-05 SA团队的管理

第17章 系统整合
17-01 第一次整合
17-02 全功能整合
17-03 发行第一个版本

第18章 Testing、Debugging与Tuning
18-01 测试
18-02 Bug Sheet管理
18-03 Debug基本技法
18-04 Tuning

第19章 结项前的煎熬
19-01 版本发行:兵荒马乱的日子
19-02 自动测试程序
19-03 决定量产版本
19-04 出货≠结项
19-05 项目结项
19-06 期许下一个项目
19-07 总结

附录A 未执行项目管理的项目
A-1 前言
A-2 说故事时间(I)
A-3 说故事时间(II)
A-4 结论
附录B Callback Function

附录C 用C来实现面向对象的概念
C-1 属性(Attribute)
C-2 方法(Method)
C-3 对象实例(Instance)
C-4 消息传递(Message Passing)
C-5 基类定义
C-6 基类的公用方法
C-7 对象类型判断范例
C-8 继承(Inheritance)
C-9 多态性(Polymorphism)

附录D 电子产品设计的最终依据:用户体验
D-1 界面设计vs用户体验
D-2 用户体验&可用性(Usability)
D-3 客户性格(Persona)
D-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