移动数据库,mobile database
1)mobile database移动数据库
1.Application of mobile database technology in system of electric power meter reading;移动数据库技术在电力抄表系统中的应用
2.A pre-committed concurrency control scheme in mobile database;一种移动数据库环境下的提前提交并发控制策略
3.Research on the Events Detection of the Mobile Database;一种移动数据库的事件检测方法研究
英文短句/例句

1.The Research on Data Broadcast in Embedded Mobile Database;嵌入式移动数据库中数据广播技术的研究
2.Research on Caching Technology of Mobile Database Based on Data Broadcast基于数据广播的移动数据库缓存策略研究
3.Research on Query Optimization Technology of Mobile Database Based on Mobile Agent;基于移动Agent的移动数据库查询优化技术的研究
4.Research on the Key Technology of Mobile Transaction Processing in Mobile Database;移动数据库中移动事务处理的关键技术研究
5.Research on Mobile Agent Technology Used in Mobile Database移动Agent在移动数据库中的应用技术研究
6.Research on Applications of Mobile Database Technology in Mobile Government移动数据库技术在移动电子政务的应用研究
7.Research on Application of Broadcasting Technology in Mobile Databases;广播技术在移动数据库中的应用研究
8.Research on Transaction Processing over Mobile Database Based on Agent;基于Agent的移动数据库事务处理的研究
9.Study and Realization of Mobile Database System-Mobile NHDB;移动数据库系统Mobile NHDB的研究与实现
10.Research of Mobile Databases Cache Algorithms Based on Mobile Agent;基于Mobile Agent的移动数据库缓存算法研究
11.On the Structure of Mobile Database Based on Agent;基于Agent的移动数据库结构研究
12.The Three-layer Model Research for Agent in Mobile Database;基于三层Agent的移动数据库技术
13.Research on the XML-based Caching in Mobile Database基于XML的移动数据库缓存技术研究
14.The Research of Mobilink Synchronization in Mobile Database移动数据库中MobiLink同步技术的研究
15.Embeded Mobile Database Based on Mobile Agent基于Mobile Agent的嵌入式移动数据库
16.The Movement of Foxbase~+ Record - Block;FOXBASE~+数据库记录块的移动
17.Data Broadcasting and Indexing Technology for Mobile Real-time Database Systems;移动实时数据库数据广播与索引技术
18.Data Warehouse and Mobile Network Management System Data Analysis数据仓库与移动网管系统的数据分析
相关短句/例句

mobile databases移动数据库
1.Research on application of caching technology in mobile databases;缓存技术在移动数据库中的应用研究
2.Mobile computing is a more flexible, complex distributed computing environment, the mobile databases technology is a distributed databases technology which supports the mobile computing environment and at the same time, the mobi.移动数据库技术是指支持移动计算的分布式数据库技术;同时移动代理技术由于其固有的特点逐渐在分布式计算领域占据重要的地位,也成为当今软件技术研究的一个热点。
3.The concept of mobile computing and mobile databases is generated, and it is a hot research field.“移动计算”和“移动数据库”的概念就这样产生了,并且正在成为一个新兴的热点研究领域。
3)mobile database system移动数据库
1.The Summarization of Embedded Mobile Database System;嵌入式移动数据库系统概述
2.This paper mainly explores the application of the agent technology embedded into the mobile database system.重点探讨移动agent技术在移动数据库系统中的应用。
3.The advancement of mobile database system meets the requirement of data process in mobile computing environment.移动数据库是为了适应移动计算环境下的数据存取需求而产生和发展起来的。
4)moving objects database移动对象数据库
1.Research on spatial-temporal data model and spatial-temporal index in moving objects database;移动对象数据库中时空索引技术的研究
2.Indexing and Querying of Moving Objects in Road Network Based Moving Objects Database;基于公路网移动对象数据库中移动对象的索引与查询
3.Accurate predicting the movement trend is the fundamental issue for processing many kinds of predictive queries in moving objects database.运动趋势的准确预测是实现移动对象数据库中各种预测性时空查询处理的基础。
5)mobile real-time database移动实时数据库
1.) makes the need for new mobile real-time database transaction processing, recovery processing model and so on, while the Mobile Agent just provides a good solution.移动实时数据库是运行在移动计算环境中的数据库管理系统,由于移动计算环境的特殊性,如频繁断接性、资源有限性、移动性等,使得移动实时数据库需要新的事务处理、恢复处理模型等,而移动Agent正好提供了良好的解决方案。
2.In practice,the mobile real-time database system is required to ensure not only the deadline of transaction,but also tense consistency of transaction.在实际应用中,实时的移动数据库系统不仅需要确保事务完成的最后期限,而且还需保证事务处理的时态一致性,为此研究了移动实时数据库的时间一致性。
6)moving objects databases移动对象数据库
1.Modeling moving objects databases over space-time grid;时空网格(ST-GRID)移动对象数据库模型
2.Model Refinements in Moving Objects Databases with Uncertainty;对具有不确定性的移动对象数据库的模型改进
延伸阅读

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