您的位置:首页 > 理论基础

计算机常用编程英语术语集锦

2011-09-01 11:26 615 查看
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数据对象

advanced 高级的

aggregation 聚合、聚集

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引数(传给函式的值)。参见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 特性、属性

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 定制、自定义

CPU(Center Processor Unit)中央处理单元

Main board主板

RAM(random access memory)随机存储器(内存)

ROM(Read Only Memory)只读存储器

Floppy Disk软盘

Hard Disk硬盘

CD-ROM光盘驱动器(光驱)

monitor监视器

keyboard键盘

mouse鼠标

chip芯片

CD-R光盘刻录机

HUB集线器

Modem= MOdulator-DEModulator,调制解调器

P-P(Plug and Play)即插即用

UPS(Uninterruptable Power Supply)不间断电源

BIOS(Basic-input-Output

System)基本输入输出系统

CMOS(Complementary Metal-Oxide-Semiconductor)互补金属氧化物半导体

setup安装

uninstall卸载

wizzard向导

OS(Operation Systrem)操作系统

OA(Office AutoMation)办公自动化

exit退出

edit编辑

copy复制

cut剪切

paste粘贴

delete删除

select选择

find查找

select all全选

replace替换

undo撤消

redo重做

program程序

license许可(证)

back前一步

next下一步

finish结束

folder文件夹

Destination Folder目的文件夹

user用户

click点击

double click双击

right click右击

settings设置

update更新

release发布

data数据

data base数据库

DBMS(Data Base Manege

System)数据库管理系统

view视图

insert插入

object对象

configuration配置

command命令

document文档

POST(power-on-self-test)电源自检程序

cursor光标

attribute属性

icon图标

service pack服务补丁

option pack功能补丁

Demo演示

short cut快捷方式

exception异常

debug调试

previous前一个

column行

row列

restart重新启动

text文本

font字体

size大小

scale比例

interface界面

function函数

access访问

manual指南

active激活

computer language计算机语言

menu菜单

GUI(graphical user interfaces )图形用户界面

template模版

page setup页面设置

password口令

code密码

print preview打印预览

zoom in放大

zoom out缩小

pan漫游

cruise漫游

full screen全屏

tool bar工具条

status bar状态条

ruler标尺

table表

paragraph段落

symbol符号

style风格

execute执行

graphics图形

image图像

Unix用于服务器的一种操作系统

Mac OS苹果公司开发的操作系统

OO(Object-Oriented)面向对象

virus病毒

file文件

open打开

colse关闭

new新建

save保存

exit退出

clear清除

default默认

LAN局域网

WAN广域网

Client/Server客户机/服务器

ATM( Asynchronous

Transfer Mode)异步传输模式

Windows NT微软公司的网络操作系统

Internet互联网

WWW(World Wide Web)万维网

protocol协议

HTTP超文本传输协议

FTP文件传输协议

Browser浏览器

homepage主页

Webpage网页

website网站

URL在Internet的WWW服务程序上

用于指定信息位置的表示方法

Online在线

Email电子邮件

ICQ网上寻呼

Firewall防火墙

Gateway网关

HTML超文本标识语言

hypertext超文本

hyperlink超级链接

IP(Address)互联网协议(地址)

Search Engine搜索引擎

TCP/IP用于网络的一组通讯协议

Telnet远程登录

IE(Internet Explorer)探索者(微软公司的网络浏览器)

Navigator引航者(网景公司的浏览器)

multimedia多媒体

ISO国际标准化组织

ANSI美国国家标准协会

able 能

active file 活动文件

add watch 添加监视点

all files 所有文件

allrightsreserved 所有的权力保留

altdirlst 切换目录格式

andotherinFORMation 以及其它的信息

archivefileattribute 归档文件属性

assignto 指定到

autoanswer 自动应答

autodetect 自动检测

autoindent 自动缩进

autosave 自动存储

available on volume 该盘剩余空间

bad command 命令错

bad command or filename 命令或文件名错

batch parameters 批处理参数

binary file 二进制文件

binary files 二进制文件

Borland international borland国际公司

bottommargin 页下空白

bydate 按日期

byextension 按扩展名

byname 按名称

bytesfree 字节空闲

callstack 调用栈

casesensitive 区分大小写

centralpointsoftwareinc central point 软件股份公司

changedirectory 更换目录

changedrive 改变驱动器

changename 更改名称

characterset 字符集

checkingfor 正在检查

chgdrivepath 改变盘/路径

chooseoneofthefollowing 从下列中选一项

clearall 全部清除

clearallbreakpoints 清除所有断点

clearsanattribute 清除属性

clearscommandhistory 清除命令历史

clearscreen 清除屏幕

closeall 关闭所有文件

codegeneration 代码生成

colorpalette 彩色调色板

commandline 命令行

commandprompt 命令提示符

compressedfile 压缩文件

conventionalmemory 常规内存

copydiskette 复制磁盘

copyrightc 版权(c

createdospartitionorlogicaldosdrive 创建DOS分区或逻辑DOS驱动器

createextendeddospartition 创建扩展DOS分区

createprimarydospartition 创建DOS主分区

createsadirectory 创建一个目录

currentfile 当前文件

defrag 整理碎片

dele 删去

deltree 删除树

devicedriver 设备驱动程序

dialogbox 对话栏

directionkeys 方向键

directly 直接地

directorylistargument 目录显示变量

directoryof 目录清单

directorystructure 目录结构

diskaccess 磁盘存取

diskcopy 磁盘拷贝

diskspace 磁盘空间

displayfile 显示文件

displayoptions 显示选项

displaypartitioninFORMation 显示分区信息

dosshell DOS 外壳

doubleclick 双击

driveletter 驱动器名

editmenu 编辑选单

emsmemory ems内存

endoffile 文件尾

endofline 行尾

enterchoice 输入选择

entiredisk 转换磁盘

environmentvariable 环境变量

everyfileandsubdirectory 所有的文件和子目录

existingdestinationfile 已存在的目录文件时

expandedmemory 扩充内存

expandtabs 扩充标签

explicitly 明确地

extendedmemory 扩展内存

fastest 最快的

fatfilesystem fat 文件系统

fdiskoptions fdisk选项

fileattributes 文件属性

fileFORMat 文件格式

filefunctions 文件功能

fileselection 文件选择

fileselectionargument 文件选择变元

filesin 文件在

filesinsubdir 子目录中文件

fileslisted 列出文件
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: