说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 时空数据库
1)  spatio-temporal database
时空数据库
1.
Design and implementation of census spatio-temporal database based on data models of base state with amendments;
基于基态修正模型的人口普查时空数据库的设计和实现
2.
Research on Mobile Objects Index in Spatio-Temporal Database;
时空数据库中的移动对象索引研究
3.
Application of TDLRtree index structure and implementation algorithm for spatio-temporal database in substation simulation system;
TDLRtree时空数据库索引结构及实现算法在变电站仿真系统中的应用
2)  spatiotemporal database
时空数据库
1.
Based on the discussion of spatiotemporal database model with bitemporal support, an improved scheme is proposed.
综合分析了当前空间数据库技术及时空数据库技术的发展,对支持双重时域空间对象的时空数据库 模型进行了深入研究,提出了改进方案,并对其应用模型进行了研究。
2.
The extended approach to implementing spatiotemporal database system is investigated on ORDBMS.
以基于对象关系数据模型的时空数据模型STORM为基础,研究了在ORDBMS上进行时空数据库系统扩展的方法,并以中国历史地理信息为例,讨论了时空数据库在实际中的应用问题。
3.
Spatiotemporal databases need to process vast amounts of data.
时空数据库要处理大量的数据。
3)  spatio-temporal databases
时空数据库
1.
Research of the Indexing for Trajectories Nearest Neighbors Based on Spatio-Temporal Databases;
基于时空数据库的轨迹最近邻索引的研究
2.
Therefore researches on topological relations and application have been a new field in the development of spatio-temporal databases.
时空数据库是涉及对象时间和空间特性的复杂系统,对其拓扑关系的描述与判断在时空数据建模、时空查询、时空分析、时空推理、数据更新等方面起着重要的作用。
3.
The development of spatio-temporal databases is based on the spatial databases and temporal databases.
时空数据库是在空间数据库和时态数据库的基础上发展而来的。
4)  spatial-temporal Database
时空数据库
1.
Continuous nearest neighbors(CNN)inquiry is important in spatial-temporal database.
连续近邻查询(CNN)是时空数据库中一种重要的查询类型。
2.
A Temporal Index Tree for Spatial-Temporal Database;
因为时空数据库庞大的体积,索引的搜索效率问题在时空数据库中显得非常重要。
5)  Space-time database
时空数据库
1.
By the structural model of space-time database system and the theory of relational database,according to the characteristics and rules of network education varying with time,this paper develops a distance eductation database system and provides a new applied database model to process and explore a large amount of data in many layers.
采用时空数据库系统的结构模型,运用关系数据库结构原理,结合网络教育随时间变动的特点与规律,建立了远程教育数据库系统,提供了一种能够对海量数据进行多层次的处理与研究的应用型数据库模式。
2.
The functions must include input,storage,edit and update module,space-time Database management module,query and search module,space-time analysis module,and display & output module.
文章总结了时态GIS的研究现状,介绍了时间数据库与时空数据库的概念以及类型。
6)  realm based spatial temporal analysis database system
realm时空数据库
补充资料: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编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条