搜索资源列表

  1. 实验7 二叉树 北京师范大学数学科学院

    0下载:
  2. 自创的算法,输入表达式,建立二叉树的程序,然后输出前缀中缀后缀表示法,利用的对表达式的分割与递归实现输入,同时这也是一个完整的波兰式转换程序,相当稳健-own algorithm, the importation of expression, the establishment of the binary tree and then output the suffix prefix which is made up of the met
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4212
    • 提供者:李铭璜
  1. suffixtree

    0下载:
  2. 中科院计算所的关于后缀树的一个ppt,内容是英文的-calculation of the Chinese Academy of Sciences on a suffix tree ppt, as is the English
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:26811
    • 提供者:陈颍
  1. 消除左递归得到后缀式

    0下载:
  2. 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, aft
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2219
    • 提供者:刘远兴
  1. main

    0下载:
  2. 后缀树构造软件
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1757
    • 提供者:看了看
  1. libsfxdisk-1[1].2.tar

    0下载:
  2. 后缀数存储算法,利用后缀树(sufixtree)存储,搜索数据,可以达到C*O(n)的复杂度-suffix several storage algorithm, the use of the suffix tree (sufixtree) storage, search, which can reach C * O (n) the complexity
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15145
    • 提供者:董骝焕
  1. 消除左递归得到后缀式

    0下载:
  2. 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, aft
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-09-30
    • 文件大小:2048
    • 提供者:刘远兴
  1. libsfxdisk-1[1].2.tar

    0下载:
  2. 后缀数存储算法,利用后缀树(sufixtree)存储,搜索数据,可以达到C*O(n)的复杂度-suffix several storage algorithm, the use of the suffix tree (sufixtree) storage, search, which can reach C* O (n) the complexity
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-30
    • 文件大小:15360
    • 提供者:董骝焕
  1. 实验7 二叉树 北京师范大学数学科学院

    0下载:
  2. 自创的算法,输入表达式,建立二叉树的程序,然后输出前缀中缀后缀表示法,利用的对表达式的分割与递归实现输入,同时这也是一个完整的波兰式转换程序,相当稳健-own algorithm, the importation of expression, the establishment of the binary tree and then output the suffix prefix which is made up of the met
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-30
    • 文件大小:4096
    • 提供者:李铭璜
  1. suffixtree

    0下载:
  2. 中科院计算所的关于后缀树的一个ppt,内容是英文的-calculation of the Chinese Academy of Sciences on a suffix tree ppt, as is the English
  3. 所属分类:软件工程

    • 发布日期:2024-09-30
    • 文件大小:26624
    • 提供者:陈颍
  1. main

    0下载:
  2. 后缀树构造软件-Suffix Tree Construction Software
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-30
    • 文件大小:2048
    • 提供者:
  1. BinaryTreeoperation

    0下载:
  2. 二叉树的前序中序后序遍历操作,以及后缀表达式计算-Binary Tree Preorder traversal sequence after sequence of operations, as well as the suffix expressions calculated
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-30
    • 文件大小:3072
    • 提供者:chenhuafeng
  1. change

    0下载:
  2. 中缀表达式转后缀表达式,建立二叉表达式树,利用二叉表达式树求解 -Infix to suffix expressions expression, the establishment of binary expression tree, the use of binary expression tree to solve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-30
    • 文件大小:1024
    • 提供者:
  1. suffix_tree

    0下载:
  2. 后缀树的算法实现。基本定义在suffixtree.h中,具体实现参见suffixtree.c.-Suffix tree algorithm. Basic definitions in suffixtree.h, the concrete realization see suffixtree.c.
  3. 所属分类:Windows编程

    • 发布日期:2024-09-30
    • 文件大小:13312
    • 提供者:aasl
  1. houzhui_tree

    0下载:
  2. 本代码是对后缀树进行构建,然后对构建的后缀树进行一些简单操作,运用后缀树计算最长子序列-create the tiretree ,then calculate the longest common squenece of two string by using tiretree
  3. 所属分类:其他小程序

    • 发布日期:2024-09-30
    • 文件大小:1024
    • 提供者:Summer
  1. SuffixTree

    0下载:
  2. 重要算法后缀树的实现,非常实用-Important algorithm for the realization of the suffix tree
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-09-30
    • 文件大小:2048
    • 提供者:tr0j4n
  1. 10253

    0下载:
  2. 本代码是在KMP算法上加以改进后,实现对一个字串求最长重复子序列。该算法可以与后缀树有相同原理。-The code is in the KMP algorithm be improved to realize for the longest string of a repeat sequence. The suffix tree algorithm with the same principle.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-30
    • 文件大小:1024
    • 提供者:fppling
  1. Linear_Suffix_Array_Construction

    0下载:
  2. 另外一篇后缀数组的算法论文,非常高效,而且附上了详细的证明。显示出与后缀树的优势-Suffix Array
  3. 所属分类:Windows编程

    • 发布日期:2024-09-30
    • 文件大小:268288
    • 提供者:袁园
  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 conv
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-30
    • 文件大小:1024
    • 提供者:ty
  1. suffix_Tree

    0下载:
  2. 后缀树构造程序,输入字符串,产生该字符串的后缀树结构-Suffix tree construction process, input string, resulting in the string suffix tree structure
  3. 所属分类:Windows编程

    • 发布日期:2024-09-30
    • 文件大小:901120
    • 提供者:索永强
  1. suffix

    0下载:
  2. 倍增算法实现后缀数组,在字符串处理当中,后缀树和后缀数组都是非常有力的工具,其中后缀树大家了解得比较多,关于后缀数组则很少见于国内的资料。-suffix array
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-30
    • 文件大小:1024
    • 提供者:zdl
« 12 3 4 5 »

源码中国 www.ymcn.org