说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 构件库管理语言
1)  component base management language
构件库管理语言
1.
This paper proposes the conception of component base management system,and discusses composition,architecture,implementation of component base management system and component base management language.
针对构件应用领域中如何更加方便的重用构件资源 ,提出了构件库管理系统 (CBMS)的概念 ,详细讨论了构件库管理系统的组成 ,体系结构 ,构件库管理语言以及实现构件库管理系统的一些方法 。
2)  management for distributed component library
构件库管理
1.
Aiming at the existing insufficiencies of management for distributed component library,put forward a management model for distributed component library based on SOA.
针对现有分布式构件库管理的不足,提出一种基于SOA的分布式构件库管理模型,将分散独立的构件或构件库包装成为Web Services,彻底屏蔽了分散独立的构件或构件库的异构性。
3)  database management language
数据库管理语言
4)  component library management system
构件库管理系统
1.
At the same time,also design and build a component library management system for the organi.
为了解决当前通用构件库无法适应组织干部人事管理领域需求的问题,设计建立了基于组织干部人事管理领域的构件库管理系统。
2.
This paper introduces a Component Library Management System Based on Web Service.
论文介绍了一种基于WebService的构件库管理系统CLMSBWS。
5)  component base management system
构件库管理系统
1.
This paper proposes the conception of component base management system,and discusses composition,architecture,implementation of component base management system and component base management language.
针对构件应用领域中如何更加方便的重用构件资源 ,提出了构件库管理系统 (CBMS)的概念 ,详细讨论了构件库管理系统的组成 ,体系结构 ,构件库管理语言以及实现构件库管理系统的一些方法 。
2.
The software development method that based on component reuse is one of the available ways to resolve the crisis of software, and the component base management system plays an important role in this development.
在基于构件复用的软件开发过程中,构件库管理系统扮演了重要角色。
6)  Language management
语言管理
补充资料:数据库语言
      数据库系统的数据描述、操纵和控制语言。它是数据库管理系统为用户维护和操作数据库中的数据提供的工具,是数据库管理系统的重要组成部分。
  
  数据描述语言  或称数据定义语言,用于描述数据库中的数据、数据的逻辑结构、数据的物理结构以及两者间映射的工具。数据库系统结构可分为三级:模式、子模式和存储模式。数据描述语言相应地也分为三级:供数据库管理员使用的,描述数据库全局逻辑结构的数据描述语言,即模式数据描述语言;描述数据实际存储方式的数据描述语言,即存储描述语言;供用户使用的,描述数据库局部逻辑结构的数据描述语言,即子模式数据描述语言。模式数据描述语言是独立于数据库应用程序设计语言的语言。子模式数据描述语言则和选作宿主语言的程序设计语言有相容的语法。
  
  数据操纵语言  对数据库中数据进行存储、检索、修改和删除的语言,为使用数据库所必需的工具。任何数据库管理系统至少提供一种数据操纵语言。一般可分为两类:①可以独立使用的自容型数据操纵语言,主要提供查询功能,也称查询语言,有时还可兼有数据存储、修改和删除功能,通常是非过程化语言。②宿主型数据操纵语言,它要嵌入其他程序设计语言(如COBOL、FORTRAN、PL/I、汇编语言)。被嵌入的语言称为宿主语言,嵌入的语言称为子语言。数据库应用程序用宿主语言和子语言书写而成。操纵语言和宿主语言要有相容的语法。宿主型操纵语言通常是过程化语言。关系数据库管理系统所提供的数据库语言,如System R的SQL语言,具有定义、操纵和控制一体化的特征,既可嵌入宿主语言,也可独立用作查询语言。
  
  数据控制语言  数据库语言中提供数据控制功能的语句的总和,如控制用户对数据的存取权、控制数据完整性等的语言成分。
  

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