1)  XML Database
可扩展标志语言数据库
1.
According to the current research status of XML type processing problems, we will investigate the type validation and type checking problems for the type systems of the XML Database deeply.
随着电子商务、电子政务等网络应用需求的不断增长,可扩展标志语言数据库(Extensible Markup Language Database,XML Database)技术成为了现代数据库技术的重要研究领域之一。
2)  expansive
可扩
1.
In this paper,we discuss two dynamical properties of the shift maps on the inverse limit spases and obstain f ∞ is equicontinuous(expansive)if and only if f is equicontinuous(expansive
讨论逆极限空间上的移位映射的两个动力性质 ,证明 f∞ 为等度连续 (可扩 ) ,当且仅当 f 为等度连续 (可扩 ) ,并得到 f 是同胚的一个充分条
2.
In this paper, we discuss the mapping property on submesocompact spaces and expansive maps on non-compact metric spaces.
本文由两个部分组成,分别讨论了submeso紧空间的映射性质和非紧度量空间上的可扩映射。
3)  extensible
可扩展
1.
Design and implementation of a practical and extensible digital imaging workstation based on PACS;
基于PACS的实用可扩展性数字影像工作站的设计与实现
2.
Improving the MELP Coding Algorithm Using a Configurable and Extensible Processor;
基于一种可配置可扩展处理器的MELP语音算法的改进与实现
3.
Design and Implementation of an Extensible Vehicle Monitor and Control System Based on GPRS;
一种基于GPRS技术的可扩展车辆监控系统的设计与实现
4)  scalability
可扩展性
1.
Analysis on the scalability of GRID routing protocol;
GRID路由协议的可扩展性分析
2.
Research on the High Scalability of the Beowule-Tcluster System;
Beowulf-T机群系统高可扩展性的研究
3.
On scalability of flow-aware networking;
流感知网络的可扩展性研究
5)  path extendable graph
路可扩图
6)  scalable
可扩展性
1.
Research of Scalable Stream-Media Service Technology;
流媒体服务可扩展性技术研究
2.
The thread pool s timer component,serial communication,and multithreading techniques were used to guarantee it as a real-time and scalable system.
系统开发采用线程池定时器组件、串行通信、多线程等技术,从而保证系统的实时性和可扩展性。
3.
The paper introduces non scalable and scalable video coding approaches as well as their transmission in internet, and gives their merits and demerits in network applications.
介绍面向存储的非扩展性视频编码和面向传输的可扩展性视频编码及其网络传输技术 ,以及它们在网络上应用时各自存在的优点和缺
参考词条
补充资料:数据库语言
      数据库系统的数据描述、操纵和控制语言。它是数据库管理系统为用户维护和操作数据库中的数据提供的工具,是数据库管理系统的重要组成部分。
  
  数据描述语言  或称数据定义语言,用于描述数据库中的数据、数据的逻辑结构、数据的物理结构以及两者间映射的工具。数据库系统结构可分为三级:模式、子模式和存储模式。数据描述语言相应地也分为三级:供数据库管理员使用的,描述数据库全局逻辑结构的数据描述语言,即模式数据描述语言;描述数据实际存储方式的数据描述语言,即存储描述语言;供用户使用的,描述数据库局部逻辑结构的数据描述语言,即子模式数据描述语言。模式数据描述语言是独立于数据库应用程序设计语言的语言。子模式数据描述语言则和选作宿主语言的程序设计语言有相容的语法。
  
  数据操纵语言  对数据库中数据进行存储、检索、修改和删除的语言,为使用数据库所必需的工具。任何数据库管理系统至少提供一种数据操纵语言。一般可分为两类:①可以独立使用的自容型数据操纵语言,主要提供查询功能,也称查询语言,有时还可兼有数据存储、修改和删除功能,通常是非过程化语言。②宿主型数据操纵语言,它要嵌入其他程序设计语言(如COBOL、FORTRAN、PL/I、汇编语言)。被嵌入的语言称为宿主语言,嵌入的语言称为子语言。数据库应用程序用宿主语言和子语言书写而成。操纵语言和宿主语言要有相容的语法。宿主型操纵语言通常是过程化语言。关系数据库管理系统所提供的数据库语言,如System R的SQL语言,具有定义、操纵和控制一体化的特征,既可嵌入宿主语言,也可独立用作查询语言。
  
  数据控制语言  数据库语言中提供数据控制功能的语句的总和,如控制用户对数据的存取权、控制数据完整性等的语言成分。
  

说明:补充资料仅用于学习参考,请勿用于其它任何用途。