计算机术语英汉对照表

简介:

PS:本英汉对照表由个人维护,不具权威性,仅供参考,欢迎指正以加强释义精确性避免二义性。

每个词条拥有多个注释,如果在不同的环境中相同词条有不同的解释应另立注释条。

注释如果仅在特定环境下使用,则在注释的开头使用小括号将特定环境进行说明。默认情况为通用性注释。

0

1

2

3

4

5

6

7

8

9

A

B

Bubbles

  1. 冒泡 An event routing strategy where the event instance moves up the element tree (starting with the source and ending at the root of the visual tree).

BulletDecorator

  1. (WPF)组合绘图框

 

C

CheckBox

  1. 复选框

Crystal Reports

  1. 水晶报表

ComboBox

  1. 组合框

 

D

Decorator

  1. (WPF)绘图框,出现一片指定位置的绘制区域

dependency property

  1. 依赖属性  A property represented by a DependencyProperty identifier that is registered with the Windows Presentation Foundation property system. Dependency properties can be defined only by DependencyObject types, which typically expose the identifier as a public static field. Dependency properties inherit to derived classes and support value expressions, property invalidation, default values, per-type metadata, inheritance, animation, data binding, and styling. The property system determines their effective value based on a precedence evaluation of all possible value sources.

direct events

  1. 直接事件     An event handling strategy that does not involve routing.

E

Element

  1. 元件

Extensible Application Markup Language

  1. 可扩展应用程序标记语言,缩写为XAML

F

Focus

  1. 焦点

G

H

I

J

K

L

Label

  1. 标签

Layout

  1. 布局

ListBox

  1. 列表框

ListView

  1. 列表视图

M

N

O

P

Panel

  1. 面板

PasswordBox

  1. 密码框

Popup

  1. 弹出窗

ProgressBar

  1. 进度条

Q

R

RadioButton

  1. 单选按钮

Rich TextBox

  1. 富文本框

Routed event 

  1. 路径事件 An event instance that propagates through a tree of related elements rather than just targeting to a single element. There are three types of routing: bubbling, tunneling, and direct. With bubbling, the event instance moves from the source of the event up to the top of the tree. With tunneling, the event instance starts at the top of the tree and moves down to the source of the event. With direct routing, the event instance does not move in the tree and behaves like a standard common language runtime event.

S

Slider

  1. 滑块

T

Table

  1. 表格

TextBox

  1. 文本框

Thumb

  1. (WPF)拖动点

tree

  1. 树 A data structure containing zero or more nodes that are linked together in a hierarchy. If any nodes are present, one node is the root; each node except the root is the child of one and only one other node, and each node has zero or more nodes as children.

TreeView

  1. 数形视图

Tunnels

  1. 下行 An event routing strategy where the event instance moves down the element tree (starting at the root of the visual tree and ending with the source). In Windows Presentation Foundation, the names of events that use this routing strategy are prefixed with the word "Preview". These events have the same signature as their counterparts that use the bubbling event routing strategy.

U

V

W

WCF

Windows Presentation Foundation

  1. Windows基础表示层,缩写为WPF

WPF  

  1. 参见Windows Presentation Foundation

WWF

X

XAML

  1. 参见Extensible Application Markup Language

Y

Z

作者: 徐少侠
出处: http://www.cnblogs.com/Chinese-xu/

本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。
如有问题,可以通过 Chinese_Xu@126.com 联系我,非常感谢。

分享家:Addthis中文版
分类: 其他

本文转自徐少侠博客园博客,原文链接:http://www.cnblogs.com/Chinese-xu/archive/2007/06/18/787583.html,如需转载请自行联系原作者
目录
相关文章
|
8月前
|
存储
探索计算机内部的神秘语言:二进制的魅力
二进制是一种由0和1组成的数制系统,是计算机中最基础的表示方式。通过了解二进制,我们可以深入了解计算机的内部工作原理,如数据存储、运算和传输等。这种简单而神奇的数字语言将帮助读者揭开计算机世界的神秘面纱,激发对科技的兴趣和探索欲望。
251 2
探索计算机内部的神秘语言:二进制的魅力
|
8月前
|
机器学习/深度学习 存储 算法
数学与计算机的关系
数学与计算机、关系
H8
|
消息中间件 网络协议 前端开发
通信相关的术语名词
通信相关的术语名词
H8
113 0
|
存储 安全 网络协议
【网络术语】网络术语汇编
基本网络术语汇编,与深入定义链接。
|
机器学习/深度学习 前端开发 JavaScript
计算机各种进制之间的转换,外行人也能看的懂
计算机各种进制之间的转换,外行人也能看的懂
计算机各种进制之间的转换,外行人也能看的懂
|
存储 编译器 C语言
计算机组成原理-第二章 数据表示与运算
计算机必须了解的基础知识,计算机组成原理
计算机组成原理-第二章 数据表示与运算
计算机组成原理各个缩写的含义
计算机组成原理各个缩写的含义
330 0
计算机组成原理各个缩写的含义
|
存储
人与计算机的信息差异
人和计算机对信息编码的差异用一句话来讲计算机的功能,就是传输、存储和处理信息。要完成这样的任务,就要对信息本身进行编码,对信息要传送对目的地编码,对存储信息的物理单元编码。因此,有效的编码是计算机科学的基础。人们在对不同的对象进行编码时,主要考虑是否好记,而计算机则强调的是效率。人类区别不同对象的思路和计算机完全不同,为了让计算机有效的工作,为它设计的编码有别于人们的思维习惯。因为,首先,暂时忘记
759 0
人与计算机的信息差异
|
搜索推荐 安全 定位技术
互联网常见34个术语解释
互联网常见34个术语解释
544 0

热门文章

最新文章