说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 文物数据库
1)  relics digital base
文物数据库
2)  database file
数据库文件
1.
The standard mould database file is created by using FoxPro database,The method of reading the database file directly by Turbo C language is discussed in this paper.
应用 Fox Pro数据库建立塑料模具标准模架的数据库文件 ,叙述了用 Turbo C直接读取数据库文件的方
2.
The general way to directly read the standard_parts database files was described.
介绍了在FoxPro数据库管理系统中标准件数据库的建立和修改 ,叙述用TurboC来直接读取标准件数据库文件的通用方
3.
Through the analysis of structure of database file and memo file of Visual Foxpro system, it puts forward the method and prograIn running result of direct access to database file using low-grade file function and stresses the function and significance of this method.
本文通过对VisualFoxpro系统的数据库文件和备注文件结构的分析,提出了用低级文件函数直接存取数据库文件的方法和程序运行结果,并对这种方法的作用和意义进行了讨论。
3)  Literature database
文献数据库
1.
In view of the great important role of literature database in automation of libraries, it clarifies that a small library must take standardized and specified procedure in the construction and maintenance of its database, for which an overall capacity building of the technicians constructing and maintaining the database is critical.
 针对文献数据库在图书馆自动化工作中的作用,阐述了小型图书馆必须坚持以标准化、规范化管理来进行数据库建设与维护,并提出应全面提高数据库建设与维护人员的素质。
2.
Subject indexing is the key step in creating subject retrieval system of watersaving agriculture literature database.
主题标引是建立“节水农业文献数据库”主题检索系统的关键工作。
3.
This paper analyzes on the importance of the literature indexing during the process of setting up the literature database and the literature retrieval,and advances seven suggestions on strengthening the literature indexing standardization.
分析了在建立文献数据库和进行文献检索过程中文献标引工作的重要性,并对如何加强文献标引规范化提出了7点建议。
4)  full-text database
全文数据库
1.
Discussion on self-built full-text database——"China Jun Porcelain full-text database" as an example;
自建全文数据库探讨——以《中国钧瓷全文数据库》为例
2.
Design of B/S Standard Full-Text Database and Verification Technology;
B/S结构标准全文数据库设计与验证技术
3.
Talking about the construction of the full-text database of dissertations in universities;
谈高校学位论文全文数据库的建设
5)  citation database
引文数据库
1.
A comparative research on the four major citation databases and their citation reports in China
我国四大引文数据库及其期刊引证报告的比较研究
2.
The basic situation,main applications and future development of citation databases are described and analyzed.
论述和分析了引文数据库的基本情况,及其主要应用和发展趋势。
3.
This paper introduces some important Chinese citation database:Chinese Journal Full-text Database(CJFD),Chinese Science Citation Database(CSCD),Chinese Scientific and Technical Period Citation Database,Chinese Social Sciences Citation Index(CSSCI),and analyses the functions of which can retrieve citations and the suggestions that may improve these databases.
本文主要介绍了国内一些重要的引文数据库 ,包括中国学术期刊全文数据库、中国科学引文数据库、中文科技期刊引文数据库、中国社会科学引文索引 ,并对此四种重要的引文数据库的引文检索功能和需要改进的地方进行了分
6)  Document database
文献数据库
1.
OBJECTIVE: To establish the document database of adverse drug reactions(ADRs) and cooperate with ADR monitoring, so as to prevent the harm of occurrence of ADRs.
目的:建立药品不良反应(ADRs)文献数据库,配合ADRs监测工作的开展,以防止药害事件的发生。
2.
The paper discusses the content and method of intellectual index in the Scientific document database of resources and environment,and how to develop the software system of intellectual index and publication based on ASP.
本文讨论了中国资源环境科学文献数据库知识化加工的内容和方法,以及如何基于ASP。
3.
This paper is aimed directly at the problems about the construction of document database and its development and utilization, in college Library in 21st century.
本文针对 2 1世纪高校图书馆文献数据库的建设与开发利用方面存在的问题进行了探讨 ,提出科学的管理及有效地组织文献数据库的观点、方法与对策。
补充资料: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编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条