word20161224
V.34
V.90
validation / 验证
value entry / 值项
variable / 变量
variable bit rate, VBR / 可变传输率
VBR, variable bit rate / 可变传输率
VCI, virtual channel identifier / 虚拟信道标识符
VDM, virtual DOS machine / 虚拟 DOS 机
vector / 矢量
vector fonts / 矢量字体
vendor class / 供应商类别
video codec / 视频编解码
virtual channel identifier, VCI / 虚拟信道标识符
virtual container / 虚拟容器
virtual DOS machine / 虚拟 DOS 机器(VDM)
virtual IP address / 虚拟 IP 地址
virtual link / 虚拟链接
virtual local area network, VLAN / 虚拟局域网
virtual memory / 虚拟内存
Virtual Memory Size / 虚拟内存大小
virtual network / 虚拟网络
virtual path identifier, VPI / 虚拟路径标识符
virtual printer memory / 虚拟打印机内存
virtual private network, VPN / 虚拟专用网络
virtual server / 虚拟服务器
virus / 病毒
VLAN, virtual local area network / 虚拟局域网
VoIP, Voice over Internet Protocol / 通过 IP 协议的语音
volume / 卷
volume password / 卷密码
volume set / 卷集
voluntary tunnel / 自主隧道
VPI, virtual path identifier / 虚拟路径标识符
virtual private network, VPN / 虚拟专用网络
word20161224的更多相关文章
随机推荐
- [LeetCode] Unique Binary Search Trees 独一无二的二叉搜索树
Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For examp ...
- [LeetCode] Sort Colors 颜色排序
Given an array with n objects colored red, white or blue, sort them so that objects of the same colo ...
- LISA介绍及其使用方法
LISA是ARM公司开发的一款开源工具.在内核开发过程中,苦于无法针对修改内容进行一些量化或者可视化结果的测量,而无感.LISA对于模型调优,回归测试都有较强的支持. 什么是LISA? LISA是Li ...
- 【笔记】JS基础一
名词解释 ECMAScript 翻译器,解释器 DOM 文档对象模型 Document Object Model 例如 document BOM 浏览器对象模型 Browser Object Mode ...
- 安装 pyopenssl c/_cffi_backend.c:15:17: 致命错误:ffi.h:
错误 c/_cffi_backend.c:15:17: 致命错误:ffi.h: 解决方案 yum install -y libffi-devel 或ubuntu中 apt-get install -y ...
- mybatis返回数据类型为map,值为null的key没返回
创建mybatis-config.xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ...
- Nginx相关集合
http://www.cnblogs.com/kamil/p/5163182.html LNMP搭建(yum) Nginx基本使用 http://www.cnblogs.com/kamil/p/516 ...
- 关于闭包(closure)的一些概念
和其他大多数现代编程语言一样,JS也采用词法作用域,也就是说,函数的执行依赖于变量作用域,这个作用域是在函数定义时决定的,而不是函数调用时决定的.为了实现这种词法作用域,JS函数对象的内部状态不仅包含 ...
- Xamarin.ios 基本控件
.按钮 UIButton UIButton btn = new UIButton(); btn.Frame = ,,,); //按钮位置一件宽高 btn.SetTitle("Button&q ...
- CentOS 7 配置虚拟主机站点
1.进入/etc/httpd/conf 下 将httpd.conf 打开. 2.将DocumentRoot注释掉.(将ServerName 打开要不会有错误警告). 3.将虚拟主机站点配置包含进来:I ...