EI数据库,EI database
1)EI databaseEI数据库
1.The coverage areas of EI database,selection criteria for inclosion in EI and Chinese journals covered by EI database were summarized.概述了EI数据库收录的专业范围、选刊原则及目前收录中国大陆科技期刊的情况。
2)Ei CompendexEi Compendex数据库
1.The statistical analysis of research articles published by Baoji University of Arts and Sciences scholars abstracted in Ei Compendex database;Ei Compendex数据库收录宝鸡文理学院学者论文统计分析
3)EI algebraEI代数
1.Approaches to the blooean matrix and EI algebra representation of concepts;概念的EI代数表示与布尔矩阵表示的研究
2.Base of finite EI algebra;EI代数的子代数的生成元
英文短句/例句

1.The Approaches to the Boolean Matrix and EI Algebra Representation of Concepts;概念的EI代数表示和布尔矩阵表示的研究
2.The EI screen has just been invoked and has not received any data.已经调用了 EI 屏幕,但还没收到任何数据。
3.The Research of the Directory of Clinical Orthodontic Extraction with Extraction Index EI;拔牙指数EI对正畸临床拔牙指导性的分析研究
4.The Research of the Relativity between the Orthodontic Extraction and KIM EI;KIM拔牙指数(EI)与临床正畸拔牙的相关性研究
5.The statistical analysis of research articles published by Shaanxi's scholars abstracted in Ei Compendex databaseEi数据库收录陕西地区学者论文统计分析
6.Countermeasures to Increase the Papers Numbers Included by SCI,EI,ISTP in Chinese Universities提高高校科技论文SCI、EI、ISTP收录数的对策
7.Retrieval Analysis of Ei Village 2EI Village 2检索解析
8.The EI displays the machine state of an AP.EI 显示 AP 的设备状态。
9.Discussion on the Search Methods of Dialog @ Site's Ei Compendex浅谈Dialog @ Site Ei Compendex检索方法
10.How the EI Reports AP statesEI 是如何来报告 AP 状态的
11.often misspells receive Iby transposing the e Iand the i.常因颠倒eI和的位置而错拼
12.Write down the words in different groups.区别[ ]和[ei]的读音, 将单词分别写在下面。
13.UNKNOWNnot communicating its status to the EI via the WatchDog.UNKNOWN没有通过监视器将其状态送达到 EI。
14.Research on the APDI、ODI、CF and EI of the Individual Normal Occlusion and Malocclusion of the Youth of GANSU Province.;甘肃省青少年APDI、ODI、CF、EI值的测量研究
15.Research and Application of TCP Protocol Reduction in Embedded Internet Environment;EI环境下TCP协议裁减的研究与应用
16.Application of Topological Molecular Lattic over ~*EI Algebra and in Cluster Analysis;~*EI拓扑分子格在聚类分析中的应用
17.The Design and Execution of the CAI Courseware about the EI Village 2;Ei Village 2的CAI课件的设计与制作
18.Seeing Scientific Research Development of Common College form EI,SCI & ISTP;从EI、SCI和ISTP看普通高校的科研进展
相关短句/例句

Ei CompendexEi Compendex数据库
1.The statistical analysis of research articles published by Baoji University of Arts and Sciences scholars abstracted in Ei Compendex database;Ei Compendex数据库收录宝鸡文理学院学者论文统计分析
3)EI algebraEI代数
1.Approaches to the blooean matrix and EI algebra representation of concepts;概念的EI代数表示与布尔矩阵表示的研究
2.Base of finite EI algebra;EI代数的子代数的生成元
4)base of EI algebraEI代数基
5)Ei-functionEi函数
6)data of database数据库数据
延伸阅读

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