计算机编程及常用术语大全(英汉对照)
计算机编程及常用术语英语词汇大全精编版
计算机编程及常用术语英语词汇大全公司标准化编码 [QQX96QT-XQQB89Q8-NQQJ6Q8-MQM9N]第一部分、计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
计算机编程常用术语中英对照
计算机编程常用术语中英对照Abstraction:抽象Accessor:访问器Address:地址Algorithm:算法API:应用程序接口Array:数组Assignment:赋值Asynchronous:异步Attribute:属性Backup:备份Bug:缺陷、错误Byte:字节Cache:缓存Class:类Closure:闭包Condition:条件Constant:常量Control Structure:控制结构Cookie:CookieCore:核心Cycle:循环Data:数据Database:数据库Debug:调试Declaration:声明Declarative Programming:声明式编程Decode:解码Define:定义Delete:删除Deployment:部署Design Pattern:设计模式Device:设备Dialogue:对话Dictionary:字典Dimension:维度Directive:指令Distributed System:分布式系统Done:完成Documentation:文档Domain:域Encapsulation:封装Encoding:编码Exception:异常Execution:执行Expression:表达式File:文件Function:函数Garbage Collection:垃圾回收Generic:通用Graph:图表Hash:散列Heap:堆Hierarchy:层次结构Host:主机Index:索引Inheritance:继承Input:输入Integrity:完整性Interface:界面Internet:因特网Interpreter:解释器IP:IPJava:JavaKey:键Linked List:链表Loop:循环Macro:宏Memory:内存Method:方法Module:模块Network:网络Object:对象OOP:面向对象编程。
计算机编程及常用术语英语词汇大全
第一部分、计算机算法常用术语中英对照基本数据结构字典堆图集合线段树数值问题线性方程组带宽压缩矩阵乘法行列式最值问题线性规划随机数生成因子分解/质数判定高精度计算背包问题离散变换组合问题排序查找中位数排列生成子集生成划分生成图的生成日期工程安排可满足性图论-多项式算法连通分支拓扑排序最小生成树最短路径传递闭包匹配/ 回路/中国邮路割边/割点网络流图的描绘树的描绘平面性检测和嵌入图论问题独立集点覆盖旅行商问题回路图的划分点染色边染色同构树最大无环子图计算几何凸包三角剖分图最近点对查询范围查询位置查询碰撞测试装箱问题中轴变换多边形分割多边形化简相似多边形运动规划平面分割和集合与串的问题集合覆盖集合配置模式匹配模糊匹配压缩密码有穷自动机简化最长公共子串最短公共父串————动态规划——递归第二部分、编程词汇A2A A2A整合抽象的()抽象基类抽象、抽象物、抽象性存取、访问访问级别访问函数账户动作激活活动的实参适配器插件地址地址空间取地址操作符( )( )数据对象聚合、聚集算法别名排列、对齐分配、配置分配器、配置器尖括号注解、评注( ) 应用(程序)编程接口( )应用域应用、应用程序应用程序框架外观附加架构、体系结构归档文件、存档文件引数(传给函式的值)。
参见数组箭头操作符( )活动服务器页面工作者进程装配件、配件汇编语言装配件清单() 断言赋值赋值、分配赋值操作符相关的、相关联的关联式容器(对应)异步的原子的原子操作特性、属性验证服务授权音频. 人工智能B2B B2B整合、B2B集成( )背景、后台(进程)向后兼容、向下兼容备份备份设备备份文件带宽基类基类型批处理( )基类库二进制二分查找二叉树双参函数二进制大对象二元操作符绑定位位图按位...为单元进行复制;位元逐一复制,按位拷按位运算块、区块、语句块簿记布林值(真假值,或)边框边界检查装箱、装箱转换( ) 大括号、花括号( ) 中括号、方括号断点浏览器应用(程序)可经由浏览器访问的应用程序编连(专指编译和连接内建、内置总线业务、商务(看场合)业务逻辑业务规则按钮臭虫通过位元组(由8 组成)高速缓存日历调用回调()调用级接口()调用操作符候选键( )级联删除( )级联更新( )转型、造型转换目录链( )字符字符格式字符集约束( )检查点( )复选框复选按钮子类( )通用中间语言、通用中介语言类类声明类定义类继承列表类厂类层次结构类库类装载器类模板类模板部分特化类模板特化分类子句客户端应用程序客户端游标( )代码页清理、清除( ) 通用语言基础设施客户、客户端客户区客户机/服务器、客户端/服务器剪贴板克隆( ) 通用语言规范代码访问安全( ) 通用对象文件格式集合( ) 组件对象模型组合框命令行注释提交( )通讯兼容编译期、编译时编译器组件复合索引、组合索引( )复合键、组合键( )复合、组合概念具体的具体类并发、并发机制约束( )配置、组态连接( )连接池控制台常量构件、成分、概念、构造()() 构造函数、构造器容器包容环境、上下文控件(不译)拷贝通用对象请求中介架构( ) 覆盖、涵盖创建、生成交叉表查询( )( )( )通用类型系统多维数据集( )光标游标( )定制、自定义数据数据连接( )() 数据控制语言() ( )() 数据定义语言() ( )数据字典( )数据字典视图( )数据文件( )数据完整性( )()数据操作语言() ( )数据集市( )数据抽取( )数据清理( )数据源( )() 数据源名称() ( )数据仓库( )数据集( )数据库( )数据库目录( )数据关系图( )数据库文件( )数据库对象( )数据库所有者( )数据库工程( )数据库角色( )数据库模式、数据库架构( ) ī数据库脚本( )数据绑定( )数据感知控件( )数据成员、成员变量数据集( )数据源( )数据结构数据表( )数据报文( )数据库管理系统( ) ( )分布式死锁( )归还调试调试器退化决策支持声明()声明引用完整性() ( ) 推导默认约束( )默认数据库( )默认实例( )默认结果集( )缺省、默认值推迟定义委托委托部署解引用(提领)运算子派生类契约式设计设计模式销毁()析构函数、析构器设备( )动态超文本标记语言对话框摘要数字的( )直接消息封装(编译)指示符目录脏页( )脏读( )反汇编器( ) 的查找盘调度、分派、派发(我喜欢“调度”)( )分派标识符分布式计算分布式查询( )( ) 分布式网间应用程序文档( )文档对象模型(圆)点操作符驱动(程序)( ) 文档类型定义()双字节字符集()转储转储文件动态游标( )动态筛选( )动态锁定( )动态恢复( )动态快照( )动态语句( )动态装配件、动态配件动态绑定( )企业应用程序集成(整合)( ) 空基类优化(机制)电子商务( )电子数据交换效率高效端对端身份验证最终用户引擎实体封装外围类别(与巢状类别有关)() 枚举枚举成员、枚举器相等相等性等号操作符错误日志( )转义码转义符、转义字符排它锁( )显式事务( )评估事件事件驱动的事件处理器证据异常异常声明异常处理、异常处理机制异常安全的异常规范退出显式显式特化导出表达式设施、设备胖客户端特性、特征提取字段()字段( )字段长度( )文件筛选( )终结防火墙终结器固件标记闪存刷新字体() 外键() ( )窗体形参前置声明只向前的只向前游标( )碎片( )框架完全特化函数(即()) 函数调用操作符函数对象函数重载决议功能函数模板仿函数( ) 全局装配件缓存、全局配件缓存( ) 垃圾回收(机制)、垃圾收集(机制) 游戏生成泛化的、一般化的、通用的通用算法泛型(相对于)取值函数全局的全局对象全局范围解析操作符授权( )粒度组、群分组框图形界面( ) 全球唯一标识符握手句柄处理器硬编码的截屏图硬盘硬件散列表、哈希表头文件堆帮助文件层次结构、继承体系阶层式数据、层次式数据钩子()宿主(应用程序)热键超链接( ) 超文本标记语言管道( ) 超文本传输协议图标( )集成开发环境( ) 接口定义语言标识符空闲时间当且仅当( ) 中间语言、中介语言图象输入法直接基类直接派生类即时更新( )隐式事务( )增量更新( )索引( )实现实现、实现品隐式导入增加操作符无限循环无限递归信息基础设施继承、继承机制内联内联展开初始化初始化列表、初始值列表初始化内联接( )现场激活实例具现化、实体化(常应用于)具现体、具现化实体(常应用于) 集成、整合完整性、一致性完整性约束( )()进程间通讯()交互接口界面互操作性、互操作能力解释器自省不变性隔离级别( )迭代反复的、迭代的迭代器迭代(回圈每次轮回称为一个) 项、条款、项目编译即时编译键( )键列( )激光迟绑定左向外联接( )阶、层例高阶、高层库生命期、寿命连接、链接连接、链接连接器、链接器字面常数列表、表、链表列表框活锁( )装载、加载负载平衡装载器、载入器局部的局部对象锁日志登录登录安全模式( )查找表( )循环松散耦合左值机器码、机器代码宏维护受控代码、托管代码受控扩充件、托管扩展受控对象、托管对象操纵器(预先定义的一种东西) 多对多关系( )多对一关系( )列集成员成员取用运算子(有和两种) 成员函数成员初始值列表以为单元…、逐一…内存内存泄漏菜单消息基于消息的消息环消息队列元数据元编程方法微中间件中间层建模建模语言修饰字、修饰符调制解调器模块最底层的派生类鼠标可变的互斥元、互斥体() 多维() ( )多线程服务器应用程序多用户多任务多线程组播委托、多点委托命名参数命名管道名字空间、命名空间原生的、本地的本地码、本机码()本地映像生成器嵌套类嵌套查询( )嵌套表( )网络网卡对象基于对象的目标文件对象模型面向对象的对象池化数据源( )驱动程序( )( )自动化对象( )自动化服务器( )使用者( )用于的( )提供者( )一对多关系( )一对一关系( )() 联机分析处理() ( )联机重做日志( )() 联机事务处理() ( ) () 开放式数据服务() ( ) () 开放式数据库连接() ( ) 操作数() 操作系统操作操作符、运算符选项优化器外联接( )上限溢位(相对于)额外开销重载重载决议重载的函数被重载的操作符覆写、重载、重新定义包打包调色板并行参数、形式参数、形参参数列表参数化父类圆括弧、圆括号解析解析器零件、部件局部特化传址(函式引数的传递方式)(非正式用语) 传地址、按引用传递按值传递模式( )个人数字助理( ) 可移植可执行文件性能持久性( ) 平台调用服务像素占位符平台( ())( )指针轮询池化多态弹出式端口后缀优先序(通常用于运算子的优先执行次序) 前缀预处理器()主键() ( )主表( )原始模板原始类型打印打印机过程过程式的、过程化的进程评测效能(性能)评测器程序程序员编程、程序设计进度指示器项目、工程属性协议伪码经过资格修饰(例如加上运算子) 修饰符质量队列竞争条件(多线程环境常用语)弧度单选按钮引发(常用来表示发出一个)随机数范围、区间等级未经处理的只读记录( )记录集(递归重定向重构引用、参考引用、参考引用计数()引用完整性() ( )寄存器反射刷新数据( )正则表达式关系数据库远程远程请求表述,表现解析、决议解析过程结果集( )检索数据返回返回类型返回值右向外联接( )撤销健壮健壮性回滚( )前滚( )例程行( )行锁( )行集( )( )(远程过程调用)执行期、运行期、执行时、运行时右值保存保存点( )( )可伸缩的、可扩展的调度调度程序模式、纲目结构滚动条作用域、生存空间生存空间操作符生存空间解析操作符屏幕( )软件开发包密封类查找语义信号量序列式容器服务器、服务端串行序列化服务端游标、服务器游标( )会话( )设值函数共享锁( )同级副作用签名单线程滑块槽智能指针( ) 简单邮件传输协议截屏图快照( )特化规范、规格切分窗口( ) 简单对象访问协议软件源码、源代码( ) 结构化查询语言( ) 栈、堆栈叠辗转开解(此词用于主题) 标准库标准模板库无状态的语句、声明静态游标( )静态语句( )存储过程( )状态条流字符串存根子对象子查询( )子例程ī下标操作符子集子类型支持挂起记号语法系统数据库( )系统表( )表( )表锁( )表级约束( )磁带备份( )标的,目标工作切换( ) 传输控制协议模板模板参数推导模板显式特化模板参数临时对象临时表( )文本文本文件瘦客户端第三方线程线程安全的抛出、引发(常指发出一个) 符号、标记、令牌(看场合)跟踪事务( )事务日志( )事务回滚( )事务复制( )翻译单元遍历触发器( )两阶段提交( )两阶段查找类型( ī, )统一描述、查询与集成( )统一建模语言单参函数一元操作符拆箱、拆箱转换下限溢位(相对于)联合查询( )约束( )唯一索引( )非受控代码、非托管代码散集未经限定的、未经修饰的( ) 统一资源标识符( ) 统一资源定位器用户用户界面值类型变量向量(一种容器,有点类似) 可行的视频视图( )虚拟执行引擎厂商视图( )虚函数虚拟机虚拟内存元音字母服务子句( )通配符字符( )通配符搜索( )窗口窗口函数窗口过程身份验证向导单词字处理器包装、包装器写启用( )预写日志( )只写( ī) 描述语言() 消息接口( ) 可扩展标记语言( ) 模式定义语言( ) 可扩展样式表语言( )可扩展样式表语言转换基于的面向1 :应用程式应用、应用程序应用程式框架、应用框架应用程序框架架构、系统架构体系结构引数(传给函式的值)。
计算机编程及常用术语英语词汇大全修订稿
计算机编程及常用术语英语词汇大全WEIHUA system office room 【WEIHUA 16H-WEIHUA WEIHUA8Q8-第一部分、计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
计算机编程常用术语中英对照
计算机编程常用术语中英对照A-Z目录计算机编程常用术语A-ZA (3)B (7)C (10)D (16)E (22)F (25)G (28)H (30)I (32)L (35)M (37)N (40)O (41)P (44)Q (47)R (48)S (51)T (55)U (57)V (59)W (60)X (61)AABC (abstract base class) 抽象基类abstract class 抽象类access 存取;访问;access level访问级别access function 访问函数account 账户actual parameter 实参adapter 适配器add-in 插件;外挂;同义词plugin; plug-in; addin; add-on; addon; extension address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup) 参数依赖查找;又叫做Koenig lookup凯尼格查找;Koenig 查找;ADO (activex data object) activex数据对象aggregation聚集;聚合;algorithm 算法alias 别名;假名;align对齐allocate配置allocator配置器angle bracket 尖括号annotation评注application应用;应用程序;API (application programming interface) 应用(程序)编程接口app domain (application domain) 应用程序域application framework应用框架;应用程序框架;appearance 外观append 附加architecture 架构;体系结构;argument 引数(传给函数的值);实参;引数:程序中函数的参数同义词:parameter 叁数;形式叁数;形叁;变量(veriable);array数组;arrow operator arrow箭头操作符;active server活动服务器ASP (active server page) 活动服务器页面 worker process 工作者进程assembly n.装配;组装;assemble v.装配;组装;assembly language 汇编语言assert(ion) 断言assign v. 赋值;assignment operator 赋值操作符;赋值运算符;associated 相应的;相关的;associative container 关联式容器对应:sequence container 序列式容器atomic原子的atomic operation 原子操作attribute属性;特性;authentication service 验证服务authorization 授权audio音频AI人工智能Bb2b integration (business-to-business integration) b2b整合;b2b集成;background背景;后台(进程);backward compatibility向后兼容;向下兼容;同义词:downward compatibilityband width 频宽;频带宽度;backup 备份backup device备份设备backup file 备份文件带宽base class基类BCL (base class library) 基类库base type 基类型batch 批处理;批处理脚本;benefit 利益;收益;best viable function 最佳可行函式从viable functions 中挑出的最佳吻合者binary 二进制binary function 二元函式;双参函数;binary operator二元操作符binary search 二分查找;折半查找;同义词:half-interval search;logarithmic searchbinary tree 二元树;二叉树同义词:bivariate function;function of two variables;binding绑定bit位全称:binary digit (bit其实就是将binary 和digit二词的字母糅合在一起而合成的词)bit field位域bitmap位图(位图图像);点阵图像;绘制图像;同义词:bit array; bitmap index反义词:vector 矢量图bitwise 按位...bitwise copy 为单元进行复制;位元逐一复制,按位拷;bitwise operation 按位运算block 块;区块;语句块;Boolean 布尔值;布尔常量;布林值(真假值,true 或false);法语:boolienborder 边框bounds checking 边界检查boxing 装箱;装箱转换;brace (curly brace) 大括弧、大括号;花括弧、花括号;bracket/ round bracket BrE. 括号;中括号;方括号(复数:brackets)parenthesis AmE. 括号(复数:parentheses)square bracket AmE. 中括弧、中括号;方括弧、方括号;breakpoint断点也可称为pausebrowser applications 浏览器应用(程序)browser-accessible application 可经由浏览器访问的应用程序build 编连(专指编译和连接)built-in 内建;内置;bus 总线button 按钮byte字节(由8 bits 组成)Ccache高速缓存;快取;call调用;呼叫、叫用;call operator 调用操作符callback回调;回呼;candidate function候选函数candidate key 候选关键字;候选键;候选码;cascading delete 级联删除cascading update 级联更新casting 转型、造型转换;catalog 目录chain链例chain of function callscharacter字符character format 字符格式character set 字符集CheckBox/ check box复选框check button复选按钮check constraints check约束checked exception 可控式异常check point 检查点child class 子类、子类别;同义词:derived class; subtype; subclassCIL (common intermediate language) 通用中间语言、通用中介语言; class 类别class body类体;类别本体;class declaration类声明class definition 类定义class derivation 类继承class derivation list 类继承列表class factory 类厂class head 类别表头、类头;class hierarchy 类层次结构class library 类库class loader 类装载器class library类库class template类模板、类别模板;class template partial specializations 类模板部分特化class template specializations 类模板特化classification 分类clause 子句client 客端、客户端、客户;client area 客户区client application 客户端应用程序client cursor 客户端游标cleanup 清理、清除;CLI (call-level interface) 调用级接口CLI (common language infrastructure) 通用语言基础设施Client/Server 客户端/服务器;C/S结构;client-server model 主从架构clipboard 剪贴板CLS (common language specification) 通用语言规范code access security 代码访问安全code page 代码页COFF (common object ) 通用对象文件格式collection 集合;群集;COM(component object model) 组合对象模型combo box组合框command line命令行comment 注释commit 提交communication 通讯compatible兼容compile time 编译时;编译期;compiler 编译器component 组件composite index 复合索引、组合索引;composite key 复合键、组合键;composition组合;复合;合成;concept 概念concrete 具体的abstract 抽象的concrete class 具体类concurrency 并发、并发机制;configuration 配置constraint 约束construct 构件container 容器(存放资料的某种结构如list, vector...)containment 内含;包容;context 环境、上下文;control 控件console 主控台;const 常数、常量;constant 的缩写,c++ 关键字相对于变量variableconstructor(ctor)构造函数destructor (dtor) 析构函数copy v. 拷贝copy n. 复件, 副本;CORBA ( common object request broker architecture) 通用对象请求中介架构cover 涵盖、覆盖;create 创建;产生;crosstab query 交叉表查询CRTP ( curiously recurring template pattern) 奇异递归模板模式;CRTP 模式;CTS (common type system) 通用类型系统cube 多维数据集cursor 游标、光标;custom 定制;自定义;Ddata 数据data connection 数据连接data dictionary 数据字典data dictionary view 数据字典视图data file 数据文件data integrity 数据完整性data mart 数据集市;数据市场;data member数据成员data pump 数据抽取data retrieval 数据检索data structure 数据结构data scrubbing 数据清理dataset 数据集data source 数据源DSN (data source name) 数据源名称DW/ DWH (data warehouse) 数据仓库data structure数据结构DCL (data control language) 数据控制语言DDL (data definition language) 数据定义语言DML (data manipulation language) 数据操作语言;数据操纵语言;database 数据库database catalog 数据库目录database diagram 数据关系图database file 数据库文件database object 数据库对象database owner 数据库所有者database project 数据库工程database role 数据库角色database schema数据库结构纲目;数据库布局纲目;datagram 数据报文DBCS (double-byte character set) 双字节字符集DBMS (database management system) 数据库管理系统DCOM (distributed com) 分布式comdead lock 死锁deallocate 归还debug 调试debugger 调试器declaration 声明DRI (declarative referential integrity) 声明引用完整性deduction 推导default 默认default constraint 默认约束default database 默认数据库default instance 默认实例default result set 默认结果集definition 定义delegate 委托demarshal散集;反编列;deploy 部署dereference 解引用dereference operator (提领)操作符derived class 派生类design by contract 契约式设计design pattern 设计模式destroy销毁destructor (dtor) 析构函数constructor (ctor) 构造函数determinant 行列式device设备DHTML (dynamic hypertext markup language) 动态超文本标记语言dialog 对话框同义词:dialogue box; dialog boxdictionary 字典digest 摘要digital 数字的DIME (direct internet message encapsulation) 直接internet消息封装directive (编译)指示符directive pragma 指令directory 目录dirty pages 脏页dirty read 脏读disassembly 反汇编disassembler 反汇编器disco (discovery of web services) web services的查找disk 盘dispatch 分派;调度;distributed computing 分布式计算;分散式计算;distributed query 分布式查询DNA (distributed internet application) 分布式网间应用程序document 文件;文档;DTD (document type definition) 文档类型定义dot operator (圆)点操作符;(句点)运算子;driver 驱动程序;驱动器;dump 转储dump file 转储文件dynamic assembly 动态装配件、动态配件;dynamic binding动态绑定dynamic cursor 动态游标dynamic filter 动态筛选dynamic locking 动态锁定dynamic recovery 动态回复dynamic snapshot 动态快照dynamic sql statements 动态sql语句SQL (Structured Query Language) 结构化查询语言EEAI (enterprise application integration) 企业应用集成EBCO (empty base class optimization) 空基类优化(机制)e-business 电子商务EDI (electronic data interchange) 电子数据交换efficiency 效率efficient 高效end-to-end authentication 端对端身份验证end user 终端用户entity 实体encapsulation 封装enclosing class 外围类;外围类别;enum/ enumeration 枚举enumerator 枚举成员、枚举器;equality operator 等号操作符;equivalence 等价性、等同性、对等性;equivalent 等价、等同、对等;error log 错误日志escape code 转义码escape character 转义字符exclusive lock 排它锁explicit transaction 显式事务evaluate评估event 事件event driven 事件驱动的event handler 事件处理器evidence 证据exception 异常exception declaration 异常声明exception handling 异常处理、异常处理机制; exception-safe 异常安全的exception specification 异常规范exit退出explicit显式explicit specialization 显式特化export导出expression表达式Ffacility 设施、设备;fat client 胖客户端同义词:heavy client; rich client; thick client.对应:thin client 瘦客户端feature 特性fetch 提取field字段(java)field length 字段长度FIFO (first input first output) 先入先出队列file文件extension 文件扩展名filter 筛选finalization 终结finalizer 终结器firewall 防火墙firmware 固件flag标记flash memory闪存flexibility 弹性;灵活性;flush刷新FK (foreign key) 外键font字体form 窗体formal parameter 形参形式参数又被称为虚拟变量、名义变量、哑变量,对应英文为dummy variables forward declaration 前置声明forward-only 只向前的forward-only cursor 只向前游标forwarding转发;转呼叫;forwarding function转发函数;转呼叫函数;fractal分形fragmentation 碎片framework 框架full specialization 全特化partial specialization 部分特化function函数function object 函数对象function call operator函数调用操作符function overloaded resolution函数重载决议functionality 功能function reference 函数调用function template函数模板functor 仿函数GGAC (global assembly cache) 全局程序集缓存game 游戏GC (garbage collection) 垃圾回收(机制)generate 生成generic泛化的、一般化的、通用的;generic algorithm通用算法getter取值函数setter 赋值函数global 全域的;全局的local 局域的;LAN( local area network) 局域网global object 全局对象global scope resolution operator 全局范围解析操作符grant 授权group 群组group box分组框guard clause卫语句;卫述句;graphical interfaces图形界面GUI ( graphical user interface) 图形用户接口GUID (globally unique identifier) 全球唯一标识Hhandle句柄handler处理函数hard-coded 硬编码的hard-copy 硬拷贝;hard disk硬盘hardware硬件hash table哈希表、散列表header file头文件definition file 定义文件heap堆help file 帮助文件hierarchy层次结构(体系)host (application) 宿主(应用程序)hot key 热键HTML (hypertext markup language) 超文本标记语言http pipeline http管道HTTP (hypertext transfer protocol) 超文本传输协议hyperlink超链接Iicon 图标IDE( Integrated Development Environment) 集成开发环境identifier标识符IDL (interface definition language) 接口定义语言if and only if 当且仅当image图象IL (intermediate language) 中间语言、中介语言;IME (input method editor/ input method) 输入法immediate base 直接基类immediate derived 直接派生类immediate updating 即时更新implementation实现implicit function 隐函数implicit transaction隐式事务immutability 不变性import导入incremental update 增量更新increment operator增加操作符;infinite loop 无限循环infinite recursive无限递归inline内联inline expansion内联展开inline function 内联函数initialization初始化initialization list初始化列表inner class内嵌类inner join 内连接outer join 外连接full outer join全外连接left outer join 左外连接right outer join 右外连接cross join 交叉连接equi-join 等值连接natural join 自然连接self-join 自连接in-place active 现场激活instance实例integrate 整合;集成;integrity 完整性、一致性;integrity constraint 完整性约束IPC (interprocess communication) 进程间通讯interacts 交互interface 界面;接口;interpreter解释器invariants约束条件iterate 迭代iterator迭代器Llaser激光late binding 迟绑定left outer join 左外连接level阶、层例;library库lifetime 生命期、寿命link链接static link 静态链接dynamic link 动态链接linker 链接器literal constant 字面常数list列表list box列表框load 载入、加载;load balancing 负载平衡loader 加载器local object局部对象lock 机锁log 日志login 登录login security mode登录安全模式lookup table 查找表loop循环LP (linear programming ) 线性规划同义词:linear optimizationlvalue ( left value)左值rvalue ( right value) 右值Mmachine code 机器码同义词:machine languagemacro宏magic number 魔法数字managed code托管代码managed extensions 托管扩展managed object托管对象manifest 清单manipulator 操纵器many-to-many relationship 多对多关系many-to-one relationship 多对一关系marshal列集matrix multiplication 矩阵乘法member access operator成员存取操作符(分dot 和arrow 两种)member function成员函数member initialization list成员初始值列表memberwise copy 以members 为单元逐一复制memory内存memory leak 内存泄漏menu菜单message消息message based基于消息的message loop消息循环meta-超……;元……;例:meta-programming 超编程;元编程micro 微middleware中间件modeling 建模modeling language建模语言Unified Modeling Language (UML) 统一建模语言;标准建模语言;modem调制解调器module模块modifier修饰符most derived class最底层的派生类mouse鼠标mutable 可变的mutex 互斥元、互斥体multicast delegate 组播委托、多点委托; MOLAP (multidimensional OLAP) 多维olap OLAP (Online Analytical Processing) 联机分析处理multiuser 多用户multi-tasking多任务Nnamed parameter 命名参数同义词:pass-by-name;keyword arguments;named pipe 命名管道;命名管线;namespace名字空间;命名空间;名称空间;native本地的;固有的;native code 本地代码NGen (native image generator) 本地映像生成器nested class嵌套类同义词:inner classnested query 嵌套查询nested table 嵌套表network网络network card网卡numerical computation 数值计算numerical analysis 数值分析Oobject对象object-based基于对象的object file目标文件object model对象模型object-oriented面向对象的online在线opaque 不透明的object pooling 对象池化ODBC (open database connectivity) 开放式数据库连接ODBC data source ODBC数据源ODBC driver ODBC驱动程序odr (one-definition rule)OLE (object link and embed) 对象连接与嵌入OLE automation objects OLE自动化对象OLE automation server OLE自动化服务器OLE database consumer OLE db使用者db: database 数据库OLE db provider OLE db提供者one-to-many relationship 一对多关系one-to-one relationship 一对一关系OLAP(online analytical processing ) 联机分析处理online redo log 联机重做日志OLTP (online transaction processing) 联机事务处理ODS (open data services) 开放式数据服务operand 操作数operation操作operator操作符;运算符;option选项OS (operating system) 操作系统ordinary 常规的overflow 上限溢位buffer overflow 缓冲区溢出out of memory 内存溢出underflow 下限溢位overhead额外开销overloaded重载overload resolution 重载决议overloaded function 重载函数overloaded operator被重载的操作符overloaded set重载集合override重载、改写、重新定义;outer join 外连接Ppackage包pair 对组palette 调色盘;组件盘;pane窗格有时为“嵌板”之意,例content pane parallel并行parameter 参数;形式参数、形参;parameter list参数列表parent class父类(或称base class)parse解析part部件partial specialization 局部特化pass by address(非正式用语)传地址pass by reference传地址, 按引用传递;pass by value按值传递pattern模式performance 性能persistence持久性pixel 像素placeholder 占位符platform平台POD (plain old data )同义词:passive data structure; plain old data structure pointer指针poll轮询polymorphism多态pop up弹出式port端口postfix后置式precedence 优先序prefix 前置式preprocessor预处理器prime 质数;素数;primitive type 原始类型print打印printer打印机priority 优先权procedure过程process进程profile评测profiler 效能(性能)评测器programmer程序员programming编程progress bar进度指示器project项目、工程;property 属性protocol协议pseudo code 伪码Qqualified限定qualifier限定修饰词quality质量queue队列Rrace condition 竞争条件(多线程环境常用语)radian弧度radio button单选按钮raise 引发(常用来表示发出一个exception) random number随机数range 范围、区间(用于STL 时)rank等级raw未经处理的read-only 只读ROM (read-only memory) 只读存储器record记录recordset记录集recursive递归re-direction重定向refactoring重构refer参考refer to 指代reference引用、参考register寄存器reflection反射;relational database关系数据库remote 远程RPC (remote procedure call) 远程过程调用represent表述,表现;resolution 解析过程resolution分辨率result set 结果集restriction 局限return返回return type返回类型return value返回值revoke 撤销RI (referential integrity) 引用完整性。
计算机编程及常用术语英语词汇大全
第一部分、计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
计算机编程及常用术语大全(英汉对照)
Set Data Structures 集合Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton 回路Graph Partition 图的划分Graph Isomorphism 同构Triangulation 三角剖分Point Location 位置查询Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归A2A integration A2A 整合address space地址空间aggregation 聚合、聚集arrow operator 箭头操作符ASP(Active Server Page)活动服务器页面 worker process 工作者进程assembly 装配件、配件class declaration 类声明class definition 类定义crosstab query 交叉表查询(for database) CRTP (curiously recurring template pattern) CTS (common type system)通用类型系统data structure数据结构DOM (Document Object Model) 文档对象模型dot operator (圆)点操作符EDI (Dlectronic Data Interchange) 电子数据交换efficiency 效率end-to-end authentication 端对端身份验证end user 最终用户filter 筛选(for database)finalization 终结formal parameter 形参forward declaration 前置声明forward-only 只向前的forward-only cursor 只向前游标(for database) fragmentation 碎片(for database)framework 框架global object 全局对象IL (Intermediate Language) 中间语言、中介语言image 图象integrity 完整性、一致性integrity constraint 完整性约束(for database) interprocess communication (IPC)进程间通讯(IPC) interacts 交互left outer join 左向外联接(for database) level 阶、层例linker 连接器、链接器literal constant 字面常数list 列表、表、链表login security mode 登录安全模式(for database) lookup table 查找表(for database)loop 循环object based 基于对象的object model 对象模型parameter list 参数列表qualified 经过资格修饰(例如加上scope运算子) qualifiedqualifier 修饰符quality 质量remote request 远程请求represent 表述,表现resolve 解析、决议right outer join 右向外联接(for database) revoke 撤销row lock 行锁(for database)rowset 行集(for database)RPC (remote procedure call)RPC(远程过程调用) runtime 执行期、运行期、执行时、运行时rvalue 右值scheduler 调度程序schema 模式、纲目结构scroll bar 滚动条scope 作用域、生存空间SDK (Software Development Kit) 软件开发包sealed class密封类system databases系统数据库(for database) system tables 系统表(for database)table 表(for database)table lock 表锁(for database)table-level constraint 表级约束(for database) tape backup 磁带备份(for database)target 标的,目标TCP (Transport Control Protocol) 传输控制协议template 模板template argument deduction 模板参数推导transaction 事务(for database)transaction log 事务日志(for database) transaction rollback 事务回滚(for database) transactional replication 事务复制(for database) translation unit 翻译单元two-phase commit 两阶段提交(for database) tupleuser interface 用户界面VEE (Virtual Execution Engine) 虚拟执行引擎vendor 厂商view 视图(for database)virtual function 虚函数WHERE clause WHERE 子句(for database) wildcard characters 通配符字符(for database) wildcard search 通配符搜索(for database) window 窗口word processor 字处理器backward compatible 回溯相容向下兼容bandwidth 频宽带宽binary function 二元函式双叁函数binary operator 二元运算子二元操作符binding 系结绑定call operator call(函式呼叫)运算子调用操作符(同function call operator )(在函式多载决议程序中出现的候选函式)class declaration 类别宣告、类别宣告式类声明class definition 类别定义、类别定义式类定义class derivation list 类别衍化列类继承列表class head类别表头类头class template 类别模板、类别范本类模板class template partial specializations类别模板偏特化类模板部分特化concrete 具象的实在的database资料库数据库definition 定义、定义区、定义式定义delegate 委派、委托、委任委托delegation (同上)demarshal 反编列散集device 装置、设备设备dot operator dot(句点)运算子. (圆)点操作符driver 驱动程式驱动(程序)dynamic binding 动态系结动态绑定efficiency 效率效率equality 相等性相等性。
计算机编程及常用术语大全(英汉对照)
第一部分、计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
计算机专业中常见术语英汉对照
一群性质相近同的「东西」,如果译名一贯,阅读的感觉就很好。
一贯性的术语,扩充性高,延伸性高,系统化高。
● 我喜欢「式」:constructor 建构式declaration 宣告式definition 定义式destructor 解构式expression 算式(运算式)function 函式pattern 范式、模式、样式program 程式signature 标记式● 我喜欢「件」:(这是个弹性非常大的可组合字)assembly (装)配件component 组件construct 构件control 控件event 事件hardware 硬件object 物件part 零件、部件singleton 单件software 软件work 工件、机件● 我喜欢「器」:adapter 配接器allocator 配置器compiler 编译器container 容器iterator 迭代器linker 联(连)结器listener 监听器● 我喜欢「别」:class 类别type 型别● 我喜欢「化」:generalized 泛化specialized 特化overloaded 多载化(重载)● 我喜欢「型」:polymorphism 多型genericity 泛型● 我喜欢「程」:process 行程(or 进程,大陆用语)thread 线程(大陆用语)programming 编程●英中繁简编程术语对照英文繁体译词(有些是侯捷个人喜好,普及与否难说)大陆惯用术语---------------------------------------------------------------------------------------#define 定义预定义abstract 抽象的抽象的abstraction 抽象体、抽象物、抽象性抽象体、抽象物、抽象性access 存取、取用存取、访问access function 存取函式存取函数activateactiveadapter 配接器适配器address 位址地址address space 位址空间,定址空间address-of operator 取址运算子取地址运算符aggregation 聚合algorithm 演算法算法allocate 配置分配allocator (空间)配置器分配器application 应用程式应用、应用程序application framework 应用程式框架、应用框架应用程序框架argument 引数(传给函式的值)。
计算机编程及常用术语英语词汇大全
计算机编程及常用术语英语词汇大全Company Document number:WUUT-WUUY-WBBGB-BWYTT-1982GT第一部分、计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
计算机编程及常用术语大全(英汉对照)
计算机编程及常用术语大全(英汉对照)第一部分、计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分V oronoi Diagrams V oronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
计算机英语编程算法常用术语中英对照
计算机英语编程算法常用术语中英对照编程算法是计算机科学中的一个重要领域,涉及到许多术语。
以下是一些常用术语的中英对照:1. Algorithm 算法2. Data structure 数据结构3. Variable 变量4. Constant 常量5. Loop 循环6. Control structure 控制结构7. Condition 条件8. Statement 语句9. Function 函数10. Parameter 参数11. Argument 参数12. Recursion 递归13. Iteration 迭代14. Array 数组15. List 列表16. Stack 栈17. Queue 队列18. Linked list 链表19. Tree 树20. Graph 图21. Sorting 排序22. Searching23. Bubble sort 冒泡排序24. Selection sort 选择排序25. Insertion sort 插入排序26. Merge sort 归并排序27. Quick sort 快速排序28. Binary search 二分29. Linear search 线性30. Big O notation 大O表示法34. Algorithmic efficiency 算法效率35. Hash table 哈希表36. Linked list 链表37. Binary tree 二叉树38. AVL tree 平衡二叉树39. Red-black tree 红黑树40. Depth-first search 深度优先41. Breadth-first search 广度优先42. Dijkstra's algorithm Dijkstra算法43. Dynamic programming 动态规划44. Greedy algorithm 贪心算法45. Divide and conquer 分治法46. Backtracking 回溯法47. Memoization 记忆化48. Heuristic algorithm 启发式算法50. Pseudo code 伪代码这些术语是算法中常见的基本概念和技术,熟悉它们对于理解和实现算法非常重要。
计算机编程常用术语中英对照
计算机编程常用术语中英对照A-Z目录计算机编程常用术语A-ZA (3)B (7)C (10)D (16)E (22)F (25)G (28)H (30)I (32)L (35)M (37)N (40)O (41)P (44)Q (47)R (48)S (51)T (55)U (57)V (59)W (60)X (61)AABC (abstract base class) 抽象基类abstract class 抽象类access 存取;访问;access level访问级别access function 访问函数account 账户actual parameter 实参adapter 适配器add-in 插件;外挂;同义词plugin; plug-in; addin; add-on; addon; extension address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup) 参数依赖查找;又叫做Koenig lookup凯尼格查找;Koenig 查找;ADO (activex data object) activex数据对象aggregation聚集;聚合;algorithm 算法alias 别名;假名;align对齐allocate配置allocator配置器angle bracket 尖括号annotation评注application应用;应用程序;API (application programming interface) 应用(程序)编程接口app domain (application domain) 应用程序域application framework应用框架;应用程序框架;appearance 外观append 附加architecture 架构;体系结构;argument 引数(传给函数的值);实参;引数:程序中函数的参数同义词:parameter 叁数;形式叁数;形叁;变量(veriable);array数组;arrow operator arrow箭头操作符;active server活动服务器ASP (active server page) 活动服务器页面worker process 工作者进程assembly n.装配;组装;assemble v.装配;组装;assembly language 汇编语言assert(ion) 断言assign v. 赋值;assignment operator 赋值操作符;赋值运算符;associated 相应的;相关的;associative container 关联式容器对应:sequence container 序列式容器atomic原子的atomic operation 原子操作attribute属性;特性;authentication service 验证服务authorization 授权audio音频AI人工智能Bb2b integration (business-to-business integration) b2b整合;b2b集成;background背景;后台(进程);backward compatibility向后兼容;向下兼容;同义词:downward compatibilityband width 频宽;频带宽度;backup 备份backup device备份设备backup file 备份文件带宽base class基类BCL (base class library) 基类库base type 基类型batch 批处理;批处理脚本;benefit 利益;收益;best viable function 最佳可行函式从viable functions 中挑出的最佳吻合者binary 二进制binary function 二元函式;双参函数;binary operator二元操作符binary search 二分查找;折半查找;同义词:half-interval search;logarithmic searchbinary tree 二元树;二叉树同义词:bivariate function;function of two variables;binding绑定bit位全称:binary digit (bit其实就是将binary 和digit二词的字母糅合在一起而合成的词)bit field位域bitmap位图(位图图像);点阵图像;绘制图像;同义词:bit array; bitmap index反义词:vector 矢量图bitwise 按位...bitwise copy 为单元进行复制;位元逐一复制,按位拷;bitwise operation 按位运算block 块;区块;语句块;Boolean 布尔值;布尔常量;布林值(真假值,true 或false);法语:boolienborder 边框bounds checking 边界检查boxing 装箱;装箱转换;brace (curly brace) 大括弧、大括号;花括弧、花括号;bracket/ round bracket BrE. 括号;中括号;方括号(复数:brackets)parenthesis AmE. 括号(复数:parentheses)square bracket AmE. 中括弧、中括号;方括弧、方括号;breakpoint断点也可称为pausebrowser applications 浏览器应用(程序)browser-accessible application 可经由浏览器访问的应用程序build 编连(专指编译和连接)?built-in 内建;内置;bus 总线button 按钮byte字节(由8 bits 组成)Ccache高速缓存;快取;call调用;呼叫、叫用;call operator 调用操作符callback回调;回呼;candidate function候选函数candidate key 候选关键字;候选键;候选码;cascading delete 级联删除cascading update 级联更新casting 转型、造型转换;catalog 目录chain链例chain of function callscharacter字符character format 字符格式character set 字符集CheckBox/ check box复选框check button复选按钮check constraints check约束checked exception 可控式异常check point 检查点child class 子类、子类别;同义词:derived class; subtype; subclassCIL (common intermediate language) 通用中间语言、通用中介语言; class 类别class body类体;类别本体;class declaration类声明class definition 类定义class derivation 类继承class derivation list 类继承列表class factory 类厂class head 类别表头、类头;class hierarchy 类层次结构class library 类库class loader 类装载器class library类库class template类模板、类别模板;class template partial specializations 类模板部分特化class template specializations 类模板特化classification 分类clause 子句client 客端、客户端、客户;client area 客户区client application 客户端应用程序client cursor 客户端游标cleanup 清理、清除;CLI (call-level interface) 调用级接口CLI (common language infrastructure) 通用语言基础设施Client/Server 客户端/服务器;C/S结构;client-server model 主从架构clipboard 剪贴板CLS (common language specification) 通用语言规范code access security 代码访问安全code page 代码页COFF (common object file format) 通用对象文件格式collection 集合;群集;COM(component object model) 组合对象模型combo box组合框command line命令行comment 注释commit 提交communication 通讯compatible兼容compile time 编译时;编译期;compiler 编译器component 组件composite index 复合索引、组合索引;composite key 复合键、组合键;composition组合;复合;合成;concept 概念concrete 具体的abstract 抽象的concrete class 具体类concurrency 并发、并发机制;configuration 配置constraint 约束construct 构件container 容器(存放资料的某种结构如list, vector...)containment 内含;包容;context 环境、上下文;control 控件console 主控台;const 常数、常量;constant 的缩写,c++ 关键字相对于变量variableconstructor(ctor)构造函数destructor (dtor) 析构函数copy v. 拷贝copy n. 复件, 副本;CORBA ( common object request broker architecture) 通用对象请求中介架构cover 涵盖、覆盖;create 创建;产生;crosstab query 交叉表查询CRTP ( curiously recurring template pattern) 奇异递归模板模式;CRTP 模式;CTS (common type system) 通用类型系统cube 多维数据集cursor 游标、光标;custom 定制;自定义;Ddata 数据data connection 数据连接data dictionary 数据字典data dictionary view 数据字典视图data file 数据文件data integrity 数据完整性data mart 数据集市;数据市场;data member数据成员data pump 数据抽取data retrieval 数据检索data structure 数据结构data scrubbing 数据清理dataset 数据集data source 数据源DSN (data source name) 数据源名称DW/ DWH (data warehouse) 数据仓库data structure数据结构DCL (data control language) 数据控制语言DDL (data definition language) 数据定义语言DML (data manipulation language) 数据操作语言;数据操纵语言;database 数据库database catalog 数据库目录database diagram 数据关系图database file 数据库文件database object 数据库对象database owner 数据库所有者database project 数据库工程database role 数据库角色database schema数据库结构纲目;数据库布局纲目;datagram 数据报文DBCS (double-byte character set) 双字节字符集DBMS (database management system) 数据库管理系统DCOM (distributed com) 分布式comdead lock 死锁deallocate 归还debug 调试debugger 调试器declaration 声明DRI (declarative referential integrity) 声明引用完整性deduction 推导default 默认default constraint 默认约束default database 默认数据库default instance 默认实例default result set 默认结果集definition 定义delegate 委托demarshal散集;反编列;deploy 部署dereference 解引用dereference operator (提领)操作符derived class 派生类design by contract 契约式设计design pattern 设计模式destroy销毁destructor (dtor) 析构函数constructor (ctor) 构造函数determinant 行列式device设备DHTML (dynamic hypertext markup language) 动态超文本标记语言dialog 对话框同义词:dialogue box; dialog boxdictionary 字典digest 摘要digital 数字的DIME (direct internet message encapsulation) 直接internet消息封装directive (编译)指示符directive pragma 指令directory 目录dirty pages 脏页dirty read 脏读disassembly 反汇编disassembler 反汇编器disco (discovery of web services) web services的查找disk 盘dispatch 分派;调度;distributed computing 分布式计算;分散式计算;distributed query 分布式查询DNA (distributed internet application) 分布式网间应用程序document 文件;文档;DTD (document type definition) 文档类型定义dot operator (圆)点操作符;(句点)运算子;driver 驱动程序;驱动器;dump 转储dump file 转储文件dynamic assembly 动态装配件、动态配件;dynamic binding动态绑定dynamic cursor 动态游标dynamic filter 动态筛选dynamic locking 动态锁定dynamic recovery 动态回复dynamic snapshot 动态快照dynamic sql statements 动态sql语句SQL (Structured Query Language) 结构化查询语言EEAI (enterprise application integration) 企业应用集成EBCO (empty base class optimization) 空基类优化(机制)e-business 电子商务EDI (electronic data interchange) 电子数据交换efficiency 效率efficient 高效end-to-end authentication 端对端身份验证end user 终端用户entity 实体encapsulation 封装enclosing class 外围类;外围类别;enum/ enumeration 枚举enumerator 枚举成员、枚举器;equality operator 等号操作符;equivalence 等价性、等同性、对等性;equivalent 等价、等同、对等;error log 错误日志escape code 转义码escape character 转义字符exclusive lock 排它锁explicit transaction 显式事务evaluate评估event 事件event driven 事件驱动的event handler 事件处理器evidence 证据exception 异常exception declaration 异常声明exception handling 异常处理、异常处理机制; exception-safe 异常安全的exception specification 异常规范exit退出explicit显式explicit specialization 显式特化export导出expression表达式Ffacility 设施、设备;fat client 胖客户端同义词:heavy client; rich client; thick client.对应:thin client 瘦客户端feature 特性fetch 提取field字段(java)field length 字段长度FIFO (first input first output) 先入先出队列file文件filename extension 文件扩展名filter 筛选finalization 终结finalizer 终结器firewall 防火墙firmware 固件flag标记flash memory闪存flexibility 弹性;灵活性;flush刷新FK (foreign key) 外键font字体form 窗体formal parameter 形参形式参数又被称为虚拟变量、名义变量、哑变量,对应英文为dummy variables forward declaration 前置声明forward-only 只向前的forward-only cursor 只向前游标forwarding转发;转呼叫;forwarding function转发函数;转呼叫函数;fractal分形fragmentation 碎片framework 框架full specialization 全特化partial specialization 部分特化function函数function object 函数对象function call operator函数调用操作符function overloaded resolution函数重载决议functionality 功能function reference 函数调用function template函数模板functor 仿函数GGAC (global assembly cache) 全局程序集缓存game 游戏GC (garbage collection) 垃圾回收(机制)generate 生成generic泛化的、一般化的、通用的;generic algorithm通用算法getter取值函数setter 赋值函数global 全域的;全局的local 局域的;LAN( local area network) 局域网global object 全局对象global scope resolution operator 全局范围解析操作符grant 授权group 群组group box分组框guard clause卫语句;卫述句;graphical interfaces图形界面GUI ( graphical user interface) 图形用户接口GUID (globally unique identifier) 全球唯一标识Hhandle句柄handler处理函数hard-coded 硬编码的hard-copy 硬拷贝;hard disk硬盘hardware硬件hash table哈希表、散列表header file头文件definition file 定义文件heap堆help file 帮助文件hierarchy层次结构(体系)host (application) 宿主(应用程序)hot key 热键HTML (hypertext markup language) 超文本标记语言http pipeline http管道HTTP (hypertext transfer protocol) 超文本传输协议hyperlink超链接Iicon 图标IDE( Integrated Development Environment) 集成开发环境identifier标识符IDL (interface definition language) 接口定义语言if and only if 当且仅当image图象IL (intermediate language) 中间语言、中介语言;IME (input method editor/ input method) 输入法immediate base 直接基类immediate derived 直接派生类immediate updating 即时更新implementation实现implicit function 隐函数implicit transaction隐式事务immutability 不变性import导入incremental update 增量更新increment operator增加操作符;infinite loop 无限循环infinite recursive无限递归inline内联inline expansion内联展开inline function 内联函数initialization初始化initialization list初始化列表inner class内嵌类inner join 内连接outer join 外连接full outer join全外连接left outer join 左外连接right outer join 右外连接cross join 交叉连接equi-join 等值连接natural join 自然连接self-join 自连接in-place active 现场激活instance实例integrate 整合;集成;integrity 完整性、一致性;integrity constraint 完整性约束IPC (interprocess communication) 进程间通讯interacts 交互interface 界面;接口;interpreter解释器invariants约束条件iterate 迭代iterator迭代器Llaser激光late binding 迟绑定left outer join 左外连接level阶、层例;library库lifetime 生命期、寿命link链接static link 静态链接dynamic link 动态链接linker 链接器literal constant 字面常数list列表list box列表框load 载入、加载;load balancing 负载平衡loader 加载器local object局部对象lock 机锁log 日志login 登录login security mode登录安全模式lookup table 查找表loop循环LP (linear programming ) 线性规划同义词:linear optimizationlvalue ( left value)左值rvalue ( right value) 右值Mmachine code 机器码同义词:machine languagemacro宏magic number 魔法数字managed code托管代码managed extensions 托管扩展managed object托管对象manifest 清单manipulator 操纵器many-to-many relationship 多对多关系many-to-one relationship 多对一关系marshal列集matrix multiplication 矩阵乘法member access operator成员存取操作符(分dot 和arrow 两种)member function成员函数member initialization list成员初始值列表memberwise copy 以members 为单元逐一复制memory内存memory leak 内存泄漏menu菜单message消息message based基于消息的message loop消息循环meta- 超……;元……;例:meta-programming 超编程;元编程micro 微middleware中间件modeling 建模modeling language建模语言Unified Modeling Language (UML) 统一建模语言;标准建模语言;modem调制解调器module模块modifier修饰符most derived class最底层的派生类mouse鼠标mutable 可变的mutex 互斥元、互斥体multicast delegate 组播委托、多点委托; MOLAP (multidimensional OLAP) 多维olap OLAP (Online Analytical Processing) 联机分析处理multiuser 多用户multi-tasking多任务Nnamed parameter 命名参数同义词:pass-by-name;keyword arguments;named pipe 命名管道;命名管线;namespace名字空间;命名空间;名称空间;native本地的;固有的;native code 本地代码NGen (native image generator) 本地映像生成器nested class嵌套类同义词:inner classnested query 嵌套查询nested table 嵌套表network网络network card网卡numerical computation 数值计算numerical analysis 数值分析Oobject对象object-based基于对象的object file目标文件object model对象模型object-oriented面向对象的online在线opaque 不透明的object pooling 对象池化ODBC (open database connectivity) 开放式数据库连接ODBC data source ODBC数据源ODBC driver ODBC驱动程序odr (one-definition rule)OLE (object link and embed) 对象连接与嵌入OLE automation objects OLE自动化对象OLE automation server OLE自动化服务器OLE database consumer OLE db使用者db: database 数据库OLE db provider OLE db提供者one-to-many relationship 一对多关系one-to-one relationship 一对一关系OLAP(online analytical processing ) 联机分析处理online redo log 联机重做日志OLTP (online transaction processing) 联机事务处理ODS (open data services) 开放式数据服务operand 操作数operation操作operator操作符;运算符;option选项OS (operating system) 操作系统ordinary 常规的overflow 上限溢位buffer overflow 缓冲区溢出out of memory 内存溢出underflow 下限溢位overhead额外开销overloaded重载overload resolution 重载决议overloaded function 重载函数overloaded operator被重载的操作符overloaded set重载集合override重载、改写、重新定义;outer join 外连接Ppackage包pair 对组palette 调色盘;组件盘;pane窗格有时为“嵌板”之意,例content pane parallel并行parameter 参数;形式参数、形参;parameter list参数列表parent class父类(或称base class)parse解析part部件partial specialization 局部特化pass by address(非正式用语)传地址pass by reference传地址, 按引用传递;pass by value按值传递pattern模式performance 性能persistence持久性pixel 像素placeholder 占位符platform平台POD (plain old data )同义词:passive data structure; plain old data structure pointer指针poll轮询polymorphism多态pop up弹出式port端口postfix后置式precedence 优先序prefix 前置式preprocessor预处理器prime 质数;素数;primitive type 原始类型print打印printer打印机priority 优先权procedure过程process进程profile评测profiler 效能(性能)评测器programmer程序员programming编程progress bar进度指示器project项目、工程;property 属性protocol协议pseudo code 伪码Qqualified限定qualifier限定修饰词quality质量queue队列Rrace condition 竞争条件(多线程环境常用语)radian弧度radio button单选按钮raise 引发(常用来表示发出一个exception) random number随机数range 范围、区间(用于STL 时)rank等级raw未经处理的read-only 只读ROM (read-only memory) 只读存储器record记录recordset记录集recursive递归re-direction重定向refactoring重构refer参考refer to 指代reference引用、参考register寄存器reflection反射;relational database关系数据库remote 远程RPC (remote procedure call) 远程过程调用represent表述,表现;resolution 解析过程resolution分辨率result set 结果集restriction 局限return返回return type返回类型return value返回值revoke 撤销RI (referential integrity) 引用完整性。
计算机编程及常用术语英语词汇大全之欧阳道创编
第一部分、计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
计算机编程常用术语中英对照
计算机编程常用术语中英对照A-Z目录计算机编程常用术语A-ZAABC abstract base class 抽象基类abstract class 抽象类access 存取;访问;access level访问级别access function 访问函数account 账户actual parameter 实参adapter 适配器add-in 插件;外挂;同义词plugin; plug-in; addin; add-on; addon; extension address 地址address space 地址空间address-of operator 取地址操作符ADL argument-dependent lookup 参数依赖查找;又叫做 Koenig lookup凯尼格查找;Koenig 查找;ADO activex data object activex数据对象aggregation聚集;聚合;algorithm 算法alias 别名;假名;align对齐allocate配置allocator配置器angle bracket 尖括号annotation评注application应用;应用程序;API application programming interface 应用程序编程接口app domain application domain 应用程序域application framework应用框架;应用程序框架;appearance 外观append 附加architecture 架构;体系结构;argument 引数传给函数的值;实参;引数:程序中函数的参数同义词:parameter 叁数;形式叁数;形叁;变量veriable;array数组;arrow operator arrow箭头操作符;active server活动服务器ASP active server page 活动服务器页面worker process 工作者进程assembly n.装配;组装;assemble v.装配;组装;assembly language 汇编语言assertion 断言assign v. 赋值;assignment operator 赋值操作符;赋值运算符;associated 相应的;相关的;associative container 关联式容器对应:sequence container 序列式容器atomic原子的atomic operation 原子操作attribute属性;特性;authentication service 验证服务authorization 授权audio音频AI人工智能Bb2b integration business-to-business integration b2b整合;b2b集成;background背景;后台进程;backward compatibility向后兼容;向下兼容;同义词: downward compatibilityband width 频宽;频带宽度;backup 备份backup device备份设备backup file 备份文件带宽base class基类BCL base class library 基类库base type 基类型batch 批处理;批处理脚本;benefit 利益;收益;best viable function 最佳可行函式从 viable functions 中挑出的最佳吻合者binary 二进制binary function 二元函式;双参函数;binary operator二元操作符binary search 二分查找;折半查找;同义词:half-interval search;logarithmic searchbinary tree 二元树;二叉树同义词:bivariate function;function of two variables;binding绑定bit位全称:binary digit bit其实就是将binary 和digit二词的字母糅合在一起而合成的词bit field位域bitmap位图位图图像;点阵图像;绘制图像;同义词:bit array; bitmap index反义词:vector 矢量图bitwise 按位...bitwise copy 为单元进行复制;位元逐一复制,按位拷;bitwise operation 按位运算block 块;区块;语句块;Boolean 布尔值;布尔常量;布林值真假值,true 或 false;法语:boolienborder 边框bounds checking 边界检查boxing 装箱;装箱转换;brace curly brace 大括弧、大括号;花括弧、花括号;bracket/ round bracket BrE. 括号;中括号;方括号复数:bracketsparenthesis AmE. 括号复数:parenthesessquare bracket AmE. 中括弧、中括号;方括弧、方括号;breakpoint断点也可称为pausebrowser applications 浏览器应用程序browser-accessible application 可经由浏览器访问的应用程序build 编连专指编译和连接built-in 内建;内置;bus 总线button 按钮byte字节由 8 bits 组成Ccache高速缓存;快取;call调用;呼叫、叫用;call operator 调用操作符callback回调;回呼;candidate function候选函数candidate key 候选关键字;候选键;候选码;cascading delete 级联删除cascading update 级联更新casting 转型、造型转换;catalog 目录chain链例 chain of function callscharacter字符character format 字符格式character set 字符集CheckBox/ check box复选框check button复选按钮check constraints check约束checked exception 可控式异常check point 检查点child class 子类、子类别;同义词:derived class; subtype; subclassCIL common intermediate language 通用中间语言、通用中介语言; class 类别class body类体;类别本体;class declaration类声明class definition 类定义class derivation 类继承class derivation list 类继承列表class factory 类厂class head 类别表头、类头;class hierarchy 类层次结构class library 类库class loader 类装载器class library类库class template类模板、类别模板;class template partial specializations 类模板部分特化class template specializations 类模板特化classification 分类clause 子句client 客端、客户端、客户;client area 客户区client application 客户端应用程序client cursor 客户端游标cleanup 清理、清除;CLI call-level interface 调用级接口CLI common language infrastructure 通用语言基础设施Client/Server 客户端/服务器;C/S结构;client-server model 主从架构clipboard 剪贴板CLS common language specification 通用语言规范code access security 代码访问安全code page 代码页COFF common object file format 通用对象文件格式collection 集合;群集;COMcomponent object model 组合对象模型combo box组合框command line命令行comment 注释commit 提交communication 通讯compatible兼容compile time 编译时;编译期;compiler 编译器component 组件composite index 复合索引、组合索引;composite key 复合键、组合键;composition组合;复合;合成;concept 概念concrete 具体的abstract 抽象的concrete class 具体类concurrency 并发、并发机制;configuration 配置constraint 约束construct 构件container 容器存放资料的某种结构如 list, vector... containment 内含;包容;context 环境、上下文;control 控件console 主控台;const 常数、常量;constant 的缩写,c++ 关键字相对于变量variableconstructorctor构造函数destructor dtor 析构函数copy v. 拷贝copy n. 复件, 副本;CORBA common object request broker architecture 通用对象请求中介架构cover 涵盖、覆盖;create 创建;产生;crosstab query 交叉表查询CRTP curiously recurring template pattern 奇异递归模板模式;CRTP模式;CTS common type system 通用类型系统cube 多维数据集cursor 游标、光标;custom 定制;自定义;Ddata 数据data connection 数据连接data dictionary 数据字典data dictionary view 数据字典视图data file 数据文件data integrity 数据完整性data mart 数据集市;数据市场;data member数据成员data pump 数据抽取data retrieval 数据检索data structure 数据结构data scrubbing 数据清理dataset 数据集data source 数据源DSN data source name 数据源名称DW/ DWH data warehouse 数据仓库data structure数据结构DCL data control language 数据控制语言DDL data definition language 数据定义语言DML data manipulation language 数据操作语言;数据操纵语言;database 数据库database catalog 数据库目录database diagram 数据关系图database file 数据库文件database object 数据库对象database owner 数据库所有者database project 数据库工程database role 数据库角色database schema数据库结构纲目;数据库布局纲目;datagram 数据报文DBCS double-byte character set 双字节字符集DBMS database management system 数据库管理系统DCOM distributed com 分布式comdead lock 死锁deallocate 归还debug 调试debugger 调试器declaration 声明DRI declarative referential integrity 声明引用完整性deduction 推导default 默认default constraint 默认约束default database 默认数据库default instance 默认实例default result set 默认结果集definition 定义delegate 委托demarshal散集;反编列;deploy 部署dereference 解引用dereference operator 提领操作符derived class 派生类design by contract 契约式设计design pattern 设计模式destroy销毁destructor dtor 析构函数constructor ctor 构造函数determinant 行列式device设备DHTML dynamic hypertext markup language 动态超文本标记语言dialog 对话框同义词:dialogue box; dialog boxdictionary 字典digest 摘要digital 数字的DIME direct internet message encapsulation 直接internet消息封装directive 编译指示符directive pragma 指令directory 目录dirty pages 脏页dirty read 脏读disassembly 反汇编disassembler 反汇编器disco discovery of web services web services的查找disk 盘dispatch 分派;调度;distributed computing 分布式计算;分散式计算;distributed query 分布式查询DNA distributed internet application 分布式网间应用程序document 文件;文档;DTD document type definition 文档类型定义dot operator 圆点操作符;句点运算子;driver 驱动程序;驱动器;dump 转储dump file 转储文件dynamic assembly 动态装配件、动态配件; dynamic binding动态绑定dynamic cursor 动态游标dynamic filter 动态筛选dynamic locking 动态锁定dynamic recovery 动态回复dynamic snapshot 动态快照dynamic sql statements 动态sql语句SQL Structured Query Language 结构化查询语言EEAI enterprise application integration 企业应用集成EBCO empty base class optimization 空基类优化机制e-business 电子商务EDI electronic data interchange 电子数据交换efficiency 效率efficient 高效end-to-end authentication 端对端身份验证end user 终端用户entity 实体encapsulation 封装enclosing class 外围类;外围类别;enum/ enumeration 枚举enumerator 枚举成员、枚举器;equality operator 等号操作符;equivalence 等价性、等同性、对等性;equivalent 等价、等同、对等;error log 错误日志escape code 转义码escape character 转义字符exclusive lock 排它锁explicit transaction 显式事务evaluate评估event 事件event driven 事件驱动的event handler 事件处理器evidence 证据exception 异常exception declaration 异常声明exception handling 异常处理、异常处理机制; exception-safe 异常安全的exception specification 异常规范exit退出explicit显式explicit specialization 显式特化export导出expression表达式Ffacility 设施、设备;fat client 胖客户端同义词:heavy client; rich client; thick client.对应:thin client 瘦客户端feature 特性fetch 提取field字段javafield length 字段长度FIFO first input first output 先入先出队列file文件filename extension 文件扩展名filter 筛选finalization 终结finalizer 终结器firewall 防火墙firmware 固件flag标记flash memory闪存flexibility 弹性;灵活性;flush刷新FK foreign key 外键font字体form 窗体formal parameter 形参形式参数又被称为虚拟变量、名义变量、哑变量,对应英文为dummy variables forward declaration 前置声明forward-only 只向前的forward-only cursor 只向前游标forwarding转发;转呼叫;forwarding function转发函数;转呼叫函数;fractal分形fragmentation 碎片framework 框架full specialization 全特化partial specialization 部分特化function函数function object 函数对象function call operator函数调用操作符function overloaded resolution函数重载决议functionality 功能function reference 函数调用function template函数模板functor 仿函数GGAC global assembly cache 全局程序集缓存game 游戏GC garbage collection 垃圾回收机制generate 生成generic泛化的、一般化的、通用的;generic algorithm通用算法getter取值函数setter 赋值函数global 全域的;全局的local 局域的;LAN local area network 局域网global object 全局对象global scope resolution operator 全局范围解析操作符grant 授权group 群组group box分组框guard clause卫语句;卫述句;graphical interfaces图形界面GUI graphical user interface 图形用户接口GUID globally unique identifier 全球唯一标识Hhandle句柄handler处理函数hard-coded 硬编码的hard-copy 硬拷贝;hard disk硬盘hardware硬件hash table哈希表、散列表header file头文件definition file 定义文件heap堆help file 帮助文件hierarchy层次结构体系host application 宿主应用程序hot key 热键HTML hypertext markup language 超文本标记语言http pipeline http管道HTTP hypertext transfer protocol 超文本传输协议hyperlink超链接Iicon 图标IDE Integrated Development Environment 集成开发环境identifier标识符IDL interface definition language 接口定义语言if and only if 当且仅当image图象IL intermediate language 中间语言、中介语言;IME input method editor/ input method 输入法immediate base 直接基类immediate derived 直接派生类immediate updating 即时更新implementation实现implicit function 隐函数implicit transaction隐式事务immutability 不变性import导入incremental update 增量更新increment operator增加操作符;infinite loop 无限循环infinite recursive无限递归inline内联inline expansion内联展开inline function 内联函数initialization初始化initialization list初始化列表inner class内嵌类inner join 内连接outer join 外连接full outer join全外连接left outer join 左外连接right outer join 右外连接cross join 交叉连接equi-join 等值连接natural join 自然连接self-join 自连接in-place active 现场激活instance实例integrate 整合;集成;integrity 完整性、一致性;integrity constraint 完整性约束IPC interprocess communication 进程间通讯interacts 交互interface 界面;接口;interpreter解释器invariants约束条件iterate 迭代iterator迭代器Llaser激光late binding 迟绑定left outer join 左外连接level阶、层例;library库lifetime 生命期、寿命link链接static link 静态链接dynamic link 动态链接linker 链接器literal constant 字面常数list列表list box列表框load 载入、加载;load balancing 负载平衡loader 加载器local object局部对象lock 机锁log 日志login 登录login security mode登录安全模式lookup table 查找表loop循环LP linear programming 线性规划同义词:linear optimizationlvalue left value左值rvalue right value 右值Mmachine code 机器码同义词:machine languagemacro宏magic number 魔法数字managed code托管代码managed extensions 托管扩展managed object托管对象manifest 清单manipulator 操纵器many-to-many relationship 多对多关系many-to-one relationship 多对一关系marshal列集matrix multiplication 矩阵乘法member access operator成员存取操作符分 dot 和 arrow 两种member function成员函数member initialization list成员初始值列表memberwise copy 以 members 为单元逐一复制memory内存memory leak 内存泄漏menu菜单message消息message based基于消息的message loop消息循环meta- 超……;元……;例: meta-programming 超编程;元编程micro 微middleware中间件modeling 建模modeling language建模语言Unified Modeling Language UML 统一建模语言;标准建模语言;modem调制解调器module模块modifier修饰符most derived class最底层的派生类mouse鼠标mutable 可变的mutex 互斥元、互斥体multicast delegate 组播委托、多点委托;MOLAP multidimensional OLAP 多维olapOLAP Online Analytical Processing 联机分析处理multiuser 多用户multi-tasking多任务Nnamed parameter 命名参数同义词:pass-by-name;keyword arguments;named pipe 命名管道;命名管线;namespace名字空间;命名空间;名称空间;native本地的;固有的;native code 本地代码NGen native image generator 本地映像生成器nested class嵌套类同义词:inner classnested query 嵌套查询nested table 嵌套表network网络network card网卡numerical computation 数值计算numerical analysis 数值分析Oobject对象object-based基于对象的object file目标文件object model对象模型object-oriented面向对象的online在线opaque 不透明的object pooling 对象池化ODBC open database connectivity 开放式数据库连接ODBC data source ODBC数据源ODBC driver ODBC驱动程序odr one-definition ruleOLE object link and embed 对象连接与嵌入OLE automation objects OLE自动化对象OLE automation server OLE自动化服务器OLE database consumer OLE db使用者db: database 数据库OLE db provider OLE db提供者one-to-many relationship 一对多关系one-to-one relationship 一对一关系OLAPonline analytical processing 联机分析处理online redo log 联机重做日志OLTP online transaction processing 联机事务处理ODS open data services 开放式数据服务operand 操作数operation操作operator操作符;运算符;option选项OS operating system 操作系统ordinary 常规的overflow 上限溢位buffer overflow 缓冲区溢出out of memory 内存溢出underflow 下限溢位overhead额外开销overloaded重载overload resolution 重载决议overloaded function 重载函数overloaded operator被重载的操作符overloaded set重载集合override重载、改写、重新定义;outer join 外连接Ppackage包pair 对组palette 调色盘;组件盘;pane窗格有时为“嵌板”之意,例content paneparallel并行parameter 参数;形式参数、形参;parameter list参数列表parent class父类或称 base classparse解析part部件partial specialization 局部特化pass by address非正式用语传地址pass by reference传地址, 按引用传递;pass by value按值传递pattern模式performance 性能persistence持久性pixel 像素placeholder 占位符platform平台POD plain old data同义词:passive data structure; plain old data structure pointer指针poll轮询polymorphism多态pop up弹出式port端口postfix后置式precedence 优先序prefix 前置式preprocessor预处理器prime 质数;素数;primitive type 原始类型print打印printer打印机priority 优先权procedure过程process进程profile评测profiler 效能性能评测器programmer程序员programming编程progress bar进度指示器project项目、工程;property 属性protocol协议pseudo code 伪码Qqualified限定qualifier限定修饰词quality质量queue队列Rrace condition 竞争条件多线程环境常用语radian弧度radio button单选按钮raise 引发常用来表示发出一个exception random number随机数range 范围、区间用于 STL 时rank等级raw未经处理的read-only 只读ROM read-only memory 只读存储器record记录recordset记录集recursive递归re-direction重定向refactoring重构refer参考refer to 指代reference引用、参考register寄存器reflection反射;relational database关系数据库remote 远程RPC remote procedure call 远程过程调用represent表述,表现;resolution 解析过程resolution分辨率result set 结果集restriction 局限return返回return type返回类型return value返回值revoke 撤销RI referential integrity 引用完整性right outer join 右外连接rollback 回滚roll forward 前滚routine例程row 行row lock 行锁rowset 行集runtime运行期;运行时;common language runtime CLR 公共语言运行库rvalue右值Ssave 存储savepoint 保存点SAX Simple API for XMLschedule调度scheduler调度程序schema 结构纲目;组织纲目;scroll bar滚动条scope 作用域scope operator生存空间操作符scope resolution operator生存空间解析操作符screen屏幕SDK software development kit 软件开发包sealed class 密封类search 查找semantics语义semaphore 信号量sequential container 顺序式容器对应: associative container 关联式容器server服务器;服务端;server cursor服务器游标serial 串行对应:parallel并行serialization序列化session 会话setter 赋值函数getter 取值函数shared lock 共享锁;读锁;sibling 同级side effect 副作用signal 信号single-threaded 单线程signature签名slider滑块slot槽smart pointer智能指针SMTP simple mail transfer protocol 简单邮件传输协议snapshot屏幕截图specialization特化specification规格;规范;splitter切分窗口SOAP simple object access protocol 简单对象访问协议software软件solution方案source 源码、源代码SQL structured query language 结构化查询语言stack栈;堆栈;stack unwinding 栈辗转开解用于 exception 主题standard library 标准程式库STLstandard template library标准模板库statement语句static cursor 静态游标static SQL statements 静态SQL语句status bar状态条stream流string字符串stub 存根subobject子对象subquery 子查询subroutine 子例程subscript operator下标操作符subset 子集subtype子类型suspend挂起symbol 记号syntax 语法system database 系统数据库system table 系统表Ttable 表table lock 表锁table-level constraint 表级约束tag 标记tape backup 磁带备份task switch任务切换TCP transmission control protocol 传输控制协议template 模板template argument deduction模板参数推导template explicit specialization模板显式特化template parameter 模板参数temporary object临时对象text文本text file文本文件thin client 瘦客户端对应:fat client/ rich client/ heavy client/ thick client 胖客户端third-party 第三方thread 线程thread-safe 线程安全的throw 抛出、引发常指发出一个exceptiontoken 符号、标记、令牌看场合trace 跟踪transaction事务transaction log 事务日志transaction rollback 事务回滚transactional replication 事务复制translation unit 翻译单元traverse 遍历trigger 触发two-phase commit 两阶段提交two-phase lookup 两阶段查找type类型UUDDI universal description, discovery and integration 统一描述、发现和集成UML unified modeling language 统一建模语言unary function单参函数unary operator 一元操作符unboxing 拆箱、拆箱转换underflow下溢union query 联合查询unique constraints unique约束unique index 唯一索引unmanaged code非托管代码unmarshal 散集unchecked exception 不可控异常javaURI uniform resource identifier 统一资源标识符URL uniform resource locator 统一资源定位器URN uniform resource name 统一资源名称user用户user interface用户界面Vvalue types 值类型variable 变量vector 向量、矢量;一种容器,与array有些类似VEE virtual execution engine 虚拟执行引擎vendor 厂商viable 可行的viable function可行函数video视频view 1 视图 document/view 文档/视图view 2 映件virtual function虚函数virtual machine虚拟机virtual memory虚拟内存volatile 易挥发的、易变的;vowel元音字母Wweb service web服务where clause where子句wildcard character 通配符wildcard search 通配符搜索window窗口window function窗口函数window procedure窗口过程windows authentication windows身份验证wizard 向导word单词word processor字处理器wrapper包装write-ahead log 预写式日志write-only 只写WSDL web service description language Web Service描述语言XXMI xml message interface xml消息接口XML extensible markup language 可扩展标记语言XSD xml schema definition language xml模式定义语言XSL extensible stylesheet language 可扩展样式表语言XSLT extensible stylesheet language transformation 可扩展样式表语言转换。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
第一部分、计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分V oronoi Diagrams V oronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加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 特性、属性authentication service 验证服务authorization 授权audio 音频A.I. 人工智能B2B integration B2B整合、B2B集成(business-to-business integration) background 背景、后台(进程)backward compatible 向后兼容、向下兼容backup 备份backup device备份设备backup file 备份文件bandwidth 带宽base class 基类base type 基类型batch 批处理BCL (base class library)基类库binary 二进制binary search 二分查找binary tree 二叉树binary function 双参函数binary large object二进制大对象binary operator 二元操作符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 可经由浏览器访问的应用程序build 编连(专指编译和连接built-in 内建、内置bus 总线business 业务、商务(看场合)business Logic 业务逻辑business rules 业务规则buttons 按钮bug 臭虫by/through 通过byte 位元组(由8 bits组成)cache 高速缓存calendar 日历call 调用callback 回调call-level interface (CLI)调用级接口(CLI)call operator 调用操作符candidate key 候选键(for database)cascading delete 级联删除(for database)cascading update 级联更新(for database)casting 转型、造型转换catalog 目录chain 链(function calls)character 字符character format 字符格式character set 字符集CHECK constraints CHECK约束(for database)checkpoint 检查点(for database)check box 复选框check button 复选按钮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 子句client application 客户端应用程序client cursor 客户端游标(for database)code page 代码页cleanup 清理、清除CLI (Common Language Infrastructure) 通用语言基础设施client 客户、客户端client area 客户区client-server 客户机/服务器、客户端/服务器clipboard 剪贴板clone 克隆CLS (common language specification) 通用语言规范code access security 代码访问安全COFF (Common Object File Format) 通用对象文件格式collection 集合COM (Component Object Model) 组件对象模型combo box 组合框command line 命令行comment 注释commit 提交(for database)communication 通讯compatible 兼容compile time 编译期、编译时compiler 编译器component组件composite index 复合索引、组合索引(for database) composite key 复合键、组合键(for database) composition 复合、组合concept 概念concrete具体的concrete class 具体类concurrency 并发、并发机制constraint 约束(for database)configuration 配置、组态connection 连接(for database)connection pooling 连接池console 控制台constant 常量construct 构件、成分、概念、构造(for language)constructor (ctor) 构造函数、构造器container 容器containment包容context 环境、上下文control 控件cookie (不译)copy 拷贝CORBA 通用对象请求中介架构(Common Object Request Broker Architecture) cover 覆盖、涵盖create/creation 创建、生成crosstab query 交叉表查询(for database)CRTP (curiously recurring template pattern)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 pump 数据抽取(for database)data scrubbing 数据清理(for database)data source 数据源(for database)Data source name (DSN) 数据源名称(DSN) (for database) data warehouse 数据仓库(for database)dataset 数据集(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 scrīpt 数据库脚本(for database)data-bound 数据绑定(for database)data-aware control数据感知控件(for database)data member 数据成员、成员变量dataset 数据集(for database)data source 数据源(for database)data structure数据结构data table 数据表(for database)datagram 数据报文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 constraint默认约束(for database)default database 默认数据库(for database)default instance 默认实例(for database)default result set 默认结果集(for database)default 缺省、默认值defer 推迟definition 定义delegate 委托delegation 委托dependent namedeploy 部署dereference 解引用dereference operator (提领)运算子derived class 派生类design by contract 契约式设计design pattern 设计模式destroy 销毁destructor(dtor)析构函数、析构器device 设备DHTML (dynamic HyperText Markup Language)动态超文本标记语言dialog 对话框digest 摘要digital 数字的DIME (Direct Internet Message Encapsulation)直接Internet消息封装directive (编译)指示符directory 目录dirty pages脏页(for database)dirty read 脏读(for database)disassembler 反汇编器DISCO (Discovery of Web Services)Web Services的查找disk 盘dispatch 调度、分派、派发(我喜欢“调度”)DISPID (Dispatch Identifier)分派标识符distributed computing 分布式计算distributed query 分布式查询(for database)DNA (Distributed interNet Application) 分布式网间应用程序document 文档DOM (Document Object Model)文档对象模型dot operator (圆)点操作符driver 驱动(程序)DTD (document type definition) 文档类型定义double-byte character set (DBCS)双字节字符集(DBCS)dump 转储dump file 转储文件dynamic cursor 动态游标(for database)dynamic filter 动态筛选(for database)dynamic locking 动态锁定(for database)dynamic recovery 动态恢复(for database)dynamic snapshot 动态快照(for database)dynamic SQL statements 动态SQL语句(for database) dynamic assembly 动态装配件、动态配件dynamic binding 动态绑定EAI (enterprise application integration)企业应用程序集成(整合)EBCO (empty base class optimization) 空基类优化(机制)e-business 电子商务EDI (Dlectronic Data Interchange)电子数据交换efficiency 效率efficient 高效end-to-end authentication 端对端身份验证end user 最终用户engine 引擎entity 实体encapsulation 封装enclosing class 外围类别(与巢状类别nested class有关) enum (enumeration) 枚举enumerators 枚举成员、枚举器equal 相等equality 相等性equality operator 等号操作符error log 错误日志(for database)escape code 转义码escape character 转义符、转义字符exclusive lock 排它锁(for database)explicit transaction 显式事务(for database)evaluate 评估event 事件event driven 事件驱动的event handler 事件处理器evidence 证据exception 异常exception declaration 异常声明exception handling 异常处理、异常处理机制exception-safe 异常安全的exception specification 异常规范exit 退出explicit 显式explicit specialization 显式特化export 导出expression 表达式facility 设施、设备fat client 胖客户端feature 特性、特征fetch 提取field 字段(java)field 字段(for database)field length 字段长度(for database)file 文件filter 筛选(for database)finalization 终结firewall 防火墙finalizer 终结器firmware 固件flag 标记flash memory 闪存flush 刷新font 字体foreign key (FK) 外键(FK) (for database)form 窗体formal parameter 形参forward declaration 前置声明forward-only 只向前的forward-only cursor 只向前游标(for database) fragmentation 碎片(for database)framework 框架full specialization 完全特化function 函数function call operator (即operator ()) 函数调用操作符function object 函数对象function overloaded resolution函数重载决议functionality 功能function template函数模板functor 仿函数GAC (global assembly cache) 全局装配件缓存、全局配件缓存GC (Garbage collection) 垃圾回收(机制)、垃圾收集(机制) game 游戏generate 生成generic 泛化的、一般化的、通用的generic algorithm通用算法genericity 泛型getter (相对于setter)取值函数global 全局的global object 全局对象global scope resolution operator 全局范围解析操作符grant 授权(for database)granularity 粒度group 组、群group box 分组框GUI 图形界面GUID (Globally Unique Identifier) 全球唯一标识符hand shaking 握手handle 句柄handler 处理器hard-coded 硬编码的hard-copy 截屏图hard disk 硬盘hardware 硬件hash table 散列表、哈希表header file头文件heap 堆help file 帮助文件hierarchy 层次结构、继承体系hierarchical data 阶层式数据、层次式数据hook 钩子Host (application)宿主(应用程序)hot key 热键hyperlink 超链接HTML (HyperText Markup Language) 超文本标记语言HTTP pipeline HTTP管道HTTP (HyperText Transfer Protocol) 超文本传输协议icon 图标IDE (Integrated Development Environment)集成开发环境IDL (Interface Definition Language) 接口定义语言identifier 标识符idle time 空闲时间if and only if当且仅当IL (Intermediate Language) 中间语言、中介语言image 图象IME 输入法immediate base 直接基类immediate derived 直接派生类immediate updating 即时更新(for database) implicit transaction隐式事务(for database) incremental update 增量更新(for database) index 索引(for database)implement 实现implementation 实现、实现品implicit 隐式import 导入increment operator 增加操作符infinite loop 无限循环infinite recursive 无限递归information 信息infrastructure 基础设施inheritance 继承、继承机制inline 内联inline expansion 内联展开initialization 初始化initialization list 初始化列表、初始值列表initialize 初始化inner join 内联接(for database)in-place active 现场激活instance 实例instantiated 具现化、实体化(常应用于template) instantiation 具现体、具现化实体(常应用于template) integrate 集成、整合integrity 完整性、一致性integrity constraint完整性约束(for database) interprocess communication (IPC)进程间通讯(IPC) interacts 交互interface 接口for GUI 界面interoperability 互操作性、互操作能力interpreter 解释器introspection 自省invariants 不变性invoke 调用isolation level 隔离级别(for database)iterate 迭代iterative 反复的、迭代的iterator 迭代器iteration 迭代(回圈每次轮回称为一个iteration) item 项、条款、项目JIT compilation JIT编译即时编译key 键(for database)key column 键列(for database)laser 激光late binding 迟绑定left outer join 左向外联接(for database)level 阶、层例high level 高阶、高层library 库lifetime 生命期、寿命link 连接、链接linkage 连接、链接linker 连接器、链接器literal constant 字面常数list 列表、表、链表list box 列表框livelock 活锁(for database)load 装载、加载load balancing 负载平衡loader 装载器、载入器local 局部的local object 局部对象lock 锁log 日志login 登录login security mode登录安全模式(for database) lookup table 查找表(for database)loop 循环loose coupling 松散耦合lvalue 左值machine code 机器码、机器代码macro 宏maintain 维护managed code 受控代码、托管代码Managed Extensions 受控扩充件、托管扩展managed object 受控对象、托管对象mangled namemanifest 清单manipulator 操纵器(iostream预先定义的一种东西)many-to-many relationship 多对多关系(for database)many-to-one relationship 多对一关系(for database)marshal 列集member 成员member access operator 成员取用运算子(有dot和arrow两种) member function 成员函数member initialization list成员初始值列表memberwise 以member为单元…、members 逐一… memberwise copymemory 内存memory leak 内存泄漏menu 菜单message 消息message based 基于消息的message loop 消息环message queuing消息队列metadata 元数据metaprogramming元编程method 方法micro 微middleware 中间件middle tier 中间层modeling 建模modeling language 建模语言modifier 修饰字、修饰符modem 调制解调器module 模块most derived class最底层的派生类mouse 鼠标mutable 可变的mutex 互斥元、互斥体multidimensional OLAP (MOLAP) 多维OLAP(MOLAP) (for database) multithreaded server application 多线程服务器应用程序multiuser 多用户multi-tasking 多任务multi-thread 多线程multicast delegate 组播委托、多点委托named parameter 命名参数named pipe 命名管道namespace 名字空间、命名空间native 原生的、本地的native code 本地码、本机码Native Image Generator (NGEN)本地映像生成器nested class 嵌套类nested query 嵌套查询(for database)nested table 嵌套表(for database)network 网络network card 网卡nondependent nameobject 对象object based 基于对象的object file 目标文件object model 对象模型object oriented 面向对象的object pooling 对象池化ODBC data source ODBC数据源(for database)ODBC driver ODBC驱动程序(for database)ODR (one-definition rule)OLE Automation objects OLE自动化对象(for database)OLE Automation server OLE自动化服务器(for database)OLE DB consumer OLE DB使用者(for database)OLE DB for OLAP 用于OLAP的OLE DB (for database)OLE DB provider OLE DB提供者(for database)one-to-many relationship 一对多关系(for database)one-to-one relationship 一对一关系(for database)online analytical processing (OLAP) 联机分析处理(OLAP) (for database) online redo log 联机重做日志(for database)online transaction processing (OLTP) 联机事务处理(OLTP) (for database) Open Data Services (ODS) 开放式数据服务(ODS) (for database)Open Database Connectivity (ODBC) 开放式数据库连接(ODBC) (for database) operand 操作数operating system (OS) 操作系统operation 操作operator 操作符、运算符option 选项optimizer 优化器outer join 外联接(for database)overflow 上限溢位(相对于underflow)overhead 额外开销overload 重载overload resolution 重载决议overloaded function 重载的函数overloaded operator 被重载的操作符override 覆写、重载、重新定义package 包packaging 打包palette 调色板parallel 并行parameter 参数、形式参数、形参parameter list 参数列表parameterize 参数化parent class 父类parentheses 圆括弧、圆括号parse 解析parser 解析器part 零件、部件partial specialization 局部特化pass by address 传址(函式引数的传递方式)(非正式用语) pass by reference 传地址、按引用传递pass by value 按值传递pattern 模式PDA (personal digital assistant)个人数字助理PE (Portable Executable) file 可移植可执行文件performance 性能persistence 持久性PInvoke (platform invoke service) 平台调用服务pixel 像素placement deleteplacement newplaceholder 占位符platform 平台POD (plain old data (type))POI (point of instantiation)pointer 指针poll 轮询pooling 池化polymorphism 多态pop up 弹出式port 端口postfix 后缀precedence 优先序(通常用于运算子的优先执行次序) prefix 前缀preprocessor 预处理器primary key (PK)主键(PK) (for database)primary table 主表(for database)primary template原始模板primitive type 原始类型print 打印printer 打印机procedure 过程procedural 过程式的、过程化的process 进程profile 评测profiler 效能(性能)评测器program 程序programmer 程序员programming编程、程序设计progress bar 进度指示器project 项目、工程property 属性protocol 协议pseudo code伪码qualified 经过资格修饰(例如加上scope运算子) qualifiedqualifier 修饰符quality 质量queue 队列race condition 竞争条件(多线程环境常用语)radian 弧度radio button 单选按钮raise 引发(常用来表示发出一个exception) random number 随机数range 范围、区间rank 等级raw 未经处理的readOnly只读record 记录(for database)recordset 记录集(for databaserecursive 递归re-direction 重定向refactoring 重构refer 引用、参考reference 引用、参考reference counting引用计数referential integrity (RI)引用完整性(RI) (for database) register 寄存器reflection 反射refresh data 刷新数据(for database)regular expression 正则表达式relational database 关系数据库remote 远程remote request 远程请求represent 表述,表现resolve 解析、决议resolution 解析过程result set 结果集(for database)retrieve data 检索数据return 返回return type 返回类型return value 返回值right outer join 右向外联接(for database) revoke 撤销robust 健壮robustness 健壮性roll back 回滚(for database)roll forward 前滚(for database)routine 例程row 行(for database)row lock 行锁(for database)rowset 行集(for database)RPC (remote procedure call)RPC(远程过程调用) runtime 执行期、运行期、执行时、运行时rvalue 右值save 保存savepoint 保存点(for database)SAX (Simple API for XML)scalable 可伸缩的、可扩展的schedule 调度scheduler 调度程序schema 模式、纲目结构scroll bar滚动条scope 作用域、生存空间scope operator 生存空间操作符scope resolution operator 生存空间解析操作符screen 屏幕SDK (Software Development Kit)软件开发包sealed class 密封类search 查找semantics 语义semaphore 信号量sequential container序列式容器server 服务器、服务端serial 串行serialization/serialize 序列化server cursor服务端游标、服务器游标(for database) session 会话(for database)setter 设值函数shared lock 共享锁(for database)sibling 同级side effect 副作用signature 签名single-threaded 单线程slider滑块slot 槽smart pointer 智能指针SMTP (Simple Mail Transfer Protocol) 简单邮件传输协议snapshot 截屏图snapshot 快照(for database)specialization 特化specification 规范、规格splitter 切分窗口SOAP (simple object access protocol) 简单对象访问协议software 软件source code 源码、源代码SQL (Structured Query Language) 结构化查询语言(for database) stack 栈、堆栈stack unwinding 叠辗转开解(此词用于exception主题) standard library 标准库standard template library 标准模板库stateless 无状态的statement 语句、声明static cursor 静态游标(for database)static SQL statements 静态SQL语句(for database)stored procedure 存储过程(for database)status bar 状态条stream 流string 字符串stub 存根subobject子对象subquery 子查询(for database)subroutine 子例程subscrīpt operator 下标操作符subset 子集subtype 子类型support 支持suspend 挂起symbol 记号syntax 语法system databases 系统数据库(for database) system tables 系统表(for database)table 表(for database)table lock 表锁(for database)table-level constraint 表级约束(for database) tape backup 磁带备份(for database)target 标的,目标task switch 工作切换TCP (Transport Control Protocol) 传输控制协议template 模板template-idtemplate argument deduction 模板参数推导template explicit specialization 模板显式特化template parameter 模板参数template template parametertemporary object 临时对象temporary table 临时表(for database)text 文本text file 文本文件thin client 瘦客户端third-party 第三方thread 线程thread-safe 线程安全的throw 抛出、引发(常指发出一个exception) token 符号、标记、令牌(看场合)trace 跟踪transaction 事务(for database)transaction log 事务日志(for database) transaction rollback 事务回滚(for database) transactional replication 事务复制(for database) translation unit 翻译单元traverse 遍历trigger 触发器(for database)two-phase commit 两阶段提交(for database)tupletwo-phase lookup 两阶段查找type 类型UDDI(Universary Descrīption, Discovery and Integration)统一描述、查询与集成UML (unified modeling language)统一建模语言unary function 单参函数unary operator 一元操作符unboxing 拆箱、拆箱转换underflow 下限溢位(相对于overflow)Union query 联合查询(for database)UNIQUE constraints UNIQUE约束(for database)unique index 唯一索引(for database)unmanaged code 非受控代码、非托管代码unmarshal 散集unqualified 未经限定的、未经修饰的URI (Uniform Resource identifier) 统一资源标识符URL (Uniform Resource Locator) 统一资源定位器user 用户user interface 用户界面value types 值类型variable 变量vector 向量(一种容器,有点类似array) viable 可行的video 视频view 视图VEE (Virtual Execution Engine)虚拟执行引擎vendor 厂商view 视图(for database)virtual function 虚函数virtual machine 虚拟机virtual memory 虚拟内存vowel 元音字母Web Services web服务WHERE clause WHERE子句(for database) wildcard characters 通配符字符(for database) wildcard search 通配符搜索(for database) window 窗口window function 窗口函数window procedure 窗口过程Windows authentication Windows身份验证wizard 向导word 单词word processor 字处理器wrapper 包装、包装器write enable 写启用(for database)write-ahead log 预写日志(for database)write-only 只写WSDL (Web Service Descrīption Language)Web Service描述语言XML Message Interface (XMI) XML消息接口XML (eXtensible Markup Language) 可扩展标记语言XSD (XML Schema Definition) XML模式定义语言XSL (eXtensible Stylesheet Language) 可扩展样式表语言XSLT (eXtensible Stylesheet Language Transformation)可扩展样式表语言转换xxx based 基于xxx的xxx oriented 面向xxxother 1 :application 应用程式应用、应用程序application framework 应用程式框架、应用框架应用程序框架architecture 架构、系统架构体系结构argument 引数(传给函式的值)。