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

搜索资源列表

  1. FastReach

    0下载:
  2. 这是一个小程序,它允许你新建一些分类,并且将文件按照分类建立索引。可以将常用的文件拖到这里面,方便寻找,避免一个个目录翻找的麻烦。-This is a small program that allows you to create some classification and indexing the documents in accordance with the classification. Common file can be dragged there, easy to find,
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:435391
    • 提供者:孙瑞
  1. LuceneProject

    0下载:
  2. 整个搜索引擎分为读取数据、分析数据、建立索引、搜索服务几个部分,利用开源Lucene实现的-Read the entire search engine into data, analyze data, indexing, search services of several parts, the use of open source Lucene implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3281555
    • 提供者:wanya
  1. search

    0下载:
  2. 统一资源定位符(URL)是网站页面的地址判别方式,也是蜘蛛抓取网站网页信息的途径。那搜索引擎蜘蛛是如何通过URL链接抓取网站页面的呢?搜索引擎工作大致分为三个阶段:爬行和抓取阶段(搜索引擎蜘蛛访问页面,并获取页面html代码存入数据库):预处理(对页面文字进行提取、分词、消除噪音、去重 和建立索引);排名(根据页面的相关性和网站权重高低展示给用户)。-Uniform Resource Locator (URL) address discrimination is the way web page
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:4407
    • 提供者:smith
  1. erlang3

    0下载:
  2. 1.Erlang二分搜索 从一个已排好序的列表中寻找是否包含某元素,返回true/false 2.为文本建立索引 给定一个由英文单词构成的文件,为文件中所有单词建立索引,记录每个单词出现的行号和每行出现的次数,并将索引存入一个文件。 -1.Erlang binary search from an already sorted list to find if a certain element, returns true/false 2. Establish a file inde
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1389
    • 提供者:肖捷
  1. lucene

    0下载:
  2. lucene使用方法实例介绍包括为文件建立索引、并使用该索引检索文件 -Examples include the use of introduced lucene indexed file, and use the index to retrieve files
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:14550
    • 提供者:朱珊珊
  1. IndexUtil

    0下载:
  2. lucene建立索引与lucene检索功能实现的简单实现-lucene build indexing and retrieval functions to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:976
    • 提供者:will
  1. findinformation

    0下载:
  2. 数据挖掘,智能信息检索,建立索引的时间较久,索引建立后文档查词很快-Data mining, intelligent information retrieval, indexing time longer, document indexing search words soon after
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4530
    • 提供者:
  1. Block-search

    0下载:
  2. 用二分法建立索引表,在此基础上进行分块查找的算法,用c语言加以实现。-Indexing table with the dichotomy block search algorithm based on this, to be implemented by c language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:887
    • 提供者:
  1. S_model

    2下载:
  2. 参考2015年深圳杯数学建模B题,在给定DNA序列的情况下,为k-mer建立索引,表头为顺序表,每个结果用链表存储,查找速度极快,但是比较消耗内存-Reference 2015 Shenzhen B cup mathematical modeling problems, in the case of a given DNA sequence, established as a k-mer indexing, the first table of the order form, each resu
  3. 所属分类:DNA

    • 发布日期:2015-05-17
    • 文件大小:10251264
    • 提供者:张召伟
  1. libiary

    1下载:
  2. 图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设 计一个图书管理系统,将上述业务活动借助于计算机系统完成。 要求: (1)每种书的登记内容至少包括书号、书名、著者、现存量和总库存量等五项。 (2)作为演示系统,不必使用文件,全部数据可以都在内存存放。要用 B-树(4 阶树) 对书号建立索引,以获得高效率。 (3)系统应有以下功能: 采编入库、清除库存、借阅、归还、显示(以凹入表的形式显示)等。-Library management basic business
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2798
    • 提供者:杨若兮
  1. hash

    0下载:
  2. k-mer的哈希算法,建立索引,能够准确搜索DNA片段的位置、-K-mer hash algorithm, the establishment of the index, can accurately search the location of the DNA fragment.
  3. 所属分类:File Formats

    • 发布日期:2017-06-19
    • 文件大小:29692928
    • 提供者:杰杰
  1. LuceneProductDemo

    0下载:
  2. Lucene3.0.3建立索引和搜索功能的DEMO-The DEMO Lucene3.0.3 indexing and searching function
  3. 所属分类:.net

    • 发布日期:2017-05-07
    • 文件大小:1034041
    • 提供者:咚咚一号
  1. lucenetest1

    0下载:
  2. lucene 简单实现检索入门,能够实现建立索引和检索-lucene test
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1394249
    • 提供者:李猛哲
  1. search-engine

    0下载:
  2. 简单的搜索引擎代码(包含网络爬虫,建立索引,检索索引等)-Simple search engine code (including web crawler, indexing, retri index, etc.)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:15212
    • 提供者:he
  1. BMS

    0下载:
  2. 西文图书管理系统图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设计一个图书管理系统,将上述业务活动借助于计算机系统完成。要求:1)每种书的登记内容至少包括书号、书名、著者、现存量和总库存量等五项。2)作为演示系统,不必使用文件,全部数据可以都在内存存放。要用B-树(3-4树)对书号建立索引,以获得高效率。3)系统应有以下功能:采编入库、清除库存、借阅、归还、显示(以凹入表的形式显示)等。-Books Management System(BMS)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3080
    • 提供者:lin65824
  1. c161

    0下载:
  2. 通过用B树建立索引的源代码,玩玩而已的,不成可以作为参考的-By using B tree indexing the source code, play it, and not as a reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2111
    • 提供者:que397395
  1. jhvod

    0下载:
  2. 1、大部分前台页面采用HTM静态网页,由管理后台自动生成; 2、ACCESS免费版和SQL商业版分别采用ACCESS和MSSQL数据库环境,数据结构经过精心的设计,从字段到表的分配,索引的构建,能最大限度的发挥 MSSQL(ACCESS没有建立索引)快速数据库的效能; 3、全部程序编译成DLL,动态连接库形式运行,速度更快、更稳定、系统更加安全;-1, most of the front page using HTML static pages, automatically genera
  3. 所属分类:Web Server

    • 发布日期:2017-05-11
    • 文件大小:2196455
    • 提供者:mcujc906
  1. Bag-of-visual-words

    0下载:
  2. 将每一张图的特征点采样聚类成图片的视觉单词 即视觉单词,就是对应图片的代表 创建数据库,将每张图片的视觉单词入库,并建立索引-Will feature a map of each sampling point clustered into visual images of words that is visual words, is to represent the corresponding picture of the is created, the visual image of eac
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:22852027
    • 提供者:耿文浩
  1. books-management-system---C

    0下载:
  2. 图书管理基本业务活动包括:一本书的采编入库,清除库存,借阅和归还等。采用B-树(4阶树)对书号建立索引,以获得高效率。-Library Management basic business activities include: editing a book storage, inventory clearing, borrow and restitution. Using B- tree (4 TREES) ISBN indexed to obtain high efficiency.
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5323
    • 提供者:OnAir
  1. spider

    0下载:
  2. Spider是搜索引擎的一个自动程序。它的作用是访问互联网上的html网页,建立索引数据库,使用户能在搜索引擎中搜索到贵网站的网页。-Spider is an automated program for search engines. Its role is to visit the Internet on the html page, the establishment of the index , allowing users to search engines to search your
  3. 所属分类:Web Server

    • 发布日期:2017-05-05
    • 文件大小:5511
    • 提供者:pot
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com