STATIC_ in English translation

static
静态
静止
固定
静电
一成不变

Examples of using Static_ in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
更一般来说,如果一个类型实现了Sync而且不实现Drop,它就可以被用作static.
More generally, if a type implements Sync and does not implement Drop, it can be used in a static.
Publicstaticvoidmain(Stringargs[])-Java程序处理从main()方法开始,这是每个Java程序的强制部分。
Public static void main(String args[])- Java program processing starts from the main() method which is a mandatory part of every Java program.
构造器不具有任何显性返回类型。构造器无法被直接“new”invokesthem.构造器无法被宿室韦synchronized,final,abstract,native,或者static
Constructors never have an explicit return type. Constructors cannot be directly invoked(the keyword“new” invokes them). Constructors cannot be synchronized, final, abstract, native, or static.
在主页上,我们可以看到有一个“站点列表”部分,点击“NewStaticSite”,它将给“SiteConfiguration”设置。
In the home page, we can see there is a“Site Listing” section; click on“New Static Site” and it will give“Site Configuration” settings.
M0n0wallmod:原始的带有附加功能的m0n0wall(DHCP+PPTP,DHCP+PPPoE,static+PPPoE,L2TP,WANeth接口),自2013年后不再开发。
M0n0wall mod: Original m0n0wall with additional features(DHCP+PPTP, DHCP+PPPoE, static+PPPoE, L2TP, WAN eth interface), no activities since 2013.
Static_cast有什么好处??
What good is static_cast?
Static_cast用于常见的强制类型转换。
Use static_cast for ordinary type conversions.
注意:隐式转型和static_cast亦能进行此转换。
(Note: an implicit conversion and static_cast can perform this conversion as well.).
什么时候应该使用static_cast,dynamic_cast,const_cast和reinterpret_cast?
When should static_cast, dynamic_cast, const_cast and reinterpret_cast be used?
Dynamic_cast是比static_cast更安全的强制类型转换,但运行时检查会带来一些开销。
A dynamic_cast is safer than a static_cast for downcasts, but the runtime check incurs some overhead.
什么时候应该使用static_cast,dynamic_cast,const_cast和reinterpret_cast?
This includes static_cast, dynamic_cast, reinterpret_cast and const_cast?
什么时候应该使用static_cast,dynamic_cast,const_cast和reinterpret_cast?
The cast operators static_cast, const_cast, and reinterpret_cast?
使用static_cast或者dynamic_cast类型转换运算符会确保指针正确的从一个类型转换为另一个。
Using the static_cast or dynamic_cast type conversion operators will ensure that pointers are properly converted from one type to another.
Static成员变量.
Static member variables.
必须声明为static
It must be declared static.
必须声明为static
Must be declared static.
Staticstaticfinal的区别.
Difference Between static and final.
什么时候使用staticmethod?
When do You Use Static Methods?
Static变量与方法.
Static variable and method.
什么时候使用staticmethod?
When to use static methods?
Results: 494, Time: 0.0207

Top dictionary queries

Chinese - English