版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、软件工程英语文档: documents 软件工具: software tools 工具箱: tool box 集成工具: integrated tool 软 件 工 程 环 境 : software engineering environment 传统: conventional 经典: classical 解空间:solution domain问题空间: problem domain 清晰第一,效率第二clarity the first, efficiency the next.设 计 先 于 编 码design before coding使程序的结构适合于问题的结构make the pro
2、gram fit the problem 开发伴随复用,开发为了复用development with reuse, development for reuse. 靠度量来管理:management by measurement 软件度量学 :software metrics软件经济学 :software economics 软件计划 why 软件分析 what软件实现 how 软件生存周期过程的开发标准standard for developing software life cycle process 软 件 开 发 模 型 : software development model 编码员:
3、 coder 瀑布模型: waterfall model 快速原型模型: rapid prototype model 增量模型:incremental model 线性思维:linear thinking演化模型: evolutionary model 螺旋模型: spiral model对象: object 类:class 继承: inheritance 聚集:aggregation消息: message 面 向 对 象 对 象 object+分类classification+继 承 inheritance+消 息 通 信 communication with messages 构 件 集
4、成 模 型 : component integration model 转 换 模 型 : transformational model 净 室 软 件 工 程 : cleanroomsoftware engineering 净室模型 :cleanroom model 软件需求规格说明书:software requirement specification ,srs分析模型: analysis model 便利的应用规约技术: facilitated application specification techniques ,fast 结构化语言:structured language 判定树
5、: decision tree 基数: cardinality事件轨迹: event trace 对象关系 object-relationsship 结 构 化 分 析 : sa ( structured analysis)由顶向下,逐步细化top-down stepwise refinement 面向对象 分析: object-orientedanalysis包含: contains 临近: is next to 传到:transmits to 来自:acquires from 管理:manages 控制:controls 组成: is composed of 细化: refinement抽
6、象: abstraction 模块: module 策略: strategy 信息隐藏 :information hiding 数据封装: data encapsulation 抽象数据类型:abstract data type 模块化设计: modular design 分解: decomposition模块性: modularity 单 模 块 软 件 : monolithicsoftware模块独立性:module independence 内聚: cohesion偶 然 性 内 聚 : coincidental cohesion 逻辑性内聚: logical cohesion 时间性
7、内聚:temporal cohesion 过 程 性 内 聚 : proceduralcohesion通 信 性 内 聚 : communicational cohesion 顺序性内聚: sequential cohesion 功能性内聚:functional cohesion 非直接 偶合:no direct coupling数据偶合: data coupling 特征偶合: stamp coupling控制偶合: control coupling 外部偶合: external coupling 公共偶合: common coupling 内容偶合 : content coupling 由
8、 底 向 上 设 计 : bottom-up design 自顶向下设计:top-down design 正式复审: formal review 非正式复审: informal review 走查,排练: walk-through 会审: inspection映射: mapping 传入路径: afferent path 传出路径: efferent path变换中心: transform center 接受路径: reception path 动作路径: action path 事务中心: transaction center 分 支 分 解 : factoring of brandches
9、瓮形: oval-shaped一 个模块 的 控制域 : scope of control 一 个模块 的 作用域 : scope of effect 结 构 化 程 序 设 计 : structured programming 通心面程序: bowl of spaghetti流程图: flow diagram 编码: coding 方框图: block diagram pdl (pidgin):program design language 伪代码: pseudo codejsd:jackson system development 对象建模技术:object modelingtechniq
10、ue基础设施: infrastructure 控制线程: thread of control 保护者对象: guardian object 协议: protocol uml:unified modeling language omg:object management group 统一方法: unified method 关联:association 泛化: generalization 依赖: dependency 结点: node接口: interface 包:package 注释:note 特化: specialization 元元模型: meta-meta model 用户模型: us
11、er model 静态图: static diagram 动态图: dynamic diagram 用例视图: use case view 逻辑视图: logical view 并发视图: concurrent view构件视图: component view 实现模型视图:implementation model view 部署视图: deployment view 航向: navigability 重数: multiplicity 共享聚集: shared aggregation 组合: composition 泛化: generalization 简单消息: simple message
12、 同步消息:synchronous message 异 步 消 息 : asynchronous message事件说明: event_signature 守卫条件: guard_condition 动作表达式 :action_expression 发送子句: send_clause 时序图: sequence diagram 协作图: collaboration diagram前缀: predecessor循环子句: iteration-clause 活动图: activity diagram 构件图: component diagram 配置图: deployment diagram 建模
13、 过程 指 导 (rup): rational unified process 可执行代码: executalbe codes 实现: implementation 编码风格: coding style 标准: classical 控制流的直线性:linearity of control flow程序风格设计要素:先求正确后求快make it right before you make it faster. 先求清楚后求快make it clear before you make it faster. 求快不忘保持程序正确keep it right when you make it faste
14、r. 保 持程序 简单以求 快keep it simple to make it faster. 书写清楚,不要为 “ 效率” 牺牲清楚write clearly-dont sacrifice clarity for efficiency 文档化: code documentation 内 部 文 档 编 制 : internal documentation 序言: prologue 用户友善: user friendly 纠错: debugging 测试用例: test case 穷举测试: exhaustive testing选择测试: selective testing 静态分析: st
15、atic analysis 黑盒测试: black box testing 白盒测试: white box testing 等价分类:equivalence partioning边界值分析法:boundary value analysis 所谓猜错: error guessing 因果图 :cause-effect graph 逻辑覆盖测试法:logic coverage testing 试凑: trial and error 回溯: back tracking 病因排除法: cause elimination 测试纠错: debugging by testing 蛮力 纠错 技 术 :deb
16、ugging by brute force 回归测试: regression testing 单元测试: unit testing 综合测试: integration testing 确认测试 : validation testing系统测试: system testing 模块测试: module testing 高级测试: higher order testing 不可达的: unreachable 办公桌检查: desk check 走查: walk-through 代码会审: code inspection 测试驱动模块: test driver 测试桩模块: test stub 群:
17、cluster 混合方式测试: sandwich testing 渐增式测试:incremental testing非渐增式: non-incremental 配置复审: configuration review 测试终止标准: test completion criteria 基于线程的测试:thread-based testing 基于使用: use-based 基 于 构 件 的 软 件 开 发 :component based software development ,cbsd 领域工程: domain engineering 需求规约:requirements specificat
18、ion 变体: variant组件对象模型, com:componet object model 对象链接与嵌入: object linking and embedding 公共对象请求代理体系结构,corba: common object request broker architecture 枚举分类:enumerater classification呈面分类: faceted classification 属 性 - 值 分 类 : attribute-value classification 应用系统工程, ase: application system engineering 完善
19、性维护 :perfective maintenance 适应性维护:adaptive maintenance 纠 错 性 维 护 : corrective maintenance 预 防 性 维 护 : preventive maintenance 结 构 化 的 翻 新 : structured retrofit可维护性: maintainability 可理解性: understandability 可修改性: modifiability 可测试性 :testability 调用图: call graph交 差 引 用 表 : cross-reference directory 数据封装技
20、术:data encapsulation 维护申请单mrf:maintenance request form 软件问题报告单spr:software problem report 软件修改报告单scr: software change report 修改控制组 ccb: change control board 软件配置:software configuration 版 本 控 制 库 : version control library 活动比: activity ratio 工 作 量 调节 因 子 eaf : effort adjustment factor 软件再工程:software
21、reengineering 逆向工程: reverse engineering 重构: restructure演化性: evolvability 问题定义: problem definition 系 统 目 标 与 范 围 的 说 明 :statement of scope and objectives 可行性研究: feasibility study系统流程图: system flowchart 成本 效 益 分 析: cost-benifit analysis 风险识别: risk identification 风险预测: risk projection 风险估计: risk estima
22、tion 风险评价: risk assessment估算模型: estimation model 资源模型: resource model 构造性成本模型:constructive cost model 组织: organic 半独立: semidetached嵌入: embeded算法模型: algorithmic model分 类 活动 结 构 图 wbs :work breakdown structure 人 员 时 间 权 衡 定 律people-time trade-off law 无我小组: egoless team主程序员小组:chief-programmer team pert
23、:program evaluation and review technique 关键路径: critical path 知识产权: intellectual property 靠质量来管理:management by measurement 质量保证: quality assurance 质量认证 : quality certification 质量检验: quality inspection全面质量管理 tqc: total quality control 质量体系: quality system 计划 - 实施- 检 查- 措施 plan-do-check-action 合格论证:con
24、formity certification可靠性: reliability 效率: efficiency 运行工程 :human engineering 正确性: correctness 使用性: usability 完整性: integrity 可理解性: understandability 可测试性: testability 可修改性: modifiability 可移植性: portability可维护性: maintainability 可适应性: flexibility 可重用性: reusability 交互操作性: interoperability验 证 与 确 认 : veri
25、fication and validation ,v&v 基线: baselines 平均故障时间:mean time to failure ,mttf 错误传入 :error seeding冗余: redundancy 容错:fault tolerance 公理化归纳断言法:axio-matic inductive assertion循环不变式: loop invariant能 力 成 熟 度 模 型 : capability maturity model 关 键 过 程 域 : key process area ,kpa 关键实践: key practice 初始级: initial 可重复级 :repeatable 已定义级 :defined 已管理级 :managed 优化级 :optimizing 主任评估师: lead assessor 极
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 二零二五年度婚宴婚戒及首饰租赁合同3篇
- 二零二五年度合同作废声明模板与合同终止后续服务合同3篇
- 儿童夜间睡眠安全保护
- 对话系统中对话管理模块的设计
- 玻璃安全协议书范本
- 2025年度医疗救护车辆租赁服务合同3篇
- 槟榔租赁合同
- 保险公司股权变更合同
- 包地合同的正规写法
- 《合同法》第116条规定
- 生态河道治理工程施工组织设计
- 2024年基本级执法资格考试题库及解析(100题)
- 教育培训内部管理体制
- 2024年阿拉善中小学教师招聘真题
- 2021教科版五年级科学上册全册教案
- 100以内两位数进位加法退位减法计算题-(直接打印版)
- 2024年青海交通职业技术学院单招职业适应性测试题库附答案
- 安全管理制度执行情况
- (高清版)JTG 2232-2019 公路隧道抗震设计规范
- DZ∕T 0173-2022 大地电磁测深法技术规程(正式版)
- 二年级下册数学口算题天天练带答案
评论
0/150
提交评论