时态数据库,temporal database
1)temporal database时态数据库
1.Architecture of temporal database system in real-time applications;面向实时应用的时态数据库系统体系结构
2.Mining Burst patterns in large temporal database;大型时态数据库中的Burst模式挖掘
3.The technology and application of auto temporal database in data mining;主动时态数据库在数据挖掘中的技术和应用
英文短句/例句

1.Comparison of Temporal Query Approaches between Data Warehouses and Temporal Databases数据仓库和时态数据库时态查询的方法比较
2.Research on Data Dependency of Totally Ordered Temporal Scheme in Temporal Database;时态数据库全序时态模式中数据依赖问题研究
3.Application of Temporal Database Technology in GVPAIS;时态数据库技术在GVPAIS中的应用
4.Research on Temporal Database Based on TimeDB基于TimeDB的时态数据库应用研究
5.Research on Uncertainty Temporal Information in Temporal Databases;时态数据库中不确定时态信息的处理研究
6.Event Temporal Semantic Study in Active Temporal Database;主动时态数据库中事件的时态语义研究
7.Analysis of Calculus Rules on Fuzzy Temporal Relational Algebra模糊时态数据库关系代数演算规则分析
8.Research on Techniques of Temporal Databases Based on CPR基于电子病历的时态数据库技术的研究
9.Research on Mining Bidirectional Association Rules of Temporal Dataset基于时态数据库双向关联规则挖掘的研究
10.Research of TBCNF decomposition in partial order temporal database偏序环境下时态数据库中的TBCNF分解问题研究
11.Temporal Deductive Databese: The Model and Query Language时态演绎数据库——模型与查询语言
12.Design and Realization of Temporal Middleware for Database;一种数据库时态中间件的设计与实现
13.Research and Implementation of Temporal Vegetation Reclamation Database植被复垦数据库的时态性研究与实现
14.Research and Design of a Configuration Software in Real-time Database Systems组态软件实时数据库系统研究及设计
15.Design of Real-Time database in configure software based on Embedded-Linux嵌入式Linux组态软件实时数据库的设计
16.Research on Method of Database Establishment in Temporal Cadastre Information System;时态地籍信息系统数据库建库方法研究
17.To replicate a database programmatically, the database must be closed.编程复制数据库时,数据库必须关闭。
18.The Versioning Management of Spatio-fundamental Geographic Information Database;时态—基础地理信息数据库的版本化管理
相关短句/例句

Temporal DB时态数据库
1.A application of Temporal DB in an Intelligent Decision Support System of Salary;时态数据库在工资智能决策支持系统的应用
2.The main concepts in the schema are discussed, and several important DB operations are redefined or illustrated on it, such as object set, temporal DB, multi analysis and etc.在 E- R分析、语义对象模型和关系数据库的基础上 ,主要结合面向对象方法和数据库特种技术以及笔者在数据库编程方面的实践经验 ,提出了数据库对象概念模式 ,讨论了其中的主要概念 ,并在此模式上重新定义或说明了一些重要的数据库操作 ,如对象集合、时态数据库、多维分析等
3.In this paper,the author discusses the feasibilty of expressing temporal relations in nested relations and temporal tuple calculus in nested tuple calculus;and proposes a method for inplementing temporal DB system in nested relational DB.讨论嵌套关系表达时态关系、嵌套元组演算表达时态元组演算的能力,提出一种用嵌套关系数据库(DB)实现时态数据库系统的方法。
3)Temporal relational databases时态关系数据库
4)bitemporal database双时态数据库
5)active temporal database主动时态数据库
1.In this paper,the question of event temporality were discussed in active temporal database under the presupposition of temporal consistency. 在事件时态一致性的前提下详细讨论了主动时态数据库中事件的时态问题,给出了复合时态事件的时态关系以及任意两个事件之间的Allen关系。
6)fuzzy temporal database模糊时态数据库
1.In order to effectively express complex fuzzy temporal information,the establishment 1NF of a fuzzy temporal databases datum model.目的建立INF(一范式)模糊时态数据库数据模型,以便能有效地表达复杂的模糊时态信息。
延伸阅读

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编程。