软件工程关键术语中英文对照表
- 格式:doc
- 大小:45.00 KB
- 文档页数:5
CMMI中英文术语对照表A-D E-L M-R S-ZAability to perform执行的能力: (参见公共特性/common feature)acceptance criteria接受标准:为让用户、客户或其他授权组织接受,一个系统或组件所必须满足的条件。
[IEEE-STD-610] acceptance testing接受性测试:用来决定系统是否达到接受标准的正规测试,从而能够使客户决定是否接受系统。
[IEEE-STD-610]acting phase行动阶段:(参见IDEAL 方法)action item行动项目:(1)列表中分配给个人或组进行处理的一个单元。
(2)已被接受的一项行动提议。
action proposal行动提议:文档化的修改过程或过程相关项的建议,用以防止缺陷预防活动中发现的缺陷再发生。
(参见软件过程改进提议/software process improvement proposal)activities performed执行的活动:(参见公共特性/common features)activity活动:为达到某些目标而执行的一个步骤或一项功能,可能是脑力的也可能是体力的。
包括管理和技术人员为执行项目或组织工作任务而进行的所有活动。
(比照任务/task)Allocated requirements分配的需求:参见系统分配至软件的需求/system requirements allocated to softwareappraisal评审:是一个广泛意义上的词,可以是软件过程评估(process assessment),也可以是软件能力的评价(capability evaluation)。
assessment评估:在CMM中,一般指内部的过程评估。
audit审核:对一个或一套工作产品的独立的检查,用以确定是否符合规格说明、标准、合同协议或其他的准则。
[IEEE-STD-610]Bbaseline基线:经过正式审查并被一致认可的规格说明或产品,作为进一步开发基础,只有通过正式变更控制程序才能改变。
abstract class 抽象类,提供一组子类共有行为的类,但它本身并不具有实例。
抽象类表示一个概念,从中派生的类代表对这一概念的实施。
Abstraction 抽象,对视图或模型的创建,其中忽略了不必要的细节,以便专注于一组特定的相关细节。
access modifier存取权限,对类、方法或属性进行访问控制的关键字。
Java 中的存取权限可以是公有、私有、保护和包装(默认)。
accessor methods存取器方法,由对象提供的、用于定义连接该对象实例变量的方法。
用来返回实例变量值的存取器方法被称为获取方法;用来为实例变量指定值的存取器方法被称为设置方法。
acceptance验收,客户接受软件产品(作为部分或完整履行合同的结果)所有权的操作。
action动作,对构成计算过程抽象的可执行语句的规范。
动作通常会导致系统状态发生变化,这是通过向一个对象发送消息或是更改链接或属性值来实现。
action sequence动作序列,解析为一系列先后发生的动作的表达式。
action state动作状态,表示不可分动作的执行状态,通常指的是调用一个操作。
activation激活,动作的执行active class主动类,表示系统中控制线程的类。
请参见主动对象。
activity活动,要求角色执行的工作单元。
active object主动对象,拥有线程并可发起控制活动的对象。
主动类的实例。
activity graph活动图,状态机的特例,用于对涉及一个或多个分类器的进程建模。
对比:状态图(statechart diagram)。
同义词:活动图(activity diagram)。
actor主角,系统之外与系统交互的某人或某事物。
actor class主角类,定义一组主角实例,其中每个主角实例相对于系统而言都担任着同样的角色。
在与用例交互时这些用例的用户所担任的一组紧密相关的角色。
主角为每个要与其通信的用例都准备了一个角色。
abstract class 抽象类,提供一组子类共有行为的类,但它本身并不具有实例。
抽象类表示一个概念,从中派生的类代表对这一概念的实施。
Abstraction 抽象,对视图或模型的创建,其中忽略了不必要的细节,以便专注于一组特定的相关细节。
access modifier存取权限,对类、方法或属性进行访问控制的关键字。
Java 中的存取权限可以是公有、私有、保护和包装(默认)。
accessor methods存取器方法,由对象提供的、用于定义连接该对象实例变量的方法。
用来返回实例变量值的存取器方法被称为获取方法;用来为实例变量指定值的存取器方法被称为设置方法。
acceptance验收,客户接受软件产品(作为部分或完整履行合同的结果)所有权的操作。
action动作,对构成计算过程抽象的可执行语句的规范。
动作通常会导致系统状态发生变化,这是通过向一个对象发送消息或是更改链接或属性值来实现。
action sequence动作序列,解析为一系列先后发生的动作的表达式。
action state动作状态,表示不可分动作的执行状态,通常指的是调用一个操作。
activation激活,动作的执行active class主动类,表示系统中控制线程的类。
请参见主动对象。
activity活动,要求角色执行的工作单元。
active object主动对象,拥有线程并可发起控制活动的对象。
主动类的实例。
activity graph活动图,状态机的特例,用于对涉及一个或多个分类器的进程建模。
对比:状态图(statechart diagram)。
同义词:活动图(activity diagram)。
actor主角,系统之外与系统交互的某人或某事物。
actor class主角类,定义一组主角实例,其中每个主角实例相对于系统而言都担任着同样的角色。
在与用例交互时这些用例的用户所担任的一组紧密相关的角色。
主角为每个要与其通信的用例都准备了一个角色。
软件开发常用名词中英文对照词汇释义ab ort 中止a bstra ct cl ass 抽象类accel erato r 快捷键ac celer atormappi ng 快捷键映射acce lerat or ta ble 快捷键对应表ac cessmodif ier 访问修饰符Acc ess P ack 访问包acces s spe cifie r 访问说明符acces s vio latio n 访问冲突a ccess ibili ty 辅助功能acces sibil ity d omain可访问域Ac cessi bilit y Opt ions辅助功能选项a ccess or 访问器a ction操作Acti ve Di recto ry hi erarc hy Ac tiveDirec tory层次结构act ive d ocume nt 活动文档Activ e Doc ument Cont ainme nt 活动文档包容act ive e nd 活动端a ctive obje ct 活动对象activ e poi nt 活动点A ctive Temp lateLibra ry 活动模板库Acti veX C ompon ent A ctive X 组件Act iveXContr ol Ac tiveX控件Acti veX c ontro l con taine r Act iveX控件容器Act iveXContr ol In terfa ce Wi zardActiv eX 控件接口向导Act iveXContr ol Te st Co ntain er Ac tiveX控件测试容器Activ eX De signe r Act iveX设计器Acti veX D ocume nt Mi grati on Wi zardActiv eX 文档移植向导Act iveX-enabl ed 支持 Acti veX 的Ad d key/ Mul tiply key/ Subs tract key/ Devi de ke y 加号键/ 乘号键/ 减号键/ 除号键Ad d-In外接程序Add ressBook通讯簿addr ess s pace地址空间Adm inist rator Mode管理员模式a dvise sink通知接收ag grega te 聚合Ai rbrus h 喷枪All Tabl es 所有表a lloca tionhook分配挂钩Alt ernat e tex t "替换文字,备用文本"Alwa ys On Top总在最前面am bient环境ambi guous不明确amp ersan d 符号amp ersan d (&) “and”符 (&)a nchor标记anim ation cont rol 动画控件apar tment-mode l thr eadin g 单元模型线程appl icati on fr amewo rk 应用程序框架App licat ion W izard应用程序向导Apply Now立即应用app ly to simi lar 应用到相似项ar gumen t 字变量Ar range Tabl es 排列表a rrayiniti alize r 数组初始值设定项ar ray r ank 数组秩arrow cap箭头帽ARRO W key箭头键Arr owHou rGlas s 箭头沙漏A rrowQ uesti on 箭头问号artic le fa mily文章族asse mbly程序集;汇编a ssemb ly ma nifes t 程序集清单asser t 断言ass ign 分配a ssoci ate 关联"aster isk (""*"")" 星号(“*”)as ynchr onous moni ker 异步名字对象as ynchr onous peek oper ation异步查看操作ATL O bject Wiza rd AT L 对象向导a tomic oper ation原子操作at tache d tab le 附加表a ttrib ute 特性A ttrib utedCompo nentWizar d 属性化组件向导Att ribut ed Pr ogram ming属性化编程At tribu tes P roper ty At tribu tes 属性A uthen ticat ion 身份验证auth orabl e 可创作(的)Auto comp letio n for comm ands自动完成命令A uto I ncrem ent 自动增加Auto Synt ax Ch eck 自动语法校验Au tomat ic 自动au tomat ion 自动控制auto matio n-ena bled启用自动化ba ckgro und c olor背景色back slash反斜杠bad坏的base addr ess 基址b ase c lass基类baseimple menta tion基实现base keyw ord 基关键字base meth od 基方法b ase t able基表be pa ged t o dis k 分页到磁盘behav ior 行为B ehind theScene s 幕后Bez ier 贝塞尔曲线Bin ary B inary;二进制bin ary o perat or 二元运算符bind绑定bind er 联编程序bindi ng co nstra ints绑定约束bit fiel d 位域bit mask位掩码bitw ise 按位b itwis e com pleme nt op erato r 按位求补运算符bit-wise equi valen t 位等效数b itwis e ORopera tor 位 OR 运算符block块block if I f 块bloc kingUI 模块化用户界面bo dy 正文Bo ok Ed ition试用版boo kmark书签文件Bo olean布尔bott om ma rgin下边距boun d 上下限bo und c ontro l 绑定控件b oundi ng re ctang le 边框bo x 装箱(v.)bre ak 中断br eak c ompat ibili ty 破坏兼容性brea k exe cutio n 中断执行b reakmode中断模式bre ak st ate 中断状态Brin g For ward上移一层Bri ng In Fron t 置前Bri ng to Fron t 置于顶层b roker中间装置br owsab le 可浏览B rowse With浏览方式Br ush 画笔b ubbli ng 冒泡bu cket存储桶budd y 合作者bu ffer缓冲区buil d 生成(v.);版本 (n.)build ing b lock构造块buil t-in内置bulk批量bulkrow f etchi ng 批量取行Bulle ted L ist 项目符号列表bu sines s log ic 商业规则busin ess p roces s 业务处理b usine ss ru le 商业规则butto n con trol按钮控件C c allin g con venti on C调用约定C r un-ti me li brary C 运行时库cab f ile c ab 文件ca che 缓存c achea bilit y 可缓存性c all 呼叫c all a comobjec t 调用COM 对象c all b ack 回调c all i nvoke调用i nvoke(调用)cal led p roced ure 被调用过程cal ler 调用方calli ng co de 呼叫代码calli ng co nvent ion 调用约定call ing p roces s 调用进程c all-o ut in terce ption调出侦听ca ption题注care t 插字号ca rriag e ret urn-l inefe ed 回车-换行casc ade 级联c ase s tatem ent c ase 语句c ase-s ensit ive 区分大小写cas t (类型)转换cata log 目录c atch捕捉catch bloc k cat ch 块cat ch ha ndler catc h 处理程序c atego ry 类别ca ution警告cell存储单元ce ll pa dding单元格填充c ell s pan 单元格跨距Cen ter S creen中心屏幕Ce rtifi cateCreat ion U tilit y 证书创建实用工具ch allen ge-re spons e 质询-响应chang e 更改cha racte r off set 字符偏移量cha rt 图表ch at 聊天ch eck 复选c heckbox c ontro l 复选框控件check cons train t CHE CK 约束ch eck i n 签入che ck ou t 签出che ck st ate 复选状态chec k the cond ition检查条件ch eck t he en try 检查项check thenumbe r 检查数目c heckthe r egist ry 检查注册表chec k the resu lt 检查结果check thestate检查状态ch eck t he va lidit y 检查有效性check thevalue检查值chi ld 子chi ld co de 子代码c hildform子窗体circ ularrefer ence循环引用cla ss 类别Cl ass B uilde r Uti lity类生成器实用工具clas s dec larat ion 类声明class defi nitio n 类定义cl ass f actor y 类工厂cl ass i nitia lizer类初始值设定项Clas s Lib raryRefer ence类库参考cla ss me mber类成员clas s mod ule 类模块class obje ct 类对象c lasstype类类型Clas s Vie w Gro up By Type类视图“按类型分组”c lassi c 传统(型);传统风格(的);经典clau se 子句cl ean 无变动(注:与 dir ty 相对)c lickevent proc edure Clic k 事件过程c lient area工作区Cli ent B atchcurso r lib rary客户端批处理游标库cli ent c oordi nate工作区坐标cl ientreque st 客户端请求clie nt-ba sed 基于客户端的cl ient-side客户端clip剪辑Clip board form at 剪贴板格式Clip board-view er ch ain 剪贴板查看器链c lippi ng re gion剪切区域clo ne 克隆cl ose p arent hesis右括号Clo se re gion临近区域(Close Regi on)clos e up闭合closi ng se t ofangle brac ket 结束双尖括号cl osing tag结束标记CLS comp liant符合C LSclust eredindex聚集索引co de 代码co de ed itor代码编辑器co de ex ample代码实例co de lo cale代码区域设置c ode m odule代码模块co de pa ne 代码窗格codetraci ng 代码跟踪codewizar d 代码向导c odeba se 基本代码code-behin d 代码隐藏C ollap se to Defi nitio ns 折叠到定义Coll ate 逐份打印coll ectio n 集合col lecti on ed itor集合编辑器co lor s cheme配色方案co lumnspan列跨距COMClass ic CO M 传统型CO M com ponen t COM组件comb inato r 连结符co mbo b ox co ntrol组合框控件c omman d 命令com mandhandl er 命令处理程序Com mandlinebuild s 命令行编译comma nd ro uting命令传送co mment toke n 注释标记C ommon Cont rol 公共控件Comm on Di alog通用对话框(Comm on Di alog)co mmonfiles公共文件Co mmonObjec t Fil e For mat 通用对象文件格式commo n res ource file公共资源文件commo n Web file s 公共Web 文件c ommun icate通信comp act 压缩;紧凑com pactversi on 精简版本compa rer 比较器compi le ti me 编译时c ompil er 编译程序compl ex-bo und 复杂绑定comp onent组件comp onent auth oring组件创作Co mpone nt Ga llery组件库Com ponen t Obj ect M odel组件对象模型 orCOMComp onent Serv icesAdmin Tool s 组件服务管理工具Co mpone nt To ols G uide组件工具指南c ompon ent t ray 组件栏Compo nentWizar d 组件向导c ompon ent-b ased基于组件的co mpose buff er 写缓冲区compo site复合conca tenat ion o perat or 串联运算符conc urren cy 并发Co ngrat ulati ons 祝贺您conne ct st ring连接字符串co nnect ableobjec t 可连接对象conne ction map连接映射con necti on po int 连接点conne ction pool ing 连接池conne ction stri ng 连接字符串cons idera tions注意事项co nstan t 常数con stant expr essio n 常数表达式const ituen t con trol构成控件con strai nt 约束co nstru ctor构造函数con struc tor i nitia lizer构造函数初始值设定项C onsum er Te mplat e 使用者模板conta inedcontr ol 包含的控件cont ainer容器cont ent-b ody 内容正文cont ext 上下文conte xt id entif ier 上下文标识符co ntext menu上下文菜单c ontex t win dow 上下文窗口con texti fy 实现上下文;对…实现上下文c ontex t-sen sitiv e 区分上下文conti guous相邻的con tiguo us ra nge 连续范围cont ract协定contr ol 控制co ntrol arra y 控件数组c ontro l cla ss 控件类C ontro l Con tainm ent 控件包容Cont rol F low O bfusc ation控制流模糊处理cont rol i nstan ce 控件实例contr ol re turns控制返回Co ntrol Test Cont ainer控件测试容器contr ol vi ew ob ject控件查看对象C onver satio n 对话con versi on 转换Co okiel ess 无 Cook iecoord inate d uni versa l tim e 协调通用时间Copy副本;复制C opy I nfo 复制信息corr elati on 相关co rrupt损坏coun t 计数Cra cker黑客criti cal s ectio n 关键部分c ross-proce ss 进程间c ross-threa d 线程间cr ypt h ash o bject加密哈希对象crypt ograp hic o bject加密对象CS S Spe cific CSS特定Ctl C tl 键;CtlCurs or 光标;游标curs or li brary光标库cus tom 自定义Custo m Act ionsManag ement自定义操作管理Cust om Ap pWiza rd 自定义应用程序向导custo m bui ld ru le 自定义生成规则cu stomevent自定义事件c ustom mars halli ng 自定义封送处理cu stomresou rce t empla te 自定义资源模板cy cle t hroug h 循环通过C yclic Redu ndanc y Che ck 循环冗余校验(CRC)Da nglin g Ref erenc e 虚引用DA O Que ry DA O 查询DAO Reco rdset DAO记录集DAOWorks paceDAO 工作区darkshado w 阴影dat a bin ding数据绑定dat a bre akpoi nt 数据断点datacompa rtmen t 数据舱Da ta Co mpone nt De signe r 数据组件设计器dat a con sumer数据使用者d ata e nviro nment数据环境Da ta En viron mentdesig ner 数据环境设计器D ata E nviro nment Exte nsibi lityObjec t Mod el 数据环境扩展性对象模型Dat a For m Wiz ard 数据窗体向导da ta gr id 数据网格datamembe r 数据成员D ata O bject Wiza rd 数据对象向导dat a poi nt 数据点D ata R eport desi gner数据报表设计器dataset 数据集datasourc e 数据源da ta st ore 数据存储data type数据类型Da ta Vi ew 数据视图data-aware数据识别da tabas e cla ss 数据库类datab ase c onnec tion数据库连接Da tabas e Des igner数据库设计器datab ase d iagra m 数据库关系图data baseengin e 数据库引擎datab ase m anage mentsyste m 数据库管理系统dat abase obje ct 数据库对象Data baseProje ct It ems 数据库项目项da tabas e sch ema 数据库架构dat agram数据报Dat aSetDataS et(注:用作关键字时);数据集(注:用于一般描述时) DataS ource Data Sourc e(注:用作关键字时);数据源(注:用于一般描述时)D ataTa ble D ataTa ble(注:用作关键字时);数据表(注:用于一般描述时)date andtimepicke r 日期和时间选择器Da yligh t Sav ing T ime 夏时制DB Co mmonSourc ing M odule UI R esour ces 数据库公共源模块用户界面资源DB P rojec t Con necti on 数据库项目连接DD E con versa tionDDE 对话d ead-l etter死信deal locat e 解除分配d ebug调试debug buil d 调试版本D ebugconfi gurat ion “调试”配置de bug h eap 调试堆debug mode调试模式de bug m onito r 调试监视器debug ger 调试程序Deci mal k ey 句点键d ecima l sep arato r 小数点分隔符decl arati on 声明de clara tor 声明符decod er 解码器d ecora ted n ame 修饰名DeepCopy深层复制def ault默认defau lt ac tion默认操作def aultbehav ior 默认行为defa ult c ase-i nsens itive hash code prov ider不区分大小写的默认哈希代码提供程序defau lt co nstru ctor默认构造函数d efaul t has h cod e pro vider默认哈希代码提供程序d efaul t imp lemen tatio n 默认实现d efaul t ini tialcapac ity 默认初始容量de fault mars halli ng 默认封送处理def aultmaxim um lo ad fa ctor默认最大加载因子defa ult p roper ty pa ge 默认属性页Defe ct Re port缺陷报告def initi on 定义de forma tter反格式化程序d egrad e 降级deg radegrace fully完全降低de grade perf orman ce 降低性能delay-load ed 延迟加载deleg ate 委托d elete oper ator删除运算符de linea ted s quare画有边线的方形deni al of serv ice a ttack拒绝服务攻击Dep.assem bly n odes部署程序集节点Dep.MSM n odes部署 MS M 节点dep enden cy 依赖项d epend encyfile依赖项文件de pende nt fi le 依赖文件depen dentproje ct 依赖项目deplo y 部署Dep loyme nt Ed itors部署编辑器D eploy mentWizar d 部署向导d eprec ate 否决d eque双端队列der ive 派生d erive d 导出(的);派生(的)deri ved c lass派生类deri ved f ield导出字段der ivedtype派生类型Des cript ion 说明d escri ptor描述符dese riali ze 反序列化desig n 设计des ign m ode 设计模式Desi gn Su rface File设计图面文件desig n tim e 设计时de signview设计视图des igner设计器des igner host设计器宿主d esign er su rface设计器表面d esign er wi ndow设计器窗口de sign-time设计时desi gn-ti me in stanc e 设计时实例Desig n-Tim e-Onl y 仅用于设计时dest inati on ap plica tion目标应用程序d estin ation cont rol 目标控件dest inati on de viceconte xt 目标设备上下文de stina tionrecta ngle目标矩形des troy损坏destr uctor析构函数de tect检测deter mine确定devel oper开发人员Dev elope r edi tion开发人员版de velop mentenvir onmen t 开发环境d evice设备devi ce co ntext设备上下文d evice depe ndent设备相关De viceImage设备映像DH TML P age d esign er DH TML 页设计器diag nosti c mes sage诊断消息Dia gram关系图diag ram p ane 关系图窗格Dia gramSurfa ce 关系图面dialo g cla ss 对话框类dialo g con trol对话框控件Di alogDataExcha nge 对话框数据交换D ialog edit or 对话框编辑器dia log t empla te re sourc e 对话框模板资源dia log-b ased基于对话框的D iff-M erge差异-合并di gestauthe ntica tion摘要式身份验证dimen siona lity维数dimen sions尺寸;维数(注:指多个维度时)d immed appe aranc e 浅灰色di recti ve 指令di recto ry 目录di sable禁用disa ssemb ly wi ndow反汇编窗口di scuss ion l ist 讨论表dispa tch 调度d ispat ch ID调度I Dd ispat ch in terfa ce 调度接口dispa tch m ap 调度映射dispi nterf ace 调度接口disp ose 处置d istri bute分布Distr ibute d App licat ion 分布式应用程序D istri buted Comp onent Obje ct Mo del 分布式组件对象模型DocRelat ive 与文档相关的Do ck 停靠do ckabl e 可停靠的d ockab le to olbar可停靠工具栏docum ent c lass文档类docu mentconta inmen t 文档包容d ocume nt/vi ew ar chite cture文档/视图结构doma in 域dom inant cont rol 主导控件doub le bu fferi ng 双缓冲d ouble-ende d que ue 双端队列doubl e-pre cisio n flo ating poin t num ber 双精度浮点数字d ownca st 向下转换downs tream下游driv e let ter 驱动器号drop shad ow 投影dr op ta rget放置目标dro pdown下拉drop shado w 投影dua l int erfac e 双重接口d ump 转储D uplic ate p ound(""#"") ch aract ers 重复(“#”)字符dyna mic a rray动态数组dyn amicassem bly 动态程序集dyn amicbindi ng 动态绑定dynam ic cr eatio n 动态创建d ynami c cur sor 动态游标Dyna mic D iscov ery D ocume nt 动态发现文档Dyn amicHTMLobjec t mod el 动态 HTML对象模型dy namic spli tterwindo w 动态拆分窗口dyna mic-l ink l ibrar y 动态链接库dynas et-ty pe re cords et 动态集类型记录集e arlie r 以前edi t buf fer 编辑缓冲区edi t con trol编辑控件edi t mod e 编辑模式e dit p oint编辑点Edit ion 版本E lapse d Tim e 运行时间e lemen t 元素eli minat e 消除emb ed 嵌入Em it 发出En abled启用;有效的encap sulat e 封装enc apsul atedinter facepoint er 封装接口指针enc losin g cla ss 封闭类e nclos ing t ype 封闭类型enco mpass ed ty pe 所含类型encom passi ng ty pe 包含类型end 结束e nding poin t 结束点en dpoin t 端点eng ine 引擎E nterEnter键Enter prise Edit ion 企业版enter prise temp late企业级模板en tity实体entry项entry poin t 入口点en umera ted t ype 枚举类型enum erati on 枚举en umera tor 枚举器enum-type枚举类型env ironm ent 环境e quali ty 相等eq ualit y-exp ressi on 相等表达式equi valen t 等效Era se 清除er ror 错误e rrorhandl er 错误处理程序err or ha ndlin g 错误处理e rrormessa ge 错误消息error numb er 错误号e rrortrapp ing 错误捕获esca pe ch aract er 转义符e scape code转义码esc ape s equen ce 转义序列evalu ate 计算e ventconce ntrat or 事件集中器even t int erfac e 事件接口e ventliste ner 事件侦听器eve nt lo g 事件日志e ventmap 事件映射even t mas k 事件屏蔽e ventproce dure事件过程eve nt si nk ma p 事件接收映射even t sou rce 事件源event subs cript ion 事件订阅even t-dri ven 事件驱动even t-han dling meth od 事件处理方法evi dence证据even t sin k map事件接收映射event sour ce 事件源e ventsubsc ripti on 事件订阅event-driv en 事件驱动event-hand lingmetho d 事件处理方法evid ence证据evide nce s et 证据集e xampl e cod e 代码示例e xcept ion 异常e xcept ion h andle r 异常处理程序exce ption hand ling异常处理exc eptio n thr ow 引发异常exclu sive独占exclu sivecheck out 以独占方式签出e xclus ive O R XOREx e Pro jectEXE 项目e xecut able可执行文件ex ecute执行exis ting现有exit退出exita loo p 退出循环e xit c ode 退出代码expl icit显式expli cit i nstan tiati on 显式实例化expl icitinter facemembe r imp lemen tatio n 显式接口成员实现ex plici t lin king显式链接exp lore浏览expos e 公开exp ressi on 表达式e xpres sionargum ent 表达式参数exp ressi on ev aluat or 表达式计算器ext ensio n DLL扩展D LLexter nal d ata s ource外部数据源e xtern al li nkage外部链接fa ce co lor 表面颜色face t 方面fac torab ility可分解性fa ilure失败FALS E/fal se FA LSE/假fa st li ne 快速扫描线fata l err or 致命错误favor spee d 优选速度f eatur e 功能fet ch 提取fi eld d ata m ember字段数据成员figur e 图形;图例;数据Fi le As socia tions Mana gemen t 文件关联管理file desc ripto r 文件说明符filehandl e 文件句柄F ile M anage r 文件管理器filepoint er 文件指针filescope文件范围Fi le Sy stemand S chedu lingCompo nents文件系统和调度组件Fi le Sy stemEdito r 文件系统编辑器fil espec文件规格Fi leSys temWa tcher Comp onent文件系统观察程序组件f ill 填充f ill i n 填写Fil led R ectan gle 实心矩形filt er 筛选器f inali ze 完成Fi nd wh at 查找内容finis h 完成fir e 激发"fi rst-i n, fi rst-o ut" 先进先出fixe d-len gth 定长f ixed-lengt h str ing 定长串fixed-size arra y 固定大小数组flag标志floa t 浮动flo ating type浮点型flo ating-poin t typ e 浮点型fl ow of f 超出foc us 焦点fo cus r ectan gle 聚焦框foote r 页角For a co mplet e lis t 有关完整列表"For deta ils,see"有关详细信息,请参阅Fo r inf ormat ion a bout有关信息for ce 强制fo recol or 前景色F oregr ound"前台,前景"forei gn ke y con strai nt 外键约束forei gn ma chine外部计算机f oreig n que ue 外部队列forei gn ta ble 外表f oreig n-key tabl e 外键表fo rest林f orm 窗体f orm 窗体f orm c ontro l 窗体控件f orm m odule窗体模块fo rm vi ew 窗体视图forma l par amete r lis t 形参表fo rmatstrin g 格式字符串Forma t Sty le Sh eet 格式化样式表fo rmatt er 格式化程序form attin g 格式化fo rmatt ing r ectan gle 格式化矩形for m-bas ed ap plica tion基于窗体的应用程序For ms Au thent icati on Fo rms 身份验证forw ard-o nly c ursor只进游标Fo undat ion C lassLibra ry 基础类库fourheade d arr ow 四向箭头fract ional-cons tants小数常数fr ame 框架f ramew ork 框架f ree 释放F ree B ytes可用字节fre e the memo ry 释放内存freethe s truct ure 释放结构free thre adedmarsh aler自由线程封送拆收器fre e thr eadin g 自由线程处理free-form mode ling自由窗体建模F reque ntlyAsked Ques tions常见问题fr iendfunct ion 友元函数Fron tPage Serv er Ex tensi on Fr ontPa ge 服务器扩展Full Cont rol c ompon ent 完全控制组件fu ll-te xt se arch全文搜索Ful l-Wid th Al pha-N umeri c 全角字母-数字Ful l-Wid th Ka takan a 全角片假名fully popu lated完全填充fu lly q ualif ied n ame 完全限定名ful ly qu alifi ed pa th 完全限定的路径Fu nctio n 功能;函数funct ion b ody 函数体funct ion c all 函数调用func tioncount ing 函数调用计数fu nctio n cov erage函数覆盖fu nctio n dec larat ion 函数声明func tionpoint er 函数指针funct ion p rofil ing 函数分析(F uncti on Pr ofili ng)func tionproto type函数原型fun ction scop e 函数范围f uncti on te mplat e 函数模板f uncti on ti ming函数执行时间F urthe r Rea ding其他阅读材料g ain a ccess获得访问权限gaincontr ol 获得控制gaininfor matio n 获得信息G arbag e Col lecto r 垃圾回收器Gener al 常规;通用gene ral a ccoun tingmodul e 常规计帐模块Gene ral D AO Re cords et Ta sks 常规 DAO记录集任务G enera l Dat e 常规日期G enera l Num ber 常规数字gene ral s ample通用示例ge neric-text一般文本ge t 获取get acce ssorget 访问器get a rea g et 区域ge t poi nterget 指针G ets o r set s 获取或设置globa l obj ect 全局对象glob al sc ope 全局范围glob al se tting全局设置gl obalvaria ble 全局变量Glyp h 标志符号G o to转到Gozer Goze r;Goz er 处理gr aphic al re prese ntati on 图形化表示形式gr aphic s met hod 图形方法grid网格grid cont rol 网格控件Grid Layo ut 网格布局Group By 分组依据Grou p Mem bers组员guard ed se ction保护区域Gu ide S ettin gs 参考线设置Half-Widt h Alp ha-Nu meric半角字母-数字Half-Widt h Kat akana半角片假名h andle句柄Hand le is notpinne d 句柄未被固定hand ler 处理程序hand y foc us 快捷焦点hard-code硬编码hash哈希hash algo rithm哈希算法ha sh co de 哈希代码hatch ed pa ttern阴影图案he ader头h eader cont rol 标头控件head er fi le 头文件h eap 堆he ap al locat ion 堆分配Helptopic帮助主题he lperfunct ion H elper函数heur istic s 试探法hi erarc hical outl ine 分层大纲high-leve l 高级别Hi ghlig ht 突出显示;高光点h igh-o rderword高序位字his torylist历史记录列表h ook f uncti on 挂钩函数horiz ontal guid eline水平准线Ho rizon tal S pacin g 水平间距h ost 主机h ost o bject宿主对象ho st wi ndow宿主窗口hos ted c ontro l 寄宿的控件hosti ng AP I 宿主APIhotkey c ontro l 热键控件H otfix修补程序 (Hot fix)hov er 悬停ht ml ta g rep lacer obje ct HT ML 标记替换器对象HT TP re quest HTTP请求huband s pokemodel轮辐式模型h uman-reada ble 可读的Hyper link超级链接ico n 图标IDIDident ity o perat or 恒等运算符igno re 忽略il legal非法illu strat e 阐释ima ge 映像im age c ontro l 图像控件i mageedito r 图像编辑器image list图像列表;映像列表im age r esour ce 图像资源;映像资源IME c ompos ition wind ow IM E 撰写窗口I mmedi ate M ode 即时模式imme diate pare nt ob ject直接父对象im perso natio n tok en 模拟令牌imple ment实现Imple mentInter faceWizar d 实现接口向导impl ement ed bu lk ro w fet ching实现的批量取行impl ement er 实施者i mplic it 隐式im plici t con versi on 隐式转换impor t lib rary导入库Impo rtant重要事项in spec规格中inthe P rojec t Exp lorer wind ow 在项目资源管理器窗口中InthisSecti on 本节内容inclu de fi le 包含文件incom ing 传入(的)Inc rease Vert icalSpaci ng 增加垂直间距inc remen t 增量Inc remen tal b uild增量编译inc remen tal l inker增量链接器i ncrem ental stat us 增量状态Indep enden t Dev elope r 独立开发商index er 索引器I ndica tor M argin Clic k 单击指示器边距inf erenc e rul e 推理规则i nfixnotat ion 中缀符inher it 继承in herit ancechain继承链inh erito rs 继承者i nitia l cap acity初始容量in itial valu e 初始值in itial izati on 初始化i nitia lizat ion v ector初始化向量i nitia te 开始;启动inje ctedcode插入的代码In line内联inlin e ass emble r 内联汇编i nline asse mblycode内联程序集代码inlin e fun ction内联函数in ner e xcept ion 内部异常inne r obj ect 内部对象in-p lace就地in-pl ace a ctiva tion就地激活in-place acti ve 就地活动in-pr ocess进程内inp ut fo cus 输入焦点inpu t mas k 输入掩码I nputMetho d Edi tor 输入法编辑器in sertnew 新插入inset插页?Ins tallon De mand即需即装ins tance实例inst antia te 实例化I nstan tiate Live Cont rols实例化活控件i nt ty pe in t 类型int aller安装程序in teger整数inte ger l itera l 整数int egertypeinteg er 类型in teger valu e 整数值in tegra l typ e 整型int egral valu e 整数值in tegra ted d evelo pment envi ronme nt 集成开发环境Int ellis ense智能感知int eract交互inte rface接口inte rnalerror内部错误in terna l lin kage内部链接Int ernet Info rmati on Se rverAdmin istra tionobjec t Int ernet Info rmati on Se rver管理对象Int ernet Info rmati on Se rvice s Int ernet信息服务In terne t Ser ver A pplic ation Prog rammi ng In terfa ce In terne t 服务器应用程序编程接口Inte rnet/Intra net/E xtran et Se rvice s SDK Inte rnet/Intra net/e xtran et 服务SDKinte roper ate 互用;交互操作i nterr upt 中断i nters ectio n 交集int rinsi c con trol内部控件int rinsi c fun ction内部函数In trodu ction介绍inva lid 无效的Inval id li teral expo nent无效指数inv alida te 无效in vocat ion l ist 调用列表invo ke 调用io strea m lib raryiostr eam 库Is Dirt y 已更新IS API E xtens ion W izard ISAP I 扩展向导i solat ed st orage scop e 独立存储范围issu e 颁发ita lic 斜体i tem 项目i terat e thr ough循环访问ite ratio n 迭代jag ged 交错的Jet d ataba se en gineJet 数据库引擎joi n 联接jou rnalqueue日记队列ju mp 跳转ju nctio n tab le 联接表J ust-i n-tim e deb uggin g 实时调试k ey 密钥ke y asstrin g 键为字符串key f eatur e 主要功能k ey fi le 密钥文件key v alue键值keybo ard f ocus键盘焦点key set-d riven键集驱动ke yset-type键集类型kil l 注销;取消Knowl edgeBase知识库labe l 标记lab el co ntrol标签控件la beled stat ement标记语句LA ME! 报告错误!lan guage equi valen ts 等效语言Langu age R efere nce 语言参考late bind ing 晚期绑定late-boun d 后期绑定l ayere d win dowsfeatu re 分层窗口功能Lay out 布局l ead b yte 前导字节lead ing z ero 前导零least sign ifica nt by te 最低有效字节led ger 帐目型leftouter join左外部联接l egal合法lessderiv ed 派生程度较小的le vel 等级l evera ge (综合)利用;平衡lexic al sc ope 词法范围libr ary 库li fetim e 生存期li mit 限制L imitSQL o utput限制S QL 输出li ne br eak 换行符lineof co de 代码行l ine s tyle线型line-conti nuati on ch aract er 行继续符linge r 逗留lin k 链接Lin k Mas ter F ields链接主字段l ink t ime 链接时间link age 链接l inker链接器lis t box cont rol 列表框控件lis t con trol列表控件lis t vie w con trol列表视图控件l isten听liste n for requ ests侦听请求lis ten o n 在…上侦听liste n toa que ue 侦听队列Litecontr ol Li te 控件li teral lite ral;文本l itera l cha racte r 原义字符l oad 加载l oad b alanc ing 负载平衡Load on S tartu p 在启动时加载loca l con stant局部常量。
软件工程部分专业术语表软件工程software engineeringSoftware engineering is an engineering discipline that is concerned with all aspects of software production.软件software通用产品软件generic softwaredeveloped to be sold to a range of different customers e.g. PC software such as Excel or Word.用户定制软件custom softwaredeveloped for a single customer according to their specification.软件属性software attributes可维护性maintainability可依赖性dependability有效性efficiency可用性usability / availabilityThis is a complex property which is not simply dependent on the system hardware and software but also depends on the system operators and the environment where it is used.可靠性reliabilityThis depends on the reliability of system components and the relationships between the components.可重用性(可复用性)ReusabilityCASE(computer aided software engineering)计算机辅助软件工程CASE tools are software systems which are designed to support routine activities in the software process such as editing design diagrams, checking diagram consistency and keeping track of program tests which have been run.软件过程softwaSoftware processes are the activities involved in producing and evolving a software system. They are represented in a software process modelre process可行性分析feasibility analysis需求分析requirement analysis设计design总体设计system design、详细设计detailed design编码coding测试testing检验与有效性验证verification & validation维护maintenance总体特性emergent property软件过程software process需求和定义requirements definition系统和软件设计system and software design实现和单元测试implementation and unit testing集成和系统测试integration and system testing运行和维护operation and maintenance软件过程模型software process modelA software process model is an abstract representation of a process. It presents a description of a process from some particular perspective软件生命周期模型software life cycle model瀑布模型waterfall model原型模型prototyping model探索式开发exploratory development抛弃式原型throwaway prototyping增量模型、增量式开发incremental development螺旋模型spiral model喷泉模型fountain model变换模型和基于知识的模型等风险riskA risk is a probability that some adverse circumstance will occur.风险管理risk managementRisk management is concerned with identifying risks and drawing up plans to minimise their effect on a project.安全safety信息安全security结构化方法structured method活动图activity chart / 活动网络activity network条形图/甘特图bar chart / Gantt chart软件需求software requirements功能需求functional requirements非功能需求non-functional requirements领域需求domain requirements用户需求user requirements系统需求system requirements可行性研究feasibility studies系统模型system modelsSystem modelling helps the analyst to understand the functionality of the system and models are used to communicate with customers.行为模型behavioural modelBehavioural models are used to describe the overall behaviour of a system.Two types of behavioural model are:Data processing models that show how data is processed as it moves through the system;State machine models that show the systems response to events.These models show different perspectives so both of them are required to describe the system’s behaviour.上下文模型context modelContext models are used to illustrate the operational context of a system - they show what lies outside the system boundaries.数据模型data model对象模型object modelObject models describe the system in terms of object classes and their associations.结构化方法structured method行为模型behavioural model数据流模型data-flow model数据流图data-flow diagram状态机模型state machine model状态图statechart / state diagram数据模型data model实体-属性-关系图Entity-Relation-Attribute (EAR) diagram数据字典data dictionary面向对象的开发(OO)object-oriented developmentObject-oriented analysis, design and programming are related but distinct.面向对象的分析(OOA)object-oriented analysisOOA is concerned with developing an object model of the application domain.面向对象的设计(OOD)object-oriented designOOD is concerned with developing an object-oriented system model to implement requirements.面向对象的编程(OOP)object-oriented programmingOOP is concerned with realising an OOD using an OO programming language such as Java or C++.面向对象的测试(OOT)object-oriented test面向对象的软件维护(OOSM)object-oriented software maintance对象类object classObject classes are templates for objects. They may be used to create objects.实例(Instance)、消息(Message)、方法(Method)、属性(Attribute)、重载(Overloading)封装(encapsulation)继承(Inheritance)多态性(Polymorphism)对象模型object model类继承图class inheritance diagram对象聚合图aggregation diagram对象行为建模object behavioural modelling信息隐藏用例use case用例图use case diagram序列图(顺序图)sequence diagram形式化方法formal methods形式化描述formal specification参考体系结构reference architecture体系结构设计architectural design容器模型repository model客户机/服务器模型client-sever model胖客户机模型fat-client model瘦客户机模型thin-client model分层模型layered model分布式系统distributed system分布式对象系统distributed object system中间件middlewareCORBA(Common Object Request broker Architecture)公共对象请求代理体系结构模块化modularisation抽象abstract模块独立module Independent内聚cohesion耦合coupling接口interface模块接口module interface应用程序接口(API)Application Program Interface层次图hierarchies diagram结构图structured diagram用户界面user interface用户界面设计user interface design图形用户界面(GUI)Graphical User InterfaceMVC模型Model-View-Controller model程序流程图program flowchart盒图(N-S图)N-S diagram 因为由Nassi和Shneiderman提出,所以称N-S图PAD图(问题分析图)Problem Analysis Diagram判定表decision table判定树decision table过程设计语言(PDL)(程序设计语言)Program Design Language软件复用software reuse组件componentA component is a software unit whose functionality and dependencies are completely defined by its interfaces.组件模型component modelA component model is a definition of standards for component implementation,documentation and deployment.基于组件的软件工程(CBSE)component-based software engineeringComponent-based software engineering (CBSE) is an approach to software development that relies on software reuse.遗留系统legacy system检验和有效性验证verification & validationV erification and validation are not the same thing. V erification shows conformance with specification; validation shows that the program meets the customer’s needs.软件审查software inspectionConcerned with analysis of the static system representation to discover problems(static verification)软件测试software testingConcerned with exercising and observing product behaviour (dynamic verification)系统测试system testing集成测试integration testingIntegration testing is testing increments of the system;发布测试release testingrelease testing involves testing a system to be released to a customer.Release testing is usually black-box or functional testing性能测试performance testingPart of release testing may involve testing the emergent properties of a system, such as performance and reliability.组件测试component testing黑盒测试black box testingTesters do not have knowledge of the system implementation.等价划分equivalence partitioningEquivalence partitioning is a way of discovering test cases - all cases in a partitionshould behave in the same way.边界值分析boundary value analysis错误推测error presume白盒测试white box testing语句覆盖statement coverage路径覆盖path coverage测试用例testing case流图(程序流图)flow graph环路复杂度cyclomatic complexity调试debuggingDebugging is concerned with locating and repairing these errors.Debugging involves formulating a hypothesis about program behaviour then testing these hypotheses to find the system error.软件成本估算software cost estimation软件度量software metric面向规模的度量size-related metric代码行技术line-of-code (LOC) metric (代码行(LOC)度量)面向功能的度量function-related metric功能点技术function pointsCOCOMO2模型Constructive Cost Modelling (COCOMO)构造性成本建模过程成熟度模型CMM 软件能力成熟度模型Capability Maturity Model初始级initial可重复级repeatable已定义级defined已管理级managed优化级optimizing发布release再工程re-engineeringRUP Rational统一过程Rational Unified ProcessUML 统一建模语言Unified Modeling Language以下为拓展知识面的一些术语:面向方面的软件开发aspect-oriented software development极限编程extreme programming (XP)企业Java beans enterprise Java beans (EJB)OMG(Object Management Group)对象管理组织:拥有约300家机构的国际联盟,目的是制定面向对象的开发标准。
database数据库(1) 根据为一个或多个应用程序提供服务的方案存储的相关数据(带有冗余控制)的集合。
(2) 存储在系统中的所有数据文件。
(3) 存储在一起并由数据库管理系统管理的数据集。
database management system (DBMS)数据库管理系统通过为有效访问、完整性、恢复、并行控制、隐私和安全性提供集中控制、数据独立和复杂物理结构等服务来管理数据的计算机程序。
datatype数据类型缺乏标识并且操作不带有副作用的一组值的描述符。
数据类型包括初始预定义类型和用户可定义类型。
预定义类型包括数字、字符串和时间。
用户可定义类型可包括各种枚举。
DBA数据库管理员DBCS双字节字符集DBMS数据库管理系统DCE分布式计算环境DCOM分布式对象模型 (Microsoft)deadlock死锁两个独立控制线程彼此阻塞,相互等待对方采取操作,这种状态称为死锁。
死锁常常是由于添加了避免竞争状态的同步机制而引起的。
decision rule决策规则指一组人员同意就某一议题给出集体决策的规则或技术,例如多数票决、一致通过、自发协议等。
defect缺陷缺陷是已交付产品中的异常情况或瑕疵。
缺陷可以是在生命周期的初期发现的遗漏和缺点,也可以是已准备测试或运行的较成熟软件中存在的故障征兆。
缺陷可以是您要跟踪并解决的任何种类的问题。
另请参见变更请求。
defect checklist缺陷检查表某类指定的工件中常见缺陷的列表。
defect density缺陷密度每一个单位数量(每页代码或每千行代码)的被评审工作产品中所发现的缺陷的数量。
defect log缺陷日志见"问题日志"。
defining model定义模型储存库所基于的模型。
任意数量的存储库都可以具有相同的定义模型。
delegation委托作为对于一个消息的响应,一个对象可以向另一对象发出消息的能力。
委托可用作继承的备选方案。
软件工程关键术语中英文对照表课程关键术语中英文对照表1、S oftware 软件2、U ser 用户3、D eveloper 开发者4、C onstituent 组成5、P rogram 程序6、D ocument 文档7、D ata 数据8、S oftware Crisis 软件危机9、S afety-Critical 安全忧关的10、Software Engineering 软件工程11、Maintenance 维护12、Bug 故障13、Failure 失效14、Correctness 正确性15、Reliability 可靠性16、Maintainability 可维护性17、Reusability 可重用性18、Traceability 可跟踪性19、Portability 可移植性20、Interoperability 互操作性21、Efficiency 有效性23、Modularity 模块化24、Information Hiding 信息隐藏25、Localization 局部化26、Consistency 一致27、Completeness 完整28、Verifiability 可验证29、Software Lifecycle 软件生命周期30、Feasibility Investigation 可行性分析31、Requirement 需求32、Requirement Analysis 需求分析33、Software Delivery 软件发布34、Prototype 原型35、Software Requirement Specification (SRS) 软件需求规格说明书36、Software Architecture 软件体系结构37、Refinement 精化38、Software Architecture Design Specification 软件体系结构规格说明书39、Integration Test Plan 集成测试计划40、Detailed Design 详细设计41、Detailed Design Specification 详细设计规格说明书42、Unit Test Plan 单元测试计划43、Integration Test 集成测试45、Validation Test46、Maintenance 维护47、Process 过程48、Software Process 软件过程49、Process Framework 过程框架50、Software Process Model 软件过程模型51、Incremental Model 增量模型52、RAD Model 快速应用开发53、Spiral Model 螺旋模型54、Unified Process 统一过程55、CASE 计算机辅助软件工程56、Software requirement 软件需求57、Function 功能58、Performance 性能59、Constraint 约束60、Schedule 进度61、Requirement Engineering 需求工程62、Analyst 分析人员63、Stakeholder 利益相关者64、Software Requirement Specification 软件需求规格说明书65、Inception 开始67、Elaboration 精化68、Negotiation 协商69、Specification 规格说明70、Validation 确认71、Management 管理72、Modeling 建模73、Refinement 精炼74、Conflict 冲突75、Multiple Viewpoints 多视点76、Prototype 原型77、Standardization 标准化78、Rules of Thumb 经验原则79、Requirement Analysis 需求分析80、Methodology 方法学81、Data Flow Oriented Modeling 面向数据流建模82、Data Flow Oriented Methodology 面向数据流方法学83、Structure Software Development Methodology 结构化软件开发方法学84、Data Flow Diagram(DFD)数据流图85、Data Dictionary (DD) 数据字典86、Process Specification (PS) 处理规格说明87、External Entity 外部实体89、Data storage 数据存储90、Data flow 数据流91、Software Design Specification (SDS) 软件设计规格说明书92、Design Models 设计模型93、Formal Technical Review 正式技术评审94、Architecture Design Model 体系结构设计模型95、Data design Model 数据设计模型96、Interface Design Model 接口设计模型97、Component Design Model 部件设计模型98、Deployment Design Model 部署设计模型99、Design Principle 设计原则100、Abstraction 抽象101、Architecture 体系结构102、Patterns 模式103、Modularity 模块化104、Hiding 隐藏105、Functional Independence 功能独立106、Refinement 精化107、Refactoring 重构108、Program Design Language(PDL) 程序设计语言109、User interface (UI) 用户界面111、Transform Flow 变换流112、Transaction Flow 事务流113、Incoming Flow 输入流114、Transform Center 处理中心115、Outgoing Flow 输出流116、Transaction 事务117、Transaction Flow 事务流118、Transaction Center 事务中心119、Action Paths 动作路径120、Transform Mapping 变换映射121、Transaction mapping 事务映射122、Error-free 无错误123、Software Error 软件错误124、Software Testing 软件测试125、Delivery 交付126、Debug 跟踪127、Evaluate Result 评估结果128、T est Case 测试用例129、Tester 测试人员130、Unit Testing 单元测试131、Integration Testing 集成测试133、Stub 桩134、Testability 可测试性135、Observability 可观察性136、Understandability 可理解性137、Cover 覆盖138、White-Box Testing 黑盒测试139、Black-Box Testing 白盒测试140、Basic Path Testing 基本路径测试141、Flow Diagram 流图142、Flowchart 流程图143、Path 路径144、Basic Path 基本路径145、Equivalence Partitioning 等价分类146、Boundary Value Analysis 边界取值分析147、Regression Tests 回归测试。
附录一:DCS中英文对照表序号英文或缩写中文含义或功能1ACK(ack nowledge确认)ALARM确认所选报警的所有报警2 ACK Compoud(组合模块)好像是Compound确认组合模块的报警3 ACK PAGE(页)确认在一页上的所有报警4 Acknowledged AlarmSummary(概要)两个报警了!!前面的是动词已确认的报警概要5AI analog input 模拟量输入6 Alarm 菜单栏软键,用于响应过程报警7 Alarm History(历史)历史报警8 ALARM LAMP1(灯)报警灯1,单击进入第一幅软光字报警画面9 ALARM LAMP2 报警灯2,单击进入第一幅软光字报警画面10AO analog output 模拟量输出11 AOUT DIV(Deviation偏差)输出反馈偏差大12 AOUT FAIL(秋天、这里是质量差)输出通道坏质量13 AVE(Average)平均值14 AVF FALL 设备反馈坏质量15 BAR(栏、块)菜单栏软键,单击显示过程变量棒状图主菜单16 BF(boiler follow)锅炉跟随方式17 BLOCK(莫块) DETAIL(详细)显示报警块的详细显示18 BOILER(锅炉)菜单栏软键,单击显示锅炉流程图主菜单19 BOILER MAIN MENUS 锅炉主菜单20 CCS Coordinated ControlSystem协调控制系统21Change(改变_Env (environment)改变环境22 CIO_Config ControllerInput/Output控制组态23 CIO_SegEdit 预选编辑器vi或ICE24 CIO_STN_Cfg 站组态25 CIO_VOL_Cfg 卷组态26 Clear Page 清除一页中的报警27 CLear ALARM 删除报警表中的报警28 CommunicationProcessor通讯处理器29 Config 工程师环境菜单栏软键,用于组态(组态器)30 CP(Control processor)控制处理器31 CURRENT ALARM 当前报警32 DAS Data AcquisitionSystem数据采集系统33 DCS(Distributed ControlSystem)分散控制系统或分布式控制系统34 DEH LOCAL(就地)DEH不在远操位置35 DI(digital数字式就是开关量Input输入)开关量输入36 DISPLAY 显示37 Display_Name 显示名称38 DO(digital Output)开关量输出39 Documentation 文档40 Duration 持续41 Ethernet 以太网42 FBM(Fieldbus modules现场总线模件43 Gield bus 现场总线44 FIRST OUT MENUS 首出菜单45 FSSS(furnace safetysupervisory system)炉膛安全监控系统46 GROUP 组47 HHABS(high high 高高)高高值报警48 HIABS(high)高值报警49HIDEV(hi gh dev iation)高偏差报警50 High Limit 高限值51 HIOUT(high out)高输出报警52 HISTORICAL EVENT 历史事件53 Historical or 历史或归档数据archived data54 I/A(Intelligent Automation)Series(系列)智能自动化系列55Iint_Env(initial environment)初始环境56 IOBAD(input out bad输入输出坏)通道坏报警57 Letterbug 字符标志58 LIABS(low input abs)低值报警59 line1-line4 曲线1到曲线460 LIST HISTORICAL DATAS 历史数据表61 LLLABS 低低值报警62 LODEV(low Deviation偏差)低偏差报警63 LOOUT(low out)低输出报警64 Low Limit(限制)低限值65 MA(Manual)手动方式66 Maint_Env(environment) 维护环境67 MCS 模拟量控制系统68 MCS 菜单栏软键,单击显示模拟量控制系统主菜单69 MCS MAIN MENUS 模拟量控制系统主菜单70 MEAS FALL 测量值坏质量71 Most Recent Alsrms 最新报警72 MOST RECENT ENVENT 最近事件73 New Alarm Summary 最新报警概要74 Node 节点75 Node bus 节点总线76 NOT READY 子系统未准备好77 Off-Normal 非正常限值78 Operations 操作员记录79 OUT 输出指示80 PassWd_Env_Cfg 口令环境组态81 PI(Pulse input)脉冲量输入82 Plant_Mgmt_Env 设备管理环境83 PO(Pulse out)脉冲量输出84 Prev_Disp 上一显示85 Print Screen 打印屏幕86 Proc_Eng_Env 过程工程师环境87 Proc_Op_Env 过程操作员环境88 Proc_Summary 过程小结89 PURGE 快关阀(原意:清洗)90 RATE(率)变化率报警91 RB 辅机故障减负荷92 Real Time Date 实时数据93 Resolution 分辨率94 Scan Rate 扫描速率95 SCS(Sequence controlsystem)顺序控制系统96 Select 菜单栏软键,单击进入组合模块和功能块选择画面97 SEQ(Sequence) HELPMENUS顺序控制帮助菜单98 SftMnt (soft 工程师环境菜单栏软键,用于软件维护99 Softw_Eng_Env 软件工程师环境100 SP-PV DIV(偏差)设定值与被调量偏差大101 SYS(system)系统菜单栏软键,用于改变系统环境、响应系统报警等102 Sys_Mgmt 系统管理103 TF(Turbine follow)汽机跟随方式104 TOP PRIORITY 显示优先级最高的报警105 TREND 菜单栏软键,单击显示过程变量趋势图主菜单106 Trendpen_Cfg 趋势笔组态107 TUR TRIP 汽机跳闸108 TURB 菜单栏软键,单击显示汽机流程图主菜单109 TURB MAIN MENUS 汽机主菜单]110 Unacknowledged AlarmSummary未确认的报警概要111 US/CM (Units单位测点单位112 USER DISPLAY 显示告示键盘上报警键的用户画面113 WorkStation 工作站114 workstation Processor 工作站处理机。
CMMI中英文术语对照表1标准名词术语1 AT Assessment Team 评审小组2 ATM Assessment Team Member 评审小组成员3 BA Baseline Assessment 基线评审4 CAR Causal Analysis and Resolution 原因分析与决策5 CBA CMM-Based Appraisal 基于CMM的评价6 CBA-IPI CMM-Based Appraisal for Internal Process Improvement 为内部过程改进而进行的基于CMM的评价(通常称为CMM评审)7 CC Configuration Controller 配置管理员8 CF Common Feature 公共特性9 CFPS Certified Function Point Specialist 注册功能点专家10 CI Configuration Item 配置项11 CM Configuration Management 配置管理12 CMM Capability Maturity Model 能力成熟度模型13 CMMI Capability Maturity Model Integration 能力成熟度集成模型14 COTS Commerce off the shelf 商业现货供应15 DAR Decision Analysis and Resolution 决策分析与制定16 DBD Database Design 数据库设计17 DD Detailed Design 详细设计18 DP Data Provider 数据提供者19 DR Derived Requirement 派生需求20 EPG Engineering Process Group 工程过程小组21 FP Function Point 功能点22 FPA Function Point Analysis 功能点分析23 FR Functional Requirement 功能性需求24 GA Gap Analysis 差距分析25 ID Interface Design 接口设计26 IFPUG International Function Point Users Group 国际功能点用户组织27 IPM Integrated Project Management 集成项目管理28 IR Interface Requirement 接口需求29 KPA Key Process Area 关键过程域30 KR Key Requirements 关键需求31 LA Lead Assessor 主任评审员32 MA Measurement and Analysis 测量与分析33 MAT Metrics Advisory Team 度量咨询组34 MCA Metrics Coordinator and Analyst 度量专员35 ML matreraty library 度量数据库36 NFR Non-functional Requirement 非功能性需求37 OC Operational Concept 操作概念38 OID Organizational Innovation and Deployment 组织革新与部署39 OPD Organizational Process definition 组织过程定义40 OPF Organizational Process focus 组织过程焦点41 OPL Organizational Process Assets 组织过程财富42 OPP Organaizational Process Perormance 组织过程性能43 OSSP Organization’s Set of Standard Process 组织标准过程集合44 OT Organizational Training 组织级培训45 PA Process Areas 过程域46 PAT Process Action Team 过程行动小组47 PB Process Assets Library 过程财富库48 PD Preliminary Design 概要设计49 PDSP Project Defined Standard Processes 项目定义标准过程50 PI Produce Integration 产品集成51 PLC Product Life Cycle 产品生命周期52 PMC Project Monitoring and Control 项目监控53 PP Project Planning 项目策划54 PPQA Process and Product Quality Assurance 过程与产品质量保证55 PPR Price Performance Ratio 性能价格比56 QA Software Quality Assurance 软件质量保证57 QA Quality Assurance 质量保证58 QAP Software Quality Assurance Plan 质量保证计划59 QPM Quantitative Project Management 量化项目管理60 RD Requirements Development 需求开发61 RM/ReqM Requirements Management 需求管理62 RSKM Risk Management 风险管理63 RTM Requirement Traceability Matrix 需求跟踪矩阵64 SAM Supplier Agreement Management. 供应协议管理65 SC Steering Committee 指导委员会66 SCAMPI Standard CMMI Assessment Method for Process Improvement 过程改进CMMI标准评审方法67 SCCB Software Configuration Control Board 软件配置管理控制委员会68 SCM Software Configuration Management 软件配置管理69 SDP Software Development Plan 软件开发计划70 SEI Software Engineering Institute (美国)软件工程学院71 SEPG Software Engineering Process Group 软件工程过程组72 SPI Software Process Improvement 软件过程改进73 SPP Software Project Planning 软件项目策划74 SPTO Software Project Tracking and Oversight 软件项目跟踪与监控75 SR System Requirements 系统需求76 SRS Software Requirement Specification 软件需求规格77 SSM Software Subcontract Management 软件分包管理78 SSR Software System Requirement 软件系统需求79 TS Technical Solution 技术解决方案80 UC Use Case 用例81 UID User Interface Design 用户界面设计82 V AL Validation 确认83 VER Verification 验证84 WBS Work Breakdown Structure 工作分解结构85 WP Work Products 工作产品86 Pre-assessment 预评审87 Baseline 基线88 Quality Attribute 质量属性89 Scenario 场景2以字母检索单词Aability to perform执行的能力: (参见公共特性/common feature)acceptance criteria接受标准:为让用户、客户或其他授权组织接受,一个系统或组件所必须满足的条件。
软件工程术语表软件工程术语表本文档旨在为软件工程人员提供一个详细的术语表,以便更好地理解和使用软件工程领域的相关名词和概念。
1. 软件开发过程1.1 需求分析- 需求分析(Requirement Analysis): 对系统或软件的需求进行识别、分析和规范化的过程,通常包括需求获取、需求定义和需求确认等阶段。
- 功能需求(Functional Requirement): 描述系统或软件在特定环境中能够执行的任务或实现的功能。
- 非功能需求(Non-functional Requirement): 描述系统或软件在运行中除了功能外的其他约束和要求,如性能、可靠性和安全性等。
1.2 设计与架构- 软件设计(Software Design): 指导软件开发的过程,包括确定系统的结构和组织,并将需求转化为可执行的软件代码的过程。
- 架构设计(Architecture Design): 系统设计的第一阶段,用于定义系统的整体结构、模块和组件之间的关系,并规定如何实现系统的非功能需求。
- 模块化(Modularity): 将大型软件系统划分为互相独立、可重用的模块的过程,以便降低开发的复杂度和提高软件的可维护性。
1.3 编码与测试- 编码(Coding): 根据设计和需求规格书中的要求,将设计转化为可执行的程序代码的过程。
- 单元测试(Unit Testing): 针对软件的最小功能单元,如函数或方法,进行测试的过程,以验证其逻辑正确性和功能完整性。
- 集成测试(Integration Testing): 将各个模块或组件组合在一起进行测试的过程,以验证它们之间的协同工作和整体功能的正确性。
1.4 部署与维护- 部署(Deployment): 将开发完成的软件系统安装和配置到目标环境中的过程,使其可以被用户或客户使用。
- 维护(Mntenance): 对已发布的软件系统进行修复、更新和优化的过程,以确保其正常运行并满足用户需求。
软件工程术语表软件工程术语表目录1. A (17)abstractclass:抽象类 (17)Abstraction:抽象 (17)accessmodifier:存取权限 (17)accessormethods:存取器方法 (17)acceptance:验收 (17)action:动作 (17)actionsequence:动作序列 (18)actionstate:动作状态 (18)activation激活: (18)activeclass:主动类 (18)activity:活动 (18)activeobject:主动对象 (18)activitygraph:活动图 (18)actor:主角 (19)actorclass:主角类 (19)actor-generalization:主角泛化关系) (19)actualparameter:实参 (19)adhocreview:临时评审 (19)aggregateclass:聚合类 (19)aggregation:聚合关系 (20)AmericanStandardCodeforInformationInterchange(ASCII):美国国家信息交换标准代码 (20)analysis:分析 (20)analysisclass:分析类 (20)analysis&design:分析设计 (20)analysismechanism:分析机制 (21)analysispattern:分析模式 (21)analyst:分析员 (21)API:应用程序编程接口 (21)APPC:高级程序间通信 (21)applicationprogramminginterface(API):应用程序编程接口(21)appraisal:评估 (21)architecturalbaseline:构架基线 (22)architecturalmechanism:构架机制 (22)architecturalpattern:构架模式 (22)architecturalview:构架视图 (22)architecture:构架 (22)artifact:工件 (23)artifactguidelines:工件指南 (23)ASCII:美国国家信息交换标准代码 (23)ASP:活动服务器页 (23)association:关联关系 (23)associationclass:关联类 (23)associationend:关联关系端 (23)asynchronousaction:异步动作 (24)asynchronousreview:异步评审 (24)attribute:属性 (24)2. B (24)baseclass:基类 (24)baseline:基线 (24)Bean (24)BeanInfo (25)behavior:行为 (25)behavioralfeature:行为特性 (25)behavioralmodelaspect:模型的行为侧重面 (25) betatestingBeta:测试 (25) binaryassociation:二元关联关系 (25) binding:绑定 (25)boundaryclass:边界类 (25)breakpoint:断点 (26)build:工作版本 (26)businessactor:业务主角 (26) businessactorclass业务主角类 (26) businesscreation:业务创建 (26) businessengineering:业务工程 (26) businessentity:业务实体 (26) businessimprovement:业务改进 (27) businessobjectmodel:业务对象模型 (27) businessmodeling:业务建模 (27) businessprocess:业务过程 (27) businessprocessengineering:业务过程工程 (27) businessreengineering:业务重建 (27) businessrule:业务规则 (28) businessusecase:业务用例 (28) businessuse-caseinstance:业务用例实例 (28) businessuse-casemodel:业务用例模型 (28) businessuse-casepackage:业务用例包 (28) businessuse-caserealization:业务用例实现 (28) businessworker:业务角色 (28)3. C (29)capsule封装体 (29)cardinality基数 (29)CBD (29)CCB (29)CDR (29)CGI (29)changecontrolboard(CCB)变更控制委员会 (30) changemanagement变更管理 (30)changerequest(CR)变更请求 (30)checklist检查表 (30)checkpoints检查点 (30)class类 (30)classdiagram类图 (30)classhierarchy类分层结构 (31)classlibrary类库 (31)classmethod类方法 (31)classifier分类器 (31)client客户端 (31)client/server客户机/服务器 (31)collaboration协作 (31)collaborationdiagram协作图 (32)COM (32)comment注释 (32)commit提交 (32)CommonGatewayInterface(CGI)公共网关接口 (32) CommonObjectRequestBrokerArchitecture(CORBA) (33) communicate-association通信关联关系 (33) communicationassociation通信关联关系 (33) component构件 (33)componentdiagram构件图 (33)componentmodel构件模型 (33)component-baseddevelopment(CBD)基于构件的开发 (34) compositeaggregation组装关系 (34) compositebean组合Bean (34)compositeclass组装类 (34)compositestate组合状态 (34)compositesubstate组合子状态 (34)composition组装 (35)concrete具体 (35)concreteclass具体类 (35)concurrency并行 (35)concurrentsubstate并行子状态 (35)configuration配置 (35)configurationitem配置项配置中的实体 (36) configurationmanagement配置管理 (36)construction构建 (36)constructor构造函数 (36)container容器 (36)containmenthierarchy容器分层结构 (37)context环境 (37)controlchart控制图 (37)controlclass控制类 (37)conversational会话式 (37)Cookie (37)CORBA (37)CR (38)criticaldesignreview(CDR)关键设计评审 (38)customer客户 (38)cycle周期 (38)4. D (38)database数据库 (38) databasemanagementsystem(DBMS)数据库管理系统 (38) datatype数据类型 (39)DBA数据库管理员 (39)DBCS双字节字符集 (39)DBMS数据库管理系统 (39)DCE分布式计算环境 (39)DCOM分布式对象模型 (39) deadlock死锁 (39)decisionrule决策规则 (39)defect缺陷 (39)defectchecklist缺陷检查表 (40) defectdensity缺陷密度 (40) defectlog缺陷日志 (40) definingmodel定义模型 (40) delegation委托 (40)deliverable可交付工件 (40)de-marshal串行化 (40) demilitarizedzone(DMZ)隔离带 (41) dependency依赖关系 (41) deployment部署 (41) deploymentdiagram部署图 (41) deploymentunit部署单元 (41) deploymentview部署视图 (41) derivedelement派生元素 (42) deserialize反串行化 (42)design设计 (42) designmechanism设计机制 (42) designpackage设计包 (43) designpattern设计模式 (43) designsubsystem设计子系统 (43) developer开发人员 (43) developmentcase开发案例 (43) developmentprocess开发过程 (44)device设备 (44)diagram图 (44)disjointsubstate互斥子状态 (44)DistributedComputingEnvironment(DCE)分布式计算环境(44)distributedprocessing分布式处理 (44)DLL动态链接库 (45)DMZ隔离带 (45)DNS域名服务 (45)document文档 (45)documentdescription文档说明 (45)documenttemplate文档模板 (45)domain领域 (45)domainmodel领域模型 (45)domainnameserver域名服务器 (45)double-bytecharacterset(DBCS)双字节字符集 (46)dynamicclassification动态分类 (46)dynamicinformation动态信息 (46)dynamiclinklibrary(DLL)动态链接库 (46)5. E (46)e-Business电子商务 (46)EJB (47)elaboration精化 (47)element元素 (47)encapsulation封装 (47)encloseddocument附带文档 (47)enhancementrequest扩展请求 (47)EnterpriseJavaBean(EJB) (47)entityclass实体类 (48)entryaction进入动作 (48)error错误 (48)ERP (48)event事件 (48)event-to-methodconnection事件-方法映射 (48) evolution演进 (48)evolutionary演进方式 (49) executablearchitecture可执行构架 (49) exitaction退出动作 (49)export导出 (49)expression表达式 (50)extend扩展 (50)extend-relationship扩展关系 (50)6. F (50)facade外观 (50)factory工厂 (50)fault故障 (50)feature特性 (51)field字段 (51)filetransferprotocol(FTP)文件传输协议 (51) finalstate最终状态 (51)fire击发 (51)Firewall防火墙 (51)flatten串行化 (51)focusofcontrol控制焦点 (52)follow-up跟踪 (52)formalreview正式评审 (52) formalparameter形参 (52)framework框架 (52)FTP文件传输协议 (52)FURPS (52)7. G (53)gateway:网关 (53)generalizableelement:可泛化元素 (53) generalization:泛化关系 (53)generation:代 (53)graphicaluserinterface(GUI):图形用户界面 (53) green-fielddevelopment:零起点开发 (53) guardcondition:警戒条件 (54)GUI (54)8. H (54)homepage主页 (54)HTML (54)HTMLbrowserHTML浏览器 (54)HTTP (54)HTTPrequestHTTP请求 (54)hyperlinks超链接 (55)hypertext超文本 (55) hypertextmarkuplanguage(HTML)超文本标记语言 (55) 9. I (55)IT(Informationtechnology) (55)IDE (55)IEEE (56)IIOP (56)internetORB间协议 (56)IMAP4 (56)implementation实施 (56) implementationinheritance实施继承 (56) implementationmechanism实施机制 (56) implementationmodel实施模型 (57) implementationpattern实施模式 (57)implementationsubsystem实施子系统 (57) implementationview实施视图 (57)import导入 (57)import-dependency导入依赖关系 (58)inception先启 (58)include包含 (58)include-relationship包含关系 (58)increment增量 (58)incremental递增 (58)informalreview非正式评审 (58)inheritance继承 (59)injectionrate缺陷率 (59)input输入 (59)inspection审查 (59)inspectioneffectiveness审查有效性 (59) inspectionefficiency审查效率 (59) inspectionpackage审查包 (59) inspectionsummaryreport审查总结报告 (60)inspector审查者 (60)issue问题 (60)issuelog问题日志 (60)instance实例 (60) integrateddevelopmentenvironment(IDE)集成开发环境 (60) integration集成 (60)integrationbuildplan集成构建计划 (61)interaction交互 (61)interactiondiagram交互图 (61)interface接口/界面 (61)interfaceinheritance接口继承 (61)internaltransition内部转移 (61)Internet互联网 (61)InternetInter-ORBProtocol(IIOP)InternetORB间协议 (62) InternetProtocol(IP)Internet协议 (62) InternetprotocoladdressInternet协议地址 (62)IP (62)IPnumberIP号码 (62)IPSec (62)IPSecurityProtocol(IPSec)IP安全协议 (63)ISAPI (63)ISO (63)ISP (63)iteration迭代 (63)10. J (63)JAR (63)Java (63)Javaarchive(JAR)Java档案文件 (64) JavaDatabaseConnectivity(JDBC)Java数据库连接 (64) JavaFoundationClasses(JFC)Java基础类 (64) JavaBean (64)JDBC (64)JDK (64)JFC (65)JIT (65)JVM (65)11. K (65)keymechanism关键机制 (65)keyword关键字 (65)12. L (65)LAN (65)layer层 (66)LDAP (66)link链接 (66)linkend链接端 (66)listener监听程序 (66)LocalAreaNetwork(LAN)局域网, (66) logicalview逻辑视图 (66)13. M (67)majordefect主要缺陷 (67)management管理 (67)marshal反串行化 (67) measurementdysfunction测量混乱 (67) mechanism机制 (67)message消息 (68)messaging消息传递 (68)metaclass元类 (68)meta-metamodel元-元模型 (68)metamodel元模型 (68)method方法 (68)methodcall方法调用 (69)metric度量 (69)MIB (69)milestone里程碑 (69)MIME (69)minordefect次要缺陷 (69)model模型 (69)modelaspect模型侧重面 (70) modelelaboration模型精化 (70) modelelement模型元素 (70) ModelViewController(MVC)模型视图控制器, (70) modelingconventions建模约定 (70)moderator评审组长 (70)module模块 (71)MOM (71)multipleclassification多重分类 (71) multipleinheritance多重继承 (71)multiplicity多重性 (71) MultipurposeInternetMailExtension(MIME) (71)multi-valued多值 (72)mutatormethods存取器方法 (72)MVC (72)MVS (72)14. N (72)n-aryassociation多元关联关系 (72)n-foldinspectionN重审查 (72)namespace名字空间 (73)NC (73)NCF (73)NNTP (73)node节点 (73)NSAPI (73)NT (73)15. O (74)object对象 (74)objectclass对象类 (74)objectdiagram对象图 (74)objectflowstate对象流状态 (74)objectlifeline对象生命线 (74)objectmodel对象模型 (74)ObjectRequestBroker(ORB)对象请求代理 (75)object-orientedprogramming(OOP)面向对象程序设计 (75)ODBCDriverODBC驱动程序 (75) ODBCDriverManagerODBC驱动程序管理器 (75)OLTP (75)OMG (75)onlinetransactionprocessing(OLTP)联机事务处理 (76)OO (76)OOP (76)OpenDataBaseConnectivity(ODBC)开放数据库连接标准 (76) operation操作 (76)operatingsystemprocess操作系统进程 (76)ORB (77)organizationunit组织单元 (77)originator发起者 (77)output输出 (77)outsidelink外部链接 (77)16. P (77)package包 (77)pairprogramming结对编程 (78)palette调色板 (78)parameter参数 (78)parameterconnection参数连接 (78) parameterizedelement参数化元素 (78)parent父 (78)parentclass父类 (78)participates参与 (79)partition分区 (79)passaround轮查 (79)pattern模式 (79)PDR (79)peerdeskcheck同级桌查 (80)peerreview同级评审 (80) peerreviewcoordinator同级评审协调者 (80)PERL (80)persistentobject永久对象 (80)PGP (80)phase阶段 (80)PKI (81)POP3 (81)Port端口 (81)post-condition后置条件 (81)PRA (81)PRD (81)pre-condition前置条件 (81) preliminarydesignreview(PDR)初步设计评审 (81) primitivetype基础类型 (82)private私有 (82)process进程、过程 (82)processassetslibrary过程资产库 (82) processowner过程拥有者 (82)processview进程视图 (82)processor处理器 (82)product产品 (83)productchampion产品推介人 (83)product-linearchitecture产品线构架 (83) productrequirementsdocument(PRD)产品需求文档 (83) project项目 (83)projectmanager项目经理 (83) ProjectReviewAuthority(PRA)项目评审委员会 (84) projection投影 (84)promotion晋升 (84)property特征 (84)property-to-propertyconnection特征-特征连接 (84) protected保护 (84)protocol协议 (85)prototype原型 (85)proxy代理 (85)pseudo-state伪状态 (85)publishedmodel已发布的模型 (85)17. Q (86)QA (86)qualifier限定词 (86)qualityassurance(QA)质量保证 (86)18. R (86)racecondition竞争状态 (86)rank等级 (86)rationale理由 (86)RDBMS (87)receiveamessage接收消息 (87)receiverobject接收方对象 (87)reception接收 (87)reference引用 (87)refinement改进 (87)relationship关系 (87)release发布版 (88)releasemanager发布经理 (88) RemoteMethodInvocation(RMI)远程方法调用 (88) RemoteProcedureCall(RPC)远程过程调用 (88) report报告 (88)repository储存库 (89)requirement需求 (89)requirementattribute需求属性 (89) requirements需求 (89) requirementsmanagement需求管理 (89) requirementstracing需求跟踪 (89) requirementtype需求类型 (89) resourcefile资源文件 (90) responsibility职责 (90)result结果 (90)resurrect反串行化 (90)review评审 (90)reuse复用 (90)rework返工 (90)RFC (90)RMI (91)RMIcompilerRMI编译器 (91) RMIregistryRMI注册表 (91)risk风险 (91)role角色 (91)RPC (91)RSA (91)rule规则 (91)19. S (92)S/MIME (92)sandbox沙箱 (92)scenario场景 (92) scopemanagement范围管理 (92) semanticvariationpoint语义分歧点 (92) sendamessage发送消息 (92) senderobject发送方对象 (93)SEPA (93)sequencediagram序列图 (93)serialize串行化 (93)server服务器 (93)Servlet (93)SET (94)severity严重性 (94)SHTTP (94)signal信号 (94)signature签名 (94)singleinheritance单重继承 (94)singlevalued单值 (94)single-bytecharacterset单字节字符集 (95)SMTP (95)SNMP (95)SocketSecure套接字保护 (95)SOCKS (95)softwarearchitecture软件构架 (95)SoftwareEngineeringProcessAuthority(SEPA)软件工程过程管理委员会 (96)softwareengineeringprocessgroup(SEPG)软件工程过程组 (96) softwarerequirement软件需求 (96)softwarerequirementsspecifications(SRS)软件需求规约 (96)softwarespecificationreview(SSR)软件规约评审 (96)specification规约 (96)SQL (96)SRR (96)SRS (97)SSL (97)SSR (97)stakeholder受益者,涉众 (97)stakeholderneed涉众需要 (97) stakeholderrequest涉众请求 (97)Startpage起始页 (97)state状态 (97)statechartdiagram状态图 (98)statemachine状态机 (98)staticartifact静态工件 (98) staticclassification静态分类 (98) staticinformation静态信息 (98)stereotype构造型 (98)stimulus激励 (99)structuralfeature结构特性 (99) structuralmodelaspect模型的结构侧重面 (99)stub桩模块 (99)subactivitystate子活动状态 (99)subclass子类 (99)submachinestate子机状态 (99)substate子状态 (100)subsystem子系统 (100)subtype子类型 (100)superclass超类 (100)supertype超类型 (100)supplier提供端 (100)swimlane泳道 (101)synchstate同步状态 (101) synchronousaction同步操作 (101) systemrequirementsreview(SRR)系统需求评审 (101) 20. T (102)taggedvalue标注值 (102)task任务 (102)TCP (102)TCP/IP (102)teamleader团队负责人 (102) technicalauthority技术权威 (102) Telnet (103)template模板 (103)test测试 (103)testcase测试用例 (103) testcoverage测试覆盖 (103) testdriver测试驱动程序 (103) testitem测试项 (103) testprocedure测试过程 (104) thinclient瘦客户机 (104)thread线程 (104)timeevent时间事件 (104) timeexpression时间表达式 (104) timingmark时间标记 (104) toolmentor工具向导 (104) traceability可追踪性 (105)trace追踪 (105)transaction事务 (105) transactionprocessing事务处理 (105) transientobject临时对象 (105) transition产品化/转移 (105)type类型 (106)typeexpression类型表达式 (106) typolist微错清单 (106)21. U (106)UI (106)UML (106)Unicode统一编码 (106) UnifiedModelingLanguage(UML)统一建模语言 (107) uniformresourcelocator(URL)统一资源定位符 (107) URL (107)usage用途 (107)usecase用例 (107)use-casediagram用例图 (107)use-caseinstance用例实例 (107)use-casemodel用例模型 (107)use-caserealization用例实现 (108)use-caseview用例视图 (108)userinterface(UI)用户界面 (108)utility实用工具 (108)22. V (108)validation确认 (108)value值 (109)variable变量 (109)verification验证 (109)version版本 (109)vertex顶点 (109)view视图 (109)viewelement视图元素 (110)viewprojection视图投影 (110)virtualmachine(VM)虚拟机 (110)visibility可见性 (110)vision前景 (110)visualprogrammingtool可视化编程工具 (110)VM (110)VPN (111)23. W (111)walkthrough走查 (111)webapplicationWeb应用程序 (111)webbrowserWeb浏览器 (111)webserverWeb服务器 (111)websiteWeb站点 (111)websystemWeb系统 (112)Widget窗口组件 (112)workbreakdownstructure工作细分结构 (112)workguideline工作指南 (112)workproduct工作产品 (112)worker角色 (112)workflow工作流程 (113)workflowdetail工作流程明细 (113)workspace工作区 (113)workstation工作站 (113)WorldWideWeb(WWW或Web)万维网 (113)WYSIWYG (113)24. X (114)XML (114)1.Aabstractclass:抽象类提供一组子类共有行为的类,但它本身并不具有实例。
软件工程部分专业术语表(部分)软件工程 software engineering软件 software通用产品软件 generic software用户定制软件 custom software软件属性 software attributes可维护性 maintainability可依赖性 dependability有效性 efficiency可用性usability / availability可靠性reliability可重用性(可复用性)ReusabilityCASE(computer aided software engineering)计算机辅助软件工程软件过程 software process可行性分析 feasibility analysis需求分析 requirement analysis设计 design总体设计 system design、详细设计 detailed design编码 coding测试 testing检验与有效性验证 verification & validation维护 maintenance总体特性 emergent property软件过程 software process需求和定义requirements definition系统和软件设计system and software design实现和单元测试 implementation and unit testing集成和系统测试integration and system testing运行和维护operation and maintenance软件过程模型 software process model软件生命周期模型 software life cycle model瀑布模型 waterfall model原型模型 prototyping model探索式开发exploratory development抛弃式原型throwaway prototyping增量模型、增量式开发 incremental development螺旋模型 spiral model喷泉模型 fountain model变换模型和基于知识的模型等风险 risk风险管理 risk management安全 safety信息安全 security结构化方法 structured method活动图 activity chart / 活动网络 activity network条形图/甘特图 bar chart / Gantt chart软件需求 software requirements功能需求 functional requirements非功能需求 non-functional requirements领域需求 domain requirements用户需求 user requirements系统需求 system requirements可行性研究 feasibility studies系统模型 system models行为模型 behavioural model上下文模型 context model数据模型data model对象模型 object model结构化方法 structured method行为模型 behavioural model数据流模型 data-flow model数据流图 data-flow diagram状态机模型 state machine model状态图 statechart / state diagram数据模型 data model实体-属性-关系图 Entity-Relation-Attribute (EAR) diagram数据字典 data dictionary面向对象的开发(OO) object-oriented development面向对象的分析(OOA) object-oriented analysis面向对象的设计(OOD) object-oriented design面向对象的编程(OOP) object-oriented programming面向对象的测试(OOT) object-oriented test面向对象的软件维护(OOSM) object-oriented software maintance对象类 object class实例(Instance)、消息(Message)、方法(Method)、属性(Attribute)、重载(Overloading)面向对象范型特性封装(encapsulation)继承(Inheritance)多态性(Polymorphism)对象模型 object model类继承图 class inheritance diagram对象聚合图 aggregation diagram对象行为建模 object behavioural modelling信息隐藏用例 use case用例图 use case diagram序列图(顺序图) sequence diagram形式化方法 formal methods形式化描述 formal specification参考体系结构 reference architecture体系结构设计 architectural design容器模型 repository model客户机/服务器模型 client-sever model胖客户机模型 fat-client model瘦客户机模型 thin-client model 分层模型 layered model分布式系统 distributed system分布式对象系统 distributed object system中间件 middlewareCORBA (Common Object Request broker Architecture)公共对象请求代理体系结构模块化 modularisation抽象 abstract模块独立module Independent内聚 cohesion耦合 coupling接口 interface模块接口 module interface应用程序接口(API) Application Program Interface层次图 hierarchies diagram结构图 structured diagram用户界面 user interface用户界面设计 user interface design图形用户界面(GUI) Graphical User InterfaceMVC模型 Model-View-Controller model程序流程图 program flowchart盒图(N-S图) N-S diagram 因为由Nassi和Shneiderman提出,所以称N-S图PAD图(问题分析图) Problem Analysis Diagram判定表 decision table 判定树 decision table过程设计语言(PDL)(程序设计语言) Program Design Language软件复用 software reuse组件 component组件模型 component model基于组件的软件工程(CBSE)component-based software engineering遗留系统 legacy system检验和有效性验证 verification & validation软件审查software inspection软件测试 software testing系统测试 system testing集成测试integration testing发布测试release testing 性能测试performance testing组件测试 component testing黑盒测试 black box testing等价划分equivalence partitioning 边界值分析boundary value analysis错误推测 error presume白盒测试 white box testing语句覆盖 statement coverage 路径覆盖 path coverage测试用例 testing case流图(程序流图) flow graph环路复杂度 cyclomatic complexity调试 debugging软件成本估算 software cost estimation软件度量 software metric面向规模的度量 size-related metric代码行技术 line-of-code (LOC) metric (代码行(LOC)度量)面向功能的度量 function-related metric功能点技术 function pointsCOCOMO2模型 Constructive Cost Modelling (COCOMO)构造性成本建模过程成熟度模型CMM 软件能力成熟度模型 Capability Maturity Model初始级 initial可重复级 repeatable已定义级 defined已管理级 managed优化级 optimizing发布 release再工程 re-engineeringRUP Rational统一过程 Rational Unified ProcessUML 统一建模语言 Unified Modeling Language以下为拓展知识面的一些术语:面向方面的软件开发 aspect-oriented software development极限编程 extreme programming (XP)企业Java beans enterprise Java beans (EJB)OMG(Object Management Group)对象管理组织:拥有约300家机构的国际联盟,目的是制定面向对象的开发标准。
A.A.I. 人工智能A2A integration A2A 整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access function 访问函数access level 访问级别account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup) ADO(ActiveX Data Object)ActiveX 数据对象advanced 高级的aggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator 分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain) 应用域appearance 外观append 附加application 应用、应用程序application framework 应用程序框架Approximate String Matching 模糊匹配Arbitrary Precision Arithmetic 高精度计算architecture 架构、体系结构archive file 归档文件、存档文件argument 引数(传给函式的值)。
参见parameterarray 数组arrow operator 箭头操作符ASP(Active Server Page) 活动服务器页面 worker process 工作者进程assembly 装配件、配件assembly language 汇编语言assembly manifest 装配件清单assert(ion) 断言assign 赋值assignment 赋值、分配assignment operator 赋值操作符associated 相关的、相关联的associative container 关联式容器( 对应sequential container) asynchronous 异步的atomic 原子的atomic operation 原子操作attribute 特性、属性audio 音频authentication service 验证服务authorization 授权B.B2B integration B2B 整合、B2B 集成(business-to-business integration) background 背景、后台(进程) backup 备份backup device 备份设备backup file 备份文件backward compatible 向后兼容、向下兼容bandwidth 带宽Bandwidth Reduction 带宽压缩base class 基类base type 基类型batch 批处理BCL (base class library) 基类库Bin Packing 装箱问题binary 二进制binary function 双参函数binary large object 二进制大对象binary operator 二元操作符binary search 二分查找binary tree 二叉树binding 绑定bit 位bitmap 位图bitwise按位…bitwise copy 为单元进行复制;位元逐一复制,按位拷bitwise operation 按位运算block 块、区块、语句块bookkeeping 簿记boolean 布林值(真假值,true 或false) border 边框bounds checking 边界检查boxing 装箱、装箱转换brace (curly brace) 大括号、花括号bracket (square brakcet) 中括号、方括号breakpoint 断点browser applications 浏览器应用(程序) browser-accessible application 可经由浏览器访问的应用程序bug 臭虫build 编连(专指编译和连接built-in 内建、内置bus 总线business 业务、商务(看场合) business Logic 业务逻辑business rules 业务规则buttons 按钮by/through 通过byte 位元组(由8 bits 组成)C.cache 高速缓存calendar 日历Calendrical Calculations 日期call 调用call operator 调用操作符call-level interface (CLI) 调用级接口(CLI) callback 回调candidate key 候选键(for database) cascading delete 级联删除(for database) cascading update 级联更新(for database) casting 转型、造型转换catalog 目录chain 链(function calls) character 字符character format 字符格式character set 字符集check box 复选框check button 复选按钮CHECK constraints CHECK 约束(for database) checkpoint 检查点(for database) child class 子类CIL (common intermediate language) 通用中间语言、通用中介语言class 类class declaration 类声明class definition 类定义class derivation list 类继承列表class factory 类厂class hierarchy 类层次结构class library 类库class loader 类装载器class template 类模板class template partial specializations 类模板部分特化class template specializations 类模板特化classification 分类clause 子句cleanup 清理、清除CLI (Common Language Infrastructure) 通用语言基础设施client 客户、客户端client application 客户端应用程序client area 客户区client cursor 客户端游标(for database) client-server 客户机/ 服务器、客户端/服务器clipboard 剪贴板Clique 最大团clone 克隆CLS (common language specification) 通用语言规范code access security 代码访问安全code page 代码页COFF (Common Object File Format) 通用对象文件格式collection 集合COM (Component Object Model) 组件对象模型Combinatorial Problems 组合问题combo box 组合框command line 命令行comment 注释commit 提交(for database) communication 通讯compatible 兼容compile time 编译期、编译时compiler 编译器component 组件composite index 复合索引、组合索引(for database) composite key 复合键、组合键(for database) composition 复合、组合Computational Geometry 计算几何concept 概念concrete 具体的concrete class 具体类concurrency 并发、并发机制configuration 配置、组态Connected Components 连通分支connection 连接(for database) connection pooling 连接池console 控制台constant 常量Constrained and Unconstrained Optimization 最值问题constraint 约束(for database)construct 构件、成分、概念、构造( for language ) constructor (ctor) 构造函数、构造器container 容器containment 包容context 环境、上下文control 控件Convex Hull 凸包cookie (不译) copy 拷贝CORBA 通用对象请求中介架构(Common Object Request Broker Architecture) cover 覆盖、涵盖create/creation 创建、生成crosstab query 交叉表查询(for database) CRTP (curiously recurring template pattern) Cryptography 密码CTS (common type system) 通用类型系统cube 多维数据集(for database) cursor 光标cursor 游标(for database) custom 定制、自定义D.data 数据data connection 数据连接(for database)Data Control Language (DCL) 数据控制语言(DCL) (for database)Data Definition Language (DDL) 数据定义语言(DDL) (for database) data dictionary 数据字典(for database) data dictionary view 数据字典视图(for database) data file 数据文件(for database) data integrity 数据完整性(for database) data manipulation language (DML) 数据操作语言(DML) (for database) data mart 数据集市(for database) data member 数据成员、成员变量data pump 数据抽取(for database) data scrubbing 数据清理(for database) data source 数据源(for database) data source 数据源(for database)Data source name (DSN) 数据源名称(DSN) (for database) data structure 数据结构Data Structures 基本数据结构data table 数据表(for database) data warehouse 数据仓库(for database) data-aware control 数据感知控件(for database) data-bound 数据绑定(for database) database 数据库(for database) database catalog 数据库目录(for database) database diagram 数据关系图(for database) database file 数据库文件(for database) database object 数据库对象(for database) database owner 数据库所有者(for database) database project 数据库工程(for database) database role 数据库角色(for database) database schema 数据库模式、数据库架构(for database) database script 数据库脚本(for database) datagram 数据报文dataset 数据集(for database) dataset 数据集(for database) DBMS (database ma nageme nt system )数据库管理系统(for database)DCOM (distributed COM) 分布式COM dead lock 死锁(for database) deallocate 归还debug 调试debugger 调试器decay 退化decision support 决策支持declaration 声明declarative referential integrity (DRI) 声明引用完整性(DRI) (for database) deduction 推导default 缺省、默认值DEFAULT constraint 默认约束(for database)default database 默认数据库(for database) default instance 默认实例(for database) default result set 默认结果集(for database) defer 推迟definition 定义delegate 委托Delegates 一般译法为”委托”,微软没有对这个术语进行正式解释或翻译。
软件开发技术常用术语英中对照A.I. 人工智能A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access function 访问函数access level访问级别account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advanced 高级的aggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域appearance 外观append 附加application 应用、应用程序application framework 应用程序框架Approximate String Matching 模糊匹配Arbitrary Precision Arithmetic 高精度计算architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
参见parameterarray 数组arrow operator 箭头操作符ASP(Active Server Page)活动服务器页面 worker process 工作者进程assembly 装配件、配件assembly language 汇编语言assembly manifest 装配件清单assert(ion) 断言assign 赋值assignment 赋值、分配assignment operator 赋值操作符associated 相关的、相关联的associative container 关联式容器(对应sequential container) asynchronous 异步的atomic 原子的atomic operation 原子操作attribute 特性、属性audio 音频authentication service 验证服务authorization 授权B2B integration B2B整合、B2B集成(business-to-business integration) background 背景、后台(进程)backup 备份backup device备份设备backup file 备份文件backward compatible 向后兼容、向下兼容bandwidth 带宽Bandwidth Reduction 带宽压缩base class 基类base type 基类型batch 批处理BCL (base class library)基类库Bin Packing 装箱问题binary 二进制binary function 双参函数binary large object二进制大对象binary operator 二元操作符binary search 二分查找binary tree 二叉树binding 绑定bit 位bitmap 位图bitwise 按位…bitwise copy 为单元进行复制;位元逐一复制,按位拷bitwise operation 按位运算block 块、区块、语句块bookkeeping 簿记boolean 布林值(真假值,true或false)border 边框bounds checking 边界检查boxing 装箱、装箱转换brace (curly brace) 大括号、花括号bracket (square brakcet) 中括号、方括号breakpoint 断点browser applications 浏览器应用(程序)browser-accessible application 可经由浏览器访问的应用程序bug 臭虫build 编连(专指编译和连接built-in 内建、内置bus 总线business 业务、商务(看场合)business Logic 业务逻辑business rules 业务规则buttons 按钮by/through 通过byte 位元组(由8 bits组成)cache 高速缓存calendar 日历Calendrical Calculations 日期call 调用call operator 调用操作符call-level interface (CLI)调用级接口(CLI)callback 回调candidate key 候选键 (for database)cascading delete 级联删除 (for database)cascading update 级联更新 (for database)casting 转型、造型转换catalog 目录chain 链(function calls)character 字符character format 字符格式character set 字符集check box 复选框check button 复选按钮CHECK constraints CHECK约束 (for database)checkpoint 检查点 (for database)child class 子类CIL (common intermediate language)通用中间语言、通用中介语言class 类class declaration 类声明class definition 类定义class derivation list 类继承列表class factory 类厂class hierarchy 类层次结构class library 类库class loader 类装载器class template 类模板class template partial specializations 类模板部分特化class template specializations 类模板特化classification 分类clause 子句cleanup 清理、清除CLI (Common Language Infrastructure) 通用语言基础设施client 客户、客户端client application 客户端应用程序client area 客户区client cursor 客户端游标 (for database)client-server 客户机/服务器、客户端/服务器clipboard 剪贴板Clique 最大团clone 克隆CLS (common language specification) 通用语言规范code access security 代码访问安全code page 代码页COFF (Common Object File Format) 通用对象文件格式collection 集合COM (Component Object Model) 组件对象模型Combinatorial Problems 组合问题combo box 组合框command line 命令行comment 注释commit 提交 (for database)communication 通讯compatible 兼容compile time 编译期、编译时compiler 编译器component组件composite index 复合索引、组合索引 (for database) composite key 复合键、组合键 (for database)composition 复合、组合Computational Geometry 计算几何concept 概念concrete具体的concrete class 具体类concurrency 并发、并发机制configuration 配置、组态Connected Components 连通分支connection 连接 (for database)connection pooling 连接池console 控制台constant 常量Constrained and Unconstrained Optimization 最值问题constraint 约束 (for database)construct 构件、成分、概念、构造(for language)constructor (ctor) 构造函数、构造器container 容器containment包容context 环境、上下文control 控件Convex Hull 凸包cookie (不译)copy 拷贝CORBA 通用对象请求中介架构(Common Object Request Broker Architecture) cover 覆盖、涵盖create/creation 创建、生成crosstab query 交叉表查询 (for database)CRTP (curiously recurring template pattern)Cryptography 密码CTS (common type system)通用类型系统cube 多维数据集 (for database)cursor 光标cursor 游标 (for database)custom 定制、自定义data 数据data connection 数据连接 (for database)Data Control Language (DCL) 数据控制语言(DCL) (for database)Data Definition Language (DDL) 数据定义语言(DDL) (for database)data dictionary 数据字典 (for database)data dictionary view 数据字典视图 (for database)data file 数据文件 (for database)data integrity 数据完整性 (for database)data manipulation language (DML)数据操作语言(DML) (for database)data mart 数据集市 (for database)data member 数据成员、成员变量data pump 数据抽取 (for database)data scrubbing 数据清理 (for database)data source 数据源 (for database)data source 数据源 (for database)Data source name (DSN) 数据源名称(DSN) (for database)data structure数据结构Data Structures 基本数据结构data table 数据表 (for database)data warehouse 数据仓库 (for database)data-aware control数据感知控件 (for database)data-bound 数据绑定 (for database)database 数据库 (for database)database catalog 数据库目录 (for database)database diagram 数据关系图 (for database)database file 数据库文件 (for database)database object 数据库对象 (for database)database owner 数据库所有者 (for database)database project 数据库工程 (for database)database role 数据库角色 (for database)database schema 数据库模式、数据库架构 (for database)database script 数据库脚本 (for database)datagram 数据报文dataset 数据集 (for database)dataset 数据集 (for database)DBMS (database management system)数据库管理系统 (for database) DCOM (distributed COM)分布式COMdead lock 死锁 (for database)deallocate 归还debug 调试debugger 调试器decay 退化decision support 决策支持declaration 声明declarative referential integrity (DRI)声明引用完整性(DRI) (for database)deduction 推导default 缺省、默认值DEFAULT constraint默认约束 (for database)default database 默认数据库 (for database)default instance 默认实例 (for database)default result set 默认结果集 (for database)defer 推迟definition 定义delegate 委托Delegates 一般译法为”委托”,微软没有对这个术语进行正式解释或翻译。
计算机软件高级词汇中英对照软件质量保证softwarequalityassurance软件质量评判准则softwarequalitycriteria软件可靠性softwarereliability软件注册员softwareregistrar软件储藏库softwarerepository软件复用softwarereuse软件安全性softwaresafety软件潜行分析softwaresneakanalysis软件单元softwareunit软件验证程序softwareverifier规约语言specificationlanguage规约验证specificationverification稳定性stability供方supplier支持软件supportsoftware符号执行symbolicexecution系统体系结构systemarchitecture系统设计systemdesign系统文档systemdocumentation系统库systemlibrary系统可靠性systemreliability系统软件systemsoftware系统确认systemvalidation系统验证systemverification终止性证明terminationproof测试用例生成程序testcasegenerator测试覆盖testcoverage测试数据生成程序testdatagenerator测试驱动程序testdriver测试阶段testphase测试过程testprocedure测试可重复性testrepeatability测试报告testreport分时timesharing计时分析程序timinganalyzer追踪程序tracer培训training类型type软件性能softwareperformance自适应性adaptability内聚性cohesion模块性modularity可复用性reusability部分正确性partialcorrectness完全正确性totalcorrectness有效性validity用户合同管理员usercontractadministrator 用户文档userdocumentation实用软件utilitysoftware版本控制versioncontrol更改控制changecontrol基线baseline原型prototype原型制作prototyping原型速成rapidprototyping领域建模domainmodeling,DM体系结构建模architecturemodeling,AM黑箱black-box白箱white-box领域工程师domainengineer软件体系结构softwarearchitecture软件再工程softwarereengineering软件过程softwareprocess可复用构件reusableponent基于构件的软件开发ponent-basedsoftwaredevelopment,CBSD基于构件的软件工程ponent-basedsoftwareengineering,CBSE3C模型concept,contentandcontext3C3C指概念、内容和语境。
计算机软件高级词汇中英对照推荐文章N-Gage有关词汇中英文对照热度:Maya有关词汇中英文对照热度:计算机音响词汇中英对照热度: Flash软件词汇中英文对照热度:电子商务词汇中英对照热度:电脑,又称计算机,是机械的一种,现在使用的越来越多。
接下来小编为大家整理了计算机软件高级词汇中英对照,希望对你有帮助哦!软件经验数据 software experience data软件风险 software hazard软件库管理员 software librarian软件库 software library软件生存周期 software life cycle软件维护员 software maintainer软件监控程序 software monitor软件操作员 software operator软件产品 software product软件采购员 software purchaser软件质量 software quality质量保证 quality assurance质量度量学 quality metrics软件度量学 software metrics软件质量保证 software quality assurance软件质量评判准则 software quality criteria软件可靠性 software reliability软件注册员 software registrar软件储藏库 software repository软件复用 software reuse软件安全性 software safety软件潜行分析 software sneak analysis 软件单元 software unit软件验证程序 software verifier规约语言 specification language规约验证 specification verification稳定性 stability供方 supplier支持软件 support software符号执行 symbolic execution系统体系结构 system architecture系统设计 system design系统文档 system documentation系统库 system library系统可靠性 system reliability系统软件 system software系统确认 system validation系统验证 system verification终止性证明 termination proof测试用例生成程序 test case generator 测试覆盖 test coverage测试数据生成程序 test data generator 测试驱动程序 test driver测试阶段 test phase测试过程 test procedure测试可重复性 test repeatability测试报告 test report分时 time sharing计时分析程序 timing analyzer追踪程序 tracer培训 training类型 type软件性能 software performance自适应性 adaptability内聚性 cohesion模块性 modularity可复用性 reusability部分正确性 partial correctness完全正确性 total correctness有效性 validity用户合同管理员 user contract administrator用户文档 user documentation实用软件 utility software版本控制 version control更改控制 change control基线 baseline原型 prototype原型制作 prototyping原型速成 rapid prototyping领域建模 domain modeling, DM体系结构建模 architecture modeling, AM黑箱 black-box白箱 white-box领域工程师 domain engineer软件体系结构 software architecture软件再工程 software reengineering软件过程 software process可复用构件 reusable component基于构件的软件开发component-based software development, CBSD基于构件的软件工程 component-based software engineering,CBSE3C模型 concept, content and context 3C 3C指概念、内容和语境。
课程关键术语中英文对照表
1、Software 软件
2、U ser 用户
3、s oftware engineering 软件工程
4、D ocument 文档
5、D ata 数据
6、S oftware Crisis 软件危机
7、S oftware Engineering 软件工程
8、M aintenance 维护
9、B ug 故障
10、Correctness 正确性
11、Reliability 可靠性
12、IDE 集成开发环境
13、Maintainability 可维护性
14、Reusability 可重用性
15、Traceability 可跟踪性
16、Portability 可移植性
17、Interoperability 互操作性
18、Efficiency 有效性
19、Abstract 抽象
20、Modularity 模块化
21、Information Hiding 信息隐藏
23、Consistency 一致
24、Completeness 完整
25、Verifiability 可验证
26、Software Lifecycle 软件生命周期
27、Feasibility Investigation 可行性分析
28、Requirement 需求
29、Requirement Analysis 需求分析
30、Software Delivery 软件发布
31、Prototype 原型
32、Software Requirement Specification (SRS) 软件需求规格说明书
33、Software Architecture 软件体系结构
34、software development 软件开发
35、unit testing 单元测试
36、Integration Test Plan 集成测试计划
37、Detailed Design 详细设计
38、Unit Test Plan 单元测试计划
39、Integration Test 集成测试
40、Integration Test Report 集成测试报告
41、Software Process 软件过程
42、Software Process Model 软件过程模型
43、Incremental Model 增量模型
45、Unified Process 统一过程
46、CASE 计算机辅助软件工程
47、Constraint 约束
48、Schedule 进度
49、Requirement Engineering 需求工程
50、C/S 客户机/服务器
51、Negotiation 协商
52、Specification 规格说明
53、Validation 确认
54、Modeling 建模
55、Conflict 冲突
56、Prototype 原型
57、Standardization 标准化
58、Requirement Analysis 需求分析
59、Methodology 方法学
60、Data Flow Oriented Modeling 面向数据流建模
61、Data Flow Diagram(DFD)数据流图
62、Data Dictionary (DD) 数据字典
63、External Entity 外部实体
64、Data storage 数据存储
65、Data flow 数据流
67、Design Principle 设计原则
68、Abstraction 抽象
69、Architecture 体系结构
70、Patterns 模式
71、Modularity 模块化
72、Functional Independence 功能独立
73、Program Design Language(PDL) 程序设计语言
74、User interface (UI) 用户界面
75、Data Flow Oriented Design Technology 面向数据流的设计技术
76、Transform Flow 变换流
77、Transaction Flow 事务流
78、Transform Center 处理中心
79、Outgoing Flow 输出流
80、Transaction Center 事务中心
81、Action Paths 动作路径
82、Transform Mapping 变换映射
83、Transaction mapping 事务映射
84、Error-free 无错误
85、Software Testing 软件测试
86、Delivery 交付
87、Evaluate Result 评估结果
89、Tester 测试人员
90、Unit Testing 单元测试
91、Integration Testing 集成测试
92、Validation Testing 确认测试
93、Stub 桩
94、Testability 可测试性
95、White-Box Testing 黑盒测试
96、Black-Box Testing 白盒测试
97、Basic Path Testing 基本路径测试
98、Basic Path 基本路径
99、Equivalence Partitioning 等价分类100、Regression Tests 回归测试。