说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 分布式数据库MIS
1)  MIS database
MIS数据库
1.
This system obtains the running parameters of the power unit through intranet connected wih MIS database.
该系统通过内部局域网与电厂MIS数据库相连接,获得实时运行参数,实时计算机组的运行经济指标和分析相关因素所引起的能耗损失,并将结果以动态服务器网页的形式发布。
2.
Introduces the connection technique between WWW and MIS database and its application in the management information system of the dressing plant that is laid a foundation for the establishment of MIS system based on Intranet in a mine or an enterprise.
介绍了WWW与MIS数据库的连接技术 ,及在选矿厂管理信息系统中的应用 ,为矿山、企业建立基于Intranet的MIS系统奠定了基础 ,提供了实现的方法 ,可供建造同类系统时借
2)  distributed database
分布式数据库
1.
A Telemetry Data Processing System Based on Distributed Database Technology;
基于分布式数据库的遥测数据处理系统
2.
The implement method of distributed database s synchronous updating;
分布式数据库同步更新的实现方法
3.
Query of Distributed Database Based on Rough Sets;
Rough集查询算法在分布式数据库中的应用
3)  DDBS
分布式数据库
1.
The application of middle-platform on DDBS;
中间平台在分布式数据库中的应用
2.
APPLICATION OF DDBS IN CONCENTRATE COLLECTION SYSTEM;
分布式数据库在集中式征费管理系统中的应用
3.
Along with the extensive application of distributed system, distributed database system(DDBS) has become an important field of information processing.
近年来,随着分布式系统的广泛应用,分布式数据库已成为信息处理中的一个重要环节。
4)  distributed data warehouse
分布式数据仓库
1.
Study on information service of marine dynamic environment integrated monitoring based on distributed data warehouse;
基于分布式数据仓库的海洋动力环境立体监测信息服务研究
2.
A fast refreshment algorithm for filesets based on distributed data warehouse;
一种基于分布式数据仓库的文件集快速更新算法
3.
An ETL System Based on Distributed Data Warehouse;
基于分布式数据仓库技术的ETL系统的研究与应用
5)  distributed database system
分布式数据库
1.
The design of distributed database system for HIRFL;
HIRFL分布式数据库系统设计
2.
Cooperative security model for mobile Agent based distributed database system;
基于移动Agent的分布式数据库的协同安全模型
3.
The Research and Application of Data Replication in Distributed Database System;
分布式数据库数据复制技术研究与应用
6)  distribute database
分布式数据库
1.
The Method of Maintaining Date Consistent Technique in Distribute Database System;
分布式数据库系统数据一致性维护方法
2.
Query optimizing is a key technology in distribute database,and semi-join operating is very efficienlt and important in query optimizing.
查询优化技术是分布式数据库中的关键技术、而半连接操作是查询技术中的非常有效和重要的技术。
3.
While Process application of the distribute database,fast and exact get the query result has been the key problem about distribute database.
在进行分布式数据库应用时,快速而准确的得到查询结果一直是分布式数据库得以应用的关键问题。
补充资料:ACCESS数据库
  什么是Access数据库  数据库是有结构的数据集合,它与一般的数据文件不同,(其中的数据是无结构的)是一串文字或数字流。数据库中的数据可以是文字、图象、声音等。  MicrosoftAccess是一种关系式数据库,关系式数据库由一系列表组成,表又由一系列行和列组成,每一行是一个记录,每一列是一个字段,每个字段有一个字段名,字段名在一个表中不能重复。图1是一个“产品”表的例子。“产品”表由10个记录组成,一个记录占一行,每一个记录由产品ID、产品名称、库存量、订货量、单价和折扣率6个字段组成。“产品ID”是字段名,其下面的1,2等是字段的值。  表与表之间可以建立关系(或称关联,连接),以便查询相关联的信息。Access数据库以文件形式保存,文件的扩展名是DB。  Access97的6种对象    Access97数据库由六种对象组成,它们是表、查询、窗体、报表、宏和模块。 表(Table)——表是数据库的基本对象,是创建其他5种对象的基础。表由记录组成,记录由字段组成,表用来存贮数据库的数据,故又称数据表。  查询(Query)——查询可以按索引快速查找到需要的记录,按要求筛选记录并能连接若干个表的字段组成新表。  窗体(Form)——窗体提供了一种方便的浏览、输入及更改数据的窗口。还可以创建子窗体显示相关联的表的内容。窗体也称表单。  报表(Report)——报表的功能是将数据库中的数据分类汇总,然后打印出来,以便分析。  宏(Macro)——宏相当于DOS中的批处理,用来自动执行一系列操作。Access列出了一些常用的操作供用户选择,使用起来十分方便。  模块(Module)——模块的功能与宏类似,但它定义的操作比宏更精细和复杂,用户可以根据自己的需要编写程序。模块使用VisualBasic编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条