| 释义 |
alignment clause 对齐子句 In Ada,the storage representation specification of records with the syntax definition:∷=at mod which forces each record of the given type to be allocated at a starting address which is a multiple of the value of the given expression. Ada语言中记录的存储表示说明,其语法定义是:<对齐子句>∷=at mod<静态表达式>对齐 子句的含义为:以<静态表达式>定义的表达式的值的倍数作为给定类型的记录的开始地址。 |