There's native list, native array, native hash map like a dictionary, and a native queue.
有本机列表、本机数组、本机哈希映射(如字典)和本机队列。
单词 | Hash map |
释义 |
Hash map
原声例句
Introduction to Unity DOTS There's native list, native array, native hash map like a dictionary, and a native queue. 有本机列表、本机数组、本机哈希映射(如字典)和本机队列。
中文百科
哈希表 Hash table(重定向自Hash map)
散列表(Hash table,也叫哈希表),是根据关键字(Key value)而直接访问在内存存储位置的数据结构。也就是说,它通过计算一个关于键值的函数,将所需查询的数据映射到表中一个位置来访问记录,这加快了查找速度。这个映射函数称做散列函数,存放记录的数组称做散列表。 一个通俗的例子是,为了查找电话簿中某人的号码,可以创建一个按照人名首字母顺序排列的表(即创建人名
英语百科
Hash table 哈希表(重定向自Hash map)
![]() ![]() ![]() ![]() In computing, a hash table (hash map) is a data structure used to implement an associative array, a structure that can map keys to values. A hash table uses a hash function to compute an index into an array of buckets or slots, from which the desired value can be found. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。