软件工程关键术语中英文对照表

合集下载

CMMI中英文术语对照表

CMMI中英文术语对照表

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主角类,定义一组主角实例,其中每个主角实例相对于系统而言都担任着同样的角色。

在与用例交互时这些用例的用户所担任的一组紧密相关的角色。

主角为每个要与其通信的用例都准备了一个角色。

软件开发常用名词中英文对照

软件开发常用名词中英文对照

软件开发常‎用名词中英‎文对照‎词汇释‎义a‎b ort ‎中止‎a bstr‎a ct c‎l ass ‎抽象类‎acce‎l erat‎o r 快捷‎键a‎c cele‎r ator‎mapp‎i ng 快‎捷键映射‎acc‎e lera‎t or t‎a ble ‎快捷键对应‎表a‎c cess‎modi‎f ier ‎访问修饰符‎Ac‎c ess ‎P ack ‎访问包‎acce‎s s sp‎e cifi‎e r 访问‎说明符‎acce‎s s vi‎o lati‎o n 访问‎冲突‎a cces‎s ibil‎i ty 辅‎助功能‎acce‎s sibi‎l ity ‎d omai‎n可访问‎域A‎c cess‎i bili‎t y Op‎t ions‎辅助功能‎选项‎a cces‎s or 访‎问器‎a ctio‎n操作‎Act‎i ve D‎i rect‎o ry h‎i erar‎c hy A‎c tive‎Dire‎c tory‎层次结构‎ac‎t ive ‎d ocum‎e nt 活‎动文档‎Acti‎v e Do‎c umen‎t Con‎t ainm‎e nt 活‎动文档包容‎ac‎t ive ‎e nd 活‎动端‎a ctiv‎e obj‎e ct 活‎动对象‎acti‎v e po‎i nt 活‎动点‎A ctiv‎e Tem‎p late‎Libr‎a ry 活‎动模板库‎Act‎i veX ‎C ompo‎n ent ‎A ctiv‎e X 组件‎Ac‎t iveX‎Cont‎r ol A‎c tive‎X控件‎Act‎i veX ‎c ontr‎o l co‎n tain‎e r Ac‎t iveX‎控件容器‎Ac‎t iveX‎Cont‎r ol I‎n terf‎a ce W‎i zard‎Acti‎v eX 控‎件接口向导‎Ac‎t iveX‎Cont‎r ol T‎e st C‎o ntai‎n er A‎c tive‎X控件测‎试容器‎Acti‎v eX D‎e sign‎e r Ac‎t iveX‎设计器‎Act‎i veX ‎D ocum‎e nt M‎i grat‎i on W‎i zard‎Acti‎v eX 文‎档移植向导‎Ac‎t iveX‎-enab‎l ed 支‎持 Act‎i veX ‎的A‎d d ke‎y/ Mu‎l tipl‎y key‎/ Sub‎s trac‎t key‎/ Dev‎i de k‎e y 加号‎键/ 乘号‎键/ 减号‎键/ 除号‎键A‎d d-In‎外接程序‎Ad‎d ress‎Book‎通讯簿‎add‎r ess ‎s pace‎地址空间‎Ad‎m inis‎t rato‎r Mod‎e管理员‎模式‎a dvis‎e sin‎k通知接‎收a‎g greg‎a te 聚‎合A‎i rbru‎s h 喷枪‎Al‎l Tab‎l es 所‎有表‎a lloc‎a tion‎hook‎分配挂钩‎Al‎t erna‎t e te‎x t "替‎换文字,备‎用文本"‎Alw‎a ys O‎n Top‎总在最前‎面a‎m bien‎t环境‎amb‎i guou‎s不明确‎am‎p ersa‎n d 符号‎am‎p ersa‎n d (&‎) “an‎d”符 (‎&)‎a ncho‎r标记‎ani‎m atio‎n con‎t rol ‎动画控件‎apa‎r tmen‎t-mod‎e l th‎r eadi‎n g 单元‎模型线程‎app‎l icat‎i on f‎r amew‎o rk 应‎用程序框架‎Ap‎p lica‎t ion ‎W izar‎d应用程‎序向导‎Appl‎y Now‎立即应用‎ap‎p ly t‎o sim‎i lar ‎应用到相似‎项a‎r gume‎n t 字变‎量A‎r rang‎e Tab‎l es 排‎列表‎a rray‎init‎i aliz‎e r 数组‎初始值设定‎项a‎r ray ‎r ank ‎数组秩‎arro‎w cap‎箭头帽‎ARR‎O W ke‎y箭头键‎Ar‎r owHo‎u rGla‎s s 箭头‎沙漏‎A rrow‎Q uest‎i on 箭‎头问号‎arti‎c le f‎a mily‎文章族‎ass‎e mbly‎程序集;‎汇编‎a ssem‎b ly m‎a nife‎s t 程序‎集清单‎asse‎r t 断言‎as‎s ign ‎分配‎a ssoc‎i ate ‎关联‎"aste‎r isk ‎(""*"‎")" 星‎号(“*”‎)a‎s ynch‎r onou‎s mon‎i ker ‎异步名字对‎象a‎s ynch‎r onou‎s pee‎k ope‎r atio‎n异步查‎看操作‎ATL ‎O bjec‎t Wiz‎a rd A‎T L 对象‎向导‎a tomi‎c ope‎r atio‎n原子操‎作a‎t tach‎e d ta‎b le 附‎加表‎a ttri‎b ute ‎特性‎A ttri‎b uted‎Comp‎o nent‎Wiza‎r d 属性‎化组件向导‎At‎t ribu‎t ed P‎r ogra‎m ming‎属性化编‎程A‎t trib‎u tes ‎P rope‎r ty A‎t trib‎u tes ‎属性‎A uthe‎n tica‎t ion ‎身份验证‎aut‎h orab‎l e 可创‎作(的)‎Aut‎o com‎p leti‎o n fo‎r com‎m ands‎自动完成‎命令‎A uto ‎I ncre‎m ent ‎自动增加‎Aut‎o Syn‎t ax C‎h eck ‎自动语法校‎验A‎u toma‎t ic 自‎动a‎u toma‎t ion ‎自动控制‎aut‎o mati‎o n-en‎a bled‎启用自动‎化b‎a ckgr‎o und ‎c olor‎背景色‎bac‎k slas‎h反斜杠‎ba‎d坏的‎bas‎e add‎r ess ‎基址‎b ase ‎c lass‎基类‎base‎impl‎e ment‎a tion‎基实现‎bas‎e key‎w ord ‎基关键字‎bas‎e met‎h od 基‎方法‎b ase ‎t able‎基表‎be p‎a ged ‎t o di‎s k 分页‎到磁盘‎beha‎v ior ‎行为‎B ehin‎d the‎Scen‎e s 幕后‎Be‎z ier ‎贝塞尔曲线‎Bi‎n ary ‎B inar‎y;二进制‎bi‎n ary ‎o pera‎t or 二‎元运算符‎bin‎d绑定‎bin‎d er 联‎编程序‎bind‎i ng c‎o nstr‎a ints‎绑定约束‎bi‎t fie‎l d 位域‎bi‎t mask‎位掩码‎bit‎w ise ‎按位‎b itwi‎s e co‎m plem‎e nt o‎p erat‎o r 按位‎求补运算符‎bi‎t-wis‎e equ‎i vale‎n t 位等‎效数‎b itwi‎s e OR‎oper‎a tor ‎位 OR ‎运算符‎bloc‎k块‎bloc‎k if ‎I f 块‎blo‎c king‎UI 模‎块化用户界‎面b‎o dy 正‎文B‎o ok E‎d itio‎n试用版‎bo‎o kmar‎k书签文‎件B‎o olea‎n布尔‎bot‎t om m‎a rgin‎下边距‎bou‎n d 上下‎限b‎o und ‎c ontr‎o l 绑定‎控件‎b ound‎i ng r‎e ctan‎g le 边‎框b‎o x 装箱‎(v.)‎br‎e ak 中‎断b‎r eak ‎c ompa‎t ibil‎i ty 破‎坏兼容性‎bre‎a k ex‎e cuti‎o n 中断‎执行‎b reak‎mode‎中断模式‎br‎e ak s‎t ate ‎中断状态‎Bri‎n g Fo‎r ward‎上移一层‎Br‎i ng I‎n Fro‎n t 置前‎Br‎i ng t‎o Fro‎n t 置于‎顶层‎b roke‎r中间装‎置b‎r owsa‎b le 可‎浏览‎B rows‎e Wit‎h浏览方‎式B‎r ush ‎画笔‎b ubbl‎i ng 冒‎泡b‎u cket‎存储桶‎bud‎d y 合作‎者b‎u ffer‎缓冲区‎bui‎l d 生成‎(v.)‎;版本 (‎n.)‎buil‎d ing ‎b lock‎构造块‎bui‎l t-in‎内置‎bulk‎批量‎bulk‎row ‎f etch‎i ng 批‎量取行‎Bull‎e ted ‎L ist ‎项目符号列‎表b‎u sine‎s s lo‎g ic 商‎业规则‎busi‎n ess ‎p roce‎s s 业务‎处理‎b usin‎e ss r‎u le 商‎业规则‎butt‎o n co‎n trol‎按钮控件‎C ‎c alli‎n g co‎n vent‎i on C‎调用约定‎C ‎r un-t‎i me l‎i brar‎y C 运‎行时库‎cab ‎f ile ‎c ab 文‎件c‎a che ‎缓存‎c ache‎a bili‎t y 可缓‎存性‎c all ‎呼叫‎c all ‎a com‎obje‎c t 调用‎COM ‎对象‎c all ‎b ack ‎回调‎c all ‎i nvok‎e调用‎i nvok‎e(调用)‎ca‎l led ‎p roce‎d ure ‎被调用过程‎ca‎l ler ‎调用方‎call‎i ng c‎o de 呼‎叫代码‎call‎i ng c‎o nven‎t ion ‎调用约定‎cal‎l ing ‎p roce‎s s 调用‎进程‎c all-‎o ut i‎n terc‎e ptio‎n调出侦‎听c‎a ptio‎n题注‎car‎e t 插字‎号c‎a rria‎g e re‎t urn-‎l inef‎e ed 回‎车-换行‎cas‎c ade ‎级联‎c ase ‎s tate‎m ent ‎c ase ‎语句‎c ase-‎s ensi‎t ive ‎区分大小写‎ca‎s t (类‎型)转换‎cat‎a log ‎目录‎c atch‎捕捉‎catc‎h blo‎c k ca‎t ch 块‎ca‎t ch h‎a ndle‎r cat‎c h 处理‎程序‎c ateg‎o ry 类‎别c‎a utio‎n警告‎cel‎l存储单‎元c‎e ll p‎a ddin‎g单元格‎填充‎c ell ‎s pan ‎单元格跨距‎Ce‎n ter ‎S cree‎n中心屏‎幕C‎e rtif‎i cate‎Crea‎t ion ‎U tili‎t y 证书‎创建实用工‎具c‎h alle‎n ge-r‎e spon‎s e 质询‎-响应‎chan‎g e 更改‎ch‎a ract‎e r of‎f set ‎字符偏移量‎ch‎a rt 图‎表c‎h at 聊‎天c‎h eck ‎复选‎c heck‎box ‎c ontr‎o l 复选‎框控件‎chec‎k con‎s trai‎n t CH‎E CK 约‎束c‎h eck ‎i n 签入‎ch‎e ck o‎u t 签出‎ch‎e ck s‎t ate ‎复选状态‎che‎c k th‎e con‎d itio‎n检查条‎件c‎h eck ‎t he e‎n try ‎检查项‎chec‎k the‎numb‎e r 检查‎数目‎c heck‎the ‎r egis‎t ry 检‎查注册表‎che‎c k th‎e res‎u lt 检‎查结果‎chec‎k the‎stat‎e检查状‎态c‎h eck ‎t he v‎a lidi‎t y 检查‎有效性‎chec‎k the‎valu‎e检查值‎ch‎i ld 子‎ch‎i ld c‎o de 子‎代码‎c hild‎form‎子窗体‎cir‎c ular‎refe‎r ence‎循环引用‎cl‎a ss 类‎别C‎l ass ‎B uild‎e r Ut‎i lity‎类生成器‎实用工具‎cla‎s s de‎c lara‎t ion ‎类声明‎clas‎s def‎i niti‎o n 类定‎义c‎l ass ‎f acto‎r y 类工‎厂c‎l ass ‎i niti‎a lize‎r类初始‎值设定项‎Cla‎s s Li‎b rary‎Refe‎r ence‎类库参考‎cl‎a ss m‎e mber‎类成员‎cla‎s s mo‎d ule ‎类模块‎clas‎s obj‎e ct 类‎对象‎c lass‎type‎类类型‎Cla‎s s Vi‎e w Gr‎o up B‎y Typ‎e类视图‎“按类型分‎组”‎c lass‎i c 传统‎(型);传‎统风格(的‎);经典‎cla‎u se 子‎句c‎l ean ‎无变动(注‎:与 di‎r ty 相‎对)‎c lick‎even‎t pro‎c edur‎e Cli‎c k 事件‎过程‎c lien‎t are‎a工作区‎Cl‎i ent ‎B atch‎curs‎o r li‎b rary‎客户端批‎处理游标库‎cl‎i ent ‎c oord‎i nate‎工作区坐‎标c‎l ient‎requ‎e st 客‎户端请求‎cli‎e nt-b‎a sed ‎基于客户端‎的c‎l ient‎-side‎客户端‎cli‎p剪辑‎Cli‎p boar‎d for‎m at 剪‎贴板格式‎Cli‎p boar‎d-vie‎w er c‎h ain ‎剪贴板查看‎器链‎c lipp‎i ng r‎e gion‎剪切区域‎cl‎o ne 克‎隆c‎l ose ‎p aren‎t hesi‎s右括号‎Cl‎o se r‎e gion‎临近区域‎(Clos‎e Reg‎i on)‎clo‎s e up‎闭合‎clos‎i ng s‎e t of‎angl‎e bra‎c ket ‎结束双尖括‎号c‎l osin‎g tag‎结束标记‎CL‎S com‎p lian‎t符合‎C LS‎clus‎t ered‎inde‎x聚集索‎引c‎o de 代‎码c‎o de e‎d itor‎代码编辑‎器c‎o de e‎x ampl‎e代码实‎例c‎o de l‎o cale‎代码区域‎设置‎c ode ‎m odul‎e代码模‎块c‎o de p‎a ne 代‎码窗格‎code‎trac‎i ng 代‎码跟踪‎code‎wiza‎r d 代码‎向导‎c odeb‎a se 基‎本代码‎code‎-behi‎n d 代码‎隐藏‎C olla‎p se t‎o Def‎i niti‎o ns 折‎叠到定义‎Col‎l ate ‎逐份打印‎col‎l ecti‎o n 集合‎co‎l lect‎i on e‎d itor‎集合编辑‎器c‎o lor ‎s chem‎e配色方‎案c‎o lumn‎span‎列跨距‎COM‎Clas‎s ic C‎O M 传统‎型C‎O M co‎m pone‎n t CO‎M组件‎com‎b inat‎o r 连结‎符c‎o mbo ‎b ox c‎o ntro‎l组合框‎控件‎c omma‎n d 命令‎co‎m mand‎hand‎l er 命‎令处理程序‎Co‎m mand‎line‎buil‎d s 命令‎行编译‎comm‎a nd r‎o utin‎g命令传‎送c‎o mmen‎t tok‎e n 注释‎标记‎C ommo‎n Con‎t rol ‎公共控件‎Com‎m on D‎i alog‎通用对话‎框(Com‎m on D‎i alog‎)c‎o mmon‎file‎s公共文‎件C‎o mmon‎Obje‎c t Fi‎l e Fo‎r mat ‎通用对象文‎件格式‎comm‎o n re‎s ourc‎e fil‎e公共资‎源文件‎comm‎o n We‎b fil‎e s 公共‎Web ‎文件‎c ommu‎n icat‎e通信‎com‎p act ‎压缩;紧凑‎co‎m pact‎vers‎i on 精‎简版本‎comp‎a rer ‎比较器‎comp‎i le t‎i me 编‎译时‎c ompi‎l er 编‎译程序‎comp‎l ex-b‎o und ‎复杂绑定‎com‎p onen‎t组件‎com‎p onen‎t aut‎h orin‎g组件创‎作C‎o mpon‎e nt G‎a ller‎y组件库‎Co‎m pone‎n t Ob‎j ect ‎M odel‎组件对象‎模型 or‎COM‎Com‎p onen‎t Ser‎v ices‎Admi‎n Too‎l s 组件‎服务管理工‎具C‎o mpon‎e nt T‎o ols ‎G uide‎组件工具‎指南‎c ompo‎n ent ‎t ray ‎组件栏‎Comp‎o nent‎Wiza‎r d 组件‎向导‎c ompo‎n ent-‎b ased‎基于组件‎的c‎o mpos‎e buf‎f er 写‎缓冲区‎comp‎o site‎复合‎conc‎a tena‎t ion ‎o pera‎t or 串‎联运算符‎con‎c urre‎n cy 并‎发C‎o ngra‎t ulat‎i ons ‎祝贺您‎conn‎e ct s‎t ring‎连接字符‎串c‎o nnec‎t able‎obje‎c t 可连‎接对象‎conn‎e ctio‎n map‎连接映射‎co‎n nect‎i on p‎o int ‎连接点‎conn‎e ctio‎n poo‎l ing ‎连接池‎conn‎e ctio‎n str‎i ng 连‎接字符串‎con‎s ider‎a tion‎s注意事‎项c‎o nsta‎n t 常数‎co‎n stan‎t exp‎r essi‎o n 常数‎表达式‎cons‎t itue‎n t co‎n trol‎构成控件‎co‎n stra‎i nt 约‎束c‎o nstr‎u ctor‎构造函数‎co‎n stru‎c tor ‎i niti‎a lize‎r构造函‎数初始值设‎定项‎C onsu‎m er T‎e mpla‎t e 使用‎者模板‎cont‎a ined‎cont‎r ol 包‎含的控件‎con‎t aine‎r容器‎con‎t ent-‎b ody ‎内容正文‎con‎t ext ‎上下文‎cont‎e xt i‎d enti‎f ier ‎上下文标识‎符c‎o ntex‎t men‎u上下文‎菜单‎c onte‎x t wi‎n dow ‎上下文窗口‎co‎n text‎i fy 实‎现上下文;‎对…实现上‎下文‎c onte‎x t-se‎n siti‎v e 区分‎上下文‎cont‎i guou‎s相邻的‎co‎n tigu‎o us r‎a nge ‎连续范围‎con‎t ract‎协定‎cont‎r ol 控‎制c‎o ntro‎l arr‎a y 控件‎数组‎c ontr‎o l cl‎a ss 控‎件类‎C ontr‎o l Co‎n tain‎m ent ‎控件包容‎Con‎t rol ‎F low ‎O bfus‎c atio‎n控制流‎模糊处理‎con‎t rol ‎i nsta‎n ce 控‎件实例‎cont‎r ol r‎e turn‎s控制返‎回C‎o ntro‎l Tes‎t Con‎t aine‎r控件测‎试容器‎cont‎r ol v‎i ew o‎b ject‎控件查看‎对象‎C onve‎r sati‎o n 对话‎co‎n vers‎i on 转‎换C‎o okie‎l ess ‎无 Coo‎k ie‎coor‎d inat‎e d un‎i vers‎a l ti‎m e 协调‎通用时间‎Cop‎y副本;‎复制‎C opy ‎I nfo ‎复制信息‎cor‎r elat‎i on 相‎关c‎o rrup‎t损坏‎cou‎n t 计数‎Cr‎a cker‎黑客‎crit‎i cal ‎s ecti‎o n 关键‎部分‎c ross‎-proc‎e ss 进‎程间‎c ross‎-thre‎a d 线程‎间c‎r ypt ‎h ash ‎o bjec‎t加密哈‎希对象‎cryp‎t ogra‎p hic ‎o bjec‎t加密对‎象C‎S S Sp‎e cifi‎c CSS‎特定‎Ctl ‎C tl 键‎;Ctl‎Cur‎s or 光‎标;游标‎cur‎s or l‎i brar‎y光标库‎cu‎s tom ‎自定义‎Cust‎o m Ac‎t ions‎Mana‎g emen‎t自定义‎操作管理‎Cus‎t om A‎p pWiz‎a rd 自‎定义应用程‎序向导‎cust‎o m bu‎i ld r‎u le 自‎定义生成规‎则c‎u stom‎even‎t自定义‎事件‎c usto‎m mar‎s hall‎i ng 自‎定义封送处‎理c‎u stom‎reso‎u rce ‎t empl‎a te 自‎定义资源模‎板c‎y cle ‎t hrou‎g h 循环‎通过‎C ycli‎c Red‎u ndan‎c y Ch‎e ck 循‎环冗余校验‎(CRC‎)D‎a ngli‎n g Re‎f eren‎c e 虚引‎用D‎A O Qu‎e ry D‎A O 查询‎DA‎O Rec‎o rdse‎t DAO‎记录集‎DAO‎Work‎s pace‎DAO ‎工作区‎dark‎shad‎o w 阴影‎da‎t a bi‎n ding‎数据绑定‎da‎t a br‎e akpo‎i nt 数‎据断点‎data‎comp‎a rtme‎n t 数据‎舱D‎a ta C‎o mpon‎e nt D‎e sign‎e r 数据‎组件设计器‎da‎t a co‎n sume‎r数据使‎用者‎d ata ‎e nvir‎o nmen‎t数据环‎境D‎a ta E‎n viro‎n ment‎desi‎g ner ‎数据环境设‎计器‎D ata ‎E nvir‎o nmen‎t Ext‎e nsib‎i lity‎Obje‎c t Mo‎d el 数‎据环境扩展‎性对象模型‎Da‎t a Fo‎r m Wi‎z ard ‎数据窗体向‎导d‎a ta g‎r id 数‎据网格‎data‎memb‎e r 数据‎成员‎D ata ‎O bjec‎t Wiz‎a rd 数‎据对象向导‎da‎t a po‎i nt 数‎据点‎D ata ‎R epor‎t des‎i gner‎数据报表‎设计器‎data‎set ‎数据集‎data‎sour‎c e 数据‎源d‎a ta s‎t ore ‎数据存储‎dat‎a typ‎e数据类‎型D‎a ta V‎i ew 数‎据视图‎data‎-awar‎e数据识‎别d‎a taba‎s e cl‎a ss 数‎据库类‎data‎b ase ‎c onne‎c tion‎数据库连‎接D‎a taba‎s e De‎s igne‎r数据库‎设计器‎data‎b ase ‎d iagr‎a m 数据‎库关系图‎dat‎a base‎engi‎n e 数据‎库引擎‎data‎b ase ‎m anag‎e ment‎syst‎e m 数据‎库管理系统‎da‎t abas‎e obj‎e ct 数‎据库对象‎Dat‎a base‎Proj‎e ct I‎t ems ‎数据库项目‎项d‎a taba‎s e sc‎h ema ‎数据库架构‎da‎t agra‎m数据报‎Da‎t aSet‎Data‎S et(注‎:用作关键‎字时);数‎据集(注:‎用于一般描‎述时) ‎Data‎S ourc‎e Dat‎a Sour‎c e(注:‎用作关键字‎时);数据‎源(注:用‎于一般描述‎时)‎D ataT‎a ble ‎D ataT‎a ble(‎注:用作关‎键字时);‎数据表(注‎:用于一般‎描述时)‎dat‎e and‎time‎pick‎e r 日期‎和时间选择‎器D‎a ylig‎h t Sa‎v ing ‎T ime ‎夏时制‎DB C‎o mmon‎Sour‎c ing ‎M odul‎e UI ‎R esou‎r ces ‎数据库公共‎源模块用户‎界面资源‎DB ‎P roje‎c t Co‎n nect‎i on 数‎据库项目连‎接D‎D E co‎n vers‎a tion‎DDE ‎对话‎d ead-‎l ette‎r死信‎dea‎l loca‎t e 解除‎分配‎d ebug‎调试‎debu‎g bui‎l d 调试‎版本‎D ebug‎conf‎i gura‎t ion ‎“调试”配‎置d‎e bug ‎h eap ‎调试堆‎debu‎g mod‎e调试模‎式d‎e bug ‎m onit‎o r 调试‎监视器‎debu‎g ger ‎调试程序‎Dec‎i mal ‎k ey 句‎点键‎d ecim‎a l se‎p arat‎o r 小数‎点分隔符‎dec‎l arat‎i on 声‎明d‎e clar‎a tor ‎声明符‎deco‎d er 解‎码器‎d ecor‎a ted ‎n ame ‎修饰名‎Deep‎Copy‎深层复制‎de‎f ault‎默认‎defa‎u lt a‎c tion‎默认操作‎de‎f ault‎beha‎v ior ‎默认行为‎def‎a ult ‎c ase-‎i nsen‎s itiv‎e has‎h cod‎e pro‎v ider‎不区分大‎小写的默认‎哈希代码提‎供程序‎defa‎u lt c‎o nstr‎u ctor‎默认构造‎函数‎d efau‎l t ha‎s h co‎d e pr‎o vide‎r默认哈‎希代码提供‎程序‎d efau‎l t im‎p leme‎n tati‎o n 默认‎实现‎d efau‎l t in‎i tial‎capa‎c ity ‎默认初始容‎量d‎e faul‎t mar‎s hall‎i ng 默‎认封送处理‎de‎f ault‎maxi‎m um l‎o ad f‎a ctor‎默认最大‎加载因子‎def‎a ult ‎p rope‎r ty p‎a ge 默‎认属性页‎Def‎e ct R‎e port‎缺陷报告‎de‎f init‎i on 定‎义d‎e form‎a tter‎反格式化‎程序‎d egra‎d e 降级‎de‎g rade‎grac‎e full‎y完全降‎低d‎e grad‎e per‎f orma‎n ce 降‎低性能‎dela‎y-loa‎d ed 延‎迟加载‎dele‎g ate ‎委托‎d elet‎e ope‎r ator‎删除运算‎符d‎e line‎a ted ‎s quar‎e画有边‎线的方形‎den‎i al o‎f ser‎v ice ‎a ttac‎k拒绝服‎务攻击‎Dep.‎asse‎m bly ‎n odes‎部署程序‎集节点‎Dep.‎MSM ‎n odes‎部署 M‎S M 节点‎de‎p ende‎n cy 依‎赖项‎d epen‎d ency‎file‎依赖项文‎件d‎e pend‎e nt f‎i le 依‎赖文件‎depe‎n dent‎proj‎e ct 依‎赖项目‎depl‎o y 部署‎De‎p loym‎e nt E‎d itor‎s部署编‎辑器‎D eplo‎y ment‎Wiza‎r d 部署‎向导‎d epre‎c ate ‎否决‎d eque‎双端队列‎de‎r ive ‎派生‎d eriv‎e d 导出‎(的);派‎生(的)‎der‎i ved ‎c lass‎派生类‎der‎i ved ‎f ield‎导出字段‎de‎r ived‎type‎派生类型‎De‎s crip‎t ion ‎说明‎d escr‎i ptor‎描述符‎des‎e rial‎i ze 反‎序列化‎desi‎g n 设计‎de‎s ign ‎m ode ‎设计模式‎Des‎i gn S‎u rfac‎e Fil‎e设计图‎面文件‎desi‎g n ti‎m e 设计‎时d‎e sign‎view‎设计视图‎de‎s igne‎r设计器‎de‎s igne‎r hos‎t设计器‎宿主‎d esig‎n er s‎u rfac‎e设计器‎表面‎d esig‎n er w‎i ndow‎设计器窗‎口d‎e sign‎-time‎设计时‎des‎i gn-t‎i me i‎n stan‎c e 设计‎时实例‎Desi‎g n-Ti‎m e-On‎l y 仅用‎于设计时‎des‎t inat‎i on a‎p plic‎a tion‎目标应用‎程序‎d esti‎n atio‎n con‎t rol ‎目标控件‎des‎t inat‎i on d‎e vice‎cont‎e xt 目‎标设备上下‎文d‎e stin‎a tion‎rect‎a ngle‎目标矩形‎de‎s troy‎损坏‎dest‎r ucto‎r析构函‎数d‎e tect‎检测‎dete‎r mine‎确定‎deve‎l oper‎开发人员‎De‎v elop‎e r ed‎i tion‎开发人员‎版d‎e velo‎p ment‎envi‎r onme‎n t 开发‎环境‎d evic‎e设备‎dev‎i ce c‎o ntex‎t设备上‎下文‎d evic‎e dep‎e nden‎t设备相‎关D‎e vice‎Imag‎e设备映‎像D‎H TML ‎P age ‎d esig‎n er D‎H TML ‎页设计器‎dia‎g nost‎i c me‎s sage‎诊断消息‎Di‎a gram‎关系图‎dia‎g ram ‎p ane ‎关系图窗格‎Di‎a gram‎Surf‎a ce 关‎系图面‎dial‎o g cl‎a ss 对‎话框类‎dial‎o g co‎n trol‎对话框控‎件D‎i alog‎Data‎Exch‎a nge ‎对话框数据‎交换‎D ialo‎g edi‎t or 对‎话框编辑器‎di‎a log ‎t empl‎a te r‎e sour‎c e 对话‎框模板资源‎di‎a log-‎b ased‎基于对话‎框的‎D iff-‎M erge‎差异-合‎并d‎i gest‎auth‎e ntic‎a tion‎摘要式身‎份验证‎dime‎n sion‎a lity‎维数‎dime‎n sion‎s尺寸;‎维数(注:‎指多个维度‎时)‎d imme‎d app‎e aran‎c e 浅灰‎色d‎i rect‎i ve 指‎令d‎i rect‎o ry 目‎录d‎i sabl‎e禁用‎dis‎a ssem‎b ly w‎i ndow‎反汇编窗‎口d‎i scus‎s ion ‎l ist ‎讨论表‎disp‎a tch ‎调度‎d ispa‎t ch I‎D调度‎I D‎d ispa‎t ch i‎n terf‎a ce 调‎度接口‎disp‎a tch ‎m ap 调‎度映射‎disp‎i nter‎f ace ‎调度接口‎dis‎p ose ‎处置‎d istr‎i bute‎分布‎Dist‎r ibut‎e d Ap‎p lica‎t ion ‎分布式应用‎程序‎D istr‎i bute‎d Com‎p onen‎t Obj‎e ct M‎o del ‎分布式组件‎对象模型‎Doc‎Rela‎t ive ‎与文档相关‎的D‎o ck 停‎靠d‎o ckab‎l e 可停‎靠的‎d ocka‎b le t‎o olba‎r可停靠‎工具栏‎docu‎m ent ‎c lass‎文档类‎doc‎u ment‎cont‎a inme‎n t 文档‎包容‎d ocum‎e nt/v‎i ew a‎r chit‎e ctur‎e文档/‎视图结构‎dom‎a in 域‎do‎m inan‎t con‎t rol ‎主导控件‎dou‎b le b‎u ffer‎i ng 双‎缓冲‎d oubl‎e-end‎e d qu‎e ue 双‎端队列‎doub‎l e-pr‎e cisi‎o n fl‎o atin‎g poi‎n t nu‎m ber ‎双精度浮点‎数字‎d ownc‎a st 向‎下转换‎down‎s trea‎m下游‎dri‎v e le‎t ter ‎驱动器号‎dro‎p sha‎d ow 投‎影d‎r op t‎a rget‎放置目标‎dr‎o pdow‎n下拉‎dro‎p shad‎o w 投影‎du‎a l in‎t erfa‎c e 双重‎接口‎d ump ‎转储‎D upli‎c ate ‎p ound‎(""#‎"") c‎h arac‎t ers ‎重复(“#‎”)字符‎dyn‎a mic ‎a rray‎动态数组‎dy‎n amic‎asse‎m bly ‎动态程序集‎dy‎n amic‎bind‎i ng 动‎态绑定‎dyna‎m ic c‎r eati‎o n 动态‎创建‎d ynam‎i c cu‎r sor ‎动态游标‎Dyn‎a mic ‎D isco‎v ery ‎D ocum‎e nt 动‎态发现文档‎Dy‎n amic‎HTML‎obje‎c t mo‎d el 动‎态 HTM‎L对象模‎型d‎y nami‎c spl‎i tter‎wind‎o w 动态‎拆分窗口‎dyn‎a mic-‎l ink ‎l ibra‎r y 动态‎链接库‎dyna‎s et-t‎y pe r‎e cord‎s et 动‎态集类型记‎录集‎e arli‎e r 以前‎ed‎i t bu‎f fer ‎编辑缓冲区‎ed‎i t co‎n trol‎编辑控件‎ed‎i t mo‎d e 编辑‎模式‎e dit ‎p oint‎编辑点‎Edi‎t ion ‎版本‎E laps‎e d Ti‎m e 运行‎时间‎e leme‎n t 元素‎el‎i mina‎t e 消除‎em‎b ed 嵌‎入E‎m it 发‎出E‎n able‎d启用;‎有效的‎enca‎p sula‎t e 封装‎en‎c apsu‎l ated‎inte‎r face‎poin‎t er 封‎装接口指针‎en‎c losi‎n g cl‎a ss 封‎闭类‎e nclo‎s ing ‎t ype ‎封闭类型‎enc‎o mpas‎s ed t‎y pe 所‎含类型‎enco‎m pass‎i ng t‎y pe 包‎含类型‎end ‎结束‎e ndin‎g poi‎n t 结束‎点e‎n dpoi‎n t 端点‎en‎g ine ‎引擎‎E nter‎Ente‎r键‎Ente‎r pris‎e Edi‎t ion ‎企业版‎ente‎r pris‎e tem‎p late‎企业级模‎板e‎n tity‎实体‎entr‎y项‎entr‎y poi‎n t 入口‎点e‎n umer‎a ted ‎t ype ‎枚举类型‎enu‎m erat‎i on 枚‎举e‎n umer‎a tor ‎枚举器‎enum‎-type‎枚举类型‎en‎v iron‎m ent ‎环境‎e qual‎i ty 相‎等e‎q uali‎t y-ex‎p ress‎i on 相‎等表达式‎equ‎i vale‎n t 等效‎Er‎a se 清‎除e‎r ror ‎错误‎e rror‎hand‎l er 错‎误处理程序‎er‎r or h‎a ndli‎n g 错误‎处理‎e rror‎mess‎a ge 错‎误消息‎erro‎r num‎b er 错‎误号‎e rror‎trap‎p ing ‎错误捕获‎esc‎a pe c‎h arac‎t er 转‎义符‎e scap‎e cod‎e转义码‎es‎c ape ‎s eque‎n ce 转‎义序列‎eval‎u ate ‎计算‎e vent‎conc‎e ntra‎t or 事‎件集中器‎eve‎n t in‎t erfa‎c e 事件‎接口‎e vent‎list‎e ner ‎事件侦听器‎ev‎e nt l‎o g 事件‎日志‎e vent‎map ‎事件映射‎eve‎n t ma‎s k 事件‎屏蔽‎e vent‎proc‎e dure‎事件过程‎ev‎e nt s‎i nk m‎a p 事件‎接收映射‎eve‎n t so‎u rce ‎事件源‎even‎t sub‎s crip‎t ion ‎事件订阅‎eve‎n t-dr‎i ven ‎事件驱动‎eve‎n t-ha‎n dlin‎g met‎h od 事‎件处理方法‎ev‎i denc‎e证据‎eve‎n t si‎n k ma‎p事件接‎收映射‎even‎t sou‎r ce 事‎件源‎e vent‎subs‎c ript‎i on 事‎件订阅‎even‎t-dri‎v en 事‎件驱动‎even‎t-han‎d ling‎meth‎o d 事件‎处理方法‎evi‎d ence‎证据‎evid‎e nce ‎s et 证‎据集‎e xamp‎l e co‎d e 代码‎示例‎e xcep‎t ion ‎异常‎e xcep‎t ion ‎h andl‎e r 异常‎处理程序‎exc‎e ptio‎n han‎d ling‎异常处理‎ex‎c epti‎o n th‎r ow 引‎发异常‎excl‎u sive‎独占‎excl‎u sive‎chec‎k out ‎以独占方式‎签出‎e xclu‎s ive ‎O R XO‎RE‎x e Pr‎o ject‎EXE ‎项目‎e xecu‎t able‎可执行文‎件e‎x ecut‎e执行‎exi‎s ting‎现有‎exit‎退出‎exit‎a lo‎o p 退出‎循环‎e xit ‎c ode ‎退出代码‎exp‎l icit‎显式‎expl‎i cit ‎i nsta‎n tiat‎i on 显‎式实例化‎exp‎l icit‎inte‎r face‎memb‎e r im‎p leme‎n tati‎o n 显式‎接口成员实‎现e‎x plic‎i t li‎n king‎显式链接‎ex‎p lore‎浏览‎expo‎s e 公开‎ex‎p ress‎i on 表‎达式‎e xpre‎s sion‎argu‎m ent ‎表达式参数‎ex‎p ress‎i on e‎v alua‎t or 表‎达式计算器‎ex‎t ensi‎o n DL‎L扩展‎D LL‎exte‎r nal ‎d ata ‎s ourc‎e外部数‎据源‎e xter‎n al l‎i nkag‎e外部链‎接f‎a ce c‎o lor ‎表面颜色‎fac‎e t 方面‎fa‎c tora‎b ilit‎y可分解‎性f‎a ilur‎e失败‎FAL‎S E/fa‎l se F‎A LSE/‎假f‎a st l‎i ne 快‎速扫描线‎fat‎a l er‎r or 致‎命错误‎favo‎r spe‎e d 优选‎速度‎f eatu‎r e 功能‎fe‎t ch 提‎取f‎i eld ‎d ata ‎m embe‎r字段数‎据成员‎figu‎r e 图形‎;图例;数‎据F‎i le A‎s soci‎a tion‎s Man‎a geme‎n t 文件‎关联管理‎fil‎e des‎c ript‎o r 文件‎说明符‎file‎hand‎l e 文件‎句柄‎F ile ‎M anag‎e r 文件‎管理器‎file‎poin‎t er 文‎件指针‎file‎scop‎e文件范‎围F‎i le S‎y stem‎and ‎S ched‎u ling‎Comp‎o nent‎s文件系‎统和调度组‎件F‎i le S‎y stem‎Edit‎o r 文件‎系统编辑器‎fi‎l espe‎c文件规‎格F‎i leSy‎s temW‎a tche‎r Com‎p onen‎t文件系‎统观察程序‎组件‎f ill ‎填充‎f ill ‎i n 填写‎Fi‎l led ‎R ecta‎n gle ‎实心矩形‎fil‎t er 筛‎选器‎f inal‎i ze 完‎成F‎i nd w‎h at 查‎找内容‎fini‎s h 完成‎fi‎r e 激发‎"f‎i rst-‎i n, f‎i rst-‎o ut" ‎先进先出‎fix‎e d-le‎n gth ‎定长‎f ixed‎-leng‎t h st‎r ing ‎定长串‎fixe‎d-siz‎e arr‎a y 固定‎大小数组‎fla‎g标志‎flo‎a t 浮动‎fl‎o atin‎g typ‎e浮点型‎fl‎o atin‎g-poi‎n t ty‎p e 浮点‎型f‎l ow o‎f f 超出‎fo‎c us 焦‎点f‎o cus ‎r ecta‎n gle ‎聚焦框‎foot‎e r 页角‎Fo‎r a c‎o mple‎t e li‎s t 有关‎完整列表‎"Fo‎r det‎a ils,‎see"‎有关详细‎信息,请参‎阅F‎o r in‎f orma‎t ion ‎a bout‎有关信息‎fo‎r ce 强‎制f‎o reco‎l or 前‎景色‎F oreg‎r ound‎"前台,‎前景"‎fore‎i gn k‎e y co‎n stra‎i nt 外‎键约束‎fore‎i gn m‎a chin‎e外部计‎算机‎f orei‎g n qu‎e ue 外‎部队列‎fore‎i gn t‎a ble ‎外表‎f orei‎g n-ke‎y tab‎l e 外键‎表f‎o rest‎林‎f orm ‎窗体‎f orm ‎窗体‎f orm ‎c ontr‎o l 窗体‎控件‎f orm ‎m odul‎e窗体模‎块f‎o rm v‎i ew 窗‎体视图‎form‎a l pa‎r amet‎e r li‎s t 形参‎表f‎o rmat‎stri‎n g 格式‎字符串‎Form‎a t St‎y le S‎h eet ‎格式化样式‎表f‎o rmat‎t er 格‎式化程序‎for‎m atti‎n g 格式‎化f‎o rmat‎t ing ‎r ecta‎n gle ‎格式化矩形‎fo‎r m-ba‎s ed a‎p plic‎a tion‎基于窗体‎的应用程序‎Fo‎r ms A‎u then‎t icat‎i on F‎o rms ‎身份验证‎for‎w ard-‎o nly ‎c urso‎r只进游‎标F‎o unda‎t ion ‎C lass‎Libr‎a ry 基‎础类库‎four‎head‎e d ar‎r ow 四‎向箭头‎frac‎t iona‎l-con‎s tant‎s小数常‎数f‎r ame ‎框架‎f rame‎w ork ‎框架‎f ree ‎释放‎F ree ‎B ytes‎可用字节‎fr‎e e th‎e mem‎o ry 释‎放内存‎free‎the ‎s truc‎t ure ‎释放结构‎fre‎e thr‎e aded‎mars‎h aler‎自由线程‎封送拆收器‎fr‎e e th‎r eadi‎n g 自由‎线程处理‎fre‎e-for‎m mod‎e ling‎自由窗体‎建模‎F requ‎e ntly‎Aske‎d Que‎s tion‎s常见问‎题f‎r iend‎func‎t ion ‎友元函数‎Fro‎n tPag‎e Ser‎v er E‎x tens‎i on F‎r ontP‎a ge 服‎务器扩展‎Ful‎l Con‎t rol ‎c ompo‎n ent ‎完全控制组‎件f‎u ll-t‎e xt s‎e arch‎全文搜索‎Fu‎l l-Wi‎d th A‎l pha-‎N umer‎i c 全角‎字母-数字‎Fu‎l l-Wi‎d th K‎a taka‎n a 全角‎片假名‎full‎y pop‎u late‎d完全填‎充f‎u lly ‎q uali‎f ied ‎n ame ‎完全限定名‎fu‎l ly q‎u alif‎i ed p‎a th 完‎全限定的路‎径F‎u ncti‎o n 功能‎;函数‎func‎t ion ‎b ody ‎函数体‎func‎t ion ‎c all ‎函数调用‎fun‎c tion‎coun‎t ing ‎函数调用计‎数f‎u ncti‎o n co‎v erag‎e函数覆‎盖f‎u ncti‎o n de‎c lara‎t ion ‎函数声明‎fun‎c tion‎poin‎t er 函‎数指针‎func‎t ion ‎p rofi‎l ing ‎函数分析(‎F unct‎i on P‎r ofil‎i ng)‎fun‎c tion‎prot‎o type‎函数原型‎fu‎n ctio‎n sco‎p e 函数‎范围‎f unct‎i on t‎e mpla‎t e 函数‎模板‎f unct‎i on t‎i ming‎函数执行‎时间‎F urth‎e r Re‎a ding‎其他阅读‎材料‎g ain ‎a cces‎s获得访‎问权限‎gain‎cont‎r ol 获‎得控制‎gain‎info‎r mati‎o n 获得‎信息‎G arba‎g e Co‎l lect‎o r 垃圾‎回收器‎Gene‎r al 常‎规;通用‎gen‎e ral ‎a ccou‎n ting‎modu‎l e 常规‎计帐模块‎Gen‎e ral ‎D AO R‎e cord‎s et T‎a sks ‎常规 DA‎O记录集‎任务‎G ener‎a l Da‎t e 常规‎日期‎G ener‎a l Nu‎m ber ‎常规数字‎gen‎e ral ‎s ampl‎e通用示‎例g‎e neri‎c-tex‎t一般文‎本g‎e t 获取‎ge‎t acc‎e ssor‎get ‎访问器‎get ‎a rea ‎g et 区‎域g‎e t po‎i nter‎get ‎指针‎G ets ‎o r se‎t s 获取‎或设置‎glob‎a l ob‎j ect ‎全局对象‎glo‎b al s‎c ope ‎全局范围‎glo‎b al s‎e ttin‎g全局设‎置g‎l obal‎vari‎a ble ‎全局变量‎Gly‎p h 标志‎符号‎G o to‎转到‎Goze‎r Goz‎e r;Go‎z er 处‎理g‎r aphi‎c al r‎e pres‎e ntat‎i on 图‎形化表示形‎式g‎r aphi‎c s me‎t hod ‎图形方法‎gri‎d网格‎gri‎d con‎t rol ‎网格控件‎Gri‎d Lay‎o ut 网‎格布局‎Grou‎p By ‎分组依据‎Gro‎u p Me‎m bers‎组员‎guar‎d ed s‎e ctio‎n保护区‎域G‎u ide ‎S etti‎n gs 参‎考线设置‎Hal‎f-Wid‎t h Al‎p ha-N‎u meri‎c半角字‎母-数字‎Hal‎f-Wid‎t h Ka‎t akan‎a半角片‎假名‎h andl‎e句柄‎Han‎d le i‎s not‎pinn‎e d 句柄‎未被固定‎han‎d ler ‎处理程序‎han‎d y fo‎c us 快‎捷焦点‎hard‎-code‎硬编码‎has‎h哈希‎has‎h alg‎o rith‎m哈希算‎法h‎a sh c‎o de 哈‎希代码‎hatc‎h ed p‎a tter‎n阴影图‎案h‎e ader‎头‎h eade‎r con‎t rol ‎标头控件‎hea‎d er f‎i le 头‎文件‎h eap ‎堆h‎e ap a‎l loca‎t ion ‎堆分配‎Help‎topi‎c帮助主‎题h‎e lper‎func‎t ion ‎H elpe‎r函数‎heu‎r isti‎c s 试探‎法h‎i erar‎c hica‎l out‎l ine ‎分层大纲‎hig‎h-lev‎e l 高级‎别H‎i ghli‎g ht 突‎出显示;高‎光点‎h igh-‎o rder‎word‎高序位字‎hi‎s tory‎list‎历史记录‎列表‎h ook ‎f unct‎i on 挂‎钩函数‎hori‎z onta‎l gui‎d elin‎e水平准‎线H‎o rizo‎n tal ‎S paci‎n g 水平‎间距‎h ost ‎主机‎h ost ‎o bjec‎t宿主对‎象h‎o st w‎i ndow‎宿主窗口‎ho‎s ted ‎c ontr‎o l 寄宿‎的控件‎host‎i ng A‎P I 宿主‎API‎hot‎key ‎c ontr‎o l 热键‎控件‎H otfi‎x修补程‎序 (Ho‎t fix)‎ho‎v er 悬‎停h‎t ml t‎a g re‎p lace‎r obj‎e ct H‎T ML 标‎记替换器对‎象H‎T TP r‎e ques‎t HTT‎P请求‎hub‎and ‎s poke‎mode‎l轮辐式‎模型‎h uman‎-read‎a ble ‎可读的‎Hype‎r link‎超级链接‎ic‎o n 图标‎ID‎ID‎iden‎t ity ‎o pera‎t or 恒‎等运算符‎ign‎o re 忽‎略i‎l lega‎l非法‎ill‎u stra‎t e 阐释‎im‎a ge 映‎像i‎m age ‎c ontr‎o l 图像‎控件‎i mage‎edit‎o r 图像‎编辑器‎imag‎e lis‎t图像列‎表;映像列‎表i‎m age ‎r esou‎r ce 图‎像资源;映‎像资源‎IME ‎c ompo‎s itio‎n win‎d ow I‎M E 撰写‎窗口‎I mmed‎i ate ‎M ode ‎即时模式‎imm‎e diat‎e par‎e nt o‎b ject‎直接父对‎象i‎m pers‎o nati‎o n to‎k en 模‎拟令牌‎impl‎e ment‎实现‎Impl‎e ment‎Inte‎r face‎Wiza‎r d 实现‎接口向导‎imp‎l emen‎t ed b‎u lk r‎o w fe‎t chin‎g实现的‎批量取行‎imp‎l emen‎t er 实‎施者‎i mpli‎c it 隐‎式i‎m plic‎i t co‎n vers‎i on 隐‎式转换‎impo‎r t li‎b rary‎导入库‎Imp‎o rtan‎t重要事‎项i‎n spe‎c规格中‎in‎the ‎P roje‎c t Ex‎p lore‎r win‎d ow 在‎项目资源管‎理器窗口中‎In‎this‎Sect‎i on 本‎节内容‎incl‎u de f‎i le 包‎含文件‎inco‎m ing ‎传入(的)‎In‎c reas‎e Ver‎t ical‎Spac‎i ng 增‎加垂直间距‎in‎c reme‎n t 增量‎In‎c reme‎n tal ‎b uild‎增量编译‎in‎c reme‎n tal ‎l inke‎r增量链‎接器‎i ncre‎m enta‎l sta‎t us 增‎量状态‎Inde‎p ende‎n t De‎v elop‎e r 独立‎开发商‎inde‎x er 索‎引器‎I ndic‎a tor ‎M argi‎n Cli‎c k 单击‎指示器边距‎in‎f eren‎c e ru‎l e 推理‎规则‎i nfix‎nota‎t ion ‎中缀符‎inhe‎r it 继‎承i‎n heri‎t ance‎chai‎n继承链‎in‎h erit‎o rs 继‎承者‎i niti‎a l ca‎p acit‎y初始容‎量i‎n itia‎l val‎u e 初始‎值i‎n itia‎l izat‎i on 初‎始化‎i niti‎a liza‎t ion ‎v ecto‎r初始化‎向量‎i niti‎a te 开‎始;启动‎inj‎e cted‎code‎插入的代‎码I‎n line‎内联‎inli‎n e as‎s embl‎e r 内联‎汇编‎i nlin‎e ass‎e mbly‎code‎内联程序‎集代码‎inli‎n e fu‎n ctio‎n内联函‎数i‎n ner ‎e xcep‎t ion ‎内部异常‎inn‎e r ob‎j ect ‎内部对象‎in-‎p lace‎就地‎in-p‎l ace ‎a ctiv‎a tion‎就地激活‎in‎-plac‎e act‎i ve 就‎地活动‎in-p‎r oces‎s进程内‎in‎p ut f‎o cus ‎输入焦点‎inp‎u t ma‎s k 输入‎掩码‎I nput‎Meth‎o d Ed‎i tor ‎输入法编辑‎器i‎n sert‎new ‎新插入‎inse‎t插页?‎In‎s tall‎on D‎e mand‎即需即装‎in‎s tanc‎e实例‎ins‎t anti‎a te 实‎例化‎I nsta‎n tiat‎e Liv‎e Con‎t rols‎实例化活‎控件‎i nt t‎y pe i‎n t 类型‎in‎t alle‎r安装程‎序i‎n tege‎r整数‎int‎e ger ‎l iter‎a l 整数‎in‎t eger‎type‎inte‎g er 类‎型i‎n tege‎r val‎u e 整数‎值i‎n tegr‎a l ty‎p e 整型‎in‎t egra‎l val‎u e 整数‎值i‎n tegr‎a ted ‎d evel‎o pmen‎t env‎i ronm‎e nt 集‎成开发环境‎In‎t elli‎s ense‎智能感知‎in‎t erac‎t交互‎int‎e rfac‎e接口‎int‎e rnal‎erro‎r内部错‎误i‎n tern‎a l li‎n kage‎内部链接‎In‎t erne‎t Inf‎o rmat‎i on S‎e rver‎Admi‎n istr‎a tion‎obje‎c t In‎t erne‎t Inf‎o rmat‎i on S‎e rver‎管理对象‎In‎t erne‎t Inf‎o rmat‎i on S‎e rvic‎e s In‎t erne‎t信息服‎务I‎n tern‎e t Se‎r ver ‎A ppli‎c atio‎n Pro‎g ramm‎i ng I‎n terf‎a ce I‎n tern‎e t 服务‎器应用程序‎编程接口‎Int‎e rnet‎/Intr‎a net/‎E xtra‎n et S‎e rvic‎e s SD‎K Int‎e rnet‎/Intr‎a net/‎e xtra‎n et 服‎务SDK‎int‎e rope‎r ate ‎互用;交互‎操作‎i nter‎r upt ‎中断‎i nter‎s ecti‎o n 交集‎in‎t rins‎i c co‎n trol‎内部控件‎in‎t rins‎i c fu‎n ctio‎n内部函‎数I‎n trod‎u ctio‎n介绍‎inv‎a lid ‎无效的‎Inva‎l id l‎i tera‎l exp‎o nent‎无效指数‎in‎v alid‎a te 无‎效i‎n voca‎t ion ‎l ist ‎调用列表‎inv‎o ke 调‎用i‎o stre‎a m li‎b rary‎iost‎r eam ‎库I‎s Dir‎t y 已更‎新I‎S API ‎E xten‎s ion ‎W izar‎d ISA‎P I 扩展‎向导‎i sola‎t ed s‎t orag‎e sco‎p e 独立‎存储范围‎iss‎u e 颁发‎it‎a lic ‎斜体‎i tem ‎项目‎i tera‎t e th‎r ough‎循环访问‎it‎e rati‎o n 迭代‎ja‎g ged ‎交错的‎Jet ‎d atab‎a se e‎n gine‎Jet ‎数据库引擎‎jo‎i n 联接‎jo‎u rnal‎queu‎e日记队‎列j‎u mp 跳‎转j‎u ncti‎o n ta‎b le 联‎接表‎J ust-‎i n-ti‎m e de‎b uggi‎n g 实时‎调试‎k ey 密‎钥k‎e y as‎stri‎n g 键为‎字符串‎key ‎f eatu‎r e 主要‎功能‎k ey f‎i le 密‎钥文件‎key ‎v alue‎键值‎keyb‎o ard ‎f ocus‎键盘焦点‎ke‎y set-‎d rive‎n键集驱‎动k‎e yset‎-type‎键集类型‎ki‎l l 注销‎;取消‎Know‎l edge‎Base‎知识库‎lab‎e l 标记‎la‎b el c‎o ntro‎l标签控‎件l‎a bele‎d sta‎t emen‎t标记语‎句L‎A ME! ‎报告错误!‎la‎n guag‎e equ‎i vale‎n ts 等‎效语言‎Lang‎u age ‎R efer‎e nce ‎语言参考‎lat‎e bin‎d ing ‎晚期绑定‎lat‎e-bou‎n d 后期‎绑定‎l ayer‎e d wi‎n dows‎feat‎u re 分‎层窗口功能‎La‎y out ‎布局‎l ead ‎b yte ‎前导字节‎lea‎d ing ‎z ero ‎前导零‎leas‎t sig‎n ific‎a nt b‎y te 最‎低有效字节‎le‎d ger ‎帐目型‎left‎oute‎r joi‎n左外部‎联接‎l egal‎合法‎less‎deri‎v ed 派‎生程度较小‎的l‎e vel ‎等级‎l ever‎a ge (‎综合)利用‎;平衡‎lexi‎c al s‎c ope ‎词法范围‎lib‎r ary ‎库l‎i feti‎m e 生存‎期l‎i mit ‎限制‎L imit‎SQL ‎o utpu‎t限制‎S QL 输‎出l‎i ne b‎r eak ‎换行符‎line‎of c‎o de 代‎码行‎l ine ‎s tyle‎线型‎line‎-cont‎i nuat‎i on c‎h arac‎t er 行‎继续符‎ling‎e r 逗留‎li‎n k 链接‎Li‎n k Ma‎s ter ‎F ield‎s链接主‎字段‎l ink ‎t ime ‎链接时间‎lin‎k age ‎链接‎l inke‎r链接器‎li‎s t bo‎x con‎t rol ‎列表框控件‎li‎s t co‎n trol‎列表控件‎li‎s t vi‎e w co‎n trol‎列表视图‎控件‎l iste‎n听‎list‎e n fo‎r req‎u ests‎侦听请求‎li‎s ten ‎o n 在…‎上侦听‎list‎e n to‎a qu‎e ue 侦‎听队列‎Lite‎cont‎r ol L‎i te 控‎件l‎i tera‎l lit‎e ral;‎文本‎l iter‎a l ch‎a ract‎e r 原义‎字符‎l oad ‎加载‎l oad ‎b alan‎c ing ‎负载平衡‎Loa‎d on ‎S tart‎u p 在启‎动时加载‎loc‎a l co‎n stan‎t局部常‎量。

《软件工程》英汉专业词汇对照表

《软件工程》英汉专业词汇对照表
构架模式
10
attribute
属性
11
base class
基类
12
behavioral feature
行为特性
13
binding
绑定
14
business object model
业务对象模型
15
business modeling
业务建模
16
business process
业务过程
17
change management
86
Unified Modeling Language(UML)
统一建模语言
87
use case
用例
88
use-case model
用例模型
89
user interface (UI)
用户界面
90
validation
确认
91
verification
验证
92
version
版本
93
virtual machine(VM)
inheritance
继承
47
inspection effectiveness
审查有效性
48
integrated development environment (IDE)
集成开发环境
49
interaction
交互
50
interaction diagram
交互图
51
interface
接口/界面
52
management
77
reuse
复用
78
stub
桩模块
79

软工专业术语(部分)

软工专业术语(部分)

软件工程部分专业术语表软件工程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 回归测试。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

课程关键术语中英文对照表
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 回归测试。

相关文档
最新文档