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

搜索资源列表

  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. English-book-management-system

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

    • 发布日期:2017-03-29
    • 文件大小:242983
    • 提供者:panbowen
  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. IndexMaker

    0下载:
  2. 用LUCENE连接MYSQL数据库建立索引并搜索的源程序。-Connect with LUCENE MYSQL database indexing and search of the source.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1683
    • 提供者:lihai
  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. 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. LuceneStudy

    0下载:
  2. Lucene搜索引擎的使用例子,其中包括建立索引,检索索引,分词等功能。-The the use of of the Lucene search engine the examples of, which including the establishment of the the function of indexing, case retrieval index, sub-the word, and, etc. on.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:1009540
    • 提供者:whj
  1. Suoyin

    0下载:
  2. 索引 先进行网上爬虫、然后爬下来的文件进行排序,最后对排好的顺序建立索引,搜索引擎-Index first online reptiles, sort the files and then climb down, and finally sorted order indexing, search engine
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-30
    • 文件大小:10302
    • 提供者:fanli
  1. Index

    0下载:
  2. 利用lucene,对给定的文件目录下的txt文件建立索引,存储文件的内容和路径。txt文件格式保存为uft-8-Use lucene, for a given file directory txt file indexing, storing the contents of the file and path. txt file formats saved as uft-8
  3. 所属分类:JavaScript

    • 发布日期:2017-11-26
    • 文件大小:2448706
    • 提供者:
  1. FeatureSelection

    0下载:
  2. 一种对于文本的特征选择方法集合。对于txt数据,建立索引之后,提取其中词语的一些统计特性,包括tf,df,tf-idf,tv,tc等等,并将结果存储在数据库之中。-For txt data, index, the extract some of the words in the statistical properties, including tf, df, tf-idf, tv, tc, etc., and the results being stored in a database.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:2484673
    • 提供者:LQR
  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 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com