DataTypes

数据类型
常用释义
数据类型

扩展信息

数据类型
第 5 部分:数据类型Datatypes):该部分是创建新原语数据类型的框架。Jeni Tennison 的 数据类型库语言(Datatype Libra…
数据类型函数库
...tools) 81 4.8 MATLAB5中新增的数据类型函数库(datatypes) 83 第二篇 应 用 篇 第5章 在高等数学中的应用举例 86 5.1 函数 …
数据类型和结构
...un)   泛函和常微分方程求解(funfun) 数据类型和结构datatypes
资料类型
支援资料类型DataTypes),构造型(Stereotypes)和列举(Enumerations)。允许在不选择型的情况下绘制状态图。
资料型态
更复杂的资料型态 (datatypes), 例如下面这行data IntList = Nil | Cons (Int × IntList) 定义了一个新的型态 IntList (想像成集合...
资料型别
... 0. Introduction of Algorithmic Visual Design / 演算式视觉设计简介 1. Datatypes / 资料型别 2. Iteration / 循环 ...

例句

数据总是伴以模式定义,这样就可以在不生成代码、静态数据类型的情况下对数据进行所有处理。

但是,XMLSchemaDatatypes规范中定义的某些数据类型和现有的Java类不存在一一对应的关系。

数据工厂会在缺省情况下提供一个数据类型基本集,可表示大部分编程语言的标准原语。

然而,实际上,XML-RPC的数据类型通常足够灵活,能够完成复杂的任务。

Note that these attributes do not even have datatypes yet because data types are a design issue.

请注意这些属性都没有表明数据类型,因为数据类型是设计阶段的问题。

唯一的技巧是将列的数目和数据类型与原始查询匹配。

You should be able to see the new Order business object under the Data Types category.

应该能在DataTypes类别下看到新创建的Order业务对象。

Notice that datatypes can implement methods of any Java interface, not only those generated by Clojure protocols.

请注意数据类型可实现任何Java接口的方法,不仅仅是Clojure协议生成的那些接口。

The last of these is XML Schema, a format for describing XML datatypes.

最后一个是XMLSchema,一种用来描述XML数据类型的格式。

这个类的实例化的对象能够通过创建数据的对象容器来将值强制转换成所需的数据类型。

For single value datatypes, and , which respectively denote string and integer data, are the workhorses for most XML-RPC programs.

因为单值数据类型和(分别表示字符串和整数数据)在大部分XML-RPC程序中广为使用。

它定义了用于在XML模式中定义资料类型的设施以及其它XML规范。

User-defined datatypes can be derived by restriction from yearMonthDuration, by specifying constraining facets allowed by duration.

用户定义数据类型可通过限制yearMonthDuration派生而来,通过指定duration允许的约束facet来实现。

因复合数据类型有属性,所以在第7行到第12行展示了定义为子元素的“Mobile”数据类型的属性。

In the Business Integration view, locate the desired type in the Data Types category of the module or referenced library project.

在BusinessIntegration视图中,在模块或引用的库项目的DataTypes类别中找到所需的类型。

XML模式规范包含两部分:结构和数据类型(参见参考资料)。

A unit of serialization is a message which could contain fields composed of the primitive datatypes or embedded messages.

一个序列化单元是一条包含由基本数据类型或嵌入消息所组成字段的消息。

Datatypes derived by restriction from dayTimeDuration can specify the same constraining facets as those of the duration datatype.

通过限制dayTimeDuration派生而来的数据类型可以指定与duration数据类型相同的约束facet。

For instance, I could use the XML-Data Reduced (XDR) specification's set of datatypes to annotate the node in Listing 1.

例如,我可能使用了XML数据简化(XML-DataReduced,XDR)规范的数据类型集合对清单1中的节点进行了注释。

In the object-oriented landscape, datatypes fill the same role as classes: they encapsulate state (fields) and behavior (methods).

在面向对象环境中,数据类型起与类的角色相同:它们封装了状态(字段)和行为(方法)。

相反,空指针被插入到不同的复合数据类型中。

类似于关系数据库,Bigtable也具有数据类型。

Note that if validation is enabled, the XML schema facets, which restrict the basic datatypes, are painstakingly checked.

注意,如果启用了检验,就会检查XML模式facets,它限制基本数据类型。

User-defined datatypes derived by restriction from precisionDecimal can specify the same constraining facets as those of decimal.

通过限制precisionDecimal派生而来的用户定义类型可以指定与decimal相同的约束facet。

客户端对XML进行解码,将结果转换成标准的语言数据类型,并且继续执行。

Note: Throughout this article, the namespace prefix "xs" refers to the XML Schema namespace for datatypes.

注意,本文中的名称空间前缀“xs”指向XMLSchema数据类型名称空间。

The output table must have the same fields and datatypes as the Lps_MBA_Scored table.

输出表必须有与Lps_MBA_Scored表相同的字段和数据类型。

对于NUMBER数据类型为十进制精度;对于FLOAT数据类型为二进制精度;对于所有其他数据类型为null。

Clojure: Visit the Clojure website and check out the Protocols and Datatypes pages.

Clojure:访问Clojure网站并查看协议和数据类型页面。

正如代码所演示的,存在一些将列Objects转换为正确数据类型的方法。