说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 冗余数据库
1)  Redundant Database
冗余数据库
1.
Research on Data Consistancy in Dispersed Redundant Databases;
异地冗余数据库维护数据一致性的研究
2)  full redundant data base
全冗余数据库
3)  redundant data
冗余数据
1.
Recognition and reduction of traffic flow redundant data
交通流冗余数据识别和约简方法
2.
Then a new anonymous proxy signature scheme without a trusted party is presented,which can keep the property of the strong unforgeability and does not have the redundant data in signature.
该方案具有强不可伪造性,且签名结果不含冗余数据。
3.
Therefore,there are four redundant data among .
指出了文献[1]提出的一个前向安全电子货币系统有两点疏漏:(1)在系统公共参数生成阶段,公共模数n的素因子p1,p2没有公布,使得用户和银行在提取阶段无法作出有效签名;(2)商家M必须从安全途径直接获得支付过程中所需的(h,h1,h2,h3),而不是从某个用户U提供的签名中获得这些数据,否则攻击者可以在支付阶段伪造签名,从而,用户提供的签名(z,a,b,r,j,h,h1,h2,h3)中有4个是冗余数据。
4)  redundancy data
冗余数据
1.
The paper analyzes the common methods using in handling redundancy data,and gives out the solution of the database redundancy data based on SQL.
分析了目前对于冗余数据的常用处理方法,并给出了基于SQL的解决数据库冗余数据方案。
2.
This paper has studied for data preprocessing in reverse engineering, eliminate abnormal point by method of interval distinguish and deviation filtrate, decrease redundancy data according with chordal deviation, thus, the problem of abnormal point and redundancy data have been solved, it will be in favor of next data processing.
利用距离判别法和偏差过滤法消除了数据中的异常点,采用弦高差法对数据采集后的冗余数据进行了消减,较好地解决了测量数据中的异常点和冗余数据,为数据的进一步处理打下基础。
3.
But sometimes, use redundancy data correctly can resolve special problem in your project.
但在具体的数据库设计实践中采用恰当的范式等级,适当的使用冗余数据,可以达到更好的使用效果。
5)  data redundancy
数据冗余
1.
Research on problem of data redundancy in wide area sensor databases;
广域传感器数据库中数据冗余问题的研究
2.
In the Oriented-Object technique, bit operation can be used as the encapsulation of the data redundancy.
在面向对象技术中,通过位运算可以实现对数据冗余的封装,它的应用不但保证了数据的一致性,而且有利于系统的维护与扩充。
3.
It is very important to find a way to make a proper data model to a real object when logically designing a relational database,that is to form a few relational models,to make sure the attributes of each relation,so that people can possibly avoid the data redundancy,improve the effect of using the data and can also advance the usage of space.
在关系数据库的逻辑设计中,针对一个具体问题,应该如何构造一个适合它的数据模式,即构造几个关系模式,每个关系由哪些属性组成,对于减少数据冗余、提高数据操作效率和空间利用率等都是非常重要的。
6)  distributed redundant database
分布式冗余数据库
1.
Auto-maintenance and statistics of large distributed redundant 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编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条