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

《软件工程案例教程:软件项目开发实践(第2版)》按照软件开发过程模型,通过一个贯穿全书的综合案例,详细介绍了软件开发的需求分析、概要设计、详细设计、编码、测试、提交以及维护等软件开发过程。在第2版修订中,作者结合多年的教学和软件工程项目实践经验。根据软件工程技术的新发展,进一步完善了很多软件开发技术和技巧,并更换了第1版的所有案例说明。第2版中的“综合信息管理平台”案例,其复杂性和综合性更加合理、科学,通过循序渐进的案例学习,读者可以快速掌握软件开发的基本知识、基本过程,并有效提高实践能力,为以后顺利投入工作实践打下坚实的基础。
《软件工程案例教程:软件项目开发实践(第2版)》特点:
·内容全面,涵盖了软件项目开发的所有内容,包括理论、方法、提交产品和文档。
·注重实效。书中涉及的理论和方法都有相应的实践案例对照讲解,便于学生理解掌握。
·结构清晰,全书通过一个贯穿始终的综合项目案例详细说明软件项目的完整开发过程和提交的文档等。
·习题实用,每章后配有相应的习题,便于学生复习、巩固所学理论知识。
·教辅支持,为教师配有电子教案,方便教师教学。
Content Description

《软件工程案例教程:软件项目开发实践(第2版)》以案例的形式讲述了软件工程中软件项目开发的实践过程,全面涵盖软件项目开发中需求分析、概要设计、详细设计、编码、测试、提交以及运行维护等过程中涉及的理论、方法、技术、提交的产品和文档等。《软件工程案例教程:软件项目开发实践(第2版)》注重实效,系统、全面,通过贯穿始终的案例的讲述,让学习者在短时间内掌握软件项目开发的基本知识、基本过程,并有效提高实践能力。
《软件工程案例教程:软件项目开发实践(第2版)》共分九章,第1~2章介绍软件工程的基本概念以及软件工程的主要技术,第3~9章系统地讲述软件项目开发的各个过程。《软件工程案例教程:软件项目开发实践(第2版)》注重理论与实际的结合,引导学生通过软件开发理论和案例的学习,深刻理解软件工程的实质,为以后的软件工程实践打下基础。
《软件工程案例教程:软件项目开发实践(第2版)》既适合作为高等院校计算机及相关专业软件工程、软件测试课程的教材,也适合作为广大软件技术人员的培训教程,同时可以作为软件开发人员在工作及学习中的技术参考书。
Catalogue

前言
第1章 软件工程概述
1.1 软件工程的背景
1.2 软件工程知识体系
1.3 软件工程的三段论
1.4 软件工程模型
1.4.1 软件项目开发路线图
1.4.2 软件项目管理路线图
1.4.3 软件过程改进路线图
1.5 软件开发模型
1.5.1 瀑布模型
1.5.2 v模型
1.5.3 原型模型
1.5.4 增量式模型
1.5.5 螺旋式模型
1.5.6 喷泉模型
1.5.7 智能模型
1.6 软件工程中的复用原则
1.7 小结
1.8 练习题

第2章 结构化方法和面向对象方法
2.1 软件工程方法比较
2.2 结构化软件工程方法
2.2.1 结构化需求分析
2.2.2 结构化概要设计与详细设计
2.2.3 结构化编码
2.2.4 结构化测试
2.2.5 结构化维护
2.3 面向对象软件工程方法
2.3.1 面向对象需求分析
2.3.2 面向对象设计
2.3.3 面向对象编程
2.3.4 面向对象测试
2.3.5 面向对象维护
2.4 软件逆向工程
2.5 小结
2.6 练习题

第3章 软件项目的需求分析
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 需求变更
3.3 需求分析模型
3.3.1 关联模型
3.3.2 行为模型
3.3.3 数据模型
3.3.4 原型模型
3.4 需求建模的方法
3.4.1 结构化分析方法
3.4.2 面向对象分析方法
3.4.3 其他方法
3.5 需求规格说明文档
3.6 项目案例
3.7 小结
3.8 练习题

