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

搜索资源列表

  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. caltech-image-search-1.0

    1下载:
  2. 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Sc
  3. 所属分类:图形/文字识别

    • 发布日期:2017-03-23
    • 文件大小:148728
    • 提供者:薛振华
  1. Text-Retrieval

    0下载:
  2. 信息检索系统从最初的纯手工检索系统业已发展到现在的以信息技术为支撑的检索系统,在这一过程中,适应新的信息资源、信息技术这些检索环境,提高信息检索系统的查全率、查准率和系统响应时间是不变的主题,在众多文本中掌握最有效的信息始终是信息处理的一大目标。围绕向量空间模型设计了一个文本检索系统,介绍向量空间模型的基础上给出了基于它的信息检索系统的一般结构框架和各部分的功能,探讨了系统中所涉及到的关键技术。用向量空间模型进行特征表达,用TF-IDF(Term-Frequency Inverse-Docume
  3. 所属分类:Project Design

    • 发布日期:2017-05-01
    • 文件大小:714138
    • 提供者:Peng Jin
  1. Retrieve

    0下载:
  2. 建立倒排文件后的,如何对图片进行检索。其中有非常详细的注释-image retrieval
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:高媛
  1. InvFileIndex

    0下载:
  2. 建立倒排文件,用于图像检索领域,有很详细的代码注释,- build inverted file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:5122
    • 提供者:高媛
  1. DB_ii_Final

    0下载:
  2. 基于二进制文件的B+数索引和倒排文件,其中B+树的删除利用插入实现-Achieve based on the number of binaries B index and the inverted file, including the deletion of the B-tree by inserting
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:281218
    • 提供者:eros
  1. search_engine

    0下载:
  2. 搜索引擎课程的几次作业,第一次作业实现分词算法,使用正向最大匹配原则。第二次作业实现倒排索引。第三次作业实现正排索引。第四次作业实现索引功能。实现的比较简单,但均可正常运行。-Several job search engine programs, the first job segmentation algorithm, using forward maximum matching principle. The second job inverted index. The third job t
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:171672
    • 提供者:张明
  1. ir

    0下载:
  2. 基于网页的倒排文件建立及查找 附源码及报告说明-Find attached source code and report illustrates web-based inverted file
  3. 所属分类:Search Engine

    • 发布日期:2017-11-07
    • 文件大小:57283
    • 提供者:王雷
  1. SimulateSearchEngine

    0下载:
  2. 模拟搜索引擎的功能,通过对文本分词,从而建立倒排索引表,实现全文检索的功能。-Establishing reverse index and simulate the function of search engine. By reading text file and segmentation we can establish a reverse index for all the words.So this will implement the full-text searching.
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:182259
    • 提供者:任育伟
  1. MapTest

    0下载:
  2. 倒排索引,此程序,运用ICTClas分词工具实现的中文分词,并建立倒排索引输出到指定文件。-Inverted index, this procedure, use ICTClas segmentation tool to achieve the Chinese word segmentation and indexing inverted output to the specified file.
  3. 所属分类:Applet

    • 发布日期:2017-12-09
    • 文件大小:778
    • 提供者:龙悦
  1. Lucene2.0_Test

    0下载:
  2. Lucene 建立倒排索引的入门例子,容易理解lucene建立索引和查询的过程。-The Lucene establish introductory example inverted index, easy to understand lucene indexing and query process.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:7276
    • 提供者:eraser
  1. MapReduce

    0下载:
  2. Hadoop MapReduce 实现倒排索引-Hadoop MapReduce
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:8202
    • 提供者:JJ
  1. InvertedIndex

    0下载:
  2. 基于hadoop的倒排索引的编程,Linux hadoop 倒排索引-Hadoop inverted index based programming, Linux hadoop inverted index
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:9193
    • 提供者:光明GMG
  1. InvertedIndex

    0下载:
  2. Hadoop中实现倒排索引,实现最简单行的倒排索引,并能够显示单词出现的文档路径-Hadoop achieve inverted index, achieve the most simple lines inverted index, and be able to display the word document path appears
  3. 所属分类:MPI

    • 发布日期:2017-11-12
    • 文件大小:1116
    • 提供者:小咸鱼
  1. IR_experiment

    0下载:
  2. 信息检索的小程序,实现了倒排索引,布尔查询,排序的功能-Information Retrieval small procedures, the inverted index, Boolean queries, sorting function
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:695714
    • 提供者:xcz
  1. CHAP12

    0下载:
  2. ISAM文件,VSAM文件,顺序文件,索引文件,多重表文件,倒排文件ISAM files, VSAM files, sequential files, index files, multi-sheet files, inverted file-ISAM files, VSAM files, sequential files, index files, multi-sheet files, inverted file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:25127
    • 提供者:rewhich
  1. InvertedIndex

    0下载:
  2. java实现的倒排索引,非常实用,对初学者来说-java Interview Index
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:5894
    • 提供者:刘德华
  1. MapTest

    0下载:
  2. 倒排索引,此程序,运用ICTClas分词工具实现的中文分词,并建立倒排索引输出到指定文件。-Inverted index, this procedure, use ICTClas segmentation tool to achieve the Chinese word segmentation and indexing inverted output to the specified file.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:822
    • 提供者:forsdth
  1. wenbendaopai

    0下载:
  2. 易语言文本倒排源码例程倒叙排列 很有用的代码主要功能为获取倒叙也就是最后数据用-Yi language text inverted arrangement useful source routines flashback main function is to get the code is the last data using flashback
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1744
    • 提供者:qq3671
  1. bs1

    0下载:
  2. 构建倒排索引,这是北航大数据专业搜索引擎课的大作业构建索引部分-Construction of inverted index, this is the buaa big professional search engine data class assignments to build indexes section
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:1598
    • 提供者:Clark Cui
« 1 2 34 5 »
搜珍网 www.dssz.com