construct vt. 1.构成,建造,建筑,铺设,架设;【数学】作(图);【语法】造(句),作(文)。 2.构想,创立。 3.解释。 construct a bridge 造桥。 construct a theory 创立学说。 n. 1.结构(物)。 2.思维产物;构想;【心理学】构成概念。 3.【语法】结构(体),结构成分。
In programming languages , a language construct within a procedure , designating the start of execution sequences of the procedure 在程序设计语言中,过程内部的一种语言结构,用于指明该过程的执行序列的开始。
Without such conventions , the reader must either research the language construct or depend on the tooling to provide visual indicators 如果没有这些约定,读者可能必须搜索语言结构或者依赖提供可视化标志的工具。
The amount of rework required depends on a number of factors , including the type of application , features , and the language constructs used 需要的改编量取决于许多因素,包括应用程序的类型、功能和使用的语言构造。
Naming conventions , which exist for all types of programming languages , enable readers to quickly understand additional metadata about a language construct 所有编程语言类型中都有命名约定,以便让读者快速理解关于语言结构的附加元数据。
Specifications of the transport prior to 1 . 2 built in a suggested encoding of xml that is geared towards the serialization of programming language constructs 早于1 . 2版本的传输规范内建在所建议的xml编码中,这是为了适应编程语言构造的序列化。
If you need many locks for threads inside a process , consider using a language and language constructs that automatically do a lot of lock maintenance 如果您需要在一个进程内部对线程使用很多锁,那么可以考虑使用自动完成锁的维护的语言或者语言结构。
Simply put , iiop represents the elements of any idl interface definition language construct in a standardized format as a series of bytes 简言之, iiop将以标准化格式构造的任何idl ( interface definition language ,接口定义语言)的元素表示为一系列字节。
Many languages , such as java and ada95 , have built - in language constructs that will automatically handle this - and make the results more likely to be correct 有很多语言,比如java和ada95 ,都有内置的可以自动处理锁维护(并使结果有可能更正确)的语言结构。
In addition to these basic object - oriented principles , c facilitates the development of software components through several innovative language constructs , including 除了这些基本的面向对象的原理, c #还通过几种创新的语言结构加快了软件组件的开发,其中包括:
If you use a language compiler that generates verifiably type - safe code only when you avoid certain language constructs , you might want to use the . net framework sdk 如果使用的语言编译器只在您不使用某些语言构造时才生成可验证为类型安全的代码,则可能需要使用
A language construct is a syntactically allowable part of a program that may be formed from one or more lexical tokens in accordance with the rules of a programming language.