网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 VLOOKUP
释义

VLOOKUP

英汉-汉英词典
n. 查找数组的第一列并移过行,然后返回单元格的值(excel函数)
词组 | 习惯用语
您要查找的是不是:
  • volcano n. 火山
  • lockup n. 锁住;拘留所,监狱;监禁
  • hookup n. 接线图;连接;联播
  • lookup n. 查找;检查
VLOOKUP n. 查找数组的第一列并移过行,然后返回单元格的值(excel函数)

网络短语:
Function VLOOKUP VLOOKUP函数
Not app VLOOKUP 英语单词中
Vlookup 函数; 数据; 查找函数; 公式;
vlookup function IF函数
HLOOKUP VLOOKUP LOOKUP 查找
中文百科

查找表 Lookup table

(重定向自VLOOKUP)

在计算机科学中,查找表是用简单的查询操作替换运行时计算的数组或者关联数组这样的数据结构。由于从内存中提取数值经常要比复杂的计算速度快很多,所以这样得到的速度提升是很显着的。

一个经典的例子就是三角函数表。每次计算所需的正弦值在一些应用中可能会慢得无法忍受,为了避免这种情况,应用进程可以在刚开始的一段时间计算一定数量的角度的正弦值,譬如计算每个整数角度的正弦值,在后面的进程需要正弦值的时候,使用查找表从内存中提取临近角度的正弦值而不是使用数学公式进行计算。

在计算机出现之前,人们使用类似的表格来加快手工计算的速度。非常流行的表格有三角、对数、统计density函数。另外一种用来加快手工计算的工具是计算尺。

英语百科

Lookup table 查找表

(重定向自VLOOKUP)
Part of a 20th-century table of common logarithms in the reference book Abramowitz and Stegun.
Linear interpolation on a portion of the sine function

In computer science, a lookup table is an array that replaces runtime computation with a simpler array indexing operation. The savings in terms of processing time can be significant, since retrieving a value from memory is often faster than undergoing an 'expensive' computation or input/output operation. The tables may be precalculated and stored in static program storage, calculated (or "pre-fetched") as part of a program's initialization phase (memoization), or even stored in hardware in application-specific platforms. Lookup tables are also used extensively to validate input values by matching against a list of valid (or invalid) items in an array and, in some programming languages, may include pointer functions (or offsets to labels) to process the matching input.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/16 22:51:24