第4章 软件项目的概要设计
4.1 软件设计定义
4.2 概要设计方法概论
4.3 设计模型
4.3.1 体系结构设计
4.3.2 数据设计
4.3.3 接口设计
4.3.4 构件设计
4.4 结构化的设计方法
4.4.1 功能模块划分
4.4.2 面向数据流的设计
4.4.3 输入/输出设计
4.5 面向对象的设计方法
4.5.1 识别对象
4.5.2 确定属性
4.5.3 定义操作
4.5.4 确定对象之间的通信
4.5.5 完成对象定义
4.6 关于软件模式和框架的概念
4.6.1 体系结构模式
4.6.2 设计模式
4.6.3 体系结构框架
4.7 软件设计指导原则
4.8 概要设计文档
4.9 项目案例
4.10 小结
4.11 练习题

第5章 软件项目的详细设计
5.1 关于详细设计的概念
5.2 详细设计的内容
5.3 结构化的详细设计方法
5.3.1 面向数据结构的设计
5.3.2 结构化详细设计的例子
5.4 面向对象的详细设计方法
5.4.1 面向对象的详细设计
5.4.2 面向对象详细设计的例子
5.5 表达详细设计的工具
5.5.1 图形符号的设计方式
5.5.2 表格的设计方式
5.5.3 过程设计语言pdl
5.6 详细设计文档
5.7 项目案例
5.8 小结
5.9 练习题

第6章 软件项目的编码
6.1 编码概述
6.2 编码方法
6.2.1 结构化编程
6.2.2 面向对象编程
6.3 编码策略
6.3.1 自顶向下的开发策略
6.3.2 自底向上的开发策略
6.3.3 自顶向下和自底向上相结合的开发策略
6.3.4 线程模式的开发策略
6.4 编码语言与编码标准和规范
6.4.1 编码语言
6.4.2 编码标准和规范
6.5 关于重构理念和重用原则
6.5.1 重构理念
6.5.2 重用原则
6.6 编码文档
6.7 项目案例
6.8 小结
6.9 练习题

第7章 软件项目的测试
7.1 软件测试概述
7.2 软件测试方法概论
7.3 静态测试
7.3.1 文档审查
7.3.2 代码检查
7.3.3 技术评审
7.4 动态测试
7.4.1 白盒测试方法
7.4.2 黑盒测试方法
7.4.3 灰盒测试方法
7.5 软件测试级别
7.5.1 单元测试
7.5.2 集成测试
7.5.3 系统测试
7.5.4 验收测试
7.5.5 上线测试
7.5.6 回归测试
7.6 面向对象的测试
7.6.1 面向对象分析的测试
7.6.2 面向对象设计的测试
7.6.3 面向对象的单元测试
7.6.4 面向对象的集成测试
7.6.5 面向对象的系统测试方法
7.7 测试过程管理
7.7.1 软件测试计划
7.7.2 软件测试设计
7.7.3 软件测试开发
7.7.4 软件测试执行
7.7.5 软件测试跟踪
7.7.6 软件测试评估与总结
7.8 自动化测试
7.9 软件测试过程的文档
7.9.1 测试计划文档
7.9.2 测试设计文档
7.9.3 软件测试报告
7.10 项目案例
7.10.1 集成测试设计案例
7.10.2 系统测试设计案例
7.10.3 系统测试报告案例
7.11 小结
7.12 练习题

第8章 软件项目的提交
8.1 软件项目验收与移交
8.2 验收测试
8.3 培训
8.3.1 培训对象
8.3.2 培训方式
8.3.3 培训指南
8.4 用户文档
8.4.1 用户手册
8.4.2 系统管理员手册
8.4.3 其他文档
8.5 软件项目提交文档
8.5.1 验收测试报告
8.5.2 用户手册
8.5.3 系统管理员手册
8.5.4 产品提交文档
8.6 项目案例
8.7 小结
8.8 练习题

第9章 软件项目的维护
9.1 软件项目维护概述
9.2 试运行
9.3 软件的可维护性
9.4 软件项目维护的类型
9.5 软件再工程过程
9.6 软件项目维护的过程
9.6.1 维护申请
9.6.2 维护实现
9.6.3 维护产品发布
9.7 软件维护过程文档
9.8 项目案例
9.9 小结
9.10 练习题
参考文献

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