1)database of precipitation field降水场数据库
英文短句/例句
1.Database Design and Graphics Processing Technology of Precipitation Field on Shanxi Geographical Information Platform山西省气候信息平台降水场数据库设计及图形处理技术
2.The Analysis of the Field Observation Data of Fresh Ice Growing Process in Hongqipao Reservoir of Heilongjiang黑龙江红旗泡水库冰生长过程现场观测数据的剖析
3.Give related and analytical diagram of rainfall and the reservoir parameters.给出了降雨与水库参数相关分析图。
4.Base de donnees regionales maritimes BDRM区域海洋数据库(数据库)
5.The Research on the Relational Database Watermarking Algorithm Based on Numeric Attributes;基于数值属性的关系数据库水印研究
6.Configuration database name on central server farm:中央服务器场上配置数据库的名称:
7.Establish database, system and network performance optimization processes.现场实施数据库、系统、网络性能优化。
8.(5) Establishment and design of sedan marketing data base.5、轿车市场营销数据库的建立与设计。
9.Research on Data Base Marketing Applying in Sedan Marketing;数据库营销在轿车市场中的应用研究
10.Design and Implementation of Airport Cargo Data Warehousing System机场货运数据仓库系统的设计与实现
11.Application of main memory database eXtremeDB to wind farms内存数据库eXtremeDB在风电场中的应用研究
12.Production Design System Based on Database of Market Information基于市场信息数据库的产品开发系统
13.Research on Dimensionality Reduction and Indexing Algorithm of Multimedia Database and System Implementation;多媒体数据库降维与索引算法研究及系统实现
14.Application of Data Warehouse and Data Mining to Water Supply Company;数据仓库和数据挖掘在供水企业中的应用
15.Establishment of Hydrologic Database in Wanchuan River Watershed Based on Arc Hydro Data Model;基于Arc Hydro数据模型构建宛川河流域水文数据库
16.Implementation of SQL Server Data Replication in Tap-water Database System;SQL Server数据复制在自来水数据库系统中的实现
17.Application of Data Inquiring Functions into the Basic Hydrological Database数据查询功能在基础水文数据库中的应用
18.DESIGN OF A DATABASE MANAGEMENT SYSTEM OF RESERVOIR INDUCED EARTHQUAKES AND RELATED GEOLOGICAL DATA水库诱发地震震例及背景数据库的设计与研制
相关短句/例句
Scene database场景数据库
1.This paper introduces scene database and how the runtime system processes scene data, then discusses many optimal techniques for scene modeling, such as reducing polygons, reducing texture memory and structuring the hierarchy for efficiency.介绍了场景数据库和实时系统对场景数据库的访问过程 ,从减少多边形数、减少纹理量、合理组织数据结构三个方面阐述了场景建模的优化技术 ,提出了用纹理代替多边形及采用空间和逻辑相结合的结构组织数据等方法 ,这些技术对于在仿真系统中创建和组织高效场景是很有帮助
2.The open inventor toolkit is composed of 3D scene database,open inventor component library,a set of manipulators and Xt Windows;In the open inventor scene database,there are abundant defined 3D data, which makes open inventor effective and its interactive is very friendly.Open Inventor工具包由3D场景数据库、对象组件库、操作库以及Xt窗口4部分组成;在Open Inventor场景数据库中有大量已定义好的三维场景数据,这使得Open Inventor具有功能强大、编程高效易用和应用程序交互界面友好的特点。
3)database watermark数据库水印
1.Based on current relational database watermark technology,a database watermark algorithm with real-time embedding is put forward.在研究现有关系数据库水印技术的基础上,提出了一种可以实时嵌入数据库水印的算法,通过控制因子控制水印嵌入位置,采用移位嵌入法重复嵌入水印,大大提高了抗攻击性。
2.Using Asmuth-Bloom scheme in a database watermark can make the algorithm have a good effect of hiding and resisting subset attack.将Asmuth-Bloom体系思想应用于数据库水印算法,可以使水印具有好的安全性和抗子集攻击能力。
3.After analyzing current solutions and their drawbacks,the author proposes a leakage identification and quantitative evaluation scheme for confidential databases,which is based on a compound database watermark technique.针对机密数据库泄漏源检测问题以及现有技术存在的不足,提出了一种基于复合型数据库水印的检测方法与量化评估方案。
4)regimen database水情数据库
1.Problem of Dujiang weir irrigation zone regimen database and solution;都江堰灌区水情数据库存在的问题及解决方案
5)hydrologic database水文数据库
1.Random access is one of the important functions to hydrologic database,and due to the indetermina-tion of requirements in random access;there are some difficulties in software development.随机检索是水文数据库重要的检索功能之一,由于检索要求的不确定性给软件开发带来一定的困难。
6)hydrological database水文数据库
1.The paper introduces procedure of the logical structural design and physical structural design of hydrological database,discusses the problems encountered during the designing and the corresponding treating method.介绍了水文数据库逻辑结构设计和物理结构设计的过程以及在此过程中遇到的问题和解决方
2.This paper introduces the application of VISC to hydrological database.本文通过对水文数据库结构的分析,介绍了VISC方法在水文数据库中的应用,从其扫描检索系统的设计入手,技巧性地处理了设计中的一些关键问题。
3.This paper makes elaboration of the features, main functions, desi gn processes of Shanxi s national hydrological database and notable matters in its use.较为详细地介绍了山西省国家水文数据库的特点、主要功能、设计过程以及使用注意事项等。
延伸阅读
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编程。