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

《软件工程课程设计》的主要特点是:
思路清晰。以案例为线索,每个案例都贯穿软件开发的各个阶段,重点放在训练读者分析问题和解决问题的能力上。
通俗易懂。将复杂的概念用读者容易理解的简洁语言描述出来,不依赖于某一本软件工程教材,具有通用性。
重在实用,强调亲自动手实践。从需求分析到编码测试,由浅入深,让读者做完课程设计案例后,能够分析、设计和具体实现软件系统。
课程设计可以充分弥补课堂教学和实验中知识深度和广度有限的问题,更好地帮助学生系统地掌握该门课程的主要内容。通过课程设计的综合训练.能培养学生实际分析问题、编程和动手的能力,帮助学生系统掌握该门课程的主要内容,更好地完成教学任务。《软件工程课程设计》是作者结合多年软件工程课程设计教学经验编写的,针对学生学习中遇到的问题,反复修正教学内容,总结启发式教学方法,强调软件工程课程设计的系统整体性和实践性,每章都以期刊管理系统、图书管理系统、网上商城管理系统、饭卡管理系统、研究生培养管理系统5个案例为线索,演示软件开发的全部过程。程序代码采用不同的流行语言,以满足各种读者的需要。
Content Description

《软件工程课程设计》遵循软件工程课程设计的基本要求,独立于具体的软件工程教材,从实际应用案例出发,逐章给出软件工程课程设计的方法和思路,重点讲解软件的分析、设计、编码、测试和维护技术,目的是让读者掌握软件开发技能,加强动手实践能力,学得会、用得上、记得牢。
《软件工程课程设计》可以作为高等院校计算机及相关专业软件工程课程设计的教材或教学参考书,也可以供软件开发人员和有关技术人员阅读使用。
Catalogue

第章 概述
· 软件工程的目标和原则
·· 软件工程的目标
·· 软件工程的原则
· 软件工程课程设计目标
· 软件工程课程设计结构
· 软件工程课程设计的主要任务和评价标准
· 本教材的主要特色和使用方法
·· 本教材的主要特色
·· 本教材的使用方法

第章 软件系统分析
· 概述
·· 可行性研究的任务和步骤
·· 软件系统分析的任务
· 期刊管理系统需求分析
·· 系统任务概述
·· 数据流图
·· 数据字典
·· E-R图
·· 性能要求
·· 运行环境
· 图书管理系统需求分析
·· 系统任务概述
·· 功能需求
·· 数据流图
·· 数据字典
·· E-R图
·· 性能要求
· 网上商城管理系统需求分析
·· 系统任务概述
·· 功能需求
·· 数据流图
·· 数据字典
·· E-R图
·· 其他相关要求
· 饭卡管理系统需求分析
·· 系统任务概述
·· 工作原理
·· 流程图
·· 数据流图
·· 数据字典
·· 性能要求
·· 运行环境
· 面向对象分析
·· 概述
·· 研究生培养管理系统需求
·· 功能模型
·· 对象模型
·· 动态模型
·· 定义服务
· 评价标准

第章 系统设计
· 概述
·· 总体设计过程
·· 总体设计原则
·· 详细设计过程
·· 系统设计的方法
· 期刊管理系统设计
·· 总体设计
·· 详细设计
· 图书管理系统设计
·· 总体设计
·· 详细设计
· 网上商城管理系统设计
·· 总体设计
·· 详细设计
· 饭卡管理系统设计
·· 总体设计
·· 详细设计
· 面向对象设计
·· 概述
·· 研究生培养管理系统结构设计
·· 模块及人机界面设计
·· 数据设计
·· 对象设计
· 评价标准

第章 系统编码
· 概述
· 期刊管理系统编码
·· 系统登录
·· 读者功能模块
·· 管理员功能模块
· 图书管理系统编码
·· 程序设计语言和数据库系统的选择
·· 系统模块的编码实现
· 网上商城管理系统编码
·· 程序设计语言和数据库系统的选择
·· 系统模块的编码实现
· 饭卡管理系统编码
·· 程序设计语言和数据库系统的选择
·· 系统模块的编码实现
· 面向对象系统实现
·· 概述
·· 研究生培养管理系统编码
· 评价标准

