程序员IT计算机中常见英语单词

  1. abstract 抽象的

  2. abstract base class (ABC)抽象基类

  3. abstract class 抽象类

  4. abstraction 抽象、抽象物、抽象性

  5. access 存取、访问

  6. access function 访问函数

  7. access level访问级别

  8. account 账户

  9. action 动作

  10. activate 激活

  11. active 活动的

  12. actual parameter 实参

  13. adapter 适配器

  14. add-in 插件

  15. address 地址

  16. address space 地址空间

  17. ADO(ActiveX Data Object)ActiveX数据对象

  18. advanced 高级的

  19. aggregation 聚合、聚集

  20. algorithm 算法

  21. alias 别名

  22. align 排列、对齐

  23. allocate 分配、配置

  24. allocator分配器、配置器

  25. angle bracket 尖括号

  26. annotation 注解、评注

  27. API (Application Programming Interface) 应用(程序)编程接口

  28. appearance 外观

  29. append 附加

  30. application 应用、应用程序

  31. application framework 应用程序框架

  32. Approximate String Matching 模糊匹配

  33. architecture 架构、体系结构

  34. archive file 归档文件、存档文件

  35. argument参数。

  36. array 数组

  37. arrow operator 箭头操作符

  38. assert(ion) 断言

  39. assign 赋值

  40. assignment 赋值、分配

  41. assignment operator 赋值操作符

  42. associated 相关的、相关联的

  43. asynchronous 异步的

  44. attribute 特性、属性

  45. authentication service 验证服务

  46. authorization 授权

  1. background 背景、后台(进程)

  2. backup 备份

  3. backup device备份设备

  4. backup file 备份文件

  5. backward compatible 向后兼容、向下兼容

  6. base class 基类

  7. base type 基类型

  8. batch 批处理

  9. BCL (base class library)基类库

  10. Bin Packing 装箱问题

  11. binary 二进制

  12. binding 绑定

  13. bit 位

  14. bitmap 位图

  15. block 块、区块、语句块

  16. boolean 布林值(真假值,true或false)

  17. border 边框

  18. bounds checking 边界检查

  19. boxing 装箱、装箱转换

  20. brace (curly brace) 大括号、花括号

  21. bracket (square brakcet) 中括号、方括号

  22. breakpoint 断点

  23. browser applications 浏览器应用(程序)

  24. browser-accessible application 可经由浏览器访问的应用程序

  25. bug 缺陷错误

  26. build 编连(专指编译和连接)

  27. built-in 内建、内置

  28. bus 总线

  29. business 业务、商务(看场合)

  30. business Logic 业务逻辑

  31. business rules 业务规则

  32. buttons 按钮

  33. by/through 通过

  34. byte 位元组(由8 bits组成)

  1. cache 高速缓存

  2. calendar 日历

  3. Calendrical Calculations 日期

  4. call 调用

  5. call operator 调用操作符

  6. callback 回调

  7. candidate key 候选键 (for database)

  8. cascading delete 级联删除 (for database)

  9. cascading update 级联更新 (for database)

  10. casting 转型、造型转换

  11. catalog 目录

  12. chain 链(function calls)

  13. character 字符

  14. character format 字符格式

  15. character set 字符集

  16. check box 复选框

  17. check button 复选按钮

  18. CHECK constraints CHECK约束 (for database)

  19. checkpoint 检查点 (for database)

  20. child class 子类

  21. CIL (common intermediate language)通用中间语言、通用中介语言

  22. class 类

  23. class declaration 类声明

  24. class definition 类定义

  25. class derivation list 类继承列表

  26. class factory 类厂

  27. class hierarchy 类层次结构

  28. class library 类库

  29. class loader 类装载器

  30. class template 类模板

  31. class template partial specializations 类模板部分特化

  32. class template specializations 类模板特化

  33. classification 分类

  34. clause 子句

  35. cleanup 清理、清除

  36. CLI (Common Language Infrastructure) 通用语言基础设施

  37. client 客户、客户端

  38. client application 客户端应用程序

  39. client area 客户区

  40. client cursor 客户端游标 (for database)

  41. client-server 客户机/服务器、客户端/服务器

  42. clipboard 剪贴板

  43. clone 克隆

  44. CLS (common language specification) 通用语言规范

  45. code access security 代码访问安全

  46. code page 代码页

  47. COFF (Common Object File Format) 通用对象文件格式

  48. collection 集合

  49. COM (Component Object Model) 组件对象模型

  50. combo box 组合框

  51. command line 命令行

  52. comment 注释

  53. commit 提交 (for database)

  54. communication 通讯

  55. compatible 兼容

  56. compile time 编译期、编译时

  57. compiler 编译器

  58. component组件

  59. composite index 复合索引、组合索引 (for database)

  60. composite key 复合键、组合键 (for database)

  61. composition 复合、组合

  62. concept 概念

  63. concrete具体的

  64. concrete class 具体类

  65. concurrency 并发、并发机制

  66. configuration 配置、组态

  67. Connected Components 连通分支

  68. connection 连接 (for database)

  69. connection pooling 连接池

  70. console 控制台

  71. constant 常量

  72. Constrained and Unconstrained Optimization 最值问题

  73. constraint 约束 (for database)

  74. construct 构件、成分、概念、构造(for language)

  75. constructor (ctor) 构造函数、构造器

  76. container 容器

  77. containment包容

  78. context 环境、上下文

  79. control 控件

  80. cookie

  81. copy 拷贝

  82. CORBA 通用对象请求中介架构(Common Object Request Broker Architecture)

  83. cover 覆盖、涵盖

  84. create/creation 创建、生成

  85. crosstab query 交叉表查询 (for database)

  86. Cryptography 密码

  87. CTS (common type system)通用类型系统

  88. cube 多维数据集 (for database)

  89. cursor 光标

  90. cursor 游标 (for database)

  91. custom 定制、自定义

  92. data 数据

    data connection 数据连接 (for database)

    data dictionary 数据字典 (for database)

    data file 数据文件 (for database)

    data integrity 数据完整性 (for database)

    data manipulation language (DML)数据操作语言(DML) (for database)

    data member 数据成员、成员变量

    data source 数据源 (for database)

    Data source name (DSN) 数据源名称(DSN) (for database)

    data structure数据结构

    Data Structures 基本数据结构

    data table 数据表 (for database)

    data-bound 数据绑定 (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)

    datagram 数据报文

    dataset 数据集 (for database)

    dataset 数据集 (for database)

    DBMS (database management system)数据库管理系统 (for database)

    DCOM (distributed COM)分布式COM

    dead lock 死锁 (for database)

    deallocate 归还

    debug 调试

    debugger 调试器

    decay 退化

    declaration 声明

    default 缺省、默认值

    DEFAULT constraint默认约束 (for database)

    default database 默认数据库 (for database)

    default instance 默认实例 (for database)

    default result set 默认结果集 (for database)

    defer 推迟

    definition 定义

    delegate 委托

    delegation 委托

    deploy 部署

    derived class 派生类

    design pattern 设计模式

    destroy 销毁

    destructor(dtor)析构函数、析构器

    device 设备

    DHTML (dynamic HyperText Markup Language)动态超文本标记语言

    dialog 对话框

    Dictionaries 字典

    digest 摘要

    digital 数字的

    directive (编译)指示符

    directory 目录

    disassembler 反汇编器

    DISCO (Discovery of Web Services)Web Services的查找

    dispatch 调度、分派、派发

    distributed computing 分布式计算

    distributed query 分布式查询 (for database)

    DNA (Distributed interNet Application) 分布式网间应用程序

    document 文档

    DOM (Document Object Model)文档对象模型

    dot operator (圆)点操作符

    double-byte character set (DBCS)双字节字符集(DBCS)

    driver 驱动(程序)

    DTD (document type definition) 文档类型定义

    dump 转储

    dump file 转储文件

猜你喜欢

转载自www.cnblogs.com/fusheng11711/p/10689916.html