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

搜索资源列表

  1. shunxu

    0下载:
  2. 试编写一个用索引进行顺序查找的程序。 (1) 要求将数据以分块有序形式分别存放在不少于10个磁盘文件(块)中,每个文件中不少于10个数据,并能在内存中自动建立索引表; (2) 对任意待查找的关键字,若查找成功,给出其关键字比较次数。 (3) 自行设计测试用例。 -Try to write a sequential search using the index procedure. (1) requires the data to the form of block order w
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:58670
    • 提供者:贾铭
  1. suffix_Tree

    0下载:
  2. 后缀树,经典的用后缀树建立索引,搞搜索的同学可以-suff_tree,which is a good method by a forigner in the field of searching
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:901762
    • 提供者:韩兴凯
  1. fenkuaichazhao

    2下载:
  2. 试编写利用折半查找确定记录所在块的分块查找算法。 提示:1. 读入各记录建立主表; 2. 按L个记录/块建立索引表; 3. 对给定关键字k进行查找; 测试实例:设主表关键字序列:{12 22 13 8 28 33 38 42 87 76 50 63 99 101 97 96},L=4 ,依次查找K=13, K=86,K=88 -Trial preparation records using binary search to determine where the bl
  3. 所属分类:Data structs

    • 发布日期:2014-12-20
    • 文件大小:1024
    • 提供者:zhongkeli
  1. SQL

    0下载:
  2. 对数据库查询语言的全面且简约的个人总结,包括数据库查询,添加,更新,删除,统计,建立索引字段,查询未知名字段-Comprehensive database query language, and brief personal summary, including a database query, add, update, delete, statistics, index fields, the query name field, and so unknown
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:14523
    • 提供者:wufang
  1. C-UDP-TFTP-Trivial-File-Transfer

    0下载:
  2. 用C语言写的搜索引擎,包含多种建立索引的方式-C serach engine, contains many methods for index establishing
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:5299
    • 提供者:john
  1. block

    1下载:
  2. 利用折半查找确定记录所在块的分块查找算法. 读入各记录建立主表,按L个记录/块建立索引表, 对给定关键字k进行查找-Use binary search to determine where the block record block search algorithm. Read into the record to establish the main menu, press L record/block index table, k for a given keyword searc
  3. 所属分类:Data structs

    • 发布日期:2016-12-08
    • 文件大小:1024
    • 提供者:何苗
  1. teacher

    0下载:
  2. 教师信息管理系统 实现了定义、教师类;可以实现教师信息的查询、编辑;可以实现根据ID和名称进行信息的快速检索;可以实现教师信息的添加和删除;要求根据教师编号和姓名建立索引,支持精确和模糊查找; -Teacher Information Management System to achieve a defined class of teachers can query the information of teachers, editors ID and name can be ach
  3. 所属分类:Education soft system

    • 发布日期:2017-05-22
    • 文件大小:6911646
    • 提供者:lancy
  1. sqlite3-using-summary

    0下载:
  2. sqlite提供的是一些C函数接口,你可以用这些函数操作数据库。通过使用这些接 口,传递一些标准 sql 语句(以 char * 类型)给 sqlite 函数,sqlite 就会为你操作数据库。sqlite 跟MS的access一样是文件型数据库,就是说,一个数据库就是一个文件,此数据库里可以建立很多的表,可以建立索引、触发器等等,但是,它实际上得到 的就是一个文件。备份这个文件就备份了整个数据库。sqlite 不需要任何数据库引擎,这意味着如果你需要 sqlite 来保存一些用户数据,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-27
    • 文件大小:40245
    • 提供者:月落乌啼
  1. DotLuceneDemo

    1下载:
  2. DotLucene演示源码 DotLucene实际是Lucene的Asp.net版本,也称为lucene.net 该项目的原型为DotLuceneAPISearchDemo-1.1,后经51aspx升级为Asp.net2.0版本并改为WebApplication类型 该demo演示了Lucene的常用功能(智能分词、关键字高亮等) 在测试自定义添加数据后点击建立索引按钮才能生效(此功能由51aspx添加),原版只检索目录下的html文件,51Aspx改为了检索所
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:743772
    • 提供者:xsj
  1. student

    0下载:
  2. 建立一个简单的学生信息管理系统,该系统为注册学生保存基本信息、选课信息以及课程成绩。系统要方便基本信息、选课信息、成绩的增加、删除、修改及查询。为实现快速查询,要求对基本信息、选课信息和成绩建立相应的索引,学生成绩采用平衡二叉树建索引,对学生姓名采用Hash建立索引,对学号实现折半查找。-Create a simple student information management system, which save the basic information for registe
  3. 所属分类:Education soft system

    • 发布日期:2017-05-17
    • 文件大小:4393426
    • 提供者:key
  1. fileSystem

    0下载:
  2. 操作系统课程的一个实验,实现文件创建,读写,建立索引目录的,即对文件的管理功能。-An experimental course of the operating system, file creation, reading and writing, indexing the directory, file management functions.
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:245865
    • 提供者:阿金
  1. SQL

    0下载:
  2. Sql 插入数据 建立索引 修改数据等操作-Sql insert the data indexing modify data
  3. 所属分类:SQL Server

    • 发布日期:2017-12-08
    • 文件大小:454516
    • 提供者:钟小平
  1. luceneCode

    0下载:
  2. lucene3.4.0的源代码,一个检索系统的开源包,本人已用myeclipse建立好工程,里面实现了中科院的中文分词接口,简单的建立索引,检索等一个比较完整的中文信息检索系统,便于初学者学习。-the source code of lucene3.4.0 a retrieval system open source package, I have created works myeclipse inside the Chinese Academy of Sciences word interf
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:5348953
    • 提供者:刘强
  1. BWA--v2.1

    0下载:
  2. 基于BWT的DNA短序列分析程序. BWT是一种压缩算法,主要利用BWT压缩的思想建立索引进行搜索。 BWA(Burrows–Wheeler Alignment)用BWT提供的索引进行快速搜索。-Based on the BWT of short DNA sequence analysis program. BWT is a compression algorithm, BWT compressed thought indexing search. BWA (Burrows-Wheele
  3. 所属分类:DNA

    • 发布日期:2017-03-21
    • 文件大小:7758
    • 提供者:食草堂
  1. daima

    0下载:
  2. 简单的搜索排序,建立索引,基于VSM向量空间模型-Simple search sorting, indexing, based on vector space model VSM
  3. 所属分类:Search Engine

    • 发布日期:2017-11-09
    • 文件大小:2406476
    • 提供者:张毅
  1. LucuneExample

    0下载:
  2. lucune.net是一个示例程序,包括从建立索引到查找,入门的好材料-lucune.net is a sample program, ranging from indexing to find, good material entry
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:1835
    • 提供者:xuzhenhao
  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. 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. 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 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com