CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 散列表

搜索资源列表

  1. sanliebiao

    0下载:
  2. 散列表又叫哈希表,它是通过哈希函数来确定数据元素存放位置的一种特殊表结构。程序实现对指定文本文件中的单词进行检索,并可得哈希值-hashtable known as hash table, it is through the hash function to determine the location of data elements stored in a special table structure. Program of the DOE document, the text word
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12894
    • 提供者:dfa
  1. tiaobiaosanliebiao

    0下载:
  2. 跳表散列表的抽象类及方法实现 谢谢大家
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9505
    • 提供者:CHENG
  1. CInterace

    0下载:
  2. 纯C数据结构,可以高度复用,包括散列表、队列、双链表、出错处理
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1171802
    • 提供者:zj
  1. cedar

    0下载:
  2. 散列表实现的电话号码 查找1.从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 2.采用一定的方法解决冲突; 3.查找并显示给定电话号码的记录; 4.查找并显示给定用户名的记录; -Hash table to find a phone number to achieve. From the record keyboard input, respectively, phone number and user name tags set up hash table 2.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:1281
    • 提供者:査雪松
  1. 11

    0下载:
  2. 稀疏矩阵的元素值的范围为1~1000之间的整型数。利用随机函数按1 的非0元素概率生成这个矩阵,并将矩阵存入闭散列表中。并检验最后生成的非0元素的个数是否为1 -Sparse matrix elements of the scope of the value for 1 ~ 1000 between integer. The random functions with 1 of the 0 element probability generating the matrix, which clo
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:211801
    • 提供者:
  1. matlab

    2下载:
  2. 基于遗传算法的投影寻踪代码,提供大家下载,方便查阅-【研学堂】【代码】投影寻踪代码,请验用!! function Qa=Project_Pursuit(X,a,Alpha) 输入参数列表 X 本指标矩阵,n×p的矩阵,每一行为一个样本, Xij表示第i行第j列指标,X是否已经归一化均可 a 投影向量,1×p的矩阵,元素取值范围-1~1,要求其元素平方和等于1 Alpha 窗口半径系数,典型取值0.1
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1293
    • 提供者:余文乐
  1. a-similar-map-simple-hash-table

    0下载:
  2. 用C写的一个类似map的简单散列表,用于读取自定义的配置项,可以实现大量配置项的快速访问。-Written in C, a similar map simple hash table is used to read the custom configuration items, quick access to a large number of configuration items.
  3. 所属分类:MPI

    • 发布日期:2017-11-05
    • 文件大小:6338
    • 提供者:chuminnan
  1. hash

    0下载:
  2. 散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash f
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:776
    • 提供者:juwairen
  1. HASH

    0下载:
  2. 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash table
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:323918
    • 提供者:KID
  1. index

    0下载:
  2. 利用散列表实现英汉字典.建立散列表,对实验数据进行查找。 -English-Chinese dictionary using the hash table to achieve established hash table, the experimental data to find out.
  3. 所属分类:assembly language

    • 发布日期:2017-12-14
    • 文件大小:1431
    • 提供者:LPS
搜珍网 www.dssz.com