说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 建库数据
1)  establishing map
建库数据
2)  Database construction
数据建库
1.
Based on characteristics of the marine magnetic and gravity data such as multi-sources,heterogeneity and massive quantity,specialty on spatial database construction practice,objective and procedure of data collation and constructing are introduced in this paper,some key techniques about datum transfer,generalization,implied information extraction,analysis are researched.
针对海洋磁场重力场资料的多源异构海量特征,并结合海洋磁场重力场空间数据库建设实践,阐述了数据整理与采集建库的目标与过程,并探讨了数据建库工作中涉及的基准统一、规格化整理、分析处理等若干关键技术问题的解决方案。
2.
The paper analyses the database construction characteristics of city underground pipelines,and aims to construct cataloging and coding systems in uniform criterion,to design the framework for database construction based on the ObjectARX secondary-development of AutoCAD.
分析了城市地下管线数据建库的特点,建立了统一的管线分类与编码标准体系,提出借助AutoCAD平台ObjectARX二次开发技术设计地下管线数据建库平台,提供完善的数据建库功能模块,实现了图形和属性一体化建库方法。
3)  Database modeling
数据库建模
1.
This paper briefly introduces a database modeling of a typical meteorological information publishing routine automation system.
介绍了一个典型的气象信息发布业务自动化系统的数据库建模 ,重点介绍了利用统一建模语言 UML对该系统进行建模分析的过程 。
2.
This paper introduces the special demand of general information publish system and the database modeling based on the demand.
简要说明了建立在数据库建模基础上的系统实
3.
The practice indicated that the methods of database modeling using PowerDe.
简述了利用PowerDesigner进行数据库建模的方法,分析探讨了焊接企业资源数据库的组织以及概念数据模型和物理数据模型的建立过程,并通过实践验证了使用该建模工具确实能高效、准确地进行数据库建模。
4)  Database construction
数据库建设
1.
Practice and thought on bibliographic database construction in our library;
我馆书目数据库建设的实践与认识
2.
Issues on the database construction of library and the countermeasures;
图书馆数据库建设的问题及对策
3.
Database Construction of the Second National Land Survey of the Baiyun District,Guiyang City
贵阳市白云区第二次土地调查数据库建设
5)  Database development
数据库建设
1.
The problems in database development of TCM industry were analyzed and a specific TCM database development plan was proposed.
介绍了中医药信息资源建设的现状,分析了中医药行业数据库建设中存在的问题,提出了中医药数据库建设的具体方案。
6)  database establishment
数据库建设
1.
The paper introduces the meaning and the character of digitalization feature database establishment, fingers the problem to build the document resource, discusses in detail the principle and the step of feature collection and how to collect and process the feature database.
本文简单介绍了特色数字资源数据库概念、特征以及特色信息资源数据库建设所面临的主要问题,还介绍了特色数字化资源数据库建设的原则、步骤,信息的采集、加工的步骤及信息资源的发布。
2.
The summary has introduced CALIS and thematic database establishment,have expounded the fact that builds the choice question of the management software of the storehouse,collection question,index question,data security and the copyright protection,follow-up question of database establishment.
文章介绍了CALIS及其专题数据库建设,论述了建库管理软件的选择问题、数据库资料的收集问题、文献数据的标引问题、数据安全与版权保护、数据库建设的后续问题。
3.
This paper described the common course and methods of the urban cadastral database establishment and analysed the problems at the aspects and application in the establishment of CIS at present.
根据城镇地籍数据库建设的实际工作阐述了地籍数据库建设的一般过程和方法,分析了目前城镇地籍管理系统建设各环节和应用中存在的问题,并在此基础上对下一代城镇地籍管理系统中的功能设计和相关问题做了讨论,对地籍数据的长效应用和今后地籍系统的发展做了浅述。
补充资料: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编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条