...持有的数据的性质(操作属性)– 存储属性• 作用域: 变量在某区域内有效——局部变量与全局变量• 存储期(storage duration) : 变量在内存中存在的时间——静态存储期与动态存储期静态存储期与动态存储期– 静态存储: 程序运行期间分配固定的存储空间–...
基于52个网页-相关网页
[摘要提示] C和C++中的每个物件都有以下三种储存期(storage duration)的一种,即静态、自动和动态:具有静态储存期的物件在程式启动时分配记忆体,且一直保持在固定位置,直到程式结束;具有自动储存...
基于16个网页-相关网页
static storage duration 静态存储期 ; 静态存储时期
automatic storage duration 自动存储时期 ; 自动存储期
dynamic storage duration 动态存储期
Allocated Storage Duration 动态分配生存期
sample storage duration 试样贮存期
storage and duration of efficacy 贮藏与失效期
duration of storage 贮藏期间
Long-duration storage of electronic components 电子元件的长期存储
storage temperature and duration 贮藏温度和贮藏期
Thc optimum storage duration was 28 days.
其最佳贮藏期为28天。
An object has a storage duration (3.7) which influences its lifetime (3.8).
对象具有存储类型(3.7),并影响它的寿命(3.8)。
An instance of each object with automatic storage duration (3.7.2) is associated with each entry into its block.
每个具有自动存储类(3.7.2)对象的实例都与其所在语句块的相应入口相联系。
应用推荐