计算机编程英语词汇
- 格式:pdf
- 大小:259.04 KB
- 文档页数:22
计算机编程英语词汇计算机编程英语词汇在计算机编程中,经常要用到英语,那么有哪些计算机编程英语常用词汇呢?以下是小编整理的计算机编程英语词汇,欢迎阅读。
第一部分、计算机算法常用术语中英对照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 图的划分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引数(传给函式的值)。
计算机科学专业英语词汇
1. Introduction
该文档旨在提供计算机科学专业中常用的英语词汇,帮助读者加深对计算机科学领域的理解。
以下是一些常见的词汇及其解释。
2. Terms and Definitions
- Algorithm: 算法,计算机问题求解的具体步骤。
- Database: 数据库,用于存储和管理数据的系统。
- Encryption: 加密,将数据转换为无法读取和理解的形式。
- Firewall: 防火墙,用于保护计算机和网络不受未授权访问和攻击的安全设备。
- Java: 一种广泛使用的计算机编程语言。
- LAN (Local Area Network): 局域网,指在小范围内连接计算机和设备的网络。
- Operating System: 操作系统,控制和管理计算机硬件和软件资源的软件。
- Python: 一种流行的高级计算机编程语言。
- SQL (Structured Query Language): 结构化查询语言,用于数据库管理的标准语言。
- Virtual Reality: 虚拟现实,一种模拟现实环境的计算机技术。
3. Conclusion
通过掌握这些常用计算机科学专业英语词汇,读者可以更好地理解和应用计算机科学领域的知识。
在研究和实践中,不断积累和扩充词汇量将有助于提升专业能力和沟通交流能力。
希望这份文档能对您有所帮助!。
计算机英语词汇1. Hardware (硬件)- CPU (Central Processing Unit, 中央处理器)- RAM (Random Access Memory, 随机存取存储器) - HDD (Hard Disk Drive, 硬盘驱动器)- SSD (Solid State Drive, 固态硬盘)- Monitor (显示器)- Mouse (鼠标)- Keyboard (键盘)- Printer (打印机)- Scanner (扫描仪)2. Software (软件)- OS (Operating System, 操作系统)- Application (应用程序)- Software (软件)- Program (程序)- Driver (驱动程序)- Firmware (固件)3. Internet and Networking (互联网和网络)- Internet (互联网)- Network (网络)- Router (路由器)- Wi-Fi (无线网络)- Ethernet (以太网)- IP (Internet Protocol, 互联网协议)- DNS (Domain Name System, 域名系统)4. Programming (编程)- Code (代码)- Algorithm (算法)- Debugging (调试)- Variable (变量)- Function (函数)- Library (库)- Framework (框架)- Syntax (语法)5. Data and Databases (数据和数据库)- Data (数据)- Database (数据库)- SQL (Structured Query Language, 结构化查询语言) - Data mining (数据挖掘)- Big data (大数据)6. Security (安全)- Virus (病毒)- Malware (恶意软件)- Firewall (防火墙) - Encryption (加密) - Password (密码)。
index 复合索引、组合索引(for database) composite key 复合键、组合键(for database) composition 复合、组合41.concept 概念concrete 具体的concrete class 具体类concurrency 并发、并发机制constraint 约束(for database) configuration 配置、组态connection 连接(for database) connection pooling 连接池43.console 控制台constant 常量construct 构件、成分、概念、构造(for language)constructor (ctor) 构造函数、构造器container 容器containment 包容context 环境、上下文control 控件45.cookie (不译)copy 拷贝CORBA 通用对象请求中介架构(Common Object Request Broker Architecture) cover 覆盖、涵盖create/creation 创建、生成crosstab query 交叉表查询(for database)CRTP (curiously recurring template pattern)CTS (common type system )通用类型系统47.cube 多维数据集(for database)cursor 光标cursor 游标(for database)custom 定制、自定义random number 随机数range 范围、区间rank 等级raw 未经处理的49.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)51.data manipulation language (DML)数据操作语言(DML) (for database) data mart 数据集市(for database)data pump 数据抽取(for database)data scrubbing 数据清理(for database)reflection 反射refresh data 刷新数据(for database)regular expression 正则表达式relational database 关系数据库53.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)55.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)57.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)分布式COM59.dead lock 死锁(for database)deallocate 归还debug 调试debugger 调试器decay 退化decision support 决策支持declaration 声明declarative referential integrity (DRI) 声明引用完整性(DRI) (for database) deduction 推导61.DEFAULT constraint 默认约束(for database)default database 默认数据库(for database)default instance 默认实例(for database)default result set 默认结果集(for database)default 缺省、默认值defer 推迟definition 定义delegate 委托delegation 委托63.dependent namedeploy 部署dereference 解引用dereference operator (提领)运算子derived class 派生类design by contract 契约式设计design pattern 设计模式destroy 销毁destructor(dtor) 析构函数、析构器65.device 设备DHTML (dynamic HyperT ext Markup Language)动态超文本标记语言dialog 对话框digest 摘要digital 数字的DIME (Direct Internet Message Encapsulation)直接Internet消息封装directive (编译)指示符directory 目录67.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)69.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 转储文件71. 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 动态绑定73.EAI (enterprise application integration)企业应用程序集成(整合)EBCO (empty base class optimization) 空基类优化(机制)e-business 电子商务EDI (Dlectronic Data Interchange) 电子数据交换efficiency 效率efficient 高效end-to-end authentication 端对端身份验证end user 最终用户75.engine 引擎entity 实体encapsulation 封装enclosing class 外围类别(与巢状类别nested class有关) enum (enumeration) 枚举enumerators 枚举成员、枚举器equal 相等equality 相等性equality operator 等号操作符77.error log 错误日志(for database) escape code 转义码escape character 转义符、转义字符exclusive lock 排它锁(for database)explicit transaction 显式事务(for database) evaluate 评估event 事件event driven 事件驱动的event handler 事件处理器79.evidence 证据exception 异常exception declaration 异常声明exception handling 异常处理、异常处理机制exception-safe 异常安全的exception specification 异常规范exit 退出facility 设施、设备81.explicit 显式explicit specialization 显式特化export 导出expression 表达式fat client 胖客户端feature 特性、特征fetch 提取field 字段(java)field 字段(for database)83.field length 字段长度(for database) file 文件filter 筛选(for database) finalization 终结firewall 防火墙finalizer 终结器firmware 固件flag 标记85.flash memory 闪存flush 刷新font 字体foreign key (FK) 外键(FK) (for database) form 窗体formal parameter 形参forward declaration 前置声明forward-only 只向前的forward-only cursor 只向前游标(for database) 87.fragmentation 碎片(for database)framework 框架full specialization 完全特化function 函数function call operator (即operator ()) 函数调用操作符function object 函数对象function overloaded resolution 函数重载决议functionality 功能function template 函数模板functor 仿函数89. GAC (global assembly cache)全局装配件缓存、全局配件缓存GC (Garbage collection) 垃圾回收(机制)、垃圾收集(机制) game 游戏generate 生成generic 泛化的、一般化的、通用的generic algorithm 通用算法genericity 泛型getter (相对于setter)取值函数91. global 全局的global object 全局对象global scope resolution operator 全局范围解析操作符grant 授权(for database) granularity 粒度group 组、群group box 分组框GUI 图形界面GUID (Globally Unique Identifier) 全球唯一标识符93.hand shaking 握手handle 句柄handler 处理器hard-coded 硬编码的hard-copy 截屏图hard disk 硬盘hardware 硬件write-only 只写95. window 窗口window function 窗口函数window procedure 窗口过程Windows authentication Windows身份验证word 单词word processor 字处理器wrapper 包装、包装器write enable 写启用(for database)write-ahead log 预写日志(for database)wizard 向导2.hash table 散列表、哈希表header file 头文件heap 堆help file 帮助文件hierarchy 层次结构、继承体系hierarchical data 阶层式数据、层次式数据hook 钩子Host (application) 宿主(应用程序)4.hot key 热键hyperlink 超链接HTML (HyperT ext Markup Language) 超文本标记语言HTTP pipeline HTTP管道HTTP (HyperT ext Transfer Protocol) 超文本传输协议icon 图标IDE (Integrated Development Environment) 集成开发环境IDL (Interface Definition Language) 接口定义语言identifier 标识符idle time 空闲时间6.if and only if 当且仅当IL (Intermediate Language) 中间语言、中介语言image 图象IME 输入法immediate base 直接基类immediate derived 直接派生类immediate updating 即时更新(for database) implicit transaction 隐式事务(for database)8.incremental update 增量更新(for database) index 索引(for database) implement 实现implementation 实现、实现品implicit 隐式import 导入increment operator 增加操作符infinite loop 无限循环10.interpreter 解释器infinite recursive 无限递归Information 信息infrastructure 基础设施inheritance 继承、继承机制inline 内联inline expansion 内联展开initialization 初始化initialization list 初始化列表、初始值列表initialize 初始化12. inner join 内联接(for database)in-place active 现场激活instance 实例instantiated 具现化、实体化(常应用于template) 具现体、具现化实体(常应用于template)integrate 集成、整合integrity 完整性、一致性integrity constraint 完整性约束(for database)。
学习Python编程并不需要特别记忆特定的英语单词,但了解一些常用的计算机科学和Python 相关的英语词汇和缩写可以帮助你更好地理解和使用Python。
以下是一些常见的Python相关英语词汇:1.Python (名词): 一种高级编程语言。
2.Syntax (名词): 指编程语言的语法规则。
3.Library (名词): 在Python中,指一些预先写好的函数或类的集合,可以供程序员调用。
4.Module (名词): 一个包含Python代码的文件,可以作为一个程序的部分来导入和使用。
5.Package (名词): 包含一个或多个模块的目录,通常用于组织相关的功能。
6.Function (名词): 一种可重复使用的代码块,可以接受输入参数并返回一个结果。
7.Class (名词): 一种定义对象的蓝图或模板,其中每个对象都有其自身的属性和方法。
8.Method (名词): 与类关联的函数,通常用于执行类的某个操作。
9.Attribute (名词): 对象的属性,通常指对象的数据成员。
10.Loop (名词): 一种控制流语句,用于重复执行一段代码。
11.Variable (名词): 存储数据的容器,通常在程序中用作临时存储或操作的对象。
12.Argument (名词): 在函数中,指传递给函数的输入值。
13.Return (动词): 从函数中返回一个值。
14.Import (动词): 导入一个模块或库以供使用。
15.TypeError (名词): 当Python操作作用于错误类型的对象时引发的错误。
16.AttributeError (名词): 当尝试访问不存在的对象属性时引发的错误。
17.IndexError (名词): 当尝试访问列表或其他可索引对象的非法索引位置时引发的错误。
18.KeyError (名词): 当字典中不存在请求的键时引发的错误。
以上是一些常见的Python相关的英语词汇和缩写,了解这些词汇可以帮助你更好地学习和使用Python编程语言。
(完整版)计算机科学专业英语词汇1. Introduction本文档为计算机科学专业英语词汇的完整版,旨在帮助学生研究和掌握计算机科学领域的英语词汇。
计算机科学作为一门高度技术性和专业性的学科,其英语词汇的掌握对于研究和理解相关知识至关重要。
2. Basic Terminology以下是计算机科学中的基础词汇:- Algorithm: 算法- Data Structure: 数据结构- Programming: 编程- Software: 软件- Hardware: 硬件- Database: 数据库- Network: 网络- Operating System: 操作系统- Debugging: 调试3. Programming Languages计算机科学领域有多种编程语言,以下是其中的一些:- Java: Java语言- Python: Python语言- C/C++: C/C++语言- JavaScript: JavaScript语言- Ruby: Ruby语言- Swift: Swift语言- PHP: PHP语言- Perl: Perl语言- SQL: SQL语言4. Development Tools以下是计算机科学领域常用的开发工具:- IDE (Integrated Development Environment): 集成开发环境- Text Editor: 文本编辑器- Version Control System: 版本控制系统- Debugger: 调试器- Virtual Machine: 虚拟机- Documentation: 文档5. Specialized Terminology计算机科学领域还有一些专业术语,以下是其中的一些:- Artificial Intelligence (AI): 人工智能- Machine Learning: 机器研究- Big Data: 大数据- Cybersecurity: 网络安全- Cryptography: 密码学- User Interface (UI): 用户界面- User Experience (UX): 用户体验- Agile Development: 敏捷开发- DevOps: 开发运维6. Conclusion本文档涵盖了计算机科学专业中常用的英语词汇,包括基础术语、编程语言、开发工具以及专业术语。
计算机英语词汇
以下是一些计算机相关的英语词汇:
1.CPU:Central Processing Unit,中央处理器
2.RAM:Random Access Memory,随机存取存储器
3.ROM:Read-Only Memory,只读存储器
4.BIOS:Basic Input/Output System,基本输入输出系统
5.OS:Operating System,操作系统
6.GUI:Graphical User Interface,图形用户界面
7.TCP/IP:Transmission Control Protocol/Internet Protocol,传输控制协议/互联网协议
8.HTTP:Hypertext Transfer Protocol,超文本传输协议
9.HTML:Hypertext Markup Language,超文本标记语言
10.DNS:Domain Name System,域名系统
这些词汇是计算机科学和信息技术领域中的基本概念和术语。
通过掌握这些词汇,可以更好地理解和应用计算机技术和网络知识。
计算机编程算法常用英语术语
导语:算法是指解题方案的准确而完整的描述,是一系列解决问题的清晰指令,算法代表着用系统的方法描述解决问题的策略机制。
下面是YJBYS小编收集整理的有关计算机算法的英语词汇,欢迎参考!
Median and Selection 中位数
Generating Permutations 排列生成
Generating Subsets 子集生成
Generating Partitions 划分生成
Generating Graphs 图的生成
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 高精度计算。
计算机科学专业英语词汇(整理版)1. 算法 (Algorithm)算法是指一系列解决问题的明确步骤或规则。
它在计算机科学中起到非常关键的作用,用于解决各种计算问题。
2. 编程 (Programming)编程是指使用计算机语言来创建计算机程序的过程。
它涉及到编写代码、调试程序以及优化程序等步骤。
3. 数据结构 (Data Structure)数据结构是指在计算机中组织和存储数据的方式。
常见的数据结构包括数组、链表、栈和队列等。
4. 网络 (Network)网络是指将多台计算机连接在一起,使它们可以相互通信和共享资源的系统。
常见的网络类型包括局域网(LAN)、广域网(WAN) 和互联网 (Internet)。
5. 数据库 (Database)数据库是指用于存储和管理数据的系统。
它提供了方便的数据访问和数据管理功能,常用于各种应用程序中。
6. 操作系统 (Operating System)操作系统是计算机系统中的核心软件,它负责管理和控制计算机的硬件和软件资源。
常见的操作系统有Windows、Mac OS和Linux等。
编译器是将高级编程语言代码转换为机器语言代码的工具。
它将程序员编写的源代码转化为计算机可以执行的指令集。
8. 虚拟现实 (Virtual Reality)虚拟现实是一种通过计算机生成的仿真环境,使用户可以与虚拟世界进行互动。
常见的虚拟现实技术包括头戴式显示器和手柄控制器等。
9. 人工智能 (Artificial Intelligence)人工智能是计算机科学的一个分支,研究如何使计算机能够模拟和执行智能行为。
它涉及到机器研究、自然语言处理和专家系统等领域。
10. 加密 (Encryption)加密是一种将信息转化为密文的过程,以保护数据的安全性和隐私。
常见的加密算法有AES、RSA和SHA等。
云计算是一种通过互联网提供计算资源和服务的方式。
它可以实现按需访问、灵活扩展和资源共享等功能。
:JDK(Java Development Kit) java开发工具包JVM(Java Virtual Machine) java虚拟机Javac 编译命令java 解释命令Javadoc 生成java文档命令classpath 类路径Version 版本author 作者public 公共的class 类static 静态的void 没有返回值String 字符串类System 系统类out 输出print 同行打印println 换行打印JIT(just-in-time) 及时处理第二章:byte 字节char 字符boolean 布尔short 短整型int 整形long 长整形float 浮点类型double 双精度if 如果else 否则switch 多路分支case 与常值匹配break 终止default 默认while 当到循环do 直到循环for 已知次数循环continue结束本次循环进行下次跌代length 获取数组元素个数第三章:OOP object oriented programming 面向对象编程Object 对象Class 类Class member 类成员Class method 类方法Class variable 类变量Constructor 构造方法Package 包Import package 导入包第四章:Extends 继承Base class 基类Super class 超类Overloaded method 重载方法Overridden method 重写方法Public 公有Private 私有Protected 保护Static 静态Abstract 抽象Interface 接口Implements interface 实现接口第五章:Exception 意外,异常RuntimeExcepiton 运行时异常ArithmeticException 算术异常IllegalArgumentException 非法数据异常ArrayIndexOutOfBoundsException 数组索引越界异常NullPointerException 空指针异常ClassNotFoundException 类无法加载异常(类不能找到)NumberFormatException 字符串到float类型转换异常(数字格式异常)IOException 输入输出异常FileNotFoundException 找不到文件异常EOFException 文件结束异常InterruptedException (线程)中断异常try 尝试catch 捕捉finally 最后throw 投、掷、抛throws 投、掷、抛print Stack Trace() 打印堆栈信息get Message()获得错误消息get Cause()获得异常原因method 方法able 能够instance 实例check 检查第六章:byte(字节)char(字符)int(整型)long(长整型)float(浮点型)double(双精度)boolean(布尔)short(短整型)Byte (字节类)Character (字符类)Integer(整型类)Long (长整型类)Float(浮点型类)Double (双精度类)Boolean(布尔类)Short (短整型类)Digit (数字)Letter (字母)Lower (小写)Upper (大写)Space (空格)Identifier (标识符)Start (开始)String (字符串)length (值)equals (等于)Ignore (忽略)compare (比较)sub (提取)concat (连接)replace (替换)trim (整理)Buffer (缓冲器)reverse (颠倒)delete (删除)append (添加)Interrupted (中断的)第七章:Date 日期,日子After 后来,后面Before 在前,以前Equals 相等,均等toString 转换为字符串SetTime 设置时间Display 显示,展示Calendar 日历Add 添加,增加GetInstance 获得实例getTime 获得时间Clear 扫除,清除Clone 克隆,复制Util 工具,龙套Components 成分,组成Month 月份Year 年,年岁Hour 小时,钟头Minute 分钟Second 秒Random 随意,任意Next Int 下一个整数Gaussian 高斯ArrayList 对列LinkedList 链表Hash 无用信息,杂乱信号Map 地图Vector 向量,矢量Size 大小Collection 收集Shuffle 混乱,洗牌RemoveFirst 移动至开头RemoveLast 移动至最后lastElement 最后的元素Capacity 容量,生产量Contains 包含,容纳Copy 副本,拷贝Search 搜索,查询InsertElementAt 插入元素在某一位置第八章:io->in out 输入/输出File 文件import 导入exists 存在isFile 是文件isDirectory 是目录getName 获取名字getPath 获取路径getAbsolutePath 获取绝对路径lastModified 最后修改日期length 长度InputStream 输入流OutputStream 输出流Unicode 统一的字符编码标准, 采用双字节对字符进行编码Information 信息FileInputStream 文件输入流FileOutputStream文件输出流IOException 输入输出异常fileobject 文件对象available 可获取的read 读取write 写BufferedReader 缓冲区读取FileReader 文本文件读取BufferedWriter 缓冲区输出FileWriter 文本文件写出flush 清空close 关闭DataInputStream 二进制文件读取DataOutputStream二进制文件写出EOF 最后encoding 编码Remote 远程release 释放第九章:JBuider Java 集成开发环境(IDE)Enterprise 企业版Developer 开发版Foundation 基础版Messages 消息格Structure 结构窗格Project 工程Files 文件Source 源代码Design 设计History 历史Doc 文档File 文件Edit 编辑Search 查找Refactor 要素View 视图Run 运行Tools 工具Window 窗口Help 帮助Vector 矢量addElement 添加内容Project Winzard 工程向导Step 步骤Title 标题Description 描述Copyright 版权Company 公司Aptech Limited Aptech有限公司author 作者Back 后退Finish 完成version 版本Debug 调试New 新建ErrorInsight 调试第十章:JFrame 窗口框架JPanel 面板JScrollPane 滚动面板title 标题Dimension 尺寸Component 组件Swing JAVA轻量级组件getContentPane 得到内容面板LayoutManager 布局管理器setVerticalScrollBarPolicy 设置垂直滚动条策略AWT(Abstract Window Toolkit)抽象窗口工具包GUI (Graphical User Interface)图形用户界面VERTICAL_SCROLLEARAS_NEEDED 当内容大大面板出现滚动条VERTICAL_SOROLLEARAS_ALWAYS 显示滚动条VERTICAL_SOROLLEARAS_NEVER 不显示滚动条JLabel 标签Icon 图标image 图象LEFT 左对齐RIGHT 右对齐JTextField 单行文本getColumns 得到列数setLayout 设置布局BorderLayout 边框布局CENTER 居中对齐JTextArea 多行文本setFont 设置字体setHorizontalAlignment 设置文本水平对齐方式setDefaultCloseOperation 设置默认的关闭操作add 增加JButton 按钮JCheckBox 复选框JRadioButton单选按钮addItem 增加列表项getItemAt 得到位置的列表项getItemCount 得到列表项个数setRolloverIcon 当鼠标经过的图标setSelectedIcon 当选择按钮的图标getSelectedItem 得到选择的列表项getSelectedIndex 得到选择的索引ActionListener 按钮监听ActionEvent 按钮事件actionPerformed 按钮单击方法计算机编程英语大全关键字: 计算机编程英语大全算法常用术语中英对照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引数(传给函式的值)。
第一部分、计算机算法常用术语中英对照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引数(传给函式的值)。
运算符与表达式: 5. `parameter 参数 2 条件语句1.constant 常量 6.static 静态的condition2. variable 变量7.extern 外部的statement) 选择select3. identify 标识符指针:表达式expression4. keywords 关键字 1. pointer 指针逻辑表达式logical expression5. sign 符号 2. argument 参数关系表达式Relational expression6. operator 运算符 3. array 数组优先priority7. statement语句 4. declaration 声明运算operation8. syntax 语法 5. represent 表示结构structure9. expression 表达式 6. manipulate 处理 3 循环语句10. initialition 初始化结构体、共用体、链表(circle statement) 循环circle11. number format 数据格式 1 structure 结构条件condition12 declaration 说明 2 member成员变量variant13. type conversion 类型转换 3 tag 标记过程process14.define 、definition 定义 4 function 函数优先priority条件语句: 5 enumerate 枚举运算operation1.select 选择 6 union 联合(共用体) 4 函数2. expression 表达式7 create 创建(function) 调用call3. logical expression 逻辑表达式8 insert 插入返回值return value4. Relational expression 关系表达式9 delete 删除函数function5.priority优先10 modify 修改声明declare6. operation运算文件参数parameter7.structure 结构1、file 文件静态的static循环语句:2、open 打开外部的extern1.circle 循环3、close 关闭 5 数组和指针(array and2. condition 条件4、read 读pointer) 数组array3. variant 变量5、write 写引用reference4. process过程6、error 错误元素element5.priority优先序号主要章节常用英汉对照词汇备注地址address6. operation运算 1 运算符与表达式排序sort数组:(operator and expression )汉语英语字符character1. array 数组常量constant 字符串string2. reference 引用变量variable 应用application3. element 元素标识符identify 指针pointer4. address 地址关键字keywords 参数argument5. sort 排序符号sign 数组array6. character 字符运算符operator 声明declaration7. string 字符串语句statement 表示represent8. application 应用语法syntax 处理manipulate函数:表达式Expression 6 结构体、1.call 调用初始化Initialization 共用体2.return value 返回值数据格式number format (structures union 结构structure3.function 函数类型转换type conversion 成员member4. declare 声明定义Define 、definition 标记tag函数function archaic a.己废的,古老的teaching programming 编程教学枚举enumerate mainmodule 主模块lengthy a.冗长的,漫长的联合( 共用体) union sufficient a.充分的,足够的alter vi./vt.改变创建create submodule 子模块flaw n.缺点裂纹插入insert data processing 数据处理devclop vt.发达删除delete modify v.修正,修改separate a.各别的修改modify business application 商业应用recompile v.编译7 文件outline n.轮廓,概要assist n.帮助(file) 文件file scientific application 科学应用cycle n.循环打开open compose分解technician n.技师关闭close lexical a.字典的,词汇的remove vt.移动,除去读read code 代码straight line 直线写write non-programmer n.非编程人员category n.种类,类项错误error node vt改为密码rectangle n.长方形,矩形Program Design 程序设计notation n.记号法,表示法,注释P-code p代码writing program 编写程序pseudocode n.伪代码virtrally ad.事实上standardize vt.使标准化verbosity n.唠叨,冗长symology n.象征学象征的使用coding the program 编程commas n.逗点逗号register n.寄存器simplify vt.单一化,简单化record n.记录to summaries 总之,总而言之programming 程序documentation 文档by convention 按照惯例revision n.校订,修正subrecord n.子记录cyptic n.含义模糊的,隐藏的programmer n.程序员flowchart/flow 程表/流程diamond-shaped a,菱形的occupy vt.占领,住进data division 数据部bracket n.括号logic n.逻辑,逻辑学visual a.视觉的decision n判断BASIC 初学者通用符号指令代码procedure division 过程部obviate 除去,排除machine code 机器代码represent vt.表现,表示,代表terminal n. a终端机,终端的teaching language 教学语言comprise vt.包含构成keyword n.关键字debug n.DOS命令,调试structured techniques结构化技术card reader 阅读器simplicity n.单纯,简朴operator n.运算符,算子underline vt.下划线compactness a.紧凑的,紧密的straightforward a.笔直的率直的translator program 译程序timesharing system 分时系统commercial package 商业软件包monadic a. monad(单位)的description n.描述,说明subroutine n.子程序Programming 程序设计interactive language 交互式语言generator n.产生器,生产者dec/binary n.二进制break n.中断driver module 驱动模块source language 源语manufacturer n.制造业者mathematician n.专家shift 变化,转移,移位structure chart 结构图line by line 逐行machine language 机器dialect n.方言,语调operator n.作符overflow n.溢出the program flow 程序流translate vt.翻译,解释machine instruction 机器指令expense n.费用,代价forerunner n.先驱arithmetic n.算术,算法manager module 管理模块modular 摸块化computer language 计算机语uniformity n.同样,划一ancestor n.祖宗composite symbol 复合型符号worder module 工作模块cumbersome a.讨厌的,麻烦的assembly language 汇编语assignment n.赋值double :声明双精度变量或函数floating point number浮点数int:声明整型变量或函数proliferation n.增服struct:声明结构体变量或函数high-level language高级语break:跳出当前循环pointer n.指针natural language 自然语言else :条件语句否定分支(与if 连用)array n.数组矩阵,long :声明长整型变量或函数source text 源文本switch :用于开关语句subscript n.下标case:开关语句分支intermediate language 中间语言enum :声明枚举类型type conversion 类型转换register:声明积存器变量software development 软件开发typedef:用以给数据类型取别名(当然还有其他作用)address arithmetic 地址运算char :声明字符型变量或函数map vt.映射,计划extern:声明变量是在其他文件正声明(也可以看做是引用变量)denote vt.指示,表示return :子程序返回语句(可以带参数,也看不带参数)maintenance cost 维护费用union:声明联合数据类型subprogram n.子程序const :声明只读变量legibility n.易读性,易识别float:声明浮点型变量或函数separate compilation 分离式编泽short :声明短整型变量或函数amend vt.修正,改善unsigned:声明无符号类型变量或函数alphabetic a.照字母次序的continue:结束当前循环,开始下一轮循环consumer n.消费者for:一种循环语句(可意会不可言传)digit n.数字位数signed:生命有符号类型变量或函数enormous a.巨大的,庞大的void :声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用)numeric expression 数值表达式default:开关语句中的“其他”分支reliability n.可信赖性,可信度goto:无条件跳转语句tap n.轻打,轻敲,选择sizeof:计算数据类型长度safety n.安全,安全设备volatile:说明变量在程序执行中可被隐含地改变print zone 打印区do :循环语句的循环体property n.财产,所有权while :循环语句的循环条件column n.列correctness n.正确,static :声明静态变量functionality n.机能if:条件语句semicolon n.分号portable a.叮携带的,可搬运的auto :声明自动变量一般不使用survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣告说明source program 源程序mufti-dimension array 多维数组object program 目标程序。
编程行业常用英语词汇下面是我编写整理的有关编程的英语词汇,欢迎参考!application 应用程式应用、应用程序application framework 应用程式框架、应用框架应用程序框架architecture 架构、系统架构体系结构argument 引数(传给函式的值)。
叁见 parameter 叁数、实质叁数、实叁、自变量array 阵列数组arrow operator arrow(箭头)运算子箭头操作符assembly 装配件assembly language 组合语言汇编语言assert(ion) 断言assign 指派、指定、设值、赋值赋值assignment 指派、指定赋值、分配assignment operator 指派(赋值)运算子 = 赋值操作符associated 相应的、相关的相关的、关联、相应的associative container 关联式容器(对应sequential container) 关联式容器atomic 不可分割的原子的attribute 属性属性、特性audio 音讯音频A.I. 人工智慧人工智能background 背景背景(用於图形着色)後台(用於行程)backward compatible 回溯相容向下兼容bandwidth 频宽带宽base class 基础类别基类base type 基础型别 (等同於 base class)batch 批次(意思是整批作业) 批处理benefit 利益收益best viable function 最佳可行函式最佳可行函式(从 viable functions 中挑出的最佳吻合者) binary search 二分搜寻法二分查找binary tree 二元树二叉树binary function 二元函式双叁函数binary operator 二元运算子二元操作符binding 系结绑定bit 位元位bit field 位元栏位域bitmap 位元图位图bitwise 以 bit 为单元逐一┅bitwise copy 以 bit 为单元进行复制;位元逐一复制位拷贝block 区块,区段块、区块、语句块boolean 布林值(真假值,true 或 false) 布尔值border 边框、框线边框brace(curly brace) 大括弧、大括号花括弧、花括号bracket(square brakcet) 中括弧、中括号方括弧、方括号breakpoint 中断点断点build 建造、构筑、建置(MS 用语)buildin 内建内置bus 汇流排总线business 商务,业务业务buttons 按钮按钮byte 位元组(由 8 bits 组成) 字节cache 快取高速缓存call 呼叫、叫用调用callback 回呼回调call operator call(函式呼叫)运算子调用操作符(同 function call operator)candidate function 候选函式候选函数(在函式多载决议程序中出现的候选函式)chain 串链(例 chain of function calls) 链character 字元字符check box 核取方块 (i.e. check button) 复选框checked exception 可控式异常(Java)check button 方钮 (i.e. check box) 复选按钮child class 子类别(或称为derived class, subtype) 子类class 类别类class body 类别本体类体class declaration 类别宣告、类别宣告式类声明class definition 类别定义、类别定义式类定义class derivation list 类别衍化列类继承列表class head 类别表头类头class hierarchy 类别继承体系, 类别阶层类层次体系class library 类别程式库、类别库类库class template 类别模板、类别范本类模板class template partial specializations 类别模板偏特化类模板部分特化class template specializations 类别模板特化类模板特化cleanup 清理、善後清理、清除client 客端、客户端、客户客户clientserver 主从架构客户/服务器clipboard 剪贴簿剪贴板clone 复制克隆collection 群集集合combo box 复合方块、复合框组合框command line 命令列命令行(系统文字模式下的整行执行命令)communication 通讯通讯compatible 相容兼容compile time 编译期编译期、编译时compiler 编译器编译器component 组件组件composition 复合、合成、组合组合computer 电脑、计算机计算机、电脑concept 概念概念concrete 具象的实在的concurrent 并行并发configuration 组态配置connection 连接,连线(网络,资料库) 连接constraint 约束(条件)construct 构件构件container 容器容器 (存放资料的某种结构如 list,vector...)containment 内含包容context 背景关系、周遭环境、上下脉络环境、上下文control 控制元件、控件控件console 主控台控制台const 常数(constant 的缩写,C++ 关键字)constant 常数(相对於 variable) 常量constructor(ctor) 建构式构造函数 (与class 同名的一种 member functions)copy (v) 复制、拷贝拷贝copy (n) 复件, 副本cover 涵盖覆盖create 创建、建立、产生、生成创建creation 产生、生成创建cursor 游标光标custom 订制、自定定制data 资料数据database 资料库数据库database schema 数据库结构纲目data member 资料成员、成员变数数据成员、成员变量data structure 资料结构数据结构datagram 资料元数据报文dead lock 死结死锁debug 除错调试debugger 除错器调试器declaration 宣告、宣告式声明deduction 推导(例:template argument deduction) 推导、推断default 预设缺省、默认defer 延缓推迟define 定义预定义definition 定义、定义区、定义式定义delegate 委派、委托、委任委托delegation (同上)demarshal 反编列散集dereference 提领(取出指标所指物体的内容) 解叁考dereference operator dereference(提领)运算子 * 解叁考操作符derived class 衍生类别派生类design by contract 契约式设计design pattern 设计范式、设计样式设计模式※ 最近我比较喜欢「设计范式」一词destroy 摧毁、销毁destructor 解构式析构函数device 装置、设备设备dialog 对话窗、对话盒对话框directive 指令(例:using directive) (编译)指示符directory 目录目录disk 碟盘dispatch 分派分派distributed computing 分布式计算 (分布式电算) 分布式计算分散式计算 (分散式电算)document 文件文档dot operator dot(句点)运算子 . (圆)点操作符driver 驱动程式驱动(程序)dynamic binding 动态系结动态绑定efficiency 效率效率efficient 高效高效end user 终端用户entity 物体实体、物体encapsulation 封装封装enclosing class 外围类别(与巢状类别 nested class 有关)外围类enum (enumeration) 列举(一种 C++ 资料型别) 枚举enumerators 列举元(enum 型别中的成员) 枚举成员、枚举器equal 相等相等equality 相等性相等性equality operator equality(等号)运算子 == 等号操作符equivalence 等价性、等同性、对等性等价性equivalent 等价、等同、对等等价escape code 转义码转义码evaluate 评估、求值、核定评估event 事件事件event driven 事件驱动的事件驱动的exception 异常情况异常exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3) 异常声明exception handling 异常处理、异常处理机制异常处理、异常处理机制exception specification 异常规格(ref. C++ Primer 3/e, 11.4) 异常规范exit 退离(指离开函式时的那一个执行点) 退出explicit 明白的、明显的、显式显式export 汇出引出、导出expression 运算式、算式表达式facility 设施、设备设施、设备feature 特性field 栏位,资料栏(Java) 字段, 值域(Java)file 档案文件firmware 韧体固件flag 旗标标记flash memory 快闪记忆体闪存flexibility 弹性灵活性flush 清理、扫清刷新font 字型字体form 表单(programming 用语) 窗体formal parameter 形式叁数形式叁数forward declaration 前置宣告前置声明forwarding 转呼叫,转发转发forwarding function 转呼叫函式,转发函式转发函数fractal 碎形分形framework 框架框架full specialization 全特化(ref. partial specialization)function 函式、函数函数function call operator 同 call operatorfunction object 函式物件(ref. C++ Primer 3/e, 12.3) 函数对象function overloaded resolution 函式多载决议程序函数重载解决(方案)functionality 功能、机能功能function template 函式模板、函式范本函数模板functor 仿函式仿函式、函子game 游戏游戏generate 生成generic 泛型、一般化的一般化的、通用的、泛化generic algorithm 泛型演算法通用算法getter (相对於 setter) 取值函式global 全域的(对应於 local) 全局的global object 全域物件全局对象global scope resolution operator全域生存空间(范围决议)运算子 :: 全局范围解析操作符group 群组group box 群组方块分组框guard clause 卫述句 (Refactoring, p250) 卫语句GUI 图形介面图形界面hand shaking 握手协商handle 识别码、识别号、号码牌、权柄句柄handler 处理常式处理函数hardcoded 编死的硬编码的'hardcopy 硬拷图屏幕截图hard disk 硬碟硬盘hardware 硬体硬件hash table 杂凑表哈希表、散列表header file 表头档、标头档头文件heap 堆积堆hierarchy 阶层体系层次结构(体系)hook 挂钩钩子hyperlink 超链结超链接icon 图示、图标图标IDE 整合开发环境集成开发环境identifier 识别字、识别符号标识符if and only if 若且唯若当且仅当Illinois 伊利诺伊利诺斯image 影像图象immediate base 直接的(紧临的)上层 base class。
计算机专业英语词汇指与计算机硬件、软件、⽹络等多⽅⾯有关的英语词汇,主要包括硬件基础、计算机系统维护、计算机⽹络基础、软件、程序设计语⾔、计算机⽹络技术、IT职场英语等词汇。
下⾯为⼤家带来计算机专业英语单词,快来看看吧。
计算机专业英语单词1-10 第⼀单元 Processor 处理机 Primary storage 主存储器 bit 位 hearsay 传说 CPU 中英处理器 control unit 控制部件 arithmetic and logic unit 算术逻辑部件 integral parts 不可缺的部件 tape and disk磁带和磁盘 DRAM动态随机存储器 SRAM静态随机存储器 Register 寄存器 a state of the art ⽬前⼯艺⽔平 chip 芯⽚ VDT 视频显⽰终端 secondary storage 辅助存储器 at a premium⾮常珍贵 reallocate 重新分配 capacity 容量 coaxial cable 同轴电缆 program and data 程序和数据 instruction 指令 location 单元 RAM随机存取存储器 Hardwired 硬连线 EPROM可擦可编程只读存储器 Cache ⾼速缓存 Throughput 吞吐量 read-mostly 以读为主 EEPROM电可擦编程ROM Nonvolatility ⾮易失性 Updatable 可修改的 in place 在适当的 地⽅ semiconductor 半导体 flash memory 闪存 functionality 功能 byte-level 字节级 be referred to as 称作 virtually 事实上 house 存放 expansion 扩充 peripheral 外围的 slot 插槽 power supply 电源 system board 系统板 storage bay 存储机架 floppy 软盘 第⼆单元 optical laser disk 光盘 laser beam激光束 score 刻痕 microscopic pit 微⼩的`凹点 light-sensitive 光敏感的 deflect 偏转 access arm存取臂 inviting 令⼈⼼动的 fluctuation 波动 emerge 显现 stabilize 稳定 gigabyte 千兆字节 cd 光盘 magneto-optical disk 磁光盘 entrepreneur 企业家 video 视频的 拓展阅读: A (Active-matrix)主动矩阵 (Adapter cards)适配卡 (Advanced application)⾼级应⽤ (Analytical graph)分析图表 (Analyze)分析 (Animations)动画 (Application software) 应⽤软件 (Arithmetic operations)算术运算 (Audio-output device)⾳频输出设备 (Access time)存取时间 (access)存取 (accuracy)准确性 (ad network cookies)⼴告⽹络信息记录软件 (administrator)管理员 (Add-ons)插件 (Address)地址 (Agents)代理 (Analog signals)模拟信号 (Applets)程序 (Asynchronous communications port)异步通信端⼝ (Attachment)附件 AGP(accelerated graphics port)加速图形接⼝ ALU (arithmetic-logic unit)算术逻辑单元 AAT(Average Access Time) 平均存取时间 ACL(Access Control Lists)访问控制表 ACK(acknowledgement character)确认字符 ACPI (Advanced Configuration and Power Interface)⾼级配置和电源接⼝ ADC(Analog to Digital Converter)模数转换器 ADSL(Asymmetric Digital Subscriber Line)⾮对称⽤户数字线路 ADT(Abstract Data Type)抽象数据类型 AGP(Accelerated Graphics Port)图形加速端⼝ AI(Artif icial Intelligence)⼈⼯智能 AIFF(Audio Image File Format)声⾳图像⽂件格式 ALU(Arithmetic Logical Unit) 算术逻辑单元 AM(Amplitude Modulation)调幅 ANN(Artificial Neural Network)⼈⼯神经⽹络 ANSI(American National Standard Institute)美国国家标准协会 API(Application Programming Interface)应⽤程序设计接⼝ APPN(Advanced Peer-to-Peer Network)⾼级对等⽹络 ARP(Address Resolution Protocol)地址分辨/ 转换协议 ARPG(Action Role Playing Game)动作⾓⾊扮演游戏 ASCII (American Standard Code for Information Interchange)美国信息交换标准代码 ASP(Active Server Page)活动服务器⽹页 ASP(Application Service Provider)应⽤服务提供商 AST(Average Seek Time)平均访问时间 ATM(asynchronous transfer mode)异步传输模式 ATR (Automatic Target Recognition) ⾃动⽬标识别 AVI (Audio Video Interleaved)声⾳视频接⼝ B (Bar code)条形码 (Bar code reader)条形码读卡器 (Basic application)基础程序 (Binary coding schemes)⼆进制编码⽅案 (Binary system)⼆进制系统 (Bit)⽐特 (Browser)浏览器 (Bus line)总线 (Backup tape cartridge units)备份磁带盒单元 (Bandwidth)带宽 (Bluetooth)蓝⽛ (Broadband)宽带 (Bus)总线 B2B(Busines s to Business)商业机构对商业机构的电⼦商务 B2C(Business to Consumer)商业机构对消费者的电⼦商务 BBS(bulletin board system)电⼦公告牌系统 BER(Bit Error Rate)误码率 BFS (Breadth First Search) ⼴度优先搜索 BGP(Border Gateway Protocol)边缘⽹关协议 BIOS(basic input/output system)基本输⼊输出系统 BISDN(Broadband- Integrated Services Digital Network)宽带综合业务数字⽹ BLU(Basic Link Unit)基本链路单元 BOF(Beginning Of File)⽂件开头 BPS(Bits Per Second)每秒⽐特数 BRI(Basic Rate Interface)基本速率接⼝ BSP(Byte Stream Protocol)字节流协议 BSS(Broadband Switching System)宽带交换系统 C (Cables)连线 (Cell)单元箱 (Chain printer)链式打印机 (Character and recognition device)字符标识识别设备 (Chart)图表 (Chassis)⽀架 (Chip)芯⽚ (Clarity)清晰度 (Closed architecture)封闭式体系结构 (Column)列 (Combination key)结合键 (computer competency)计算机能⼒ (connectivity)连接,结点 (Continuous-speech recognition system)连续语⾔识别系统 (Control unit)操纵单元 (Cordless or wireless mouse)⽆线⿏标 (Cable modems)有线调制解调器 (Channel)信道 (Chat group)谈话群组 (Client)客户端 (Coaxial cable)同轴电缆 (cold site)冷⽹站 (Commerce servers)商业服务器 (Communication channel)信道 (Communication systems)信息系统 CD(Compact disc)光盘 (computer abuse amendments act of 19941994)计算机滥⽤法案 (computer crime)计算机犯罪 (computer ethics)计算机道德 (computer fraud and abuse act of 1986)计算机欺诈和滥⽤法案 (computer matching and privacy protection act of 1988)计算机查找和隐私保护法案 (Computer network)计算机⽹络 (computer support specialist)计算机⽀持专家 (computer technician)计算机技术⼈员 (computer trainer)计算机教师 (Connection device)连接设备 (Connectivity)连接 (cookies-cutter programs)信息记录截取程序 (cookies)信息记录程序 (cracker)解密⾼⼿ (Cyber cash)电⼦货币 (Cyberspace)计算机空间 (chart)图表 (closed architecture )封闭式体系结构 C2C(Consumer-to-consumer)个⼈对个⼈ CPU (central processing unit)中央处理器 CISC (complex instruction set computer)复杂指令集计算机 CRT( cathode-ray tube)阴极射线管 AD(Computer Aided Design)计算机辅助设计 CAE(Computer-Aided Engineering)计算机辅助⼯程 CAI(Computer Aided Instruction)计算机辅助教学 CAM(Computer Aided Manufacturing)计算机辅助管理 CASE(Computer Assisted Software Engineering)计算机辅助软件⼯程 CAT(Computer Aided Test)计算机辅助测试 CATV(Community Antenna Television)有线电视 CB(control bus)控制总线 CCP(Communication Control Procrssor)通信控制处理机 CD(Compact Disc)压缩光盘,只读光盘 CD-R(Compact Disc-Recordable)可录光盘,只写⼀次的光盘 CDFS(Compact Disk File System)密集磁盘⽂件系统 CDMA(Code Division Multiple Access)码分多路访问 CD-MO(Compact Disc-Magneto Optical)磁光式光盘 CD-ROM(compact disc read-only memory)只读光盘 CD-RW(compact disc rewritable)可读写光盘 CGA(Color Graphics Adapter)彩⾊显⽰器 CGI(common gateway interface)公共⽹关接⼝ CI(Computational Intelligence)计算智能 CISC(Complex Instruction Set Computer) 复杂指令集计算机 CMOS(Complementary Metal Oxide Semiconductor)互补⾦属氧化物半导体存储器 COM(Component object model)组件对象模型 CORBA(Common Object Request Broker Architecture)公共对象请求代理结构 CPU(central proces sing unit)中央处理单元 CRC(cyclical redundancy check)循环冗余校验码 CRM(Client Relation Management)客户关系管理 CRT(Cathode-Ray Tube)阴极射线管,显⽰器 CSMA(Carrier Sense Multi -Access)载波侦听多路访问 CSU(Channel Service Unit)信道服务单元 CU(Control Unit)控制单元 D DB(Database)数据库 (database files)数据库⽂件 (Database manager)数据库管理 DBMS(Database manager system)数据库管理系统 (Data bus)数据总线 (Data projector)数码放映机 (Desktop system unit)台式电脑系统单元 (Destination file)⽬标⽂件 (Digital cameras)数码照相机 (Digital notebooks)数字笔记本 (Digital video camera)数码摄影机 (Discrete-speech recognition system)不连续语⾔识别系统 (Document)⽂档 (document files)⽂档⽂件 (Dot-matrix printer)点矩阵式打印机 (Dual-scan monitor)双向扫描显⽰器 (Dumb terminal)⾮智能终端 (data security)数据安全 (Data transmission specifications)数据传输说明 (database administrator)数据库管理员 (Data play)数字播放器 (Demodulation)解调 (denial of service attack)拒绝服务攻击 (Dial-up service)拨号服务 (Digital cash)数字现⾦ (Digital signals)数字信号 (Digital subscriber line)数字⽤户线路 (Digital versatile disc)数字化通⽤磁盘 (Digital video disc)数字化视频光盘 (Direct access)直接存取 (Directory search)⽬录搜索 (disaster recovery plan)灾难恢复计划 (Disk caching)磁盘驱动器⾼速缓存 (Diskette)磁盘 (Disk)磁碟 (Distributed data processing system)分部数据处理系统 (Distributed processing)分布处理 (Domain code)域代码 (Downloading)下载 DVD(Digital Versatile Disc)数字多功能光盘 DVD-R(DVD-Recordable)可写DVD DVD-RAM(DVD- Random Access Memory)DVD随机存取器 DNS(Domain name system)域名服务器 DAC(Digital to Analogue Converter)数模转换器 DAO(Data Access Object)数据访问对象 DAP(Directory Acces s Protocol)⽬录访问协议 DBMS(Database Management System)数据库管理系统 DCE(data communication equipment)数据通信设备 DCE(Distributed Computing Environment)分布式计算环境 DCOM(Distributed COM)分布式组件对象模型 DDB(Distributed DataBase)分布式数据库 DDE(Dynamic Data Exchange)动态数据交换 DDI(Device Driver Interface)设备驱动程序接⼝ DDK(Driver Development Kit)驱动程序开发⼯具包 DDN(Data Digital Network)数据数字⽹ DEC(Digital Equipment Corporation)数字设备公司 DES(Data Encryption Standard)数据加密标准 DFS(Depth First Search) 深度优先搜索 DFS(Distributed File System)分布式⽂件系统 DHCP(Dynamic Host Configuration Protocol)动态主机配置协议 DIB(Dual Independent Bus)双独⽴总线 DIC(Digital Image Control)数字图像控制 DLC(Data Link Control)数据链路控制 DLL(Dynamic Link Library)动态链接库 DLT(Data Link Terminal)数据链路终端 DMA(Direct Memory Access)直接内存访问 DMSP(Distributed Mail System Protocol)分布式电⼦邮件系统协议 DNS(Domain Name System)域名系统 DOM(Document Object Mode)⽂档对象模型 DOS(Disk Operation System)磁盘操作系统 DQDB(Distributed Queue Dual Bus)分布式队列双总线 DRAM(Dynamic Random Access Memory)动态随机存取存储器 DSD(Direct Stream Digital)直接数字信号流 DSL(Digital Subscriber Line)数字⽤户线路 DSM(Distributed Shared Memory)分布式共享内存 DSP(Digital Signal Processing)数字信号处理 DTE(Data Terminal Equipment)数据终端设备 DVD(Digital Versatile Disc)数字多功能盘 DVD-ROM(DVD-Read Only Memory)计算机⽤只读光盘 DVI(Digital Video Interactive)数字视频交互 E (e-book)电⼦阅读器 (Expansion cards)扩展卡 (end user)终端⽤户 (e-cash)电⼦现⾦ (e-commerce)电⼦商务 (electronic cash)电⼦现⾦ (electronic commerce)电⼦商务 (electronic communications privacy act of1986)电⼦通信隐私法案 (encrypting)加密术 (energy star)能源之星 (Enterprise computing)企业计算化 (environment)环境 (Erasable optical disks)可擦除式光盘 (ergonomics)⼈类⼯程学 (ethics)道德规范 (External modem)外置调制解调器 (extranet)企业外部⽹ EC(Embedded Controller)嵌⼊式控制器 EDIF(Electronic Data Interchange Format)电⼦数据交换格式 EEPROM(Erasable and Electrically Programmable ROM)电擦除可编程只读存储器 EGA(Enhanced Graphics Adapter)彩⾊显⽰器,分辨率为 640×350 ,可以显⽰ 16 种颜⾊ EGP(External Gateway Protocol)外部⽹关协议 EISA(Extended Industry Standard Architecture)增强⼯业标准结构 EMS(Expanded Memory Specification)扩充存储器规范 EPH(Electronic payment Handler)电⼦⽀付处理系统 EPROM(Erasable Programmable ROM)可擦除可编程只读存储器 ERP(Enterprise Resource Planning)企业资源计划 ETM(ExTended Memory)扩展存储器 F (Fax machine)传真机 (Field)域 (Find)搜索 (FireWire port)⽕线端⼝ (Firmware)固件 (Flash RAM)闪存 (Flatbed scanner)台式扫描器 (Flat-panel monitor)纯平显⽰器 (floppy disk)软盘 (Formatting toolbar)格式化⼯具条 (Formula)公式 (Forum)论坛 (Function)函数 (fair credit reporting act of 1970)公平信⽤报告法案 (Fiber-optic cable)光纤电缆 (File compression)⽂件压缩 (File decompression)⽂件解压缩 (filter)过滤 (firewall)防⽕墙 (firewall)防⽕墙 (Fixed disk)固定硬盘 (Flash memory)闪存 (Flexible disk)可折叠磁盘 (Floppies)磁盘 (Floppy-disk cartridge)磁盘盒 (Formatting)格式化 (freedom of information act of 1970)信息⾃由法案 (frequency)频率 (frustrated)受挫折 (Full-duplex communication)全双通通信 FAT(File Allocation Table)⽂件分配表 FCB(File Control Block)⽂件控制块 FCFS(First Come First Service)先到先服务 FCS(Frame Check Sequence)帧校验序列 FDD(Floppy Disk Device)软盘驱动器 FDDI(Fiber-optic Data Distribution Inter face)光纤数据分布接⼝ FDM(Frequency-Division Multiplexing)频分多路 FDMA(Frequency Division Multiple Address)频分多址 FEC(Forward Error Correction) 前向纠错 FEK(File Encryption Key)⽂件密钥 FEP(Front Ef fect Processor)前端处理机 FET(Field Effect Transistor)场效应晶体管 FIFO(First In First Out)先进先出 FM(Frequency Modulation)频率调制 FPU(Float Point Unit)浮点部件 FRC(Frame Rate Control)帧频控制 FTAM(File Transfer Access and Management)⽂件传输访问和管理 FTP(File Transfer Protocol)⽂件传输协议 G (General-purpose application)通⽤运⽤程序 (Gigahertz)千兆赫 (Graphic tablet)绘图板 (green pc)绿⾊个⼈计算机 (Group by) 排序 GAL(General Array Logic)通⽤逻辑阵列 GCR(Group-Coded Recording)成组编码记录 GDI(Graphics Device Interface)图形设备接⼝ GIF(Graphics Interchange Format)⼀种图⽚⽂件格式,图形转换格式 GIS(Geographic Information System)地理信息系统 GPI(Graphical Programming Interface)图形编程接⼝ GPIB(General Purpose Interface Bus)通⽤接⼝总线 GPS(Global Positioning System)全球定位系统 GSX(Graphics System Extension)图形系统扩展 GUI(Graphical User Interface)图形⽤户接⼝ H (handheld computer)⼿提电脑 (Hard copy)硬拷贝 (hard disk)硬盘 (hardware)硬件 (Help)帮助 (Host computer)主机 (Home page)主页 (Hyperlink)超链接 (hacker)⿊客 (Half-duplex communication)半双通通信 (Hard-disk cartridge)硬盘盒 (Hard-disk pack)硬盘组 (Head crash)磁头碰撞 (header)标题 (help desk specialist)帮助办公专家 (helper applications)帮助软件 (Hierarchical network)层次型⽹络 (history file)历史⽂件 (hits)匹配记录 (horizontal portal)横向⽤户 (hot site)热⽹站 (Hybrid network)混合⽹络 HPSB (high performance serial bus)⾼性能串⾏总线 HDTV(high-definition television)⾼清晰度电视 HDC(Hard Disk Control)硬盘控制器 HDD(Hard Disk Drive)硬盘驱动器 HDLC(High-level Data Link Control)⾼级数据链路控制 HEX(HEXadecimal)⼗六进制 HPFS(High Performance File System)⾼性能⽂件系统 HPSB(High Performance Serial Bus)⾼性能串⾏总线 HTML(Hyper Text Markup Language)超⽂本标记语⾔ HTTP(Hyper Text Transport Protocol)超⽂本传输协议 I (Image capturing device)图像获取设备 IT(information technology)信息技术 (Ink-jet printer)墨⽔喷射印刷机 (Integrated package)综合性组件 (Intelligent termina)l智能终端设备 (Intergrated circuit)集成电路 (implements )实现接⼝ (Interface cards)接⼝卡 (Internal modem)内部调制解调器 (internet telephony)⽹络电话 (internet terminal)互联⽹终端 (Identification)识别 (i-drive)⽹络硬盘驱动器 (illusion of anonymity)匿名幻想 (index search)索引搜索 (information pushers)信息推送器 (initializing )初始化 (instant messaging)计时信息 (internal hard disk)内置硬盘 (Internet hard drive) ⽹络硬盘驱动器 (intranet)企业内部⽹ ISA (industry standard architecture)⼯业标准结构体系 IRC(internet relay chat)互联⽹多线交谈 IAC(Inter-Application Communications)应⽤间通信 IC(Integrated Circuit)集成电路 ICMP(Internet Control Mes sage Protocol)因特⽹控制消息协议 ICP(Internet Content Provider)因特⽹内容服务提供商,是 ISP中提供信息服务的⼀种机构 IDC(International Development Center)国际开发中⼼ IDE(Integrated Development Environment)集成开发环境 IDL(Interface Definition Language)接⼝定义语⾔ IEEE(Institute of Electrical and Electronics Engineering)电⼦电器⼯程师协会 IGP(Interior Gateway Protocol)内部⽹关协议 IIS(Internet Information Service)因特⽹信息服务 IP(Internet Protocol)因特⽹协议 IPC(Inter-Process Communication)进程间通信 IPSE(Integrated Project Support Environments)集成⼯程⽀持环境 IPX(Internet Packer Exchitecture)互联⽹报⽂分组交换 ISA(Industry Standard Architecture)⼯业标准结构,是 IBM PC/ XT总线标准 ISDN(Integrated Service Digital Network)综合业务数字⽹ ISO(International Standard Organization)国际标准化组织 ISP(Internet Service Provider)因特⽹服务提供者 ITU(International Telecom Union)国际电信联盟 J (joystick)操纵杆 JDBC(Java Database Connectivity) J ava数据库互联 JPEG(Joint Photographic Experts Group)联合图⽚专家组 JSP(Java Server Page) Java 服务器页⾯技术 JVM(Java Virtual Machine)Java虚拟机 K (keyword search)关键字搜索 KB(Kilobyte)千字节 KBPS(Kilobits Per Second)每秒千⽐特 KMS(Knowledge Management System)知识管理系统 L (laser printer)激光打印机 (Layout files)版式⽂件 (Light pen)光笔 (Locate)定位 (Logical operations)逻辑运算 (Lands)凸⾯ (Line of sight communication)视影通信 (Low bandwidth)低带宽 (lurking)潜伏 LCD (liquid crystal display monitor)液晶显⽰器 LAN(Local Area Network)局域⽹ LBA(Logical Block Addressing)逻辑块寻址 LCD(Liquid Crystal Display)液晶显⽰器 LDT(Logic Design Translator)逻辑设计翻译程序 LED(Light Emitting Diode)发光⼆极管 LIFO(Last In First Out)后进先出 LP(Linear Programming)线性规划 LPC(Local Procedure Call)局部过程调⽤ LSIC(Large Scale Integration Circuit)⼤规模集成电路 M (Main board)主板 (Mark sensing)标志检测 (Mechanical mouse)机械⿏标 (Memory)内存 (Menu)菜单 (Menu bar)菜单栏 (Microprocessor)微处理器 (Microseconds)微秒 (Modem card)调制解调器 (Monitor)显⽰器 (Motherboard)主板 (Mouse) ⿏标 (Multifunctional device)多功能设备 (Magnetic tape reels)磁带卷 (Magnetic tape streamers)磁带条 (mailing list)邮件列表 (Medium band)媒质带宽 (metasearch engine)整合搜索引擎 (Microwave)微波 (Modem)解调器 (Modulation)解调 MAN(Metropolitan area network)城域⽹ MICR(magnetic-ink character recognition)磁墨⽔字符识别器 MAC(Medium Access Control)介质访问控制 MAN(Metropolitan Area Network)城域⽹ MBR(Master Boot Record)主引导记录 MC(Memory Card)存储卡⽚ MCA(Micro Channel Architecture)微通道结构 MDA(Monochrome Display Adapter)单⾊显⽰适配卡 MFM(Modified Frequency Modulation)改进调频制 MIB(Management Information Bass)管理信息库 MIDI(Musical Instrument Digital Interface) 乐器数字接⼝ MIMD(Multiple Instruction Stream,Multiple Data Stream)多指令流,多数据流 MIPS(Million Instructions Per Second)每秒百万条指令 MIS(Management Information System)管理信息系统 MISD(Multiple Instruction Stream,Single Data Stream)多指令流,单数据流 MMDS(Multi-channel Multipoint Distribution Service)多波段多点分发服务器 MMU(Memory Management Unit)内存管理单元 MPC(Multimedia PC)多媒体计算机 MPEG(Moving Picture Expert Group) ⼀种视频和⾳频的国际标准格式 MPLS(Multi-Protocol Label Switching)多协议标记交换 MPS(Micro Processor System)微处理器系列 MTBF(Mean Time Between Failures)平均故障间隔时间 MUD(Multiple User Dimension)多⽤户空间 N (Net PC)⽹络计算机 (Network adapter card)⽹卡 (Network personal computer)⽹络个⼈电脑 (Network terminal)⽹络终端 (Notebook computer)笔记本电脑 (Notebook system unit)笔记本系统单元 (Numeric entry)数字输⼊ (national information infrastructure protection act of1996)国际信息保护法案 (national service provider)全国性服务供应商 (Network architecture)⽹络体系结构 (Network bridge)⽹桥 (Network gateway)⽹关 (network manager)⽹络管理员 (newsgroup)新闻组 (no electronic theft act of1997)⽆电⼦盗窃法 (Node)节点 (Nonvolatile storage)⾮易失性存储 NOS(Network operation system)⽹络操作系统 NAOC(No-Account Over Clock)⽆效超频 NAT(Network Address Translation) ⽹络地址转换 NC(Network Computer)⽹络计算机 NDIS(Network Device Interface Speci fication)⽹络设备接⼝规范 NCM(Neural Cognitive Maps)神经元认知图 NFS(Network File System)⽹络⽂件系统 NIS(Network Information Services)⽹络信息服务 NNTP(Network News Transfer Protocol)⽹络新闻传输协议 NOC(Network Operations Center) ⽹络操作中⼼ NSP(Name Server Protocol)名字服务器协议 NTP(Network Time Protocol)⽹络时间协议 NUI(network user identification)⽹络⽤户标识 O (Object embedding)对象嵌⼊ (Object linking)⽬标链接 (Open architecture)开放式体系结构 OS(Operation System)操作系统 (Optical disk)光盘 (Optical mouse)光电⿏标 (Optical scanner)光电扫描仪 (Outline)⼤纲 (off-line browsers)离线浏览器 (Online storage)联机存储 OLE (object linking and embedding)对象链接⼊ OCR(optical-character recognition)字符识别器 OMR(optical-mark recognition)光标阅读器 OA(Of f ice Automation)办公⾃动化 OCR(Optical Character Recognition)光学字符识别 ODBC(Open Database Connectivity)开放式数据库互联 ODI(Open Data- link Interface)开放式数据链路接⼝ OEM(Original Equipment Manufactures)原始设备制造⼚家 OLE(Object Linking and Embedding)对象链接与嵌⼊ OMG(Object Management Group)对象管理组织 OMR(Optical-Mark Recognition)光标阅读器 OOM(Object Oriented Method)⾯向对象⽅法 OOP(Object Oriented Programming)⾯向对象程序设计 ORB(Object Request Broker)对象请求代理 OS(Operating System)操作系统 OSI(Open System Interconnect Reference Model)开放式系统互联参考模型 OSPF(Open Shortest Path First)开发最短路径优先 P (palmtop computer)掌上电脑 (Parallel ports)并⾏端⼝ (Passive-matrix)被动矩阵 (PC card)个⼈计算机卡 (Personal laser printer)个⼈激光打印机 (Personal video recorder card)个⼈视频记录卡 (Photo printer)照⽚打印机 (Pixel)像素 (Platform scanner)平版式扫描仪 (Plotter)绘图仪 (Plug and play)即插即⽤ (Plug-in boards)插件卡 (Pointer)指⽰器 (Pointing stick)指⽰棍 (Port)端⼝ (Portable scanner)便携式扫描仪 (Presentation files)演⽰⽂稿 (Presentation graphics)电⼦⽂稿程序 (Primary storage)主存 (Procedures)规程 (Processor)处理机 (Programming control language)程序控制语⾔ (Packets)数据包 (Parallel data transmission)平⾏数据传输 (Peer-to-peer network system点)对点⽹络系统 (person-person auction site)个⼈对个⼈拍卖站点 (physical security)物理安全 (Pits)凹⾯ (plug-in)插件程序 (privacy )隐私权 (proactive )主动地 (programmer)程序员 (Protocols)协议 (provider)供应商 (project )项⽬⼯程 (proxy server)代理服务 (pull products)推取程序 (push products)推送程序 PDA(personal digital assistant)个⼈数字助理 PCI(peripheral component interconnect)外部设备互连总线 PCMCIA (Personal Memory Card International Association)个⼈计算机存储卡国际协会 PBX(Private Branch Exchange)⽤户级交换机 PC(Personal Computer)个⼈计算机 PCB(Process Control Block)进程控制块 PCI(Peripheral Component Interconnect)外部连接互联,是⼀种局部总线 PCM(Pulse Code Modulation)脉冲编码调制 PCS(Personal Communications Service) 个⼈通信业务 PDA(Personal Digital As sistant)个⼈数字助理 PDF(Portable Document Format)便携式⽂档格式 PDN(Public Data Network)公共数据⽹ PHP(Personal Home Page)个⼈⽹页 PIB(Programmable Input Buffer)可编程输⼊缓冲区 PMMU(Paged Memory Management Unit)页⾯存储管理单元 POP(Post Of f ice Protocol)邮局协议 POST(Power-On Self -Test)加电⾃检 PPP(Peer-Peer Protocol)端对端协议 PPP(Point to Point Protocol)点到点协议 PPSN(Public Packed-Switched Network)公⽤分组交换⽹ PR(Performance Rate)性能⽐率 PROM(Programmable ROM)可编程只读存储器 PSN(Processor Serial Number)处理器序列号 Q QC(Quality Control)质量控制 QLP(Query Language Proces sor)查询语⾔处理器 QoS(Quality of Service)服务质量 R (RAM cache)随机⾼速缓冲器 (Range)范围 (Record)记录 (Relational database)关系数据库 (Replace)替换 (Resolution)分辨率 (Row)⾏ (Read-only)只读 (Reformatting)重组 (regional service provider)区域性服务供应商 (reverse directory)反向⽬录 (right to financial privacy act of 1979)财产隐私法案 (Ring network)环形⽹ RAD(Rapid Application Development)快速应⽤开发 RAI(Remote Application Interface)远程应⽤程序界⾯ RAID(Redundant Array Independent Disk) 冗余列阵磁盘机 RARP(Reverse Address Resolution Protocol)反向地址解析协议 RAM(Random Acces s Memory)随机存储器 RAM(Real Address Mode)实地址模式 RAID(Redundant Arrays of Inexpensive Disks)冗余磁盘阵列技术 RAS(Remote Access Service)远程访问服务 RCP(Remote CoPy)远程复制 RDA(Remote Data Access)远程数据访问 RDO (Remote Data Objects) 远程数据对象 RF(Radio Frequency) 射频,⽆线电频率 RIP(Raster Image Protocol)光栅图像处理器 RIP(Routing Information Protocol)路由选择信息协议 RISC(Reduced Instruction Set Computer)精简指令集计算机 ROM(Read Only Memory)只读存储器 RPC(Remote Procedure Call)远程过程调⽤ RPG(Role Play Games)⾓⾊扮演游戏 RPM(Revolutions Per Minute)转/分 RTS(Request To Send)请求发送 RTSP(Real Time Streaming Protocol) 实时流协议 S (Scanner)扫描器 (Search)查找 (Secondary storage device)辅助存储设备 (Semiconductor)半导体 (Serial ports)串⾏端⼝ (Server)服务器 (Shared laser printer)共享激光打印机 (shakedown test )调试 (Sheet)表格 (Silicon chip)硅⽚ (Slots)插槽 (Smart card)智能卡 (Soft copy)软拷贝 (Software suite)软件协议 (Sorting)排序 (Source file)源⽂件 (Special-purpose application)专⽤⽂件 (Spreadsheet)电⼦数据表 (Standard toolbar)标准⼯具栏 (Supercomputer)巨型机 (System )系统 (System cabinet )系统箱 (System clock)时钟 (System software)系统软件 (Satellite/air connection services)卫星⽆线连接服务 (search engines)搜索引擎 (search providers)搜索供应者 (search services )搜索服务器 (Sectors)扇区 (security)安全 (Sending and receiving devices)发送接收设备 (Sequential access)顺序存取 (Serial data transmission)单向通信 (signature line)签名档 (snoopware)监控软件 (software copyright act of1980)软件版权法案 (software piracy)软件盗版 (Solid-state storage)固态存储器 (specialized search engine)专⽤搜索引擎 (spiders)⽹页爬⾍ (spike)尖峰电压 (Star network)星型⽹ (Strategy)⽅案 (subject)主题 (subscription address)预定地址 (Superdisk)超级磁盘 (surfing)⽹上冲浪 (surgeprotector)浪涌保护器 (systems analyst)系统分析师... SACL(System Access Control List) 系统访问控制列表 SAF(Store And Forward)存储转发 SAP(Service Acces s Point)服务访问点 SCSI(Small Computer System Interface)⼩型计算机系统接⼝ SDLC(Synchronous Data Link Control)同步数据链路控制 SGML(Standard Generalized Markup Language)标准通⽤标记语⾔ SHTTP(Secure Hype Text Transfer Protocol)安全超⽂本传递协议 SMP(Symmetric Multi-Processor)对称式多处理器 SMTP(Simple Mail Transport Protocol)简单邮件传输协议 SNA(System Network Architecture)系统⽹络结构 SNMP(Simple Network Management Protocol)简单⽹络管理协议 SNR(Signal Noise Ratio)信噪⽐ SNTP(Simple Network Time Protocol)简单⽹络时间协议 SONC(System On a Chip)系统集成芯⽚ SONET(Synchronous Optic Network)同步光纤⽹ SPC(Stored-Program Control)存储程序控制 SQL(Structured Query Language)结构化查询语⾔ SRAM(Static Random Access Memory)静态随机存储器 SRPG(Strategies Role Play Games) 战略⾓⾊扮演游戏 SSL(Secure Sockets Layer)安全套接层 STDM(Synchronous Time Division Multiplexing)同步时分复⽤ STG(Shoot Game)射击类游戏 STP(Shielded Twisted-Pair)屏蔽双绞线 SVGA (Super Video Graphics Array) 超级视频图形阵列 T (Table)⼆维表 (Telephony)电话学 (Television boards)电视扩展卡 (Terminal) 终端 (Template)模板 (Text entry)⽂本输⼊ (Thermal printer )热印刷 (Thin client)瘦客 (Toggle key)触发键 (Toolbar)⼯具栏 (Touch screen)触摸屏 (Trackball)球 (TV tuner card)电视调谐卡 (Two-state system))双状态系统 (technical writer)技术协作者 (technostress)重压技术 (telnet)远程登录 (Time-sharing system)分时系统 (Topology)拓扑结构 (Tracks)磁道 (traditional cookies)传统的信息记录程序 (Twisted pair)双绞 TCB(Transmission Control Block)传输控制块 TCP(Transmis sion Control Protocol)传输控制协议 TCP/IP(Transmission Control Protocol / Internet Protocol)传输控制协议/ ⽹间协议 TDM(Time Division Multiplexing)时分多路复⽤ TDMA(Time Division Multiplexing Address)时分多址技术 TDR(Time-Domain Reflectometer)时间域反射测试仪 TFT(Thin Film Transistor Monitor)薄膜晶体管显⽰器 TFTP(Trivial File Transfer Protocol)简单⽂件传送协议 TIFF(Tag Image File Format)标记图形⽂件格式 TIG(Task Interaction Graph)任务交互图 TLI(Transport Layer Interface)传输层接⼝ TM(Traffic Management)业务量管理,流量管理 TPS(Transactions Per Second)(系统)每秒可处理的交易数 TSR(Terminate and Stay Resident)终⽌并驻留 TTL(Transistor-Transistor Logic)晶体管—晶体管逻辑电路 TWX(Teletypewriter Exchange)电传电报交换机 U (Unicode)统⼀字符标准 (uploading)上传 (usenet)世界性新闻组⽹络 UART(Universal Asynchronous Receiver Transmitter)通⽤异步收发器 UDF(Universal Disk Format)通⽤磁盘格式 UDP(User Datagram Protocol)⽤户数据报协议 UHF(Ultra High Frequency)超⾼频 UI(User Interface)⽤户界⾯,⽤户接⼝ UIMS(User Interface Management System)⽤户接⼝管理程序 UNI(User Network Interface)⽤户⽹络接⼝ UPA(Ultra Port Architecture)超级端⼝结构 UPS(Uninterruptible Power Supply)不间断电源 URI(Uniform Resource Identi fier)环球资源标识符 URL(Uniform Resource Locator)统⼀资源定位器 USB(Universal Serial Bus)通⽤串⾏总线 UTP(Unshielded Twisted-Pair)⾮屏蔽双绞线 UXGA(Ultra Extended Graphics Array)超强图形阵列 V (Virtual memory)虚拟内存 (Video display screen)视频显⽰屏 (Voice recognition system)声⾳识别系统 (vertical portal)纵向门户 (video privacy protection act of 1988)视频隐私权保护法案 (virus checker)病毒检测程序 (virus)病毒 (Voiceband)⾳频带宽 (Volatile storage)易失性存储 (voltage surge)电涌 VAD(Virtual Addres s Descriptors)虚拟地址描述符 VAGP(Variable Aperature Grille Pitch) 可变间距光栅 VAN(Value Added Network)增值⽹络 VAP(Value-Added Process)增值处理 VAS(Value-Added Server)增值服务 VAX(Virtual Address eXtension)虚拟地址扩充 VBR(Variable Bit Rate)可变⽐特率 VC(Virtual Circuit)虚拟线路 VCPI(Virtual Control Program Interface)虚拟控制程序接⼝ VDD(Virtual Device Driver s)虚拟设备驱动程序 VDR(Video Disc Recorder)光盘录像机 VDT(Video Display Terminals)视频显⽰终端 VDU(Visual Display Unit)视频显⽰单元 VFS(Virtual File System)虚拟⽂件系统 VGA(Video Graphics Adapter)视频图形适配器 VIS(Video Information System)视频信息系统 VLAN(Virtual LAN)虚拟局域⽹ VLIW(Very Long Instruction Word)超长指令字 VLSI(Very Large Scale Integration)超⼤规模集成 VMS(Virtual Memory System)虚拟存储系统 VOD(Video On Demand)视频点播系统 VON(Voice On Net)⽹上通话 VR(Virtual Reality)虚拟现实 VRML(Virtual Reality Modeling Language)虚拟现实建模语⾔ VRR(Vertical Refresh Rate)垂直刷新率 VTP(Virtual Terminal Protocol)虚拟终端协议 W (Wand reader )条形码读⼊ (Web )⽹络 (Web appliance )环球⽹设备 (Web page)⽹页 (Web site address)⽹络地址 (Web terminal)环球⽹终端 (Webcam)摄像头 (What-if analysis)假定分析 (Wireless revolution)⽆线⾰命 (Word)字长 (Word processing)⽂字处理 (Word wrap)⾃动换⾏ (Worksheet file) ⼯作⽂件 (web auctions)⽹上拍卖 (web broadcasters)⽹络⼴播 (web portals)门户⽹站 (web sites)⽹站 (web storefront creation packages)⽹上商店创建包 (web storefronts)⽹上商店 (web utilities)⽹上应⽤程序 (web-downloading utilities)⽹页下载应⽤程序 (webmaster web)站点管理员 (web)万维⽹ (Wireless modems)⽆线调制解调器 (wireless service provider)⽆线服务供应商 WWW(world wide web)万维⽹ (worm)蠕⾍病毒 (Write-protect notch)写保护⼝ WAN(Wide area network)⼴域⽹ (Web server)Web 服务器 (well-connected )连接良好 (well-known services )公认的服务。
c++ 信奥赛常用英语在C++ 信奥赛中(计算机奥林匹克竞赛),常用英语词汇主要包括以下几方面:1. 基本概念:- Algorithm(算法)- Data structure(数据结构)- Programming language(编程语言)- C++(C++ 编程语言)- Object-oriented(面向对象)- Function(函数)- Variable(变量)- Constants(常量)- Loops(循环)- Conditional statements(条件语句)- Operators(运算符)- Control structures(控制结构)- Memory management(内存管理)2. 常用算法与数据结构:- Sorting algorithms(排序算法)- Searching algorithms(搜索算法)- Graph algorithms(图算法)- Tree algorithms(树算法)- Dynamic programming(动态规划)- Backtracking(回溯)- Brute force(暴力破解)- Divide and conquer(分治)- Greedy algorithms(贪心算法)- Integer array(整数数组)- Linked list(链表)- Stack(栈)- Queue(队列)- Tree(树)- Graph(图)3. 编程实践:- Code optimization(代码优化)- Debugging(调试)- Testing(测试)- Time complexity(时间复杂度)- Space complexity(空间复杂度)- Input/output(输入/输出)- File handling(文件处理)- Console output(控制台输出)4. 竞赛相关:- IOI(国际信息学奥林匹克竞赛)- NOI(全国信息学奥林匹克竞赛)- ACM-ICPC(ACM 国际大学生程序设计竞赛)- Codeforces(代码力)- LeetCode(力扣)- HackerRank(黑客排名)这些英语词汇在信奥赛领域具有广泛的应用,掌握这些词汇有助于提高选手之间的交流效率,同时对提升编程能力和竞赛成绩也有很大帮助。
英语词汇大全计算机英语词汇详解英语词汇大全:计算机英语词汇详解计算机技术的快速发展使得计算机成为人们日常生活中不可或缺的一部分。
在计算机领域中,英语词汇起着至关重要的作用,因为它是现代计算机通信和操作的语言。
本文将为您详细介绍一些常用的计算机英语词汇。
一、硬件1. Central Processing Unit(中央处理器):缩写为CPU,是计算机的重要组成部分,负责执行计算机程序中的指令。
2. Random Access Memory(随机存取存储器):缩写为RAM,是计算机用于存储数据和指令的暂时性存储器。
3. Hard Disk Drive(硬盘驱动器):缩写为HDD,是计算机用于永久性存储数据和程序的设备。
二、软件1.Operating System(操作系统):缩写为OS,是计算机系统管理和控制硬件和软件资源的核心软件。
2.Application(应用程序):缩写为App,是计算机上能够执行特定功能的软件程序。
3.Database(数据库):是用于存储和管理数据的软件应用程序。
piler(编译器):用于将高级编程语言转换为计算机可执行的机器语言代码的软件工具。
三、网络1.Internet(互联网):是全球范围内的计算机网络,用于连接世界各地的计算机和网络设备。
2.Browser(浏览器):是用于访问和浏览互联网上的网页的软件应用程序。
3.Server(服务器):在计算机网络中,它为客户端提供资源和服务的计算机程序或设备。
4.Firewall(防火墙):是用于保护计算机网络安全的软件或硬件设备。
5.Protocol(协议):是计算机通信中规定数据交换的约定和规则。
四、编程语言1.Java:一种广泛使用的高级编程语言,可以在不同的计算机平台上运行。
2.C++:一种面向对象的编程语言,用于开发系统软件和应用程序。
3.Python:一种简单易学的编程语言,被广泛用于科学计算和数据分析。
4.HTML:缩写为超文本标记语言,用于创建网页的标准标记语言。
granular颗粒的形容词/ˈɡrænjələr/ hierarchical分层的形容词/ˌhaɪəˈrɑːrkɪkl/ immutable不变的形容词/ɪˈmjuːtəbl/ imperative命令式形容词/ɪmˈper.ə.tɪv/ incentive激励的,刺激的形容词/ɪnˈsentɪv/ indecisive犹豫不决的形容词/ˌindi'saisiv/ intermittent间歇的形容词/ˌɪntərˈmɪtənt/ intrusive侵⼊式的形容词/ɪnˈtruːsɪv/ intuitive直觉的形容词/ɪnˈtuːɪtɪv/ manually⼿动的形容词/ˈmænjuəli/ mature成熟的形容词/məˈtʃʊr/ mediocre普通的,平凡的形容词/ˌmiːdiˈoʊkər/ miscellaneous混杂、各式各样的形容词/ˌmɪsəˈleɪniəs/ mutable可变的形容词/ˈmjuːtəbl/on-premise预置的形容词/ɑːnˈpremɪs/ periodically定期地,周期性地形容词/ˌpɪriˈɑːdɪkli/ permanent永久的形容词/ˈpɜːrmənənt/ permissive宽容的形容词/pərˈmɪsɪv/ rapid迅速的、⻜快的形容词/ˈræpɪd/ redacted经过编辑的形容词/rəˈdakt/ resilient有弹⼒的、能恢复的形容词/rɪˈzɪliənt/ respective分别的,各⾃的形容词/rɪˈspektɪv/ retrospective追溯的、回顾的、复盘的形容词/ˌretrəˈspektɪv/ robust强健的,顽健的形容词/roʊˈbʌst/ seamless⽆缝的形容词/ˈsiːmləs/semantic语义的形容词/sɪˈmæntɪk/ significant重⼤的,有意义的形容词/sɪɡˈnɪfɪkənt/ sophisticated复杂的、富有经验的形容词/səˈfɪstɪkeɪtɪd/ standalone单独的形容词/ˈstændəˌləun/ substantial实质的形容词/səbˈstænʃl/ subtle微⼩(但重要)的形容词/ˈsʌt.əl/ sustainable可持续的形容词/səˈsteɪnəbl/ symmetric对称的形容词/sɪ'mɛtrɪk/ synchronous同步的形容词/ˈsɪŋkrənəs/ thrilled⾮常兴奋的形容词/θrɪld/ underlying在下⾯的形容词/ˌʌndərˈlaɪɪŋ/implicit含蓄的、含糊不清的形容词/ɪmˈplɪs.ɪt/浅显好过隐晦(Explicit is better than implicit)02. 动词aggregate聚合,整合动词/ˈæɡrɪɡət/将多条信息聚合到⼀起,⽐如聚合类的新闻客户端allocate分配动词/ˈæləkeɪt/analyze分析动词/ˈænəlaɪz/capture捕捉、抓取动词/ˈkæptʃər/concatenate连接动词/kɑnˈkætəˌnet/decouple使分离动词/diːˈkʌpl/differentiate区别动词/ˌdɪfəˈrenʃieɪt/embrace拥抱、接受动词/ɪmˈbreɪs/拥抱某种技术encapsulate压缩、封装动词/ɪnˈkæpsjuleɪt/escalate升级动词/ˈeskəleɪt/impersonate扮演,模仿动词/ɪmˈpɜːrsəneɪt/introspect⾃解析,⾃省动词/ˌɪntrə'spɛkt/常⽤语身份认证过程中,对 token 进⾏⾃解析。
计算机软件编程英语词汇Access Control List(ACL)访问控制列表access token 访问令牌account lockout 帐号封锁account policies 记帐策略accounts 帐号adapter 适配器adaptive speed leveling 自适应速率等级调整Address Resolution Protocol(ARP) 地址解析协议Administrator account 管理员帐号ARPANET 阿帕网(internet的前身)algorithm 算法alias 别名allocation 分配、定位alias 小应用程序allocation layer 应用层API 应用程序编程接口anlpasswd 一种与Passwd+相似的代理密码检查器applications 应用程序ATM 异步传递模式attack 攻击audio policy 审记策略auditing 审记、监察back-end 后端borde 边界borde gateway 边界网关breakabie 可破密的breach 攻破、违反cipher 密码ciphertext 密文CAlass A domain A类域CAlass B domain B类域CAlass C domain C类域classless addressing 无类地址分配cleartext 明文CSNW Netware客户服务client 客户,客户机client/server 客户机/服务器code 代码COM port COM口(通信端口)CIX 服务提供者computer name 计算机名crack 闯入cryptanalysis 密码分析DLC 数据链路控制decryption 解密database 数据库dafault route 缺省路由dafault share 缺省共享denial of service 拒绝服务dictionary attack 字典式攻击directory 目录directory replication 目录复制domain 域domain controller 域名控制器domain name 域名域名其实就是入网计算机的名字,它的作用就象寄信需要写明人们的名字、地址一样重要。
PHP100整理提供(计算机编程英语词汇)2008年9月算法常用术语中英对照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引数(传给函式的值)。
参见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位元组(由8bits组成)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 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)分布式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运算子) qualified namequalifier修饰符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子例程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-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 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。