comparing data meaning in English
比较数据
Examples
- Explains how jscript copies , passes , and compares data when dealing with arrays , functions , objects , and so on
解释jscript如何在处理数组、函数、对象等内容时复制、传递和比较数据。 - The expression evaluator also compares data values when it evaluates the expressions that variables , precedence constraints , and transformations use
表达式计算器在计算变量、优先约束和转换使用的表达式时,也对数据值进行比较。 - Pertaining to a sorting order that starts with the highest value of a key and proceeds to the lowest , in accordance with the rules for comparing data items
用于修饰或说明某种按照数据项比较规则的分类顺序,从一个键码的最高值排到最低值的排序方式。 - By comparing data mining , olap and dss , the thesis deeply analyzed data mining value . today , data mining technology has been accepted and used by the industry
并通过对数据挖掘、 olap (联机分析处理) 、 dss (决策支持)的比较,深入分析数据挖掘的价值。 - The way that jscript copies , passes , and compares data depends on how the data is stored , which in turn depends on the type of the data
Jscript复制、传递和比较数据的方法取决于数据的存储方式,而数据的存储方式又取决于数据的类型。 jscript以传值方式或传址方式存储数据。