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

搜索资源列表

  1. vbapi函数手册

    0下载:
  2. vbapi函数手册 为了让大家能更好的阅读和管理Windows API 函数,于是我为大家将网上的资料整理成一个帮助文件。让查阅API 函数变的更简单,容易,也更有效。 本帮助文件中的Windows API 函数大约有774个,共分十二大类,基本上包括了大部分的常用和非常用的Windows API 函数,按分类编排,具有索引功能,支持全文检索,可添加到收藏夹。 声明:本帮助文件由Raise Belling个人整理后出版,内容全摘自网络,版权归实际作者所有。-vbapi manual to fun
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:979054
    • 提供者:吴文勇
  1. v6956_CnForums2.01

    0下载:
  2. 1. 用户资料中增加中文昵称,QQ号 2. 记录注册/最后登录IP 3. 版主管理 4. 搜索改进,可以支持全文索引和简单的搜索 5. 头像可选保存磁盘 6. 附件可选保存磁盘 7. HTML编辑器的增强 8. 附件下载支持多线程和断点虚传-1. User information increased Chinese nickname, QQ No. 2. Record registration / IP logged last three. Moderator management 4. Imp
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6909228
    • 提供者:savior618
  1. Spideroo

    0下载:
  2. C#写的一个搜索引擎,可以搜索、建立索引等。building a simple search engine that crawls the file system from a specified folder, and indexing all HTML (or other types) of documents. A basic design and object model was developed as well as a query/results page-C# to write
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:24874
    • 提供者:zz
  1. weblucene

    1下载:
  2. Lucene Web interface, use XML as a lightweight protocol. developer can convert data source (text, DB, MS Word, PDF... etc) into xml format, indexing with lucene engine, and get full text search result via HTTP, with XML format output, user can easily
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:2891116
    • 提供者:张和
  1. CBIR

    0下载:
  2. 本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术.-the program content-based image retrieval functions, in other words how images from the multimedia database indexing or find matching images, the methodology used is the Fourier t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:20775
    • 提供者:陈建文
  1. ICA_demo_text

    0下载:
  2. ICA is used to classify text in extension to the latent semantic indexing framework. ICA show to align the context grouping structure well in a human sense [1], thus can be used for unsupervised classification. The demonstration shows this on medical
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2496134
    • 提供者:海心
  1. soo_search

    0下载:
  2. soo search是一个服务的接口,目标为简化搜索引擎的定制规则,加速全文索引的快速高效的开发。通过javaBean技术,把资源对象化,以建立方便的资源管理机制。soosoo search把资源的输入和输出通过一个值对象(bean)和用户进行交互,这样soosoo search可以快速的和现有的j2ee开源框架进行集成。soosoo search提供了两个接口,一个是索引器接口,一个是检索器接口。而这里两个接口的实现都是通过公共的数据模板进行资源的格式化。利用用户定制的javaBean对象,把
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:1242702
    • 提供者:张林
  1. 2003sx014

    0下载:
  2. 数据结构上机实验内容 索引顺序表的查找源程序代码 -data structure on the plane experiment content indexing table lookup sequence source code
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:100525
    • 提供者:陈阿
  1. 成绩输出

    0下载:
  2. 知道成绩表,按分块查找法查找学号为几的各科成绩,索引表分3块。-know its performance, by the sub-block search, law school to find several branches achievements, indexing table three points.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:sun
  1. LuceneInAction_SourceCode

    0下载:
  2. lucene是用在搜索引擎的开源工具,可以对所抓爬到的网页进行索引写入,对做好的索引可以进行快速的搜索。-Lucene is used in the open-source search engine tool, which can grasp onto to the website indexing write, the index can do rapid searches.
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:9201030
    • 提供者:张震
  1. B_PLUS

    0下载:
  2. B-TREE文件索引源代码,快速,高效的数据文件索引程序.-B-tree index of the source code file, fast and efficient data document indexing procedures.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15418
    • 提供者:董永亮
  1. GIS

    2下载:
  2. 这就是陈建春的《用Visual C++开发GIS系统》的配套代码。 用来给初学者熟悉VC++图形编程很不错,我当初学MFC的时候就是照着这本书上手的。但作为一个GIS系统来说缺少一些必要的 要素,比如大数据量的管理、空间索引、符号化、投影等等等等等。以现在的眼光看来整个系统的架构设计也不是太好。 这本书再版后改名为《矢量图形系统开发与编程》,内容变化不大-"using Visual C development of GIS systems" support
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:147108
    • 提供者:林意
  1. IoSort

    0下载:
  2. 用汇编的类编程实现快速排序的例子,本例子按字符串索引,支持插值和删除!-category with a compilation of programming Quick Sort example, by the example of the string indexing, support interpolation and delete!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3928
    • 提供者:钱海兵
  1. qbd-dbCoder131

    0下载:
  2. 数据库编码器,新版软件改善了编码容量,提高了50-60%,改善的处理索引和关联性能,现在,可以支持查询了-database encoder, the new software to improve the coding capacity, improved 50-60%, improved indexing and processing performance related, and now support for the
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:30125
    • 提供者:姚紫欣
  1. lucene-1.2

    0下载:
  2. 索引和检索接口,为搜索引擎的开发提供了核心组件为搜索引擎的开发提供了核心组件-indexing and retrieval interface, Search engine for the development of the core components of the search engine provided for the development of the core components
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:916554
    • 提供者:foot
  1. 200512251239463100

    0下载:
  2. 源码简介 数据库索引功能 C 语言源码 -source profile database indexing functions C language source code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3691
    • 提供者:程序员
  1. word-findANDcount

    0下载:
  2. 这是一个原创的文章信息自动标引和分类小程序。可以用于文本分析。功能还在不断完善中:)-This is an original article automatic indexing and classification of small programs. Text analysis can be used. Capabilities are also constantly perfected :)
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:163689
    • 提供者:谢凡心
  1. databaseindex

    0下载:
  2. 数据库索引的管理,通过对数据库的索引进行查询,增加和删除操作。程序运行后,可生成一个数据库,本系统主要是运用DAO技术管理数据库。-indexed database management, database indexing of inquiries increased and delete operations. After running, creating a database, the system is mainly used DAO technology management dat
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:56831
    • 提供者:婷婷
  1. mediaplayer11

    0下载:
  2. 更新特性: 1. 新的用户界面。 2. 针对与手持设备提供了更好的同步支持。 3. 专辑艺术家的专辑“Stacks”。 4. 自定义类型的索引库特性。 5. 针对数字版权管理内容的用户控制层级以适应更小的文件。 6. 数字版权管理内容将包括Metadata元数据信息,可以显示该文件允许用户具有哪些操作权限。 7. 集成微软和MTV的在线音乐商店。-update : 1. The new user interface. 2. Targeted at handhel
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:24076073
    • 提供者:shmany
  1. lucene-2.0.0-src

    0下载:
  2. java全文搜索引擎 Lucene不是一个完整的全文索引应用,而是是一个用Java写的全文索引引擎工具包,它可以方便的嵌入到各种应用中实现针对应用的全文索引/检索功能。 Lucene的作者:Lucene的贡献者Doug Cutting是一位资深全文索引/检索专家,曾经是V-Twin搜索引擎(Apple的Copland操作系统的成就之一)的主要开发者,后在Excite担任高级系统架构设计师,目前从事于一些INTERNET底层架构的研究。他贡献出的Lucene的目标是为各种中小型应用程
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:6619274
    • 提供者:mzc
« 1 23 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com