说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 矢量数据库
1)  vector database
矢量数据库
1.
This paper researches into how to use the computer vision to measure cereal about the attribute of its geometry,color and luster,and then proposes to set up the standard vector database of cereal.
本文利用计算机视觉技术对原粮几何属性和色泽属性的检测做了有益的探讨,提出了建立标准原粮矢量数据库,实现客观和快速地测定原粮品质等级。
2.
This paper presents a method for building the vector database directly from the digital line graph(DLG) in AutoCAD, on the basis of graph element format investigation and geographic information collection of DLG.
通过对建立在AutoCAD平台上的数字线划图图元数据格式的探测 ,提取各类地理信息 ,在通用关系数据库系统中建立矢量数据库 ,并实现数字线划图中各种图元数据的自动入库及图元与数据库记录的链接 ,为目前存于AutoCAD平台下的数字线划图直接转入GIS提供了一种有效的方
3.
This paper analyzes the key technologies in the construction of the of image database,vector database,place-name database,discusses the method for the comprehensive application of the foundational geographical database in the E-government map system.
分析了影像数据库、矢量数据库、地名数据库建设中的关键技术,讨论了基础地理数据库综合应用到政务电子地图系统中的方法。
2)  database/long imitation Song Dynasty-Style typeface vector chinese character
数据库/长仿宋矢量汉字
3)  vector data
矢量数据
1.
Spatial matching error analysis of vector data for landuse change surveying based on RS;
基于RS的土地利用更新调查矢量数据空间匹配误差研究
2.
Study of vector data symbolization method based on vector-raster technique;
基于矢量栅格技术的矢量数据符号化方法研究
3.
Overlay analysis on forest resource vector data for Maoershan Experimental Forest Farm,northeastern China.;
帽儿山实验林场森林资源矢量数据的叠置分析
4)  Data Vector
数据矢量
5)  line vector data
线矢量数据
1.
The paper researches the storage of line vector data based on quad-tree architecture, solves the problems of line vector data dividing and sparse and recovers the cracks between different LOD(lever of detail).
研究了基于四叉树结构的线矢量数据的存储,解决了线矢量数据的分割、抽稀和不同分辨率的无缝拼接问题。
6)  GIS vector data
GIS矢量数据
1.
This article starts from GIS vector data, introduces characters of ForeStar GIS platform(developed by company itself) and GeoDatabase data, and combines Arcgis Engine component technology with Visual Basic6.
本文从GIS矢量数据内容入手,介绍了公司自主开发ForeStar地理信息系统平台的矢量数据以及GeoDatabase数据的特点,结合Arcgis Engine组件技术,采用Visual Basic6。
补充资料: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编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条