数据结构是实施的一种编程语言的数据类型和引用和业务提供。
Data structures are implemented by a programming language as data types and the references and operations they provide.
一种具有更合适的数据类型的语言的扩展将更轻松地解决这一问题。
Extensions to a language that has more appropriate data types will more easily fix the problem.
运算符重载允许创建与语言无缝集成的新数据类型。
Operator overloading allows new data types to be created that seamlessly integrate into the language.
其他文章讨论了Python语言的条件和循环特性,以及它们如何与容器数据类型进行协作来简化编程任务。
Other articles discussed the conditional and looping features of the Python language and how they work together with the container data types to simplify programming tasks.
用于编程语言和接口的XML数据类型支持。
XML data type support for programming languages and interfaces.
尽管N - Triples确实支持语言说明符和数据类型(正如我稍后将在文字细节中讨论的那样),但所有文字都表示为用引号括起来的字符串。
All literals are presented as strings in quotes, although N-Triples does support language specifiers and data typing, as I discuss later on in The details, literally.
E4X是一个草案标准,为ECMAScript语言增加了原生XML数据类型,为常见的 XML操作提供了运算符。
E4X is a standard that adds native XML datatypes to the ECMAScript language and provides operators for common XML operations. To quote the E4X specification page
可以按照现代数据库和编程语言中的数据类型进行验证。
You can validate against the data types found in modern databases and programming languages.
这些数据类型作为语言的一部分都已经预先定义好,用来表示创建复杂对象基础的原始数据类型。
These data types are all predefined as part of the language and represent the primitive data types from which more complex objects are built.
对于编程语言来说,只需要提供数据类型和需要在远程服务器上调用的函数名称即可。
From your chosen programming language, you just supply the data type and the name of the function to be called on the remote server.
通常,WSDL提供一个抽象的语言以利用各自的参数和数据类型来定义被发布的操作。
In general, WSDL provides an abstract language for defining the published operations of a service with their respective parameters and data types.
数据工厂会在缺省情况下提供一个数据类型基本集,可表示大部分编程语言的标准原语。
A basic set of DataTypes representing the normal primitives of most programming languages is provided by default with a data factory.
进一步来说,RPC包括重要的互操作层,称为外部数据表示(XDR),它确保当涉及到数据类型时,所有NFS参与者使用相同的语言。
Further, RPC includes an important interoperability layer called external data representation (XDR), which ensures that all NFS participants speak the same language when it comes to data types.
它的低学习门槛让很多人都称它为学前脚本语言,它另外一个让人嘲笑的东西是动态语言的概念是偏偏使用了高标准的静态数据类型。
The low barrier of entry leads some people to call it a script kiddie language, others scoff at the concept of a dynamic language while riding their statically typed high horse.
强数据类型是跨不同的编程语言和硬件确保XML数据值一致性的关键。
Strong data typing is the key to ensuring consistent interpretation of XML data values across diverse programming languages and hardware.
一些SQL语言喜欢称此类型为NUMERIC类型,其它一些SQL语言则引入了MONEY数据类型,MONEY数据类型被定义为小数点右侧带有两位的小数。
Some SQL dialects prefer to call this type NUMERIC, and others also include a MONEY data type, which is defined as a decimal number with two places to the right of the decimal.
很不幸,在C语言里,给变量赋值之前,你必须搞清楚它的数据类型。
Well, unfortunately in c, you have to be ever so specific as to what you wanna put in the variable.
本系列中前面的文章介绍了Python编程语言中的一些容器数据类型,包括tuple、string和list(参见参考资料)。
Previous articles in this series introduced some of the container data types in the Python programming language, including the tuple, the string, and the list (see Resources).
还包括一些必要的helper方法,用于实现相应编程语言数据类型间的转换。
It also includes some useful helper methods for converting between data types in the associated programming language.
大多数流行的编程语言都有多个内置的数据类型,在这一方面Python也一样。
Most popular programming languages have several built-in data types, and Python is no different in this respect.
这些贡献包括编程语言和数据类型的公理化,形式验证,形式规约与分析。
These achievements include the axiomatization of programming languages and data types, formal verification, and formal specification and analysis.
该语言所支持的数据类型,以及这些数据类型与DB 2sql类型的映射关系。
The data types that the language supports and how they map to DB2 SQL types.
最后一种类型complex可能是大多数程序员难以识别的,因为它不是其他编程语言中常见的内置数据类型。
The final type, complex, is probably not as recognizable to most programmers because it is not a common built-in data type in other programming language.
Vue语言支持大多数C操作符和 C-89数据类型,还有它自己的内置变量 (_pid, _tid)和函数 (stacktrace,timestamp)。
The Vue language supports most of the C operations, C-89 data types, has its own built-in variables(_pid, _tid) and functions(stacktrace, timestamp).
内置到Python编程语言中的简单数据类型包括。
The simple data types that are built in to the Python programming language include.
XMLSchema已经将base64作为一种标准的 XML数据类型,多数语言都有 base64 的实现(请参阅参考资料)。
XML Schema has standardized base64 as an XML datatype, and you can find base64 implementations for most languages (see Resources).
Python中的for循环很特殊,与Python编程语言中内置的容器数据类型紧密相关。
The for loop in Python is special and is closely tied to the container data types built into the Python programming language.
因此,提供64位的寻址和整数运算能力必须要修改现有数据类型的绑定或映射,或者向c语言中添加新的数据类型。
Thus, providing 64-bit addressing and integer arithmetic capabilities involves changing the bindings or mappings of the existing data types, or adding new data types to the language.
在Flash7中引入了ActionScript 2.0,这是一种强类型的语言,支持基于类的编程特性,比如继承、接口和严格的数据类型。
ActionScript 2.0 was introduced in Flash 7, which was strongly typed and allowed class-based programming features, such as inheritance, interfaces, and strict data typing.
在Flash7中引入了ActionScript 2.0,这是一种强类型的语言,支持基于类的编程特性,比如继承、接口和严格的数据类型。
ActionScript 2.0 was introduced in Flash 7, which was strongly typed and allowed class-based programming features, such as inheritance, interfaces, and strict data typing.
应用推荐