美文网首页
编程词汇整合

编程词汇整合

作者: 高俊 | 来源:发表于2016-02-22 17:59 被阅读54次

    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 引数(传给函式的值)。
    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 电脑系统或者程序中存在的任何一种破坏正常运转能力的问题或者缺陷,都可以叫做“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 链
    character 字符
    character format 字符格式
    character set 字符集
    CHECK constraints CHECK约束
    checkpoint 检查点
    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 提交
    communication 通讯
    compatible 兼容
    compile time 编译期、编译时
    compiler 编译器
    component组件
    composite index 复合索引、组合索引
    composite key 复合键、组合键
    composition 复合、组合
    concept 概念
    concrete 具体的
    concrete class 具体类
    concurrency 并发、并发机制
    constraint 约束(for database)configuration 配置、组态
    connection 连接
    connection pooling 连接池
    console 控制台
    constant 常量
    construct 构件、成分、概念、构造(for language)
    constructor (ctor) 构造函数、构造器
    container 容器
    containment 包容
    context 环境、上下文
    control 控件
    cookie 小甜饼 (在计算当中Cookie就是服务器暂存放在你计算机上的一笔资料)
    copy 拷贝
    CORBA 通用对象请求中介架构
    (Common Object Request Broker Architecture) cover 覆盖、涵盖
    create/creation 创建、生成
    crosstab query 交叉表查询
    CRTP (curiously recurring template pattern)CTS (common type system)通用类型系统
    cube 多维数据集
    cursor 光标
    cursor 游标
    custom 定制、自定义

    data 数据
    data connection 数据连接
    Data Control Language (DCL) 数据控制语言
    Data Definition Language (DDL) 数据定义语言
    data dictionary 数据字典
    data dictionary view 数据字典视图
    data file 数据文件
    data integrity 数据完整性
    data manipulation language (DML)数据操作语言
    data mart 数据集市
    data pump 数据抽取
    data scrubbing 数据清理
    data source 数据源
    Data source name (DSN) 数据源名称
    data warehouse 数据仓库
    dataset 数据集
    database 数据库
    database catalog 数据库目录
    database diagram 数据关系图
    database file 数据库文件
    database object 数据库对象
    database owner 数据库所有者
    database project 数据库工程
    database role 数据库角色
    database schema 数据库模式、数据库架构
    database script 数据库脚本
    data-bound 数据绑定
    data-aware control数据感知控件
    data member 数据成员、成员变量
    dataset 数据集
    data source 数据源
    data structure数据结构
    data table 数据表
    datagram 数据报文
    DBMS (database management system) 数据库管理系统
    DCOM (distributed COM)分布式
    COMdead lock 死锁
    deallocate 归还
    debug 调试
    debugger 调试器
    decay 退化
    decision support 决策支持
    declaration 声明
    declarative referential integrity (DRI) 声明引用完整性
    (DRI) (for database)deduction 推导
    DEFAULT constraint
    默认约束
    default database 默认数据库
    default instance 默认实例
    default result set 默认结果集
    default 缺省、默认值
    defer 推迟
    definition 定义
    delegate 委托,代理
    delegation 委托
    dependent name 依赖名称
    deploy 部署
    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脏页
    dirty read 脏读
    disassembler 反汇编器
    DISCO (Discovery of Web Services)Web Services的查找
    disk 盘
    dispatch 调度、分派、派发(我喜欢“调度”)
    DISPID (Dispatch Identifier) 分派标识符
    distributed computing 分布式计算
    distributed query 分布式查询
    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 动态游标
    dynamic filter 动态筛选
    dynamic locking 动态锁定
    dynamic recovery 动态恢复
    dynamic snapshot 动态快照
    dynamic SQL statements 动态SQL语句
    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 错误日志
    escape code 转义码
    escape character 转义符、转义字符
    exclusive lock 排它锁
    explicit transaction 显式事务
    evaluate 评估
    event 事件
    event driven 事件驱动的
    event handler 事件处理器
    evidence 证据
    exception 异常
    exception declaration 异常声明
    exception handling 异常处理、异常处理机制
    exception-safe 异常安全的
    exception specification 异常规范
    exit 退出
    explicit 显式
    explicit specialization 显式特化
    export 导出
    expression 表达式

    facility 设施、设备
    fat client 胖客户端
    feature 特性、特征
    fetch 提取
    field 字段
    field length 字段长度
    (for database)file 文件
    filter 筛选
    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 授权
    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 即时更新
    implicit transaction隐式事务
    incremental update 增量更新
    index 索引
    implement 实现
    implementation 实现、实现品
    implicit 隐式
    import 导入
    increment operator 增加操作符
    infinite loop 无限循环
    infinite recursive 无限递归
    information 信息
    infrastructure 基础设施
    inheritance 继承、继承机制
    inline 内联
    inline expansion 内联展开
    initialization 初始化
    initialization list 初始化列表、初始值列表
    initialize 初始化
    inner join 内联接
    in-place active 现场激活
    instance 实例
    instantiated 具现化、实体化(常应用于template)
    instantiation 具现体、具现化实体(常应用于template)
    integrate 集成、整合
    integrity 完整性、一致性
    integrity constraint 完整性约束
    interprocess communication (IPC)进程间通讯
    (IPC)interacts 交互
    interface 接口
    for GUI 界面
    interoperability 互操作性、互操作能力
    interpreter 解释器
    introspection 自省
    invariants 不变性
    invoke 调用
    isolation level 隔离级别
    iterate 迭代
    iterative 反复的、迭代的
    iterator 迭代器
    iteration 迭代(回圈每次轮回称为一个iteration)
    item 项、条款、项目

    JIT compilation JIT 编译 即时编译

    key 键
    key column 键列

    laser 激光
    late binding 迟绑定
    left outer join 左向外联接
    level 阶、层例
    library 库
    lifetime 生命期、寿命
    link 连接、链接
    linkage 连接、链接
    linker 连接器、链接器
    literal constant 字面常数
    list 列表、表、链表
    list box 列表框
    livelock 活锁
    load 装载、加载
    load balancing 负载平衡
    loader 装载器、载入器
    local 局部的
    local object 局部对象
    lock 锁
    log 日志
    login 登录
    login security mode 登录安全模式
    lookup table 查找表
    loop 循环
    loose coupling 松散耦合
    lvalue 左值

    machine code 机器码、机器代码
    macro 宏
    maintain 维护
    managed code 受控代码、托管代码
    Managed Extensions 受控扩充件、托管扩展
    managed object 受控对象、托管对象
    mangled name 经过处理的名称
    manifest 清单
    manipulator 操纵器(iostream预先定义的一种东西)
    many-to-many relationship 多对多关系
    many-to-one relationship 多对一关系
    marshal 列集
    member 成员
    member access operator 成员取用运算子(有dot和arrow两种)
    member function 成员函数
    member initialization list 成员初始值列表
    memory 内存
    memory leak 内存泄漏
    menu 菜单
    message 消息
    message based 基于消息的
    message loop 消息环
    message queuing 消息队列
    metadata 元数据
    metaprogramming 元编程
    method 方法
    micro 微
    middleware 中间件
    middle tier 中间层
    modeling 建模
    modeling language 建模语言
    modifier 修饰字、修饰符
    modem 调制解调器
    module 模块
    most derived class最底层的派生类
    mouse 鼠标
    mutable 可变的
    mutex 互斥元、互斥体
    multidimensional OLAP (MOLAP) 多维
    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 嵌套查询
    nested table 嵌套表
    network 网络
    network card 网卡
    nondependent name object 对象

    object based 基于对象的
    object file 目标文件
    object model 对象模型
    object oriented 面向对象的
    object pooling 对象池化
    ODBC data source ODBC 数据源
    ODBC driver ODBC 驱动程序
    ODR (one-definition rule)OLE Automation objects OLE自动化对象
    OLE Automation server OLE自动化服务器
    OLE DB consumer OLE DB使用者
    OLE DB for OLAP 用于OLAP的
    OLE DB provider OLE DB提供者
    one-to-many relationship 一对多关系
    one-to-one relationship 一对一关系
    online analytical processing (OLAP) 联机分析处理
    online redo log 联机重做日志
    online transaction processing (OLTP) 联机事务处理
    Open Data Services (ODS) 开放式数据服务
    Open Database Connectivity (ODBC) 开放式数据库连接
    operand 操作数
    operating system (OS) 操作系统
    operation 操作
    operator 操作符、运算符
    option 选项
    optimizer 优化器
    outer join 外联接
    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 像素
    placeholder 占位符
    platform 平台
    pointer 指针
    poll 轮询
    pooling 池化
    polymorphism 多态
    pop up 弹出式
    port 端口
    postfix 后缀
    precedence 优先序(通常用于运算子的优先执行次序)
    prefix 前缀
    preprocessor 预处理器
    primary key (PK) 主键
    primary table 主表
    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 记录
    recordset 记录集
    recursive 递归
    re-direction 重定向
    refactoring 重构
    refer 引用、参考
    reference 引用、参考
    reference counting 引用计数
    referential integrity (RI) 引用完整性
    register 寄存器
    reflection 反射
    refresh data 刷新数据
    regular 正则表达式
    relational database 关系数据库
    remote 远程
    remote request 远程请求
    represent 表述,表现
    resolve 解析、决议
    resolution 解析过程
    result set 结果集
    retrieve data 检索数据
    return 返回
    return type 返回类型
    return value 返回值
    right outer join 右向外联接
    revoke 撤销
    robust 健壮
    robustness 健壮性
    roll back 回滚
    roll forward 前滚
    routine 例程
    row 行
    row lock 行锁
    rowset 行集
    RPC (remote procedure call)RPC(远程过程调用)
    runtime 执行期、运行期、执行时、运行时
    rvalue 右值

    save 保存
    savepoint 保存点
    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 服务端游标、服务器游标
    session 会话
    setter 设值函数
    shared lock 共享锁
    sibling 同级
    side effect 副作用
    signature 签名
    single-threaded 单线程
    slider 滑块
    slot 槽
    smart pointer 智能指针
    SMTP (Simple Mail Transfer Protocol) 简单邮件传输协议
    snapshot 截屏图
    snapshot 快照
    specialization 特化
    specification 规范、规格
    splitter 切分窗口
    SOAP (simple object access protocol) 简单对象访问协议
    software 软件
    source code 源码、源代码
    SQL (Structured Query Language) 结构化查询语言
    stack 栈、堆栈
    stack unwinding 叠辗转开解(此词用于exception主题)
    standard library 标准库
    standard template library 标准模板库
    stateless 无状态的
    statement 语句、声明
    static cursor 静态游标
    static SQL statements 静态SQL语句
    stored procedure 存储过程
    status bar 状态条
    stream 流
    string 字符串
    stub 存根
    subobject 子对象
    subquery 子查询
    subroutine 子例程
    subscript operator 下标操作符
    subset 子集
    subtype 子类型
    support 支持
    suspend 挂起
    symbol 记号
    syntax 语法
    system databases 系统数据库
    system tables 系统表

    table 表
    table lock 表锁
    table-level constraint 表级约束
    tape backup 磁带备份
    target 标的,目标
    task switch 工作切换
    TCP (Transport Control Protocol) 传输控制协议
    template 模板
    template-idtemplate argument deduction 模板参数推导
    template explicit specialization 模板显式特化
    template parameter 模板参数
    template template parametertemporary object 临时对象
    temporary table 临时表
    text 文本
    text file 文本文件
    thin client 瘦客户端
    third-party 第三方
    thread 线程
    thread-safe 线程安全的
    throw 抛出、引发(常指发出一个exception)
    token 符号、标记、令牌(看场合)
    trace 跟踪
    transaction 事务
    transaction log 事务日志
    transaction rollback 事务回滚
    transactional replication 事务复制
    translation unit 翻译单元
    traverse 遍历
    trigger 触发器
    two-phase commit 两阶段提交
    tupletwo-phase lookup 两阶段查找
    type 类型

    UDDI(Universary Description, Discovery and Integration)统一描述、查询与集成
    UML (unified modeling language)统一建模语言
    unary function 单参函数
    unary operator 一元操作符
    unboxing 拆箱、拆箱转换
    underflow 下限溢位(相对于overflow)
    Union query 联合查询
    UNIQUE constraints UNIQUE约束
    unique index 唯一索引
    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 视图
    virtual function 虚函数
    virtual machine 虚拟机
    virtual memory 虚拟内存
    vowel 元音字母

    Web Services web 服务
    WHERE clause WHERE子句
    wildcard characters 通配符字符
    wildcard search 通配符搜索
    window 窗口
    window function 窗口函数
    window procedure 窗口过程
    Windows authentication Windows 身份验证
    wizard 向导
    word 单词
    word processor 字处理器
    wrapper 包装、包装器
    write enable 写启用
    write-ahead log 预写日志
    write-only 只写
    WSDL (Web Service Description Language)Web Service 描述语言

    XML (eXtensible Markup Language) 可扩展标记语言
    XSD (XML Schema Definition) XML 模式定义语言
    XSL (eXtensible Stylesheet Language) 可扩展样式表语言
    XSLT (eXtensible Stylesheet Language Transformation) 可扩展样式表语言转换
    xxx based 基于xxx的
    xxx oriented 面向xxx

    相关文章

      网友评论

          本文标题:编程词汇整合

          本文链接:https://www.haomeiwen.com/subject/smsbkttx.html