| 单词 |
volatile variable |
| 释义 |
volatile variable
volatile variable (programming)A variable in a computer program which can bemodified by processes other than the program. For example, avariable that stores the value of a timer chip (either becauseit is located at the address of the hardware device or becauseit is updated on interrupts) needs to be volatile to beuseful.
A static variable, on the other hand, maintains its valueuntil the program changes it or it is no longer needed. Inaddition, volatile variables can be held in the stackwhereas static variables are usually stored in a program'sdata segment. |
| 随便看 |
- brancusi constantin
- brancusi, constantin
- brand
- brandade
- davy crockett birthplace state park
- davy crockett national forest
- davydova-medene, lea
- davydova-medene, lea matisovna
- davydova, vera
- davydova, vera aleksandrovna
- davydov, boris
- davydov, boris vladimirovich
- davydov, denis
- davydov, denis vasilevich
- davydovka
- davydov, karl
- davydov, karl iulevich
- davydov, konstantin
- davydov, konstantin nikolaevich
- davydov, lev
- davydov, lev konstantinovich
- davydovskii, ippolit
- davydovskii, ippolit vasilevich
- davydov, vasilii
- davydov, vasilii lvovich
|