CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索引擎 搜索资源 - example.a

搜索资源列表

  1. china-code.net.wwnsx.5340

    0下载:
  2. Flash制作的综合搜索引擎实例,加了个Flash在线计数器-Flash comprehensive search engine example, added a counter-Flash
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:210722
    • 提供者:fongyau
  1. jspcode(5files)

    2下载:
  2. 主要是JSP的代码 做网站时用得到 压缩包的内容:1.Jsp分页显示 2.jsp源码实例 搜索引擎 3.javajsp中 中文问题详解-开发技巧 4.JSP实现论坛树型结构的具体算法-开发实例 5.JSP调用JavaBean在网页上动态生成柱状图 共五个Java源码 txt格式 都有源代码和注释 无密码-JSP is mainly done for the code used to be compressed contents : 1.Jsp paging
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:11682
    • 提供者:joy
  1. wininet-spider

    0下载:
  2. 网络爬虫,完美演示了多线程和深度设置抓取网页数据。-crawl through internet to get web data. the win32 api supports applications that are pre-emptively multithreaded. this is a very useful and powerful feature of win32 in writing mfc internet spiders. the spider project is a
  3. 所属分类:Search Engine

    • 发布日期:2017-03-28
    • 文件大小:69761
    • 提供者:acada
  1. selectjava

    0下载:
  2. 搜索引擎,基于java编写,简单示例,实话初学者学习使用-Search engine, written in java based on a simple example, truth for beginners to learn to use
  3. 所属分类:Search Engine

    • 发布日期:2017-05-04
    • 文件大小:1144351
    • 提供者:cs
  1. 22236606(1)

    0下载:
  2. 这是一个网络爬虫的例子,相当与一个小型的搜索引擎。-This is a web crawler example, quite a small search engine.
  3. 所属分类:Search Engine

    • 发布日期:2017-05-03
    • 文件大小:1212070
    • 提供者:刘承良
  1. SearchCrawler

    0下载:
  2. java编写的网络爬虫程序用于检索网站资源和信息,多线程实例-java web crawler program written for searching website resources and information ,a multi-threaded example
  3. 所属分类:Search Engine

    • 发布日期:2017-03-25
    • 文件大小:2083
    • 提供者:xzz
  1. tt_win32_1.0.0.1_src

    0下载:
  2. 网络爬虫引擎(ivspider)的一个使用例子。控制台下。-ivspider, a net-spdier usage example, run at console.
  3. 所属分类:Search Engine

    • 发布日期:2017-03-23
    • 文件大小:496961
    • 提供者:YIIVON
  1. EasyXSpider

    0下载:
  2. 一个Linux下的爬虫,倒排序索引,多条件检索,二元切词以及Google PageRank算法的示例程序。包括CGI的查询界面。Cool!~-Linux under a reptile, invert index, multi-condition searches, Chinese binary segmentation, as well as an example of Google PageRank algorithm procedures. Including the CGI query
  3. 所属分类:Search Engine

    • 发布日期:2017-05-16
    • 文件大小:4149505
    • 提供者:尹君
  1. drill

    0下载:
  2. 一个C++开源网络爬虫,我们可以修改出很多的高效率的网络爬虫,是分析网络爬虫写法的较好例子。-An open source Web crawler, we can modify a lot of efficient Web crawler is a good example for the analysis of web crawler written.
  3. 所属分类:Search Engine

    • 发布日期:2017-03-28
    • 文件大小:936573
    • 提供者:daviddeng
  1. Matlab_aid_the_photo_search

    0下载:
  2. 用Matlab辅助实现网络图片搜索的源代码。(平台为Matlab,就是用Matlab调用Google的图片搜索引擎)有个小例子-Using Matlab to realize network-assisted image search the source code. (Platform for Matlab, is to use Matlab to call Google s image search engine) there is a small example
  3. 所属分类:Search Engine

    • 发布日期:2017-04-01
    • 文件大小:6223
    • 提供者:小强
  1. lucene

    0下载:
  2. 站内搜索已是网站必不可以的功能模块之一,本源代码采用lucene开发的一个简单的站内搜索示例,共大家来一起分享相互学习。-Search is the Web site will not function modules, one of Lucene source code used to develop a simple Search example, a total of everyone to share and learn from each other.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-09
    • 文件大小:1829885
    • 提供者:Fang
  1. Search_Engine

    0下载:
  2. 描述了搜索引擎的系统结构,从网络机器人、索引引擎、Web服务器三个方面进行详细的说明,并通过实现一个新闻搜索引擎来进行例证。-Describes the search engine' s system structure, from the network robot, indexing engine, Web server three areas detailed explanation, and through the realization of a news search engi
  3. 所属分类:Search Engine

    • 发布日期:2017-04-10
    • 文件大小:1077084
    • 提供者:刘健
  1. example

    0下载:
  2. 回溯法是一种选优搜索法,按选优条件向前搜索,以达到目标但当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新选择。这种走不通就退回再走的技术为回溯法,而满足回溯条件的某个状态的点称为“回溯点”。回溯算法是所有搜索算法中最为基本的一种算法,其采用了一种“走不通就掉头”思想作为其控制结构 -Backtracking is a search optimization method, based on forward selection search terms in order to ac
  3. 所属分类:Search Engine

    • 发布日期:2017-04-23
    • 文件大小:10692
    • 提供者:faruh
  1. search

    0下载:
  2. 以网站自动提交搜索的方式实现的一个简单的搜索引擎实例。-Automatically submitted to search the web the way the implementation of a simple example of search engines.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-25
    • 文件大小:284655
    • 提供者:zhf
  1. SolrEXP

    0下载:
  2. 一个很好的例子,发了蛮长的时间才写出来的,大家可以参考一下.-A good example, made a pretty long time to write, we can refer to.
  3. 所属分类:Search Engine

    • 发布日期:2017-06-14
    • 文件大小:20538368
    • 提供者:陈顺
  1. Search_engine

    0下载:
  2. 这本书介绍了搜索引擎的基本工作原理,并用实际的搜索引擎为例加以生动的说明,为学习搜索引擎原理提供了很大的便利-This book introduces the basic search engine working principle and the actual search engine used to be a vivid example of that principle for the learning search engine provides a great convenienc
  3. 所属分类:Search Engine

    • 发布日期:2017-05-11
    • 文件大小:2972761
    • 提供者:黑魔法帝国
  1. LuceneinAction

    0下载:
  2. 利用Lucene制作一个java搜索引擎的例子!-The use of Lucene search engine to make a java example!
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:260802
    • 提供者:zhouying
  1. googlesample

    0下载:
  2. 使用google搜索引擎的一个典型的例子-Use google search engine, a typical example of
  3. 所属分类:Search Engine

    • 发布日期:2017-04-02
    • 文件大小:318054
    • 提供者:583540466
  1. S130F-A

    0下载:
  2. example program SLIM for nachi ROBOT SA 130
  3. 所属分类:Search Engine

    • 发布日期:2017-04-03
    • 文件大小:941
    • 提供者:strink
  1. spider

    0下载:
  2. 简单的网络爬虫例子,详细描述如何从网上扒网址的方法!-A simple web crawler example, a detailed descr iption of the Grilled URL from the Internet!
  3. 所属分类:Search Engine

    • 发布日期:2017-05-21
    • 文件大小:6473779
    • 提供者:jiangmeiyu
« 12 »
搜珍网 www.dssz.com