免费数据库,free database
1)free database免费数据库
1.This paper introduces the classification of agricultural information resources free of charge,search methods and free database of domestic and foreign.介绍了免费农业信息资源的分类、检索方法以及国内外重要的免费数据库
2.This paper introduces how to utilize free databases on Internet to reduce costs for novelty checking.介绍了如何利用因特网上免费数据库来降低查新检索的费
2)Consumer Database消费数据库
3)NCDB National Charging DataBase国家计费数据库
4)toll collection system database收费系统数据库
1.That getting the traffic statistics of Various types of vehicles is to deal with the Highway toll collection system database.处理高速公路收费系统数据库得到各个车型的运输量。
英文短句/例句

1.Design and Application of Highway Toll System Database Based on Oracle;基于Oracle的高速公路收费系统数据库设计及应用
2.Research and Development of the Expressway Toll Collection Network System and Distributed Database;高速公路收费系统及分布式数据库研制与开发
3.The Application of Database Technologyln“Examiness s Tuition System”;数据仓库技术在《考生收费管理系统》中的应用
4.Applying Distributed Database To Expressway Toll Collection Network System;分布式数据库在高速公路联网收费系统中的应用
5.Application Study of Data Warehouse and OLAP Technology in the Highway Toll System数据仓库与联机分析技术在高速公路收费系统中的应用
6.Design of billing analysis system based on data warehouse基于数据仓库的计费分析系统的设计
7.Development and Realization of Database Technology in Taxation System税收系统中数据库技术的开发与实现
8.The Analysis of the Methomism of RDB Running State Statistical Collector;关系数据库运行状态数据的统计收集机制分析
9.Research and Application of TV Ratings Statistic and Analysis System Based on Data Warehouse基于数据仓库的收视数据统计分析系统的研究与应用
10.Research on Application of Database Technology at the Postal Metering System;数据仓库在邮政量收系统中的应用问题研究
11.Design on Fiscal Revenue and Expenditure Multidimensional Analysis System Based on Data Warehouse;基于数据仓库的财政收支多维分析系统设计
12.RDBMS (Relational Database Management System)关系数据库管理系统
13.Data Base and Data Warehouse Used in the MIS;管理信息系统中的数据库与数据仓库
14.Data Communication Security Analysis in Same City Collect Fees System同城收费系统中数据传输的安全性分析
15.IC card automatic fare collection system and the gathering and processing of passenger flow data公交IC卡收费系统与客流数据采集、处理
16.Data Analysis and Data Mining for Highway Network Toll System: Theory and Realization;联网收费系统数据分析与挖掘的理论和实现
17.Research on Data Security Solution in the Networking ETC System;联网不停车收费系统数据安全解决方案研究
18.The Research for Data Flow of the No Stop Electronic Toll System in Network Environment;网络环境下不停车收费系统中数据流的研究
相关短句/例句

Consumer Database消费数据库
3)NCDB National Charging DataBase国家计费数据库
4)toll collection system database收费系统数据库
1.That getting the traffic statistics of Various types of vehicles is to deal with the Highway toll collection system database.处理高速公路收费系统数据库得到各个车型的运输量。
5)toll-by-weight database计重收费数据库
6)Immunization products 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编程。