DTD:数据类型定义

在计算机领域,为了书写和使用的便捷,“Data Type Definition”常被缩写成DTD。这一术语在数据处理、标记语言(如XML)等场景中频繁出现,其核心含义是指对数据结构和类型进行标准化描述或声明,中文通常称为“数据类型定义”。

Data Type Definition具体释义

  • 英文缩写:DTD
  • 英语全称:Data Type Definition
  • 中文意思:数据类型定义
  • 中文拼音:shù jù lèi xíng dìng yì
  • 相关领域dtd 常用

Data Type Definition的英文发音

例句

  1. Now it's time to execute the last step of database creation : choose a name and a data type definition for our column.
  2. 现在应该执行创建数据库的最后一个步骤了:为列选择一个名字和一个数据类型定义(DTD)。
  3. For instance, it's not unusual for a protocol or data type definition ( e.g., an interface ) to be defined in early specification phases and stored in several different types of specification documents.
  4. 举例来说,对于协议或数据类型定义(DTD)(举例来说,接口)来说,在早期的规范阶段定义,并存储在许多不同类型的规范文档中不是稀有的事情。
  5. Notice that this method does NOT occur anywhere in the complex data type definition, even though it is public.
  6. 请注意,尽管此方法是公共的,但它不会出现在复杂数据类型定义(DTD)中。
  7. In this paper, the author compares the difference of XML data availability between DTD and XML Schema definition, and discusses availability of XML database from structure definition and data type definition.
  8. 比较了DTD和XMLSCHEMA定义的XML数据有效性差异,从结构、数据类型定义(DTD)两个方面对XML数据库的有效性进行了讨论。
  9. In C programming, the variables request definition before using, if the data type definition is not proper, it will affect the procedure accuracy.
  10. C程序设计中用到的变量要求先定义后使用,如果在程序中变量的数据类型定义(DTD)不恰当,将直接影响程序的正确性。