CNKI数据库,CNKI database
1)CNKI databaseCNKI数据库
1.Application of CNKI database in examining manuscripts of university journals;CNKI数据库在学报审稿中的应用
2.A Quantitative Analysis and Study on CNKI Database Users' CommentsCNKI数据库用户评论定量分析研究
3.Basis on the characters and contents of CNKI database, this paper discusses on the importance of CNKI database in the construction of the digital library of university, and advances some problems existing in the utilization of CNKI database.从CNKI数据库的内容与特性出发,论述了CNKI数据库在大学数字图书馆建设中的重要地位,并指出了利用CNKI数据库中存在的几个问题。
英文短句/例句

1.A Quantitative Analysis and Study on CNKI Database Users' CommentsCNKI数据库用户评论定量分析研究
2.Quantitative Analysis of Research on Open Access in the CNKI Database in 2001-20082000—2008年CNKI数据库中开放存取研究论文定量分析
3.Research on Academic Influence of China Industrial Economics--Quantitative Analysis Based on 2000-2007 CNKI Databases;《中国工业经济》学术影响力研究——基于2000—2007年CNKI数据库的分析
4.Practical Analysis of CNKI Full-text Database System and Tactics for Its Improvement;CNKI全文数据库系统应用分析与改进策略
5.The Statistic Analysis of the Use of the Electronic Resources Doctorate-granting University Library --A Case Study of the Library of Sichuan University研究型大学图书馆数据库资源利用统计分析——以四川大学CNKI为例
6.The Research the Statements of Wushu Ethic in Recent 10 Years on the Basis of CNKI;近十年来武德研究综述——以中国学术期刊全文数据库(cnki)为依据进行的研究
7.Comprehensive Application of VIP,CNKI,Wanfang Databases Enhances Retrieval Efficiency of Topics综合运用VIP、CNKI、万方数据系统功能提高课题检索效率
8.Base de donnees regionales maritimes BDRM区域海洋数据库(数据库)
9.Internet Archives DatabaseIADInternet档案数据库
10.Database management in the platform of LabWindows/CVILabWindows/CVI数据库管理
11.Main Functions and Use Skills of CNKI中国学术文献总库(CNKI)的主要功能和使用技巧
12.The Database Wizard cannot create the table in the this database.“数据库向导”无法在此数据库中创建表。
13.Displays the current database in the Database Designer在数据库设计器中显示当前数据库
14.Validating database server and database name....正在验证数据库服务器和数据库名称....
15.Database Server: {0}, DatabaseName: {1}数据库服务器: {0},数据库名称: {1}
16.Database log truncated: Database: %1.已截断的数据库日志: 数据库 %1。
17.File '%.*ls' is not a database file for database '%ls'.文件 ''%1!'' 不是数据库 ''%3!'' 的数据库文件。
18.Attach a database file as a database name:附加一个数据库文件作为数据库名:
相关短句/例句

CNKICNKI数据库
1.Statistical Analysis of the Theses on Enterprise Knowledge Management(EKM) in CNKI;CNKI数据库中企业知识管理论文的统计分析
3)CNKI Chinese Citation DatabaseCNKI引文数据库
4)CNKI periodical full-text databaseCNKI期刊全文数据库
5)data of database数据库数据
6)database/data warehouse数据库/数据仓库
延伸阅读

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编程。