大学计算机教育国外著名教材系列:软件工程基础(第3版)

大学计算机教育国外著名教材系列:软件工程基础(第3版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [印] (Rajib Mall)
2012-01
版次: 1
ISBN: 9787302274889
定价: 49.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 441页
正文语种: 英语
1人买过
  • 《大学计算机教育国外著名教材系列:软件工程基础(第3版)》最新版不仅融合了软件工程领域近年来所取得的技术发展和实践,而且还阐述了如何把这些技术应用到实际的软件开发工作中,在每章中,还给出了大量很有启发性的示例,以帮助读者对有关内容的分析、理解和掌握,是“软件工程”课程的理想教材。 preface
    prefacetothefirstedition
    listoffigures
    1.INTRODUCTION
    1.1TheSoftwareEngineeringDiscipline-ItsEvolutionandImpact
    1.11EvolutionofanArtintoanEngineeringDiscipline
    1.1.2ASolutiontotheSoftwareCrisis
    1.2SoftwareDevelopmentProjects
    1.2.1ProgramsversusProducts
    1.2.2TypesofSoftwareDevelopmentProjects
    1.2.3SoftwareProjectsbeingUndertakenbyIndianCompanies
    1.3WhatisWrongwiththeExploratoryStyleofSoftwareDevelopment?
    1.3.1PerceivedProblemComplexity:AnInterpretationBasedonHumanCognitionMechanism
    1.3.2PrinciplesDeployedbySoftwareEngineeringtoOvercomeHumanCognitiveLimitations
    1.3.3WhyStudySoftwareEngineering?
    1.4EmergenceofSoftwareEngineering
    14.1EarlyComputerProgramming
    1.4.2High-LevelLanguageProgramming
    1.4.3ControlFlow-BasedDesign
    1.4.4DataStructure-OrientedDesign
    1.4.5DataFlow-OrientedDesign
    1.4.6Object-OrientedDesign
    1.4,7WhatNext?
    1.4.8OtherDevelopments
    1.5NotableChangesinSoftwareDevelopmentPractices
    1.6ComputerSystemsEngineering
    Summary
    Exercises

    2.SOFTWARELIFECYCLEMODELS
    2.1WhyUseaLifeCycleModel?
    2.1.1WhyDocumentaLifeCycleModel?
    2.1.2PhaseEntryandExitCriteria
    2.2ClassicalWaterfallModel
    2.2.1PhasesofClassicalWaterfallMode
    2.2.2ShortcomingsoftheClassicalWaterfallModel
    2.2.3IstheClassicalWaterfallModelUsefulatAll?
    2.3IterativeWaterfallModel
    2.3.1PhaseContainmentofErrors
    2.3.2.ShortcomingsoftheIterativeWaterfallModel
    2.4PrototypingModel
    2.5Evol'utionaryMode
    2.5.1LifeCycleActivities
    2.6SpiralModel
    2.6.1R,iskHandlinginSpiralModel
    2.6.2PhasesoftheSpiralModel
    2.6.3ProsandConsoftheSpiralModel
    2.6.4SpiralModelasaMetaModel
    2.7ComparisonofDifferentLifeCycleModels
    2.7.1SelectinganAppropriateLifeCycleModelforaProject
    Summary
    Exercises

    3.SOFTWAREPROJECTMANAGEMENT
    3.1ResponsibilitiesofaSoftwareProjectManager
    3.1.1JobResponsibilitiesofaSoftwareProjectManager
    3.1.2SkillsNecessaryforSoftwareProjectManagement
    3.2ProjectPlanning
    3.2.1TheSPMPDocument
    3.3MetricsforProjectSizeEstimation
    3.3.1LinesofCode(LOC)
    3.3.2FunctionPointMetric
    3.4ProjectEstimationTechniques
    3.4.1EmpiricalEstimationTechniques
    3.4.2HeuristicTechniques
    3.4.3.AnalyticalEstimationTechniques
    3.5EmpiricalEstimationTechniques
    3.5.1ExpertJudgementTechnique
    3,5.2DelphiCostEstimation
    3.6COCOMO-AHeuristicEstimationTechnique
    3.6.1BasicCOCOMOModel
    3,6.2IntermediateCOCOMO
    3.6.3CompleteCOCOMO
    3.6.4COCOMO2
    ……
    4.requirementsanalysisandspecification,
    5.softwaredesign
    6.function-orientedsoftwaredesign
    7.objectmodellingusinguml
    8.object-orientedsoftwaredevelopment
    9.userinterfacedesign
    10.codingandtesting
    11.softwarereliabilityandqualitymanagement
    12.computeraidedsoftwareengineering
    13.softwaremaintenance
    14.softwarereuse
    15.emergingtrends
  • 内容简介:
    《大学计算机教育国外著名教材系列:软件工程基础(第3版)》最新版不仅融合了软件工程领域近年来所取得的技术发展和实践,而且还阐述了如何把这些技术应用到实际的软件开发工作中,在每章中,还给出了大量很有启发性的示例,以帮助读者对有关内容的分析、理解和掌握,是“软件工程”课程的理想教材。
  • 目录:
    preface
    prefacetothefirstedition
    listoffigures
    1.INTRODUCTION
    1.1TheSoftwareEngineeringDiscipline-ItsEvolutionandImpact
    1.11EvolutionofanArtintoanEngineeringDiscipline
    1.1.2ASolutiontotheSoftwareCrisis
    1.2SoftwareDevelopmentProjects
    1.2.1ProgramsversusProducts
    1.2.2TypesofSoftwareDevelopmentProjects
    1.2.3SoftwareProjectsbeingUndertakenbyIndianCompanies
    1.3WhatisWrongwiththeExploratoryStyleofSoftwareDevelopment?
    1.3.1PerceivedProblemComplexity:AnInterpretationBasedonHumanCognitionMechanism
    1.3.2PrinciplesDeployedbySoftwareEngineeringtoOvercomeHumanCognitiveLimitations
    1.3.3WhyStudySoftwareEngineering?
    1.4EmergenceofSoftwareEngineering
    14.1EarlyComputerProgramming
    1.4.2High-LevelLanguageProgramming
    1.4.3ControlFlow-BasedDesign
    1.4.4DataStructure-OrientedDesign
    1.4.5DataFlow-OrientedDesign
    1.4.6Object-OrientedDesign
    1.4,7WhatNext?
    1.4.8OtherDevelopments
    1.5NotableChangesinSoftwareDevelopmentPractices
    1.6ComputerSystemsEngineering
    Summary
    Exercises

    2.SOFTWARELIFECYCLEMODELS
    2.1WhyUseaLifeCycleModel?
    2.1.1WhyDocumentaLifeCycleModel?
    2.1.2PhaseEntryandExitCriteria
    2.2ClassicalWaterfallModel
    2.2.1PhasesofClassicalWaterfallMode
    2.2.2ShortcomingsoftheClassicalWaterfallModel
    2.2.3IstheClassicalWaterfallModelUsefulatAll?
    2.3IterativeWaterfallModel
    2.3.1PhaseContainmentofErrors
    2.3.2.ShortcomingsoftheIterativeWaterfallModel
    2.4PrototypingModel
    2.5Evol'utionaryMode
    2.5.1LifeCycleActivities
    2.6SpiralModel
    2.6.1R,iskHandlinginSpiralModel
    2.6.2PhasesoftheSpiralModel
    2.6.3ProsandConsoftheSpiralModel
    2.6.4SpiralModelasaMetaModel
    2.7ComparisonofDifferentLifeCycleModels
    2.7.1SelectinganAppropriateLifeCycleModelforaProject
    Summary
    Exercises

    3.SOFTWAREPROJECTMANAGEMENT
    3.1ResponsibilitiesofaSoftwareProjectManager
    3.1.1JobResponsibilitiesofaSoftwareProjectManager
    3.1.2SkillsNecessaryforSoftwareProjectManagement
    3.2ProjectPlanning
    3.2.1TheSPMPDocument
    3.3MetricsforProjectSizeEstimation
    3.3.1LinesofCode(LOC)
    3.3.2FunctionPointMetric
    3.4ProjectEstimationTechniques
    3.4.1EmpiricalEstimationTechniques
    3.4.2HeuristicTechniques
    3.4.3.AnalyticalEstimationTechniques
    3.5EmpiricalEstimationTechniques
    3.5.1ExpertJudgementTechnique
    3,5.2DelphiCostEstimation
    3.6COCOMO-AHeuristicEstimationTechnique
    3.6.1BasicCOCOMOModel
    3,6.2IntermediateCOCOMO
    3.6.3CompleteCOCOMO
    3.6.4COCOMO2
    ……
    4.requirementsanalysisandspecification,
    5.softwaredesign
    6.function-orientedsoftwaredesign
    7.objectmodellingusinguml
    8.object-orientedsoftwaredevelopment
    9.userinterfacedesign
    10.codingandtesting
    11.softwarereliabilityandqualitymanagement
    12.computeraidedsoftwareengineering
    13.softwaremaintenance
    14.softwarereuse
    15.emergingtrends
查看详情
系列丛书 / 更多
大学计算机教育国外著名教材系列:软件工程基础(第3版)
人工智能:一种现代的方法(第3版)(影印版)
[美]拉塞尔(Stuart J.Russell)、[美]诺维格(Peter Norvig) 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
大学计算机教育国外著名教材系列:计算机网络(第4版 修订版 影印版)
Tanenbaum Andrew S 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
大学计算机教育国外著名教材系列:标准C程序设计(第5版)(影印版)
[印]巴拉古路萨(E Balagurusamy) 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
大学计算机教育国外著名教材系列:影印 软件工程实践者之路(第5版)
RogerS.Pressman 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
Java语言艺术与科学:计算机科学导论
[美]罗伯特 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
面向对象软件工程(使用UML、模式与Java)(第3版)(影印版)
[美]布鲁格 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
大学计算机教育国外著名教材系列:计算机安全导论(影印版)
[美]古德里奇(Machael T.Goodrich)、[美]塔玛萨(Roberto Tamassia) 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
密码学与网络安全(第2版)
[印]卡哈特 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
大学计算机教育国外著名教材系列:数据结构(C语言版)(影印版)
[印]克里斯哈拉莫斯(Krishnamoorthy R.) 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
程序设计基础(第3版)
[美]德雷克 著;[美]维尼特
大学计算机教育国外著名教材系列:软件工程基础(第3版)
大学计算机教育国外著名教材系列:系统分析与设计基础(第5版)(影印版)
[美]瓦拉西切(Joseph Valacich)、[美]乔治(Joey George)、[美]霍弗(Jeff A.Hoffer) 著
大学计算机教育国外著名教材系列:软件工程基础(第3版)
大学计算机教育国外著名教材系列:计算机基础(影印版)
巴拉古路萨米(E Balagurusamy) 著
您可能感兴趣 / 更多
大学计算机教育国外著名教材系列:软件工程基础(第3版)
诺奖作家给孩子的阅读课·品格修养(3-9年级,莫言余华的文学启蒙,垫高阅读起点,提升作文能力)
[印]泰戈尔等
大学计算机教育国外著名教材系列:软件工程基础(第3版)
泰戈尔诗集:飞鸟集 新月集(中英双语 名家译本 精美手绘版)
[印]泰戈尔 著;郑振铎 译;姜兆艳 绘
大学计算机教育国外著名教材系列:软件工程基础(第3版)
Python数据分析(第3版)
[印]阿维纳什·纳夫拉尼(Avinash Navlani)
大学计算机教育国外著名教材系列:软件工程基础(第3版)
PyTorch计算机视觉实战:目标检测、图像处理与深度学习
[印]V·基肖尔·阿耶德瓦拉 (印)耶什万斯·雷迪
大学计算机教育国外著名教材系列:软件工程基础(第3版)
超声引导下区域麻醉实用指南
[印]阿鲁南苏·查克拉博蒂
大学计算机教育国外著名教材系列:软件工程基础(第3版)
Python机器学习实战:基于Scikit-learn与PyTorch的神经网络解决方案
[印]阿什温·帕扬卡 (Ashwin Pajankar) 阿迪亚·乔希 (Aditya Joshi)著 欧拉 译
大学计算机教育国外著名教材系列:软件工程基础(第3版)
全栈测试
[印]加亚特里 默罕(Gayathri Mohan)
大学计算机教育国外著名教材系列:软件工程基础(第3版)
数字设计技术与解析
[印]瓦伊巴夫·塔拉特 著;慕意豪 译
大学计算机教育国外著名教材系列:软件工程基础(第3版)
MATLAB 图形学基础
[印]兰詹·帕雷克(Ranjan Parekh) 著;章毓晋 译
大学计算机教育国外著名教材系列:软件工程基础(第3版)
古老智慧的现代实践:辨喜论吠檀多(瑜伽奥义丛书)
[印]斯瓦米·维韦卡南达(辨喜)
大学计算机教育国外著名教材系列:软件工程基础(第3版)
从冥想到三摩地:辨喜论王瑜伽和《瑜伽经》(瑜伽奥义丛书)
[印]斯瓦米·维韦卡南达(辨喜)
大学计算机教育国外著名教材系列:软件工程基础(第3版)
被设想的未来
[印]普立梵(Prem Poddar) 【英】安德鲁·瓦特(Andrew Watt)