zoukankan      html  css  js  c++  java
  • IT开发常用英语-C

    C

    Cache   高速缓存

    Calendar      日历

    Calendrical Calculations 日期

    call        调用      call operator      回调操作符        callback       回调

    candidate key     候选键(for database)

    cascading delete级联删除(for database)  cascading update     级联更新(for database)

    casting 转型、造型转换

    catalog 目录

    chain    链(function calls)

    character 字符 character format      字符格式  character set       字符集

    check box    复选框   check button 复选按钮

    CHECK constraints CHECK 约束(for database)

    checkpoint   检查点(for database)

    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   子句

    cleanup       清除、清理

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

    client    客户、客户端

    client application      客户端应用程序

    client area   客户区

    client cursor 客户端游标(for database)

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

    clipboard     剪贴板

    clone    克隆

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

    code access security        代码访问安全

    code page   代码页

    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       并发、并发机制

    configuration     配置、组态

    Connected Components    连通分支

    connection        连接(for database)

    connection pooling   连接池

    console        控制台

    constant      常量

    Constrained and Unconstrained Optimization   最值问题

    constraint    约束(for database)

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

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

    container     容器

    containment       包容

    context        环境、上下文

    control 控件

    cookie

    copy      拷贝

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

    cover    覆盖、涵盖

    create/creation 创建、生成

    crosstab query   交叉表查询(for database)

    Cryptography     密码

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

    cube     多维数据集(for database)

    cursor   光标

    cursor  游标(for database)

    custom 定制、自定义

  • 相关阅读:
    关于GCD同步组实现多个异步线程的同步执行中的注意点
    (七)Redis对键key的操作
    (六)Redis有序集合Sorted set操作
    (五)Redis集合Set操作
    (四)Redis哈希表Hash操作
    (三)Redis列表List操作
    (二)Redis字符串String操作
    (一)Redis简介及安装
    Python对文件和文件夹的高级操作模块shutil
    Python文件传输模块ftplib
  • 原文地址:https://www.cnblogs.com/pushudepu/p/6007412.html
Copyright © 2011-2022 走看看