您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 数据结构Advanced-Data-Structures

  2. 数据结构原本,大一统,外文书原版 Data structures Contents Articles Introduction 1 Data structure 1 Linked data structure 3 Succinct data structure 6 Implicit data structure 8 Compressed data structure 9 Search data structure 10 Persistent data structure 11 Concurre
  3. 所属分类:C/C++

    • 发布日期:2017-10-14
    • 文件大小:13631488
    • 提供者:azrael_death
  1. 数学建模算法与程序课后习题解答的程序及数据

  2. 文件夹 PATH 列表 卷序列号为 0000002C 486B:877C C:. │ tree.txt │ 说明.txt │ ├─01第1章 │ book1_1.xls │ data.mat │ data1_1.txt │ eti1_5.lg4 │ eti1_6.lg4 │ eti1_7.lg4 │ eti1_8_1.m │ eti1_8_2.m │ eti1_8_3.m │ eti1_8_4.lg4 │ eti_1_9.lg4 │ ex.txt │ ti1_1_1.m │ ti1_1_2.l
  3. 所属分类:讲义

    • 发布日期:2018-02-02
    • 文件大小:2097152
    • 提供者:qq_32768743
  1. python实现bk树(cython加速)

  2. 详细见blog:https://blog.csdn.net/koibiki/article/details/83052431
  3. 所属分类:Python

    • 发布日期:2018-10-17
    • 文件大小:4194304
    • 提供者:koibiki
  1. 教程:Hibernate,Spring,HSQL,Eclipse和MavenTutorial: Hibernate, Spring, HSQL, Eclipse and Maven

  2. 本书是使用Eclipse逐步介绍Hibernate,Spring,HSQL和Maven的指南,其中包含4个有关流行框架的教程。Notations Command prompt: c\ Command Prompt 口X C:\tutorials\simpleWeb>mun clean package Eclipse Java EE- Eclipse Platform Project Run window Help 已 Servers 图 Probl Task I回 Prap 4i4 Ser
  3. 所属分类:其它

    • 发布日期:2019-10-31
    • 文件大小:2097152
    • 提供者:weixin_38743481
  1. domingues-outlier-detection-evaluation.pdf

  2. domingues-outlier-detection-evaluationdomingues-outlier-detection-evaluationNumerous machine learning methods are suitable for anomaly detection However, supervised algorithms are more constraining than unsupervised meth- ods as they need to be provi
  3. 所属分类:其它

  1. BK-Tree

  2. 用于根据编辑距离(Levenshtein距离)概念执行拼写检查。 BK树也用于近似字符串匹配。基于该数据结构,可以实现许多软件中的各种自动校正特征。 BKTree算法上分两步: 1 构造 在词典里面随便找一个词作为root节点,然后与其他词计算编辑距离n。若已有相同编辑距离n的子节点,就挂在子节点下;若没有,就新建边为n的子节点。如此递归下去。 2 查询 这里重点来了,编辑距离符合三角不等式:任意两条边的和大于第三条边。所以只用从根节点开始,找(d-n) < x < (d+n)的
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:205824
    • 提供者:weixin_38725531