CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - hash tree

搜索资源列表

  1. search-tree

    0下载:
  2. 中文三叉树字典(Ternary Tree),可以用于分词,自动提示,查询速率与Hash Table相当,支持动态添加。-Chinese trigeminal tree dictionary (Ternary Tree), can be used for word, auto tips, check rates and Hash Table equivalent support for dynamically added.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1mb
    • 提供者:jiangyu
  1. renju

    0下载:
  2. VC++开发的五子棋游戏源代码,利用PVS+历史启发+HASH构造的博弈树,效率还不错,,新人学习不错的资料-The VC++ development s gobang chess game source code, inspires the+HASH structure using the PVS+ history the game tree, the efficiency is also good, the new person studies the good material
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:39.56kb
    • 提供者:张强
  1. data_structure

    0下载:
  2. 数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等-Data structure the most frequently used, including the list, double linked lists, binary tree, balanced binary tree, hash table, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:16.14kb
    • 提供者:金灵
  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
    • 文件大小:8.02kb
    • 提供者:kark
  1. CBuilder

    0下载:
  2. C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, s
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.32mb
    • 提供者:南才北往
  1. pyinotify

    0下载:
  2. 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1.69kb
    • 提供者:wuyou
  1. trieTree

    0下载:
  2. 一个基于hashtable的理论而编程的程序,建立文本时根据keywordtree而建立的-based on hash table, build table by keyword tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.19kb
    • 提供者:金星男
  1. Exp6_hash

    0下载:
  2. 用C++编写的hash树,内含所需的各类函数,很好很强大-Written using C++ hash tree, containing all the necessary functions, very good very strong
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5.09kb
    • 提供者:Donghf
  1. STL

    0下载:
  2. 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:190.49kb
    • 提供者:汪柏胜
  1. Trie

    0下载:
  2. Trie,又称单词查找树、前缀树,是一种哈希树的变种。应用于字符串的统计与排序,经常被搜索引擎系统用于文本词频统计-Trie, also known as the word search tree, the prefix tree, is a variant of the hash tree. Applied statistics and sorting of strings, often by the search engine system for text word frequency s
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:94.56kb
    • 提供者:shangzai
  1. HASH(Trie)-

    0下载:
  2. hash trie树 字典树,完整的sdk开发包 具有说明文档-hash trie tree dictionary tree, the complete development kit with documentation sdk
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2mb
    • 提供者:陈勇
  1. tree-hash-table-homework

    1下载:
  2. 纽约大学数据结构课程作业5 树,红黑树,哈希表, 以及一道编程题的原始数据-Data structure course work at New York University 5 trees, red-black trees, hash tables, and a programming question of the original data
  3. 所属分类:Data structs

    • 发布日期:2014-10-28
    • 文件大小:232kb
    • 提供者:qianli
  1. hash

    0下载:
  2. 采用六种数据结构(数组、链表、STL、箱、二分查找树、位向量),实现统计存储若干个随机数所需要的时间。-Using six data structures (arrays, lists, STL, containers, binary search tree, bit vector), to achieve a number of statistical random number stored in the time required.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:315.66kb
    • 提供者:songyanna
  1. hash_tree_linux

    0下载:
  2. linux下写的哈希树,用位计算进行哈希,树选用B+树,能直接应用于各种函数。-a hash tree written under linux , using bit calculation to hash, the tree used B+ tree,can be directly applied to a variety of functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:24.04kb
    • 提供者:caonima
  1. HashTree

    0下载:
  2. 哈希树,一种新的数据结构,可以在常数时间内查询海量数据。其原理是将关键字与查询地址相关。-Hash tree, a new data structure, you can check in constant time mass data. The principle is to address the query keywords.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:168.39kb
    • 提供者:huxuan
  1. data-struct

    0下载:
  2. 数据结构与算法 最短路径算法 最小生成树-Data Structures and Algorithms shortest path minimum spanning tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:869.96kb
    • 提供者:sun
  1. dictionarytree

    0下载:
  2. 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for statistical, sort and save a lot
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:2.98mb
    • 提供者:曹辉
  1. rehash

    0下载:
  2. rebuild hash tree directories.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:6.16kb
    • 提供者:rangmaiseng
  1. hash-Tree-algorithm

    0下载:
  2. 完善之后的hash树的构造算法,非常经典!-Perfect after a hash tree construction algorithm, very classic!
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:63.64kb
    • 提供者:freezinging
  1. smallpro

    0下载:
  2. 一些小程序,包括AVL数,TSP问题,最大堆,hash树,线程实现-Some small programs, including AVL number, TSP problem, the maximum heap, hash tree, thread implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6.73kb
    • 提供者:玉米味
« 12 3 4 5 »
搜珍网 www.dssz.com