cluster-aware application / 支持群集的应用程序

cluster-unaware application / 不支持群集的应用程序

Cluster.exe

CNAME (canonical) resource record / CNAME(规范的)资源记录

CMYK color space / CMYK 色彩空间

code page / 代码页

codec / 编解码器

color gamut / 色阶

color management / 色彩管理

color profile / 颜色配置文件

color space / 彩色空间

COM Internet Services Proxy / COM Internet 服务代理

Command Prompt /“命令提示符”窗口

common groups / 公用组

communication port / 通讯端口

communication 通讯设置

community name / 社团名

Compact Disc File System, CDFS / 光盘文件系统

Compression Control Protocol, CCP / 压缩控制协议

computer account / 计算机帐户

Computer Browser service / 计算机浏览器服务

computer quota / 计算机配额

computer-telephony integration, CTI / 计算机电话集成

conflict detection / 冲突检测

connect / 连接

connected user / 已连接的用户

connected, authenticating user / 已连接,在验证用户

connected, user authenticated / 已连接,已验证用户

connection-oriented / 面向连接的

connectionless / 无连接的

connector 连接器应用程序

connector queue / 连接器队列

console tree / 控制台树

constant bit rate, CBR / 恒定传输率

Consultative Committee on Telephony and egraphy, CCITT / 电话和电报技术咨询会

container object / 容器对象

convergence / 会合

copy backup / 复制备份

count to infinity / 计数到无穷大

CPU Time / CPU 时间

CPU Usage / CPU 使用率

CRC errors / CRC 错误

CRL, certificate revocation list / 证书吊销列表

CRL Distribution Point, CDP / 分发点

cross-reference 交叉引用对象

CryptoAPI (CAPI)

cryptographic service provider, CSP / 加密服务提供程序

cryptography / 加密

CSID (Called Subscriber ID) String / CSID(被 ID)字符串

CSP, cryptographic service provider / 加密服务提供程序

CTI, computer-telephony integration / 计算电话集成

CTL, certificate trust list / 证书信任列表

custom file 自定义文件类型

word20161205的更多相关文章

随机推荐

  1. 使用js进行string和json之间转换的方法

    在数据传输过种中,json是以文本,即字符串的形式传递,字符串形似Json对象: var str1 = '{ "name": "Amy", "sex& ...

  2. TextBox的值是否为数字

    <asp:TextBox ID="t" Width="70" runat="server" style="ime-mode: ...

  3. super 要点

    class Grandparent { public Grandparent() { System.out.println("GrandParent Created."); } p ...

  4. JavaWeb学习笔记——DOM4J

    下载的地址为:http://www.dom4j.org/dom4j-1.6.1/ import java.io.File; import java.io.FileOutputStream; impor ...

  5. Android屏幕适配全攻略(最权威的官方适配指导)(转),共大家分享。

    Android的屏幕适配一直以来都在折磨着我们这些开发者,本篇文章以Google的官方文档为基础,全面而深入的讲解了Android屏幕适配的原因.重要概念.解决方案及最佳实践,我相信如果你能认真的学习 ...

  6. fcc的中级算法题

    核心提示:这是网上开源编程学习项目FCC的javascript中级编程题(Intermediate Algorithm Scripting(50 hours)),一共20题.建议时间是50个小时,对于 ...

  7. 对二进制加密(分散保存-s=sy+a+b)

    #include <stdio.h> #define L 40 void jiaM(int * s,int * a,int *b,int *sy); void jieM(int * a,i ...

  8. ubuntu qq

    系统:Ubuntu 14.04  64位 1.下载qq国际版(直接网络搜索就可以) 2.解压并安装: # cp wine-qqintl.zip /usr/local/ # pwd/usr/local/ ...

  9. Java中关于HashMap的元素遍历的顺序问题

    Java中关于HashMap的元素遍历的顺序问题 今天在使用如下的方式遍历HashMap里面的元素时 1 for (Entry<String, String> entry : hashMa ...

  10. Log4Net使用方法

    项目里都会用到日志记录..特别是在本地跑的欢畅..一上服务器就嗝屁的时候..日志会帮你大忙.. Log4net算是一种应用的最广泛的日志记录方式了..下面来简略的说下他的用法.. 先下载log4net ...