光盘数据库,CD-ROM database
1)CD-ROM database光盘数据库
1.This paper analyses the characteristics of method of sharing CD-ROM databases in the network and network CD database model.针对目前应用中的光盘数据库网络共享方案的特点,分析了网络光盘数据库模型,并对网络映射技术进行了研究,提出了利用网络映射技术改进光盘镜像服务器、实现数据库光盘网络共享的新方案,测试结果表明,此方案解决了文件系统的相互访问支持问题,对该服务器的数据访问速度大大高于对共享光驱中数据的访问速度,同时其响应速度相当于光盘镜像服务器。
2.This paper analyses the characteristics of the method for sharing CD-ROM databases in the network and the hard disk combination pattern, studies the network mapping technology,and puts forward the new method for improving the hard disk combination pattern and realizing CD-ROM database sharing in the network by using the network mapping technology.介绍了目前应用中的光盘数据库网络共享方案的特点,分析了硬盘组合模式,并对网络映射技术进行了研究,提出了利用网络映射技术改进硬盘组合模式实现数据库光盘网络共享的新方案,测试结果表明此方案解决了文件系统的相互访问支持问题,同时其响应速度相当于光盘镜像服务器,在多客户访问的情况下,该服务器的数据访问带宽远高于普通共享光驱。
3.It is designed for the format of the copy files from CD-ROM databases.光盘数据库统计分析系统(CDSAS)是针对光盘套录文件格式设计的一种计算机辅助文献计量分析软件,可实现光盘套录文件格式的转换、建立Visual FoxPro能够识别处理的专题文献数据库。
英文短句/例句

1.Physical Storage Technology of CD-ROM Database一种光盘数据库数据的物理组织技术
2.Making CD-ROM databases available on networks by discZerver tower利用光盘镜像硬盘塔实现光盘数据库上网
3.Analysis of the Information Retrieval Characteristics of CD-ROM Database Systems光盘数据库系统的信息检索特性分析
4.Design and Implement of Argo Disk Database Sharing SystemArgo光盘数据库共享系统设计与实现
5.Chinesc architecture science subject and database on dise and Internet database searching;中文建筑学科文献及光盘数据库、网络数据库检索
6.Development for Multimedia CD-ROM Database & Its Client Browser System多媒体光盘数据库及前端浏览器系统的开发
7.Retrieval of International Pharmaceutical Abstracts on CD-ROM《国际药学文摘》光盘数据库的检索与应用
8.The Retrieval Method and Skill of“Science Abstracts”Database in CD ROM Edition《科学文摘》光盘数据库的检索方法及技巧
9.Realiz-ation of the database searching method of web-based courses and courseware CD网络课件、网络课程光盘数据库查询方法的实现
10.Construction and Implementation of CD-ROM Database Network System光盘数据库网络共享系统的构建与实施
11.Design Network and PPP Retrieval System of CD-ROM Databases光盘数据库网络检索及点对点远程检索的实现
12.A Comparative Study of the Optical Disc Bases of Chinese Comprehensive Documents我国综合性文献光盘数据库的比较研究
13.Discussion on the Law of Subject Indexing of Medical Literature CD ROM Database医学文献光盘数据库主题标引规律的探讨
14.Design and Implementation of CD-ROM Database Network System光盘数据库网络共享系统的设计和实现
15.Comparative Analysis on the Application of 12 Types of Bio medical CD ROM at Home and Abroad国内外12种生物医学领域常用光盘数据库比较分析
16.Study on Application and Evaluation of CD-ROM Database Network in Library and Information Service光盘数据库网络在图书情报工作的应用与评价研究
17.Using Technique of Canada Physical Documents CD Database Retrieval System加拿大体育文献光盘数据库检索系统及其使用技巧
18.A Theoretical Study of CD ROM Full Text Datebases of Periodicals对期刊论文全文数据库光盘的理性思考
相关短句/例句

optical disk database光盘数据库
1.The optical disk database with western languages is an important mea ns for the foreign scholars to retrieve the sci-tech information, those Chinese sci-tech papers, the English abstracts of which aren t collected in the optica l disk database, will be difficult to be retrieved and quoted.西文光盘数据库为国外学者检索科技信息之重要手段,英文未被收入光盘数据库的中文科技论文将难以被检索和引用。
3)Disk Database光盘数据库
1.Design and Implement of Argo Disk Database Sharing SystemArgo光盘数据库共享系统设计与实现
4)CA's CD databaseCA光盘数据库
5)NTISNTIS光盘数据库
6)CA on CD Database《CA on CD》光盘数据库
延伸阅读

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