第章 软件测试
· 概述
·· 软件测试的目的
·· 软件测试的步骤
· 期刊管理系统测试
·· 概述
·· 测试方法和步骤
·· 测试过程
· 图书管理系统测试
·· 概述
·· 测试方法和步骤
·· 测试过程
· 网上商城管理系统测试
·· 概述
·· 测试方法和步骤
·· 测试过程
· 饭卡管理系统测试
·· 概述
·· 测试方法和步骤
·· 测试过程
· 面向对象测试
·· 概述
·· 研究生培养管理系统测试
· 评价标准

第章 软件维护
· 概述
· 期刊管理系统维护
·· 软件维护
·· 系统备份
· 图书管理系统维护
· 网上商城管理系统维护
·· 运营保障
·· 维护要素
·· 维护内容
·· 信息备份
· 饭卡管理系统维护
·· 软件维护
·· 硬件维护
·· 数据维护
·· 维护的管理和步骤
·· 系统备份和恢复
· 面向对象维护
·· 概述
·· 研究生培养管理系统维护
· 评价标准
参考文献
Book Abstract

软件需求(包括功能性需求与非功能性需求)是系统设计的基础。系统设计的目标就是使所设计的系统能够被开发方顺利地实现,并且恰如其分地满足用户的需求,使开发方和用户都能获得最大的利益。开发人员不能为了追求技术的先进性,偏离需求开展系统设计工作。
系统设计包括总体设计、详细设计、用户界面设计、数据库设计.总体设计将软件系统设计成相对独立的模块。对于面向对象技术,模块设计将软件功能结构设计的模块(结构元素)对应到软件的对象和类。详细设计要对目标系统的功能进行精确描述,其中数据结构和算法设计一般来说是设计数据的表示及其详细的算法流程。用户界面设计是开发中的一个重要方面,其设计目标是开发者根据自己对用户需求的理解而制定的。数据库设计是设计数据库的表和对这些表中的数据进行操作。一般将用户界面设计、数据库设计并入详细设计中统筹考虑,并且仍然称为详细设计。
3.系统编码(第3章)
软件开发的最终目标是产生能在计算机上运行的程序。系统编码也称实现,编码的目的就是把软件设计的结果翻译成某种程序设计语言的程序。本书将分别应用VC++、Java、Access等通用语言,编写期刊管理系统、图书管理系统、网上商城管理系统、饭卡管理系统、研究生培养管理系统这5个案例的核心程序,使其能够在计算机上运行。在程序设计中要注意程序的整体层次结构,选用合适的标识符,并加入适当的注释,以增加程序的可读性和可维护性。
4.软件测试(第4章)在开发软件系统的整个过程中,面对可能遇到的各种错综复杂的情况,总会出现一些不可避免的错误和故障。软件系统测试的基本目的就是在软件产品投入使用之前,尽可能多地发现软件产品中存在的各种错误。即消除故障,保证软件的可靠性。
单元测试又称模块测试。在一个软件系统中,每个模块最好都能够完成一个子功能,并且每个模块和同级的其他模块之间没有相互依赖的关系,即每个模块都能够独立地完成自己的功能,这样就可以对每个模块进行单独测试而不需要考虑模块之间的相互关系。模块测试的目的主要是为了保证每个模块作为一个独立的单元能够正确地运行并完成其功能,在模块测试中发现的往往是编码中出现的错误,所以往往是自己编写程序自己进行模块测试。
……
Introduction

随着计算机科学技术的迅速发展,计算机应用范围越来越广,计算机软件的需求量也越来越大,软件产业蓬勃兴起。软件产业化的一个重要方面是软件开发工程化,采用先进的工程化方法进行软件开发是实现软件产业化的关键技术手段。软件工程是将系统性的、规范化的、可定量的方法应用于软件的开发、运行和维护,其重点在于软件的分析与评价、规格说明、设计和演化,同时还涉及创新、管理、标准、个人技能、团队协作和专业实践等。它应用工程的概念、原理、技术和方法,以及科学的开发技术和管理方法来开发软件。软件工程的目标是提高软件产品的质量和软件开发效率,降低软件维护的难度。
加强实践环节、培养创新人才已经成为全国高校本科生培养的大方向。从计算机学科各相关专业的特点来看,更强调课程体系整体优化,立足系统,软硬结合,加强实践,注重创新和发展学生个性。本书是作者结合多年软件工程课程设计的教学经验编写的,针对学生学习中遇到的问题,反复修正教学内容,总结启发式教学方法,强调软件工程课程设计的系统整体性和实践性,面向学生、贴近实际,力争让学生学得会、记得牢、用得上。

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