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

搜索资源列表

  1. Maxfpminer1

    0下载:
  2. 本程序实现通过构造一棵前缀树实现 最大模式频繁项集挖掘算法.应用fp树增长算法实现.-the program by constructing a prefix tree to achieve the greatest model Frequent Mining algorithms. Application fp growth tree algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:45.31kb
    • 提供者:石飞
  1. tree

    0下载:
  2. Linux下的tree命令,同window,功能更强大! 1、下载tree-1.5.1.1源程序 2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc 4、安装:make prefix=/home/xxxx/rootfs install Ubuntu下 直接 apt-get install tree 即可安装最新的tr
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:30.85kb
    • 提供者:hhh
  1. SET

    0下载:
  2. 自己编的,输入前缀树,基于WordNet,需先安装wordnet-Own, and enter the prefix tree, based on the WordNet, the need to install WordNet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:530.45kb
    • 提供者:chanfangliang
  1. qianzhuizhuanerchashu

    0下载:
  2. 前缀表达式转换成二叉树的代码,通过转换成二叉树可以轻松实现转换成后缀,前缀,中缀形式。-Prefix expression into a binary tree code, through the binary tree can be converted easily into a suffix, prefix, infix form.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3.41kb
    • 提供者:wxg
  1. huffman_coding

    0下载:
  2. ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1.01kb
    • 提供者:ria
  1. Article_demozip

    0下载:
  2. Prefix tree implementation code using c#-Prefix tree implementation code using c#
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:28.22kb
    • 提供者:bwe
  1. tree

    0下载:
  2. 算术表达式与二叉树之间存在着对应关系,编写把以前缀形式输入的合法算术表达式转换为中缀表达式,再转换为后缀表达式,并求表达式的值-Arithmetic expressions with binary tree there is a correlation between the preparation of the form to enter the legitimate prefix arithmetic expression conversion infix expression, and t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.5kb
    • 提供者:ty
  1. apriori

    0下载:
  2. A program to find association rules and frequent item sets (also closed and maximal) with the apriori algorithm (Agrawal et al. 1993), which carries out a breadth first search on the subset lattice and determines the support of itemsets by subset tes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:121.14kb
    • 提供者:hjp
  1. Expr

    0下载:
  2. 对数据结构中二叉树的理解,前缀、中缀、后缀的相互转换.-Binary tree data structure understanding, prefix, infix, suffix interchangeable.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:115.75kb
    • 提供者:亮亮
  1. prefix_tree

    0下载:
  2. 用于ip地址管理的二叉前缀树实现,按前缀区分ip地址,用于存储中型前缀列表-Ip address management for the binary prefix tree to achieve, according to differentiate between prefix ip address prefix list used to store medium-sized
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:12.55kb
    • 提供者:李晏
  1. ProExpr

    0下载:
  2. 实现表达式求值,表达式树绘制,前缀表达式转换中缀表达式,中缀表达式转换后缀表达式-To achieve expression evaluation, expression tree drawing, prefix expression conversion infix expression, the expression postfix conversion infix expression
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:135.18kb
    • 提供者:陈义兵
  1. string_structure

    0下载:
  2. 关于字符串的数据结构应用,有kmp,扩展kmp,单词前缀树的近似kmp,后缀数组。求最多重复子串。-On the string data structure applications, kmp, expansion kmp, word prefix tree approximation kmp, suffix array. Seeking up to repeated substring.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4.02kb
    • 提供者:Mr.Only
  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. trie-tree

    0下载:
  2. Trie是一种树型数据结构,用于存储字符串,可以实现字符串的快速查找。Trie的核心思想是空间换时间,利用字符串的公共前缀来降低查询时间的开销以达到提高效率的目的。 适用范围:统计和排序大量的字符串-Trie is a tree data structure used to store the string, the string can quickly find. Trie' s core idea is space for time, use the string prefix t
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.24kb
    • 提供者:咋都有
  1. HuffmanCoding

    0下载:
  2. The program uses Huffman code algorithm to compress any file (text file, image file, ...) by creating a optimal prefix tree. The user interface is very simple to process encoding a file or decoding a file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:274kb
    • 提供者:DTuan
  1. fpgrowth_linuxExecutable

    0下载:
  2. Linux executable file.. A program to find frequent item sets (also closed and maximal as well as generators) with the FP-growth algorithm (frequent pattern growth, Han et al 2000), which represents the transaction database as a prefix tree which
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:64.27kb
    • 提供者:ronit
  1. algorithms-master

    0下载:
  2. 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.56mb
    • 提供者:汪小君
  1. pre

    0下载:
  2. 用java编写的前缀树挖掘算法源代码,包括6个java源文件及编译文件,数据文件,输出结果txt文件-Prepared using java prefix tree mining algorithm source code, including six java source files and compiled files, data files, the output txt file
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:493.35kb
    • 提供者:JA
  1. Source-Code

    0下载:
  2. 请使用OpenNLP当中的英文文档,en-sent.bin 以便进行英文断句。 请使用OpenNLP当中en-token.bin 以便进行英文单词的tokenlization. 系统的启动代码名称是Command collect center-NGram Model based on add-delt smooth tec. the datastructure of NGram model s memony structure is using prefix tree as inde
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:106.64kb
    • 提供者:刘祺
  1. 184081165-16-Bit-Wave-Pipelined-Sparse-Tree-RSFQ-

    0下载:
  2. In this system, we discuss the architecture, design, and testing of the first 16-bit asynchronous wave-pipelined sparse-tree superconductor rapid single flux quantum adder implemented using the ISTEC 10 kA/cm 2ADP2.1 fabrication process. Compar
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:198.97kb
    • 提供者:Fardeen
« 12 3 4 »
搜珍网 www.dssz.com