网站首页  词典首页

请输入您要查询的英文单词:

 

单词 language specification
释义

language specification

  • 网络语言规范;语言规格;语言说明书
1.
语言规范
[1] 在C#的语言规范language specification)中,多处提到C和C ,但对Java只字不提。[2] C#保留了C 中的struct关键字 …
www.cnblogs.com
2.
语言规格
XML 是个语言规格 (language specification), 是个免费的开放标准 (open standard); 不是软件. 作为标准规格, 只有规格版本, …
www.programmer-club.com.tw
3.
语言说明书
C#LanguageSpecification C# Language... ... C# Language Specification 语言说明书 ·oracel 时间函数汇总 ...
mesky.net

例句

释义:
1.
Since, XML Schema is an open standard, it only requires the addition of a few proprietary features in the mapping language specification.
因为XML模式是一种开放的标准,所以它只需要在映射语言规范中增加很少的专有特性。
www.ibm.com
2.
The Common Language Specification ensures that any conforming . NET language can access libraries created by any other language.
通用语言规范(CommonLanguageSpecification,CLS)确保任何具有一致性的.NET语言能访问被其他语言创建的函数库。
www.infoq.com
3.
To be compliant with the Common Language Specification (CLS) , the argument list of an attribute class cannot contain an array .
为了符合公共语言规范(CLS),属性类的参数列表不能包含数组。
www.bing.com
4.
Remove one of the Common Language Specification (CLS) compliance attributes.
移除其中一个符合公共语言规范(CLS)的属性。
msdn2.microsoft.com
5.
Threading and synchronization are core features of the Java programming language, described in the Java Language Specification (JLS).
线程化和同步是Java编程语言的核心特性,Java语言规范(JLS)中对二者作出了描述。
www.ibm.com
6.
To represent constraints or higher-level abstractions defined by the Common Language Specification (CLS).
表示由公共语言规范(CLS)定义的约束或较高级别的抽象。
technet.microsoft.com
7.
Common Language Specification (CLS) compliance generally refers to the claim that CLS rules and restrictions are being followed.
“公共语言规范”(CLS)遵从性通常是指有关遵循CLS规则和限制的声明。
msdn2.microsoft.com
8.
The common language specification (CLS) describes the way components authored for the common language runtime can interact.
公共语言规范(CLS)描述了为公共语言运行库创作的组件可以如何交互。
msdn2.microsoft.com
9.
Thus, defn is not part of the language specification but it is added by the language's core library.
也就是说,defn并不是此语言规范的一部分,而是通过此语言的核心库被添加上的。
www.ibm.com
10.
Indicates whether a program element is compliant with the Common Language Specification (CLS).
指示程序元素是否符合公共语言规范(CLS)。
msdn2.microsoft.com
1.
While these method names are all valid according to the language specification, it is likely that they are not what was intended.
虽然根据该语言的规范,这些方法名称是合法的,但是它们可能不是您想要的。
www.ibm.com
2.
Compilers that comply with the Common Language Specification (CLS) are permitted to ignore ConditionalAttribute.
允许符合公共语言规范(CLS)的编译器忽略ConditionalAttribute。
msdn2.microsoft.com
3.
The compiler and runtime interpreter follow the language specification.
编译器和运行时解释器遵循语言规范进行运作。
www.ibm.com
4.
The Java language specification is purposefully vague on thread scheduling.
Java语言规范故意没有对线程计划做严格的规定。
www-128.ibm.com
5.
Section 6. 8 of the Java Language Specification includes naming conventions for items like packages, methods, fields, and constants.
Java语言规范的第6.8节包含包、方法、字段和常量等项的命名约定。
www.ibm.com
6.
This is the U. S. space agency NASA on the C programming language specification.
这是美国航天局NASA关于C语言的编程规范。
3333355555.com
7.
Declare the types in a language that is compliant with the Common Language Specification (CLS) and compile the file.
使用符合公共语言规范(CLS)的语言声明类型并编译文件。
msdn2.microsoft.com
8.
Base data types are all data types defined by the C and C language specification.
基本数据类型是由C和C 语言规范所定义的所有数据类型。
www.ibm.com
9.
The presented approach extends the BPEL language specification in order to support the dynamical discovery and binding at language level.
该方法扩展了BPEL语言规范,添加了支持动态发现和绑定服务的语言元素;
www.ceps.com.tw
10.
It is the Microsoft implementation of the ECMA 262 language specification.
Microsoft通过它实现ECMA262语言规范。
office.microsoft.com
1.
XML is a new markup language specification developed by the W3C (the World Wide Web Consortium).
XML是由万维网联合会开发的一种新型置标语言规范。
www.kancaimi.cn
2.
Type inference is described in more detail in the F# Language Specification.
F#语言规范中对类型推理进行了更详细的介绍。
technet.microsoft.com
3.
For more information on partial types, please refer to the C# language specification.
您可以参考C#语言教程以获得关于局部类型的更多信息。
www.ibm.com
4.
At the language level, the Mono compiler is fully compliant with the C# 3. 0 language specification.
在语言层面,Mono编译器完全遵从C#3.0语言规范。
www.infoq.com
5.
Object Management Group Inc. , OMG Unified Modeling Language Specification Version 1. 5, Document number 03-03-01.
对象管理组织,OMG统一建模语言规格1.5版,文档号03-03-01。
www.ibm.com
6.
Provides links to the complete Visual Basic language specification, which contains detailed information on all aspects of the language.
提供指向完整VisualBasic语言规范的链接,此规范包含有关VisualBasic语言的所有方面的详细信息。
msdn2.microsoft.com
7.
The Visual Basic 8. 0 Language Specification is the authoritative source for answers to all questions of Visual Basic grammar and syntax.
VisualBasic8.0语言规范是解答VisualBasic语法和句法中所有问题的权威资源。
msdn2.microsoft.com
8.
These functions mimic Visual Basic 6. 0 Behavior, while remaining compliant with the Common Language Specification.
这些函数模仿VisualBasic6.0的行为,同时仍符合公共语言规范。
msdn2.microsoft.com
9.
These changes were necessary in order to make Visual Basic compliant with the. NET Framework and the Common Language Specification (CLS).
为了使VisualBasic符合.NETFramework和公共语言规范(CLS),这些更改是必要的。
msdn2.microsoft.com
10.
Research of the Simulation Language Specification for Advanced Distributed Simulation Systems
先进分布仿真系统仿真语言规范研究
service.ilib.cn
1.
Common Language Specification Compliance Checking
检查公共语言规范符合情况
www.ichacha.net
2.
Volta does not need to change when a language specification changes, only when the CIL specification does
在语言规范改动时Volta不需要改动,只在CIL规范改动时才需要;
www.infoq.com
3.
Here is a definition of MyDouble taken from the language specification
下面是一个从语言规范中获取的MyDouble的定义
msdn2.microsoft.com
4.
For example, given the following trivial hierarchy taken from the Managed Extensions language specification,
例如,以托管扩展语言规范中提供的以下常用层次结构为例,
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/14 8:51:53