- Industry: Computer
- Number of terms: 318110
- Number of blossaries: 26
- Company Profile:
An American multinational software corporation headquartered in Redmond, Washington that develops, manufactures, licenses, and supports a wide range of products and services related to computing.
A programming language statement used to assign a value to a variable. It usually consists of three elements: an expression to be assigned, an assignment operator (typically a symbol such as = or :​=), and a destination variable. On execution of the assignment statement, the expression is evaluated and the resulting value is stored in the specified destination.
Industry:Computer
A bill of material used to describe the components of a parent part that will be built as part of a higher-level parent part. The term "phantom" is used to indicate that the part never really exists as a stocked item, but rather is built in line with the production of the higher-level part that is driving an overall production order.
Industry:Computer
每个呈现自我描述程序集的程序集的一个组成部分。程序集清单包含程序集的元数据。清单确定程序集标识、 指定组成程序集实现的文件、 指定的类型和组成程序集的资源,列举对其他程序集的编译时依赖和指定的程序集正确运行所需的权限集。在运行时使用此信息来解析引用,强制版本绑定策略,并验证已加载程序集的完整性。程序集的自描述特性还有助于使零影响安装和 XCOPY 部署可行。
Industry:Computer