英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:


请选择你想看的字典辞典:
单词字典翻译
4005查看 4005 在百度字典中的解释百度英翻中〔查看〕
4005查看 4005 在Google字典中的解释Google英翻中〔查看〕
4005查看 4005 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Static variable - Wikipedia
    Static variable In computer programming, a static variable is a variable that has been allocated "statically", meaning that its lifetime (or "extent") is the entire run of the program
  • static (keyword) - Wikipedia
    static is a reserved word in many programming languages to modify a declaration The effect of the keyword varies depending on the details of the specific programming language, most commonly used to modify the lifetime (as a static variable) and visibility (depending on linkage), or to specify a class member instead of an instance member in classes
  • const (computer programming) - Wikipedia
    The interpretation varies between uses A const static variable (global variable or static local variable) is a constant, and may be used for data like mathematical constants, such as double const PI = 3 14159 – realistically longer, or overall compile-time parameters
  • Constant (computer programming) - Wikipedia
    A global variable or static variable can be declared (or a symbol defined in assembly) with a keyword qualifier such as const, constexpr, constant, or final (when it is applied to primitive types), meaning that its value will be set at compile time and should not be changeable at runtime
  • Data segment - Wikipedia
    Data segment In computing, a data segment (often denoted data) is a portion of an object file or the corresponding address space of a program that contains initialized static variables, that is, global variables and static local variables
  • Global variable - Wikipedia
    In computer programming, a global variable is a variable with global scope, meaning that it is visible (hence accessible) throughout the program, unless shadowed The set of all global variables is known as the global environment or global state In compiled languages, global variables are generally static variables, whose extent (lifetime) is the entire runtime of the program, though in
  • Variable (computer science) - Wikipedia
    A static variable is also known as global variable, it is bound to a memory cell before execution begins and remains to the same memory cell until termination A typical example is the static variables in C and C++





中文字典-英文字典  2005-2009