说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 专指性数据库
1)  database of special topic
专指性数据库
1.
This paper introduces the design of dimensionality level and the design and utilization of database of special topic, and advances the application tactics and management guarantee measures for the database of special topic.
介绍了维度层次的设计、专指性数据库的设计和利用,提出了专指性数据库的应用策略和管理保障措施。
2)  Expert database
专家数据库
1.
Establishment of expert database of beam pumping units;
游梁式抽油机专家数据库的建立
2.
Research of Building Elevation Face Lighting Design System Based on ED(Expert Database)Technique;
基于专家数据库(ED)技术的建筑立面照明设计系统的研究
3.
Mass Spectrum Expert Database Technique Based on Client/Server;
基于客户/服务器模式的谱图检索专家数据库技术
3)  patent database
专利数据库
1.
The information of invalid drug patent can be sought through patent database in the patent organization of nation or region respectively;also,it can be tracked in terms of online patent gazette.
结果:各个国家的专利数据库均可以免费获取药品失效专利信息。
2.
This paper,by introducing and analyzing the embody scope and retrieval skills of 3 free patent database,puts forward some problems of retrieval that shall be paid attention to as a reference for the users.
通过对网上3个免费专利数据库的收录范围、检索技巧等方面的介绍和分析,提出检索时应注意的问题,为用户使用专利文献提供参考。
3.
Nowadays,online patent databases make patent retrieval more convenient,while patent analysis tools make patent analysis more efficient.
网上专利数据库方便了专利信息的检索,而相应专利分析软件的出现又使得专利分析更加快捷有效。
4)  subject database
专业数据库
1.
The paper describes the online environment including online instruction, online research, instructional repository, and physical education subject database with document and systems analysis methods.
采用文献分析和系统分析的方法,面向体育教学与科研的特点,遵循国内外教育技术的相关标准,提出了具有网络教学、网络科研、教学资源库和专业数据库相结合的平台化网络支撑环境的总体结构。
5)  thematic database
专题数据库
1.
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及其专题数据库建设,论述了建库管理软件的选择问题、数据库资料的收集问题、文献数据的标引问题、数据安全与版权保护、数据库建设的后续问题。
2.
This paper probes into the feasibility of carrying out the innovation from aspects of constructing the characteristic thematic database,establishing the documentation centre serving the government s policy-making,and realizing the resources sharing.
分析了党校图书馆从建设特色专题数据库、打造为政府决策服务的文献中心和实现资源共享等方面进行创新的可行性。
6)  special-purpose database
专用数据库
1.
The way toresearch into and develope a special-purpose database system is discussed in accordancewith connected properties and practical requirements.
针对专用数据库数据量大、需求易发生变化的特点,并结合实际,讨论了如何进行快速数据库应用系统的开发和研究。
补充资料: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编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条