700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > 海流数据库 ocean database英语短句 例句大全

海流数据库 ocean database英语短句 例句大全

时间:2020-09-02 13:51:33

相关推荐

海流数据库 ocean database英语短句 例句大全

海流数据库,ocean database

1)ocean database海流数据库

1.Kalman filter withocean database application in the underwater navigation;基于海流数据库的水下导航信息融合方法探讨

2)massive database海量数据库

1.Research on Mid-Tier Semantic Cache for Massive Database;面向海量数据库的中间层语义缓存技术研究

2.Research and Implementation of High Availability Technology for Distribution Massive Database System;分布式海量数据库系统高可用技术研究与实现

3.But the cost of time and resource is more for maintaining the index inmassive database when its records updates frequently.关系数据库中的索引技术可以快速判断记录重复,但对于频繁更新的海量数据库,维护索引的时间与资源开销较大。

英文短句/例句

1.Research and Implementation of Benchmark for Massive Database;面向海量数据库的Benchmark研究与实现

2.Research of Remote Heterogeneous Disaster-Tolerant Technology for Massive Database;海量数据库的远程异构容灾技术研究

3.Massive oracle database system optimization strategyOracle海量数据库系统的优化策略

4.Research on Mid-Tier Semantic Cache for Massive Database;面向海量数据库的中间层语义缓存技术研究

5.Research and Implementation of High Availability Technology for Distribution Massive Database System;分布式海量数据库系统高可用技术研究与实现

6.The Research and Implementation of Hyper-performance Backup in VLDB;海量数据库系统高性能备份的研究与实现

7.Base de donnees regionales maritimes BDRM区域海洋数据库(数据库)

8.Research and Application of Database Optimization Technic under Huge Volume of Data;数据库优化技术在海量数据下的研究与应用

9.Design and Implementation of Union Query in Multidatabase of Massive Data;面向海量数据的多数据库UNION查询研究与实现

10.Research of parallel technology in massive commerce data management system基于并行数据库的海量商务数据管理系统研究

11.The number of active bulk insert sessions to the database server.活动的对数据库服务器海量插入对话数。

12.The Spatial Information System Optimization Based on Oracle Database;基于Oracle数据库的海量空间信息系统的优化

13.With the continual development of the technology database, it makes it possible to store data information of magnanimity.随着数据库技术的不断发展,使得存储海量数据信息成为可能。

14.The Research and Implement of Parallel Query over Massive Data on Multi Database;面向海量数据的多数据库并行查询关键技术研究与实现

15.The Key Techniques Research of Mass Data Storage and Management in Data Warehouse;数据仓库中海量数据存储与管理的若干关键技术研究

16.Research on Organization and Management Model of Massive Remote Sensing Image Data in Land Survey Database土地调查数据库中海量遥感影像数据的组织管理模式研究

17.Country Marine Profile Database国家海洋概况数据库

18.National marine legislation data base各国海事立法数据库

相关短句/例句

massive database海量数据库

1.Research on Mid-Tier Semantic Cache for Massive Database;面向海量数据库的中间层语义缓存技术研究

2.Research and Implementation of High Availability Technology for Distribution Massive Database System;分布式海量数据库系统高可用技术研究与实现

3.But the cost of time and resource is more for maintaining the index inmassive database when its records updates frequently.关系数据库中的索引技术可以快速判断记录重复,但对于频繁更新的海量数据库,维护索引的时间与资源开销较大。

3)chart database海图数据库

1.It implements the isochronous production of paper chart and digital chart by building symbol warehouse,developing the system based on ArcInfo and dealing with thechart database.为了提高目前的纸质海图生产效率,采用一种新的制图理念,制作纸质海图符号库,对ARCINFO进行二次开发,对海图数据库数据进行处理,从而实现纸质海图生产与数字海图生产同步,减少重复劳动,缩短成图周期,避免了数字海图数据与纸质海图不一致问题,提高了工作效率。

4)Maritime data pool海事数据库

5)ocean current data海流数据

1.In this paper, for the hot issue of improving accuracy of ships navigation, the ocean current information is obtained with Kalman filter based onocean current data.针对船舶的导航精度提高的问题,采用基于海流数据的卡尔曼滤波算法获得的海流信息,并通过对船舶经纬度、海流分量和航向、航速等非线性微分方程进行线性化处理,得出其相应的转移矩阵,然后推算出船舶在某时刻的测量向量和测量矩阵。

6)data stream database数据流数据库

1.There are two kinds of complex relations in the continuous query transaction indata stream database, of which one is that a transaction depends on the other transactions and the other is that many transactions can share one operator.数据流数据库系统中的持续查询事务存在着依赖及算子共享的复杂关系。

延伸阅读

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

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。