What is the translation of " EXTERN " in Chinese?

Noun
外部
一个extern

Examples of using Extern in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
This applies to the majority of extern methods.
这适用于大多数外部方法。
The extern of the cart of the Virgin is improved.
圣母车的外部得到改善。
It is not a method call, but an extern method definition.
它不是一个方法调用,而是一个外部方法定义。
For abstract and extern methods, the method-body consists simply of a semicolon.
对于抽象和外部的方法,方法主体简单地由分号组成。
This causes the CLR to cache theerror set by the API function after each call to the extern method.
这会导致CLR在每次调用外部方法之后缓存由API函数设置的错误。
People also translate
These are the values of the extern variables'x' and'z' respectively: 9 and 10.
这些是外部变量'x'和'z'的值:9和10.
The extern method must be defined using CLR types, as you saw in the preceding code snippet.
外部方法就必须使用CLR类型来定义,如您在前面的代码片段中所看到的。
These are the modified values of the extern variables'x' and'z' respectively: 2 and 5.
这些是外部变量'x'和'z'的修改值:2和5.
Not only extern investors but also the founders and developers had to invest with their private money.
不仅外部投资者,还有创始人和开发商不得不用私人资金进行投资。
The Rust code has to be exposed via an extern declaration, which makes it C-ABI compatible.
Rust代码必须通过一个extern声明来导出,这和C-ABI兼容。
Adding the extern“C” will instruct the compiler part of the code to be compiled in C instead of C++.
加上extern“C”后,会指示编译器这部分代码按C语言的进行编译,而不是C++的。
This is why at the Film Connection, the mentor-apprentice(extern) method is the bedrock of our whole program.
这就是为什么在电影方面,导师学徒(EXTERN)方法是我们整个计划的基石。
If you didn't get your extern"C" right, you will sometimes get linker errors rather than compiler errors.
如果你没有设置对EXTERN的“C”,你有时会得到链接错误,而不是编译器错误。
To prevent the clashing of multiple out-of-line copies of inline functions,the C++ compiler emits out-of-line extern functions in common sections.
为防止内联函数的多个外联副本之间发生冲突,C++编译器在公共节中发出外联extern函数。
Extern“C”The real purpose of this statement is to achieve mixed programming between C++ and C and other languages.
Extern“C”这个声明的真实目的是为了实现C++与C及其它语言的混合编程。
If your reaction to this is'almost certainly missing extern"C"' then you probably already know everything in this article.
如果此刻你的反应是“这肯定是没写extern“C””,那么你很可能已经了解这篇文章的内容。
The extern storage class is used to give a reference of a global variable that is visible to ALL the program files.
Extern存储类用于提供一个全局变量的引用,它对所有的程序文件都是可见的。
Because we declared rand in our[dependencies], we can use extern crate to let Rust know we will be making use of it.
因为我们在我们的[dependencies]中声明了rand,所以我们可以使用externcrate让Rust知道我们会使用它。
Extern: extern simply tells us that the variable is defined elsewhere and not within the same block where it is used.
EXTERN:extern只是告诉我们变量是在别处定义的,而不是在使用它的同一个块中。
In fact, common practice is to place definitions of all external variables at the beginning of the source file,and then omit all extern declarations.
在通常的做法中,所有外部变量的定义都放在源文件的开始处,这样就可以省略extern声明。
The extern keyword allows Rust to use specific ABI's, such as the well-defined C ABI, for interop with other languages.
Extern关键字允许Rust使用一些特定的ABI,例如明确定义的CABI,来与其它语言交互。
This storage class specifies an extern object declaration that, if not present, does not cause the linker to fault an unresolved reference.
对于声明,此存储类指定一个extern对象声明,即使不存在,也不会导致链接器将未解析的引用作为错误处理。
An external object declaration that does not have an initializer,and does not contain the extern specifier, is a tentative definition.
如果一个外部对象声明不带有初值,并且不包含extern说明符,则它是一个临时定义。
The key word corresponding to extern is static, and the global variables and functions decorated by it can only be used in this module.
extern对应的关键字是static,被它修饰的全局变量和函数只能在本模块中使用。
Extern is the opposite of static, and functions are already extern by default: How do I use extern to share variables between source files?
将static与extern进行比较,相反:如何使用extern在源文件之间共享变量?
This means that you can use the extern keyword to define a function before you use it(this is also useful for mutually recursive functions).
这意味着我们可以在使用函数之前使用'extern'关键字定义一个函数(这对于相互递归的函数也很有用)。
The extern modifier is most commonly used when there are two or more files sharing the same global variables or functions as explained below.
Extern修饰符是最常用的,当存在两个或多个文件,如下所述共用同一全局变量或函数。
Compare static with extern, which does"the opposite": How do I use extern to share variables between source files?
将static与extern进行比较,相反:如何使用extern在源文件之间共享变量?
The main purpose of using extern variables is that they can be accessed between two different files which are part of a large program.
使用extern变量的主要目的是可以在两个不同的文件之间访问它们,这两个文件是大型程序的一部分。
Results: 29, Time: 0.0685

Top dictionary queries

English - Chinese