软件工程Ch11.ppt

上传人:p** 文档编号:166005 上传时间:2023-03-10 格式:PPT 页数:24 大小:422KB
下载 相关 举报
软件工程Ch11.ppt_第1页
第1页 / 共24页
软件工程Ch11.ppt_第2页
第2页 / 共24页
软件工程Ch11.ppt_第3页
第3页 / 共24页
软件工程Ch11.ppt_第4页
第4页 / 共24页
软件工程Ch11.ppt_第5页
第5页 / 共24页
软件工程Ch11.ppt_第6页
第6页 / 共24页
软件工程Ch11.ppt_第7页
第7页 / 共24页
软件工程Ch11.ppt_第8页
第8页 / 共24页
软件工程Ch11.ppt_第9页
第9页 / 共24页
软件工程Ch11.ppt_第10页
第10页 / 共24页
亲,该文档总共24页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《软件工程Ch11.ppt》由会员分享,可在线阅读,更多相关《软件工程Ch11.ppt(24页珍藏版)》请在第壹文秘上搜索。

1、123PrintJobcom puteJobinitiateJobnum berO fPages num berO fSi des paperType paperW ei ght paperSi ze paperC ol or m agni fi cati on col orRequi rem ents producti onFeatures col l ati onO pti ons bi ndi ngO pti ons coverStock bl eed pri ori ty total JobC ost W O num ber Pri ntJobcom putePageC ost ()

2、com putePaperC ost () com puteProdC ost () com puteTotal JobC ost () bui l dW orkO rder() checkPri ori ty () passJobto Producti on() el aborated desi gn cl ass co m p u teJo bcom putePageC ost () com putePaperC ost () com puteProdC ost () com puteTotal JobC ost () i n i ti ateJo bbui l dW orkO rder(

3、) checkPri ori ty () passJobto Producti on()design com ponentnum berO fPages num berO fSides paperType m agnification productionFeaturesPrintJobcom puteJobCost() passJobtoPrinter() analysis class4Com putePageCostdesi gn com ponentaccessCostsDBgetJobDatael aborated m odul ePageCosti n: job si ze i n:

4、 col or=1, 2, 3, 4 i n: pageSi ze = A, B, C, B out: BPC out: SF i n: num berPages i n: num berDocs i n: si des= 1, 2 i n: col or=1, 2, 3, 4 i n: page si ze = A, B, C, B out: page cost job si ze (JS) = num berPages * num berDocs;l ookup base page cost (BPC) - accessCostsDB (JS, col or); l ookup si ze

5、 factor ( SF) - accessCostDB (JS, col or, si ze) job com pl exi ty factor (JCF) = 1 + (si des-1)*si deCost + SFpagecost = BPC * JCF getJobData (num berPages, num berDocs, si des, col or, pageSi ze, pageCost)accessCostsDB (jobSi ze, col or, pageSi ze, BPC, SF)com putePageCost ()5 (共同利用原则:不一起利用的类不放在一个

6、分组内)67These courseware materials are to be used in conjunction with Software Engineering: A Practitioners Approach, 6/e and are provided with permission by R.S. Pressman & Associates, Inc., copyright 1996, 2001, 20058These courseware materials are to be used in conjunction with Software Engineering:

7、 A Practitioners Approach, 6/e and are provided with permission by R.S. Pressman & Associates, Inc., copyright 1996, 2001, 20059These courseware materials are to be used in conjunction with Software Engineering: A Practitioners Approach, 6/e and are provided with permission by R.S. Pressman & Associ

8、ates, Inc., copyright 1996, 2001, 200510These courseware materials are to be used in conjunction with Software Engineering: A Practitioners Approach, 6/e and are provided with permission by R.S. Pressman & Associates, Inc., copyright 1996, 2001, 200511: ProductionJob: WorkOrder:JobQueue1: buildJob (

9、 WOnumber)2: submitJob ( WOnumber)These courseware materials are to be used in conjunction with Software Engineering: A Practitioners Approach, 6/e and are provided with permission by R.S. Pressman & Associates, Inc., copyright 1996, 2001, 200512Pri ntJobcom puteJobi ni ti ateJobProducti onJobbui l

10、dJobsubm i tJobW orkO rderappropri ate attri butesbui l dW orkO rder ()getJobDescri i pti onJobQ ueueappropri ate attri butescheckPri ori ty () i ni ti ateJobpassJobToProducti on()These courseware materials are to be used in conjunction with Software Engineering: A Practitioners Approach, 6/e and ar

11、e provided with permission by R.S. Pressman & Associates, Inc., copyright 1996, 2001, 200513val i date attri butes i nputaccessPaperD B (w ei ght)returns baseC ostperPagesi ze = BpaperC ostperPage = paperC ostperPage *1 .2si ze = CpaperC ostperPage = paperC ostperPage *1 .4si ze = DpaperC ostperPage

12、 = paperC ostperPage *1 .6col or i s custompaperC ostperPage = paperC ostperPage *1 .1 4col or i s standardpaperC ostperPage = baseC ostperPagereturns(paperC ostperPage )These courseware materials are to be used in conjunction with Software Engineering: A Practitioners Approach, 6/e and are provided

13、 with permission by R.S. Pressman & Associates, Inc., copyright 1996, 2001, 200514bui l di ngJobD ataentry/readJobD ata () exi t/di spl ayJobD ata () do/checkC onsi stency() i ncl ude/dataI nputentry/com puteJob exi t/save total JobC ost form i ngJobentry/bui l dJob exi t/save W O num ber do/ com pu

14、ti ngJobC ostsubm i tti ngJobentry/subm i tJob exi t/i ni ti ateJob do/pl ace on JobQ ueue behavi or w i thi n the state bui l di ngJobDatadataI nputCom pl eted al l data i tem s consi stent/di spl ayUserOpti ons dataI nputI ncom pl ete jobCostAccepted custom er i s authori zed/ getEl ectroni cSi gn

15、ature jobSubm i tted al l authori zati ons acqui red/ pri ntW orkOrder These courseware materials are to be used in conjunction with Software Engineering: A Practitioners Approach, 6/e and are provided with permission by R.S. Pressman & Associates, Inc., copyright 1996, 2001, 200515These courseware

16、materials are to be used in conjunction with Software Engineering: A Practitioners Approach, 6/e and are provided with permission by R.S. Pressman & Associates, Inc., copyright 1996, 2001, 200516These courseware materials are to be used in conjunction with Software Engineering: A Practitioners Approach, 6/e and are provided with permission by R.S. Pressman & Associates, Inc., copyright 1996, 2001, 200517These courseware materials are to be used in conjunction with Software Engineering: A Practit

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > IT计算机 > 软件测试

copyright@ 2008-2023 1wenmi网站版权所有

经营许可证编号:宁ICP备2022001189号-1

本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。第壹文秘仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知第壹文秘网,我们立即给予删除!