CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Hash

搜索资源列表

  1. dcpdemos

    0下载:
  2. BLOWFISH,TWOFISH,HASH算法-BLOWFISH, TWOFISH, HASH algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:11744
    • 提供者:郑有华
  1. 25811257zjb

    0下载:
  2. 学生档案的建立和查询:学生档案信息包括学号,年龄,姓名,籍贯,联系电话;建立学生档案信息的哈希表-The establishment of student files and query: Student file information, including Student ID, age, name, place of origin, telephone the establishment of student file information hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2414
    • 提供者:lt
  1. HFMBM

    0下载:
  2. 问题描述: 设计哈希表实现电话号码查询系统。 基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Problem Descr iption: Design hash table to ach
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:10640
    • 提供者:迟浩东
  1. HXBSZ

    1下载:
  2. 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -1, for each record the following data items: telephone numbers, user name, addr
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:36260
    • 提供者:迟浩东
  1. find

    0下载:
  2. 哈希表的建立、查找。设有若干个学生的考试成绩,用学生的学号作为关键字,采用除留余数求哈希地址,将学生的信息存储到该地址空间,并且采用线性探测法解决冲突问题。-The establishment of hash table to find. There are a number of students in examinations, with students as No. keywords used in addition to stay for more than a few hash ad
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3339
    • 提供者:yyfy
  1. CH7

    0下载:
  2. 哈希查找方法能在一段数据中以最快的方式找到想要的那个数,这种算法解决的关键就是哈系算法的建立函数。 -Hash method can search a section of data at the fastest way to find that the number of the algorithm to solve the critical line algorithm HA is set up function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:706
    • 提供者:黄鹏
  1. rbtree

    0下载:
  2. 红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。-AVL trees are actually easier to implement than RB trees because there are fewer cases. And AVL trees require O(1) rotations on an insertion, whereas red-black trees require O(lg n). In practice, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8215
    • 提供者:kark
  1. linux_hash

    0下载:
  2. Linux实现hash算法! 效率比较高-hash algorithm in linux!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:鲁凯
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1839013
    • 提供者:ciweijsf
  1. Hashtable

    0下载:
  2. 数据结构课程设计,哈希表的算法的实现 。-Data structure curriculum design, hash table implementation of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:xuezhanfei
  1. hashish.tar

    0下载:
  2. 常用字符串hash算法,可以用于bloom算法,用于匹配-string hash alogrithm list,can be used for bloom algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:177867
    • 提供者:jgqwhucs
  1. onlycode

    0下载:
  2. 课程设计: 关于二叉树操作,哈夫曼编码,散列表,宿舍管理,文本编辑的一些代码。没有详细的说明书。之前收集的,有需要的可下载。-Curriculum design: About Binary Tree operation, Huffman coding, hash table, dormitory management, text editor of some code. No detailed instructions. Collected before, there is need
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1206594
    • 提供者:zg
  1. hashing__

    0下载:
  2. program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:7012
    • 提供者:Abhiram
  1. conway

    0下载:
  2. 一个经典的Conway游戏,经过改进后速度增加了不少,其中包含一个hash。-A classic Conway Game, after increasing at a rate improved a lot, which contains a hash.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1845
    • 提供者:liliwawa
  1. gaitu

    0下载:
  2. 魔兽改图工具。 魔兽改图一条龙-dota allstarbSuccess = ReadFile(hFile, buff, dwFileSize, &dwBytesRead, NULL) CloseHandle(hFile) if (!bSuccess || (dwBytesRead != dwFileSize)) { free(buff) return 0L } hash = XORRotateLe
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-12
    • 文件大小:18950273
    • 提供者:number
  1. sjjg_haxi

    0下载:
  2. CH81.C:哈希表:开放地址法解决冲突 CH82.C:哈希表:拉链法解决冲突 PROG1.C:实习题1程序 PROG2.C:实习题2程序 PROG3.C:实习题3程序-CH81.C: Hash Table: Opening address conflict resolution method CH82.C: Hash table: zipper method of conflict resolution PROG1.C: Title 1 program interns
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3731
    • 提供者:kingdom9
  1. structure

    0下载:
  2. 哈希表操作,关于数据结构,用C语言实现的。学生专用-Hash table operations on the data structure, realized with C language. Student
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2704
    • 提供者:周思君
  1. BookFind

    0下载:
  2. 一个海量图书查询系统,程序可以模拟图书馆书库,随机生成100万条图书记录并形成索引表和哈希表,实现图书查找功能。同时计算执行效率。-Inquiry System of a mass of books, the program can simulate the library stacks, randomly generated one million books and records of the formation of the index table and hash table, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5469
    • 提供者:Jack cheng
  1. hash1

    0下载:
  2. 数据结构 基本查找算法之哈希查找 散列 使用c++语言-Find a data structure of the hash algorithm used to find the hash c++ language
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1217
    • 提供者:kevin
  1. +Compress

    0下载:
  2. Per gli interessati ai metodi della compressione una vera miniera d oro, oltre 70 algoritmi all interno di moduli base indipendenti consentono a questo programma di mostrare il loro utilizzo e le loro performances, ecco elencati alcuni di essi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:170725
    • 提供者:vittorio
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 25 »
搜珍网 www.dssz.com