编程算法常用术语中英对照
文章来源: 文章作者: 发布时间:2007-08-02 09:10 字体: [ ]  进入论坛
(单词翻译:双击或拖选)

Data Structures 基本数据结构
Dictionaries 字典
Priority Queues 堆
Graph Data Structures 图
Set Data Structures 集合
Kd-Trees 线段树
Numerical Problems 数值问题
Solving Linear Equations 线性方程组
Bandwidth Reduction 带宽压缩
Matrix Multiplication1 矩阵乘法
Determinants and Permanents 行列式
Constrained2 and Unconstrained Optimization3 最值问题
Linear Programming 线性规划
Random4 Number Generation 随机数生成
Factoring and Primality Testing 因子分解/质数判定
Arbitrary Precision Arithmetic 高精度计算
Knapsack Problem 背包问题
Discrete5 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 Components7 连通分支
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 Embedding9 平面性检测和嵌入
Graph Problems -- hard 图论-NP问题
Clique10 最大团
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 Hull11 凸包
Triangulation 三角剖分
Voronoi Diagrams Voronoi图
Nearest Neighbor Search 最近点对查询
Range Search 范围查询
Point Location 位置查询
Intersection12 Detection 碰撞测试
Bin6 Packing 装箱问题
Medial-Axis Transformation13 中轴变换
Polygon14 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   动作
activate15 激活
active   活动的
actual parameter  实参
adapter 适配器
add-in  插件
address 地址
address space     地址空间
address-of operator 取地址操作符
ADL (argument-dependent lookup)
ADO(ActiveX Data Object)ActiveX数据对象
advanced    高级的
aggregation16 聚合、聚集
algorithm 算法
alias17 别名
align18 排列、对齐
allocate19 分配、配置
allocator分配器、配置器
angle bracket 尖括号
annotation   注解、评注
API (Application Programming Interface20) 应用(程序)编程接口
app domain21 (application domain)应用域
application  应用、应用程序
application framework 应用程序框架
appearance 外观
append     附加
architecture 架构、体系结构
archive file 归档文件、存档文件
argument引数(传给函式的值)。参见parameter          
array   数组
arrow operator  箭头操作符
ASP(Active Server Page)活动服务器页面
ASP.NET worker process ASP.NET工作者进程
assembly     装配件、配件
assembly language   汇编语言
assembly manifest   装配件清单
assert(ion) 断言
assign      赋值
assignment  赋值、分配
assignment operator 赋值操作符
associated  相关的、相关联的
associative container 关联式容器(对应sequential container)        
asynchronous  异步的
atomic    原子的
atomic operation   原子操作
attribute   特性、属性
authentication22 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)基类库
binary23  二进制  
binary search 二分查找
binary tree 二叉树
binary function  双参函数
binary large object二进制大对象
binary operator 二元操作符
binding24 绑定
bit 位
bitmap  位图
bitwise 按位...
bitwise copy       为单元进行复制;位元逐一复制,按位拷
bitwise operation  按位运算
block  块、区块、语句块
bookkeeping  簿记
boolean 布林值(真假值,true或false)                 
border  边框
bounds checking 边界检查
boxing  装箱、装箱转换
brace25 (curly brace) 大括号、花括号
bracket (square brakcet) 中括号、方括号
breakpoint 断点
browser26 applications  浏览器应用(程序)
browser-accessible application  可经由浏览器访问的应用程序
build  编连(专指编译和连接
built-in  内建、内置
bus  总线
business  业务、商务(看场合)
business Logic8 业务逻辑
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 constraints28 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 specification29) 通用语言规范
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 并发、并发机制
constraint27  约束 (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 Broker30 Architecture)
cover   覆盖、涵盖
create/creation    创建、生成
crosstab query     交叉表查询 (for database)
CRTP (curiously recurring31 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 script  数据库脚本 (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)分布式COM
dead 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 name      
deploy       部署
dereference  解引用
dereference operator (提领)运算子                     
derived32 class  派生类
design by contract 契约式设计
design pattern  设计模式
destroy   销毁
destructor(dtor)析构函数、析构器
device   设备
DHTML (dynamic HyperText Markup33 Language)动态超文本标记语言
dialog   对话框
digest   摘要
digital  数字的
DIME34 (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 computing35 分布式计算
distributed query     分布式查询 (for database)
DNA36 (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)
explicit37 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 overloaded38 resolution函数重载决议
functionality    功能
function template函数模板
functor  仿函数
GAC (global assembly cache) 全局装配件缓存、全局配件缓存
GC (Garbage collection)     垃圾回收(机制)、垃圾收集(机制)
game     游戏
generate 生成
generic39  泛化的、一般化的、通用的
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   热键
hyperlink40 超链接
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   输入法
immediate41 base      直接基类
immediate derived   直接派生类
immediate updating  即时更新 (for database)
implicit transaction隐式事务 (for database)
incremental update  增量更新 (for database)
index          索引 (for database)
implement      实现
implementation43 实现、实现品
implicit       隐式
import         导入
increment42 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        调用
isolation44 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 受控对象、托管对象
mangled45 name      
manifest     清单
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 copy 
memory      内存
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 name
object        对象
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 delete
placement new   
placeholder 占位符
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运算子)           
qualified name
qualifier 修饰符
quality   质量
queue     队列
race condition 竞争条件(多线程环境常用语)
radian         弧度
radio button   单选按钮
raise          引发(常用来表示发出一个exception)           
random number  随机数
range   范围、区间
rank    等级
raw     未经处理的
readOnly只读
record  记录 (for database)
recordset  记录集 (for database
recursive  递归
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  子例程
subscript 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-id
template argument deduction      模板参数推导
template explicit specialization 模板显式特化
template parameter   模板参数
template template parameter
temporary 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)
tuple
two-phase lookup 两阶段查找
type  类型
UDDI(Universary Description, 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 Description 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  面向xxx

 



点击收听单词发音收听单词发音  

1 multiplication i15yH     
n.增加,增多,倍增;增殖,繁殖;乘法
参考例句:
  • Our teacher used to drum our multiplication tables into us.我们老师过去老是让我们反覆背诵乘法表。
  • The multiplication of numbers has made our club building too small.会员的增加使得我们的俱乐部拥挤不堪。
2 constrained YvbzqU     
adj.束缚的,节制的
参考例句:
  • The evidence was so compelling that he felt constrained to accept it. 证据是那样的令人折服,他觉得不得不接受。
  • I feel constrained to write and ask for your forgiveness. 我不得不写信请你原谅。
3 optimization gIhxY     
n.最佳化,最优化;优选法;优化组合
参考例句:
  • Development of detergents has required optimization of the surfactants structure. 发展洗涤剂时,要求使用最恰当的表面活性剂结构。 来自辞典例句
  • In the case of productivity tools and other non-entertainment-oriented products, this optimization means minimizing work. 对于生产工具和其他非娱乐导向的产品而言,这意味着将工作负荷降至最低。 来自About Face 3交互设计精髓
4 random HT9xd     
adj.随机的;任意的;n.偶然的(或随便的)行动
参考例句:
  • The list is arranged in a random order.名单排列不分先后。
  • On random inspection the meat was found to be bad.经抽查,发现肉变质了。
5 discrete 1Z5zn     
adj.个别的,分离的,不连续的
参考例句:
  • The picture consists of a lot of discrete spots of colour.这幅画由许多不相连的色点组成。
  • Most staple fibers are discrete,individual entities.大多数短纤维是不联系的单独实体。
6 bin yR2yz     
n.箱柜;vt.放入箱内;[计算机] DOS文件名:二进制目标文件
参考例句:
  • He emptied several bags of rice into a bin.他把几袋米倒进大箱里。
  • He threw the empty bottles in the bin.他把空瓶子扔进垃圾箱。
7 components 4725dcf446a342f1473a8228e42dfa48     
(机器、设备等的)构成要素,零件,成分; 成分( component的名词复数 ); [物理化学]组分; [数学]分量; (混合物的)组成部分
参考例句:
  • the components of a machine 机器部件
  • Our chemistry teacher often reduces a compound to its components in lab. 在实验室中化学老师常把化合物分解为各种成分。
8 logic j0HxI     
n.逻辑(学);逻辑性
参考例句:
  • What sort of logic is that?这是什么逻辑?
  • I don't follow the logic of your argument.我不明白你的论点逻辑性何在。
9 embedding 91dcd46b7c7d960c321ddb6c8b0ce5d1     
把…嵌入,埋入( embed的现在分词 ); 植入; 埋置; 包埋
参考例句:
  • Data embedding in scrambled Digital video complete source code, has been tested. 数据嵌入在炒数字视频完整的源代码,已经过测试。
  • Embedding large portions of C++ code in string literals is very awkward. 将大部分C++代码嵌入到字符串中是非常笨拙的。
10 clique tW0yv     
n.朋党派系,小集团
参考例句:
  • The reactionary ruling clique was torn by internal strife.反动统治集团内部勾心斗角,四分五裂。
  • If the renegade clique of that country were in power,it would have meant serious disaster for the people.如果那个国家的叛徒集团一得势,人民就要遭殃。
11 hull 8c8xO     
n.船身;(果、实等的)外壳;vt.去(谷物等)壳
参考例句:
  • The outer surface of ship's hull is very hard.船体的外表面非常坚硬。
  • The boat's hull has been staved in by the tremendous seas.小船壳让巨浪打穿了。
12 intersection w54xV     
n.交集,十字路口,交叉点;[计算机] 交集
参考例句:
  • There is a stop sign at an intersection.在交叉路口处有停车标志。
  • Bridges are used to avoid the intersection of a railway and a highway.桥用来避免铁路和公路直接交叉。
13 transformation SnFwO     
n.变化;改造;转变
参考例句:
  • Going to college brought about a dramatic transformation in her outlook.上大学使她的观念发生了巨大的变化。
  • He was struggling to make the transformation from single man to responsible husband.他正在努力使自己由单身汉变为可靠的丈夫。
14 polygon 0iFy9     
n.多边形;多角形
参考例句:
  • A polygon with ten sides is a decagon.十条边的形状叫十边形。
  • He conceived the first proof that the 17-sided polygon is constructible.他构思了17边形可以作图的第一个证明。
15 activate UJ2y0     
vt.使活动起来,使开始起作用
参考例句:
  • We must activate the youth to study.我们要激励青年去学习。
  • These push buttons can activate the elevator.这些按钮能启动电梯。
16 aggregation OKUyE     
n.聚合,组合;凝聚
参考例句:
  • A high polymer is a very large aggregation of units.一个高聚物是许多单元的非常大的组合。
  • Moreover,aggregation influences the outcome of chemical disinfection of viruses.此外,聚集作用还会影响化学消毒的效果。
17 alias LKMyX     
n.化名;别名;adv.又名
参考例句:
  • His real name was Johnson,but he often went by the alias of Smith.他的真名是约翰逊,但是他常常用化名史密斯。
  • You can replace this automatically generated alias with a more meaningful one.可用更有意义的名称替换这一自动生成的别名。
18 align fKeyZ     
vt.使成一线,结盟,调节;vi.成一线,结盟
参考例句:
  • Align the ruler and the middle of the paper.使尺子与纸张的中部成一条直线。
  • There are signs that the prime minister is aligning himself with the liberals.有迹象表明首相正在与自由党人结盟。
19 allocate ILnys     
vt.分配,分派;把…拨给;把…划归
参考例句:
  • You must allocate the money carefully.你们必须谨慎地分配钱。
  • They will allocate fund for housing.他们将拨出经费建房。
20 interface e5Wx1     
n.接合部位,分界面;v.(使)互相联系
参考例句:
  • My computer has a network interface,which allows me to get to other computers.我的计算机有网络接口可以与其它计算机连在一起。
  • This program has perspicuous interface and extensive application. 该程序界面明了,适用范围广。
21 domain ys8xC     
n.(活动等)领域,范围;领地,势力范围
参考例句:
  • This information should be in the public domain.这一消息应该为公众所知。
  • This question comes into the domain of philosophy.这一问题属于哲学范畴。
22 authentication jO5yS     
鉴定,认证
参考例句:
  • Computer security technology includes mainly:Authentication,Encryption,Access Control,Auditing and so on.计算机网络安全技术主要有: 认证授权、数据加密、访问控制、安全审计等。
23 binary jybzWZ     
adj.二,双;二进制的;n.双(体);联星
参考例句:
  • Computers operate using binary numbers.计算机运行运用二进位制。
  • Let us try converting the number itself to binary.我们试一试,把这个数本身变成二进制数。
24 binding 2yEzWb     
有约束力的,有效的,应遵守的
参考例句:
  • The contract was not signed and has no binding force. 合同没有签署因而没有约束力。
  • Both sides have agreed that the arbitration will be binding. 双方都赞同仲裁具有约束力。
25 brace 0WzzE     
n. 支柱,曲柄,大括号; v. 绷紧,顶住,(为困难或坏事)做准备
参考例句:
  • My daughter has to wear a brace on her teeth. 我的女儿得戴牙套以矫正牙齿。
  • You had better brace yourself for some bad news. 有些坏消息,你最好做好准备。
26 browser gx7z2M     
n.浏览者
参考例句:
  • View edits in a web browser.在浏览器中看编辑的效果。
  • I think my browser has a list of shareware links.我想在浏览器中会有一系列的共享软件链接。
27 constraint rYnzo     
n.(on)约束,限制;限制(或约束)性的事物
参考例句:
  • The boy felt constraint in her presence.那男孩在她面前感到局促不安。
  • The lack of capital is major constraint on activities in the informal sector.资本短缺也是影响非正规部门生产经营的一个重要制约因素。
28 constraints d178923285d63e9968956a0a4758267e     
强制( constraint的名词复数 ); 限制; 约束
参考例句:
  • Data and constraints can easily be changed to test theories. 信息库中的数据和限制条件可以轻易地改变以检验假设。 来自英汉非文学 - 科学史
  • What are the constraints that each of these imply for any design? 这每种产品的要求和约束对于设计意味着什么? 来自About Face 3交互设计精髓
29 specification yvwwn     
n.详述;[常pl.]规格,说明书,规范
参考例句:
  • I want to know his specification of details.我想知道他对细节的详述。
  • Examination confirmed that the quality of the products was up to specification.经检查,产品质量合格。
30 broker ESjyi     
n.中间人,经纪人;v.作为中间人来安排
参考例句:
  • He baited the broker by promises of higher commissions.他答应给更高的佣金来引诱那位经纪人。
  • I'm a real estate broker.我是不动产经纪人。
31 recurring 8kLzK8     
adj.往复的,再次发生的
参考例句:
  • This kind of problem is recurring often. 这类问题经常发生。
  • For our own country, it has been a time for recurring trial. 就我们国家而言,它经过了一个反复考验的时期。
32 derived 6cddb7353e699051a384686b6b3ff1e2     
vi.起源;由来;衍生;导出v.得到( derive的过去式和过去分词 );(从…中)得到获得;源于;(从…中)提取
参考例句:
  • Many English words are derived from Latin and Greek. 英语很多词源出于拉丁文和希腊文。 来自《简明英汉词典》
  • He derived his enthusiasm for literature from his father. 他对文学的爱好是受他父亲的影响。 来自《简明英汉词典》
33 markup Povz7v     
n.加价,涨价,利润
参考例句:
  • This mean that international delivery will line markup from today.这意味着国际快递将从今天起全线涨价。
  • Our products are expensive,and distributors and retailers always want a large markup.我们的产品很贵,经销商和零售商总是要求高额利差。
34 dime SuQxv     
n.(指美国、加拿大的钱币)一角
参考例句:
  • A dime is a tenth of a dollar.一角银币是十分之一美元。
  • The liberty torch is on the back of the dime.自由火炬在一角硬币的反面。
35 computing tvBzxs     
n.计算
参考例句:
  • to work in computing 从事信息处理
  • Back in the dark ages of computing, in about 1980, they started a software company. 早在计算机尚未普及的时代(约1980年),他们就创办了软件公司。
36 DNA 4u3z1l     
(缩)deoxyribonucleic acid 脱氧核糖核酸
参考例句:
  • DNA is stored in the nucleus of a cell.脱氧核糖核酸储存于细胞的细胞核里。
  • Gene mutations are alterations in the DNA code.基因突变是指DNA密码的改变。
37 explicit IhFzc     
adj.详述的,明确的;坦率的;显然的
参考例句:
  • She was quite explicit about why she left.她对自己离去的原因直言不讳。
  • He avoids the explicit answer to us.他避免给我们明确的回答。
38 overloaded Tmqz48     
a.超载的,超负荷的
参考例句:
  • He's overloaded with responsibilities. 他担负的责任过多。
  • She has overloaded her schedule with work, study, and family responsibilities. 她的日程表上排满了工作、学习、家务等,使自己负担过重。
39 generic mgixr     
adj.一般的,普通的,共有的
参考例句:
  • I usually buy generic clothes instead of name brands.我通常买普通的衣服,不买名牌。
  • The generic woman appears to have an extraordinary faculty for swallowing the individual.一般妇女在婚后似乎有特别突出的抑制个性的能力。
40 hyperlink hyperlink     
n.超链接
参考例句:
  • The database is fully hyperlinked both within the database and to thousands of external links.该数据库在其内部以及和数千个外部链接之间充分实现了超链接。
  • When you click on a graphic and a video clip plays,you have clicked on a hyperlink.当您按下一个图形和视频剪辑的发挥,你点击了一个超链接。
41 immediate aapxh     
adj.立即的;直接的,最接近的;紧靠的
参考例句:
  • His immediate neighbours felt it their duty to call.他的近邻认为他们有责任去拜访。
  • We declared ourselves for the immediate convocation of the meeting.我们主张立即召开这个会议。
42 increment o8Cx6     
n.增值,增价;提薪,增加工资
参考例句:
  • Each increment of knowledge tells us more of our world.知识的点滴增长都会增进我们对世界的认知。
  • She receives a salary increment each year.她每年得到加薪。
43 implementation 2awxV     
n.实施,贯彻
参考例句:
  • Implementation of the program is now well underway.这一项目的实施现在行情看好。
44 isolation 7qMzTS     
n.隔离,孤立,分解,分离
参考例句:
  • The millionaire lived in complete isolation from the outside world.这位富翁过着与世隔绝的生活。
  • He retired and lived in relative isolation.他退休后,生活比较孤寂。
45 mangled c6ddad2d2b989a3ee0c19033d9ef021b     
vt.乱砍(mangle的过去式与过去分词形式)
参考例句:
  • His hand was mangled in the machine. 他的手卷到机器里轧烂了。
  • He was off work because he'd mangled his hand in a machine. 他没上班,因为他的手给机器严重压伤了。 来自《简明英汉词典》
TAG标签:
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
验证码:点击我更换图片