数据,data
1)data[英]['de?t?][美]['det?]数据
1.Tentative Discussion Methods of Data Auditing in Environment Statistical;浅论环境统计中数据的审核方法
2.Study on Data Mining Model in Digital Mine Building Process;数字化矿山构建过程中的数据挖掘模型研究
3.The development of universal data output platform of the comprehensive mud logging equipment;综合录井仪通用数据输出平台系统开发
英文短句/例句

1.data switching数据交换,数据转换
2.data reliability数据可靠性数据可靠性
3.data-directed data field length数据定向的数据域长度
4.data information数据资料,数据信息
5.Base de donnees regionales maritimes BDRM区域海洋数据库(数据库)
6.Data Integrity versus Data Immunity数据完整性与数据免疫
7.SDR SDRAM Single Date Rate单数据率SDRAM
8.Acquisition bibliography data divide into special data and share data.采访数据分为专用数据或共享数据
9.XML provides meta-data -- or data about the data.XML提供元数据,即有关数据数据
10.Database Development and Data Mining Based on Customer Service Data;对服务数据数据库开发和数据挖掘
11.Data structure,data type and abstract data type;数据结构、数据类型和抽象数据类型
12.digital-to-digital data converter数字数字数据转换器
13.sift the evidence, data, etc认真审查证据、 数据等.
14.8-bit digital to analog data converter.位数字数据到模拟数据转换器。
15.8-bit analog to digital data converter.位模拟数据到数字数据转换器。
16.Returns character data converted from numeric data返回从数字数据转换而成的字符数据
17.The number of packets dropped by the packet scheduler由数据包计划程序放弃的数据包数
18.DDN (Defense Data Service)数字数据服务防卫数据
相关短句/例句

Database[英]['de?t?be?s][美]['det?'bes]数据
1.Review of the International Main Greenhouse Gases Emission Databases;国际主要温室气体排放数据集比较分析研究
2.Development of large shared database for textile science大型纺织科学共享数据库的开发
3.The basic database is established preliminarily on IBM-PC with SYSTAT by using fishery resources data (investigated from 1980 to 1994) of 527 reservoirs of 25 provinces in China.将1980-1994年间全国25个省(市、区)527座水库渔业资源调查数据在计算机上运用SYSTAT软件初步建立基础数据库,对水库形态与自然环境、水的理化性质、生物学等三大层次52项指标进行了初步统计分析。
3)date[英][de?t][美][det]数据
1.Meanwhile, it realizes the date remote transfere.应用表明,该系统对就业信息的管理提供全面技术支持,且作为网络平台可连接多个终端,允许多人同时访问,实现了数据的远程传输以及系统的远程控制,使用方便、功能齐全、运行速度快,具有良好的移植性和可扩展性,基于Web的解决方案安装与维护简单易行。
2.Date informs various statie and dynamil information.数据则反映了各种静态和动态信息,它是程序运行的基本依据,路由数据是中继数据的一部分。
3.This paper from practical angle raise feasibility that students marks will be managed with a computer, analysis the students marks management by taking advantage of the view of management information system, forms a serial of description tools of management function chart, date flow chart and data dictionary, etc.从实用角度提出计算机对学生成绩进行管理的可行性,利用管理信息系统的观点对学生成绩管理进 行系统分析,并形成管理职能图、数据流程圈以及数据字典等一系列的描述工具,然后对系统进行系统设计,形成 了新系统的功能结构图,并对系统进行模块设计形成具体的程序设计方案。
4)Datum[英]['de?t?m][美]['det?m]数据
1.In order to research the relativity in the four criterias of checking automobile braking,based on the big sample datum,the distribution feature and brink-distribution feature of checking data s vector are revealed.为了研究汽车制动性能检测中4项指标之间的相关性及其影响因素,对大样本检测数据进行了方差分析处理与设计,揭示了汽车制动性能检测结果向量的联合分布特征与边缘分布特征。
2.Based on MIS theory, this thesis develops the physical and datum model of mudlogging management system and database.本文通过理论研究和录井公司现有的网络及资源配置情况及国内外录井信息管理现状进行了充分的调查研究,对大庆油田地质录井公司在录井数据及信息管理方面进行了认真的分析和总结。
5)data mining数据挖据
1.In accordance with the purpose of data mining, which is to extract knowledge from the database, a classification method based on genetic algorithm is proposed, and a satisfactory result is achieved in application.数据挖据的目的是从数据库中获取知识。
6)evidence[英]['ev?d?ns][美]['?v?d?ns]证据,数据
延伸阅读

数据  可由人工或自动化手段加以处理的那些事实、概念和指示的表示形式,包括字符、符号、表格和图形等。数据可以在物理介质上记录或传输,并通过外围设备被计算机接受,经过处理而得到结果。数据能被送入计算机加以处理,包括储存、传送、排序、归并、计算、转换、检索、制表和模拟等操作,以得到人们需要的结果。数据经过解释并赋予一定的意义之后,便成为信息。计算机系统的每个操作,都是对数据进行某种处理。所以数据与程序一样,是软件的基本对象。    数据类型  同一类型的数据,其各成分都具有相同的特性,可进行相同的操作。例如,整数、实数、复数和逻辑数,都有相同的数学特性和相同的内部表示法。在用高级程序设计语言书写的程序中,每一个变量、常量或表达式的值,都属于确定的数据类型。变量的所有可能取值,以及在这些值上可容许的操作,都由数据的类型在程序中显式地或隐式地规定。类型概念的明显特征,可以概括为:①类型决定变量或表达式所能取值的集合;②每一个值属于一个且仅属于一个类型;③变量、常量或表达式的类型,都可以从其形式或上下义推断出来,而毋须了解运行时计算出来的具体值;④每一种操作要求一定类型的操作数,并且得出一定类型的结果;⑤一种类型的值及其规定的基本操作的性质,可由一组公理阐明;⑥程序可利用类型概念去防止或表明程序中无意义的结构,又可用于确定在计算机中的数据表示和数据存取方法。在程序设计语言中引进类型的概念,可以集中刻划特性、易于维护;可以区分对象和运算的抽象特性,实现有关的特性,隐蔽内部细节;可以提高可靠性和易读性。    数据结构  由简单类型的数据构造出复合类型的数据的方法和表示(见数据结构)。