data set中文翻译、data set是什么意思、发音、用法及例句

日期: 栏目:知识类 浏览:

  内容导航:

  1、

  data set

  2、

  C#之 DataReader 和 DataSet 的区别

  1、

  data set

  英:

  美:

  数据传输转换器,数据集; 数传机; 数据组

  数据集;【通信】数传机

  1、Data set size, dimensionality and sparsity have been identified as aspects that make cluster more difficult.───数据集合的大小, 数据的维数和数据的稀疏性都是制约聚类的不同方面.

  2、A user, group, or DASD

  data set

  that is defined to RACF.───在资源存取控制软件(RACF)中定义的一个用户 、 一组用户或者磁盘(DASD)数据集.

  3、As his

  data set

  expanded, Marquardt found indeed that the perfect face lousy with golden ratios.───随着他的数据组的扩大, 马夸特医生发现完美的脸确实有着黄金比例.

  4、Return the most common value in a

  data set

  .───MODE返回一组数中最常见的数值.

  5、Records are added to the end of the

  data set

  and can be accessed.───记录将被加到数据集的最后并可以被存取.

  6、A

  data set

  that contains predefined display images ( called panels ) to be displayed at display stations.───一种包含有要在显示站上显示的预先定义的图象 ( 称为屏面 ) 的数据集.

  7、Then, reproducibility was tested against a separate patient population ( Barcelona

  data set

  ).───然后在另一个人群 ( 巴塞罗那数据集 ) 中重复.

  8、Earthquake catalogs provide basic

  data set

  for the study of seismicity.───地震目录是研究地震活动性的基本资料.

  9、A table used to locate records in an indexed sequential

  data set

  or an indexed file.───用来查找索引顺序数据集或索引文件中的记录的一种表.

  10、This event happens once for each row on the

  data set

  .───这个事件对于数据集合的每一行都只发生一次。

  11、A collection of data is called a

  data set

  , and a single observation a data point.───全部资料的总和叫数据集合, 单个观察数据叫数据点.

  12、To prepare a

  data set

  orfile for processing.───为数据处理准备一个数据集或文件.

  13、A time series

  data set

  is a sequence of random variables indexed by time.───时间序列数据是以时间为指标的一个随机变量序列.

  14、Create a

  data set

  and export a variable library.───创建一个数据集和出口的变数图书馆.

  15、We viewed each business card by clicking the Next Data Set button in the Variables palette.───我们认为每个名片按一下按钮,下一个数据集合中的变量的调色板.

  16、Within a GDG, the generations can have like or unlike DCB attributes and

  data set

  organizations.───在GDG中,数据集可以使用相同的或不同的DCB属性和数据结构.

  17、The schema of the database is shown taking the CB 513

  data set

  as example.───以CB513样本集为例介绍了该数据库的构建模式.

  18、Incremental mining algorithms based on local outlier factor demand multiple scans of the

  data set

  .───基于局部离群因子的增量挖掘算法需要多次扫描数据集.

  19、Each

  data set

  represents a period of time taken from within the day.───每一个数据集都代表了来自这个时期中的一段时间.

  20、If the

  data set

  is large, do you have to send it all at once, or can you send pieces of it as needed?───如果数据集非常大,那么是必须同时发送完整的数据集,还是可以根据需要发送它的片段?

  21、A 32 byte directory entry describing an allocated

  data set

  or volume.───描述一个已分配数据集或文卷的一种32字节的目录项.

  22、Simulating of the turbo generator fault

  data set

  proves that the method is effective.───汽轮机历史故障特征数据集仿真试验证明了该方法的有效性.

  23、Time series

  data set

  comes with a temporal ordering.───时间序列数据集伴随着一个时间上的排序.

  24、A printout of a program or

  data set

  .───对数据进行分类的公用程序.

  25、An alternate name for a member of a partitioned

  data set

  .───一分区数据集中某成员的替换名.

  26、The mode is that value that is repeated most often in the

  data set

  .───众数是资料中重复出现次数最多的那个数值.

  27、The relative record number is used to retrieve the logical record from the

  data set

  .───使用相对记录号可以从数据集中检索出相应的逻辑记录.

  28、But within one

  data set

  you can view it in a number of different formats and select from a range of different variables.───但在一个数据集中,你可以通过许多不同的格式查看数据,并且从一系列不同的变量中作选择。

  29、When a device is off line, no

  data set

  may be opened on that device.───当设备脱机时, 在此设备上不能打开任何数据集.

  30、Why not break the

  data set

  into smaller, more manageable clusters, they say.───他们提议:何不将数据集分成规模较小更易于处理的数据组.

  31、The rate of decreasing depends on the standard deviation of the

  data set

  .───降低率数据的标准差取决于集.

  1、data sets───数据集

  2、data pen───数据笔

  3、databuses───数据库

  4、databases───n.【计】数据库;资料库(database的复数);v.把信息存入数据库(database的第三人称单数)

  5、data pens───数据笔

  6、data base───数据库(等于databank);基本数据;储存之资料

  7、data bases───数据库(等于databank);基本数据;储存之资料

  2、

  C#之 DataReader 和 DataSet 的区别

  两者之间没有任何可比性的。

  DataSet是一数据存储的类,你可以把数据库中的数据读取到内存中,在内存中按照DataSet这种格式进行数据的统计。而DataReader是一种读取数据的方式,也可以认为是内存中数据与数据库中数据的一种桥梁,例如,我们可以通过DataReader把数据库中数据读到内存表中(DataSet)中。

  而DataReader与DataAdapter是有可比性的,两者都是存取数据的一种,DataReader是以一种只性方式进行读取的,性能上要高于DataAdapter;但DataAdapter却是数据联系的一种桥梁,可以把DataSet中的数据通过Adapter更新到数据库中。虽然Adapter在读取时性能不高,但他可以建立DataSet与数据库之间的联系,从而实现DataSet中的更新。在不同的情况下,选用不同的数据方式。

  有关DataReader与DataAdapter之间的区别,你可以了到msdn上了解更多。

标签: