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

搜索资源列表

  1. 排序算法、字典和B-树的C++语言实现

    0下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24943
    • 提供者:罗鹏魁
  1. darts-0.2.tar

    0下载:
  2. 双数组辞典生成程序。利用双数组实现trie算法,对于不定长度共同前缀查询情况,比哈希方法更为有效。经常用于分词辞典的制作。-array dictionary-generation procedures. Using two arrays to achieve Trie algorithm for the indefinite length of the inquiry common prefix than Hash methods more effective. Frequently used
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:237927
    • 提供者:姜锋
  1. namelist

    0下载:
  2. 采用散列存储法,建立字典,能够整体处理学生名单-used hash storage method, the dictionary, to the list of overall students
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3536
    • 提供者:赵宇心
  1. 梅花三弄版dezend V1.0

    0下载:
  2. php开源屠龙刀 梅花三弄dezend v1.1 [color=#FF0000]主要增加对用zendguard 4.01进行加密的dezend支持[/color]该类文件开头格式: <?php @Zend; 4147; 现改为:首行包含Zend的文件为需dezend文件 ***************************************** 梅花三弄dezend v1.0 一、特点: 1.基于"黑刀4.3"作为内核,
  3. 所属分类:反汇编

    • 发布日期:2009-02-03
    • 文件大小:1062308
    • 提供者:liu3zy
  1. TorrentParser.实现的封装类CTorrentParser

    0下载:
  2. 实现的封装类CTorrentParser,完成的主要任务有: 1.判断torrent文件是否有效 2.得到如下的重要信息: tracker服务器列表 文件列表 分块尺寸 分块个数 分块sha1的数组 3.其他的一些次要信息如发布者,发布日期,注释等 4.计算infohash ,Metainfo files are bencoded dictionaries with the following k
  3. 所属分类:Windows编程

    • 发布日期:2017-03-26
    • 文件大小:3046
    • 提供者:吴开红
  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
    • 文件大小:1052665
    • 提供者:jiangyu
  1. RaptorDB_v1.5.1

    0下载:
  2. Smallest, fastest embedded nosql persisted dictionary using b+tree or MurMur hash indexing. .-RaptorDB is a extremely small size and fast embedded, noSql, persisted dictionary database using b+tree or MurMur hash indexing. It was primarily designed
  3. 所属分类:Database system

    • 发布日期:2017-04-01
    • 文件大小:31872
    • 提供者:xie linfeng
  1. dictionary

    0下载:
  2. 模拟电子字典查询功能,运用哈希表知识进行功能实现。-Analog electronic dictionary query function, the use of hash table functions knowledge.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2102
    • 提供者:sunfuquan
  1. jsonchecker

    0下载:
  2. aspx下的JSON库 JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, P
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:16704
    • 提供者:momo
  1. Hash

    0下载:
  2. HashMapping: 算法基础,用于大数据量的可查询存储-HashMapping: Used in store data, eg.e-dictionary
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1680
    • 提供者:荆江
  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
    • 文件大小:1385824
    • 提供者:南才北往
  1. HashDictionary

    0下载:
  2. Simple Data Dictionary that implements Hash for course: Information retrieval and storage
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6327
    • 提供者:armando
  1. dictionary-skiplist-hashtable

    0下载:
  2. 数据结构的C++实现:字典的链表实现、线性开型寻址散列、链表散列(环境:VS2008)-C++ data structures to achieve: a dictionary of the list to achieve a linear open addressing hash based, hash list (Environment: VS2008)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2400
    • 提供者:Robin.Wang
  1. SE205b_assignment3

    0下载:
  2. 要实现一个基于哈希表的字典ADT的从头开始 • 为了设计的游戏配置1散列函数 • 要创建和扩展的ADT为特定目的 • 为了使声音设计选择 • 要创建一个交互式GUI-• To implement a hashtable-based Dictionary ADT from scratch • To design a hash function for game configurati
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7580
    • 提供者:刘洋
  1. snake

    0下载:
  2. In this homework, we will focus on data structures and you are responsible for their (correct) implementation. You will implement the queue data structure, which allows FIFO access. You will also implement the hashtable data structure, which implemen
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:36965
    • 提供者:zjj
  1. dictionary

    0下载:
  2. 基于四字hash的中文分词词典,将此条放在数据库中,利用memcache提高词典索引速度。实现文本词典到数据库中此条的自动转换。-Hash based on four characters of Chinese word dictionary, the clause on the database, dictionary use memcache to improve indexing speed. Text dictionary to the database to achieve the a
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-22
    • 文件大小:7166203
    • 提供者:徐向阳
  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
    • 文件大小:2093900
    • 提供者:陈勇
  1. Data-structures

    0下载:
  2. Data Structures in java which helps us to describe the data structures like linked list,hash dictionary,avl teel,binary search tree,array list and all util package
  3. 所属分类:Java Develop

    • 发布日期:2017-06-11
    • 文件大小:18810594
    • 提供者:noopur
  1. dictionary

    0下载:
  2. 利用散列表实现英汉字典并设计程序实现相关功能-The hash table Dictionary and design program
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:4920049
    • 提供者:Even Lin
  1. Hash List

    0下载:
  2. A new kind of datastructure used mainly to store Dictionary kind of words
  3. 所属分类:技术管理

« 12 3 »
搜珍网 www.dssz.com