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
    • 文件大小:24.36kb
    • 提供者:罗鹏魁
  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
    • 文件大小:232.35kb
    • 提供者:姜锋
  1. namelist

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

    • 发布日期:2008-10-13
    • 文件大小:3.45kb
    • 提供者:赵宇心
  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
    • 文件大小:2.97kb
    • 提供者:吴开红
  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. 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
    • 文件大小:31.13kb
    • 提供者: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
    • 文件大小:2.05kb
    • 提供者:sunfuquan
  1. LZW_5060309818

    0下载:
  2. 著名的LZW压缩和解压的C++实现,通过hash出来的动态字典可对文本或图片进行压缩和解压,有不错的压缩比。-Well-known LZW compression and decompression of the C++ Achieve, through the dynamic dictionary hash out of text or picture compression and decompression, a good compression ratio.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:101.11kb
    • 提供者:程序员
  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
    • 文件大小:16.31kb
    • 提供者:momo
  1. MTKcode

    0下载:
  2. MTK平台下的读取文件SOCKET连接发送短信,触摸屏电子字典哈希查找,照片编辑器-MTK platform document read SOCKET connection to send text messages, touch-screen electronic dictionary hash find, Photo Editor
  3. 所属分类:MTK

    • 发布日期:2017-04-01
    • 文件大小:87.2kb
    • 提供者:wangkafeng
  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. fen

    0下载:
  2. 基于后缀数组无词典分词算法,利用散列表获得汉字结合模式,通过置信度进行赛选。-Suffix array-based non-dictionary word segmentation algorithm, the use of hash table model was combined with Chinese characters, through the confidence to carry out the election race.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:3.99kb
    • 提供者:wangzhen
  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
    • 文件大小:2.34kb
    • 提供者:Robin.Wang
  1. Set

    0下载:
  2. 数据结构中集合与字典的类库程序。包含:跳表,散列,并查集等常用程序。-Collection of data structure libraries with the dictionary program. Include: jump tables, hash, and check collection and other popular programs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:11.13kb
    • 提供者:冷山道
  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
    • 文件大小:7.4kb
    • 提供者:刘洋
  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
    • 文件大小:36.1kb
    • 提供者:zjj
  1. 3Web_dictionary

    0下载:
  2. C#实现在线字典,web dictionary实现,可自动加载字典,并采用哈希生成自己的小字典便于查询,利用哈希和顺序两种算法查询并比较其查询时间效率-C# achieve online dictionary, web dictionary implementation, can automatically load the dictionary, and the hash generated by a small dictionary to facilitate their inquiries
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-10
    • 文件大小:16.43mb
    • 提供者:dezheng
  1. LZW

    0下载:
  2. 基于LZW字典编码的压缩解压算法,动态建立编译表并用哈希表结构存储索引。-Dictionary-based LZW compression decompression coding algorithm, dynamic compilation table set up and use the hash table structure to store the index.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.91kb
    • 提供者:戴理
  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. dictionary

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

    • 发布日期:2017-11-26
    • 文件大小:4.69mb
    • 提供者:Even Lin
« 12 »
搜珍网 www.dssz.com