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

搜索资源列表

  1. search

    0下载:
  2. python开发的一个C/S架构的导师查询系统。一个简单的搜索引擎,有网络爬虫,可离线搜索。-python development of a C/S structure of the tutor query system. A simple search engine Web crawler can be offline search.
  3. 所属分类:Web Server

    • 发布日期:2017-11-10
    • 文件大小:582564
    • 提供者:陶子
  1. Web-Crawler-Cpp-cPP2012xd

    1下载:
  2. VC/C++源码,界面编程,网页爬虫   网页爬虫VC++源码下载,网页爬虫,可实现速度很快的信息爬取,为搜索引擎提供资源。-VC/C++ source code, interface programming, web crawlers The web crawler VC++ source code download, web crawlers, can achieve speed quickly information crawling, to provide resources f
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-08-30
    • 文件大小:1738752
    • 提供者:dengchao
  1. Woot

    0下载:
  2. C++ 的检索系统 ,可以linux 下编译,搜索引擎 -The C++ retrieval system, compiled under linux, search engine
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:5629086
    • 提供者:付翔
  1. totsearch

    0下载:
  2. 淘特站内搜索引擎(C#版)基于Lucene.Net核心,通过高效的中文分词算法将数据库中内容进行分析、索引并保存至硬盘中。前台搜索时,通过读取索引文件查询,避免了传统数据库查询在高并发及海量数据下的性能问题。因前台搜索不在连接数据库,为不希望数据库放到前台的特殊用户群体提供了数据快速查询解决方案。 -Amoy special stations within the search engine (C# version) is based on Lucene.Net core through e
  3. 所属分类:.net

    • 发布日期:2017-12-06
    • 文件大小:2267109
    • 提供者:sdgd50898
  1. xdcms

    0下载:
  2. XDcms是南宁旭东网络科技有限公司推出的一套完全开源的通用的内容管理系统。主要使用php+mysql+smarty技术基础进行开发,XDcms采用OOP(面向对象)方式进行基础运行框架搭建。模块化开发方式做为功能开发形式。框架易于功能扩展,代码维护,二次开发能力优秀。 XDcms重点功能 A、内容管理模型,自定义字段,更方便扩展功能。自带模型:单页模型、新闻模型、产品模型、招聘模型 B、栏目自定义,便于内容管理 C、内容模块化,二次开发更便捷。自带模块:幻灯片、QQ客服、友情链
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-12
    • 文件大小:2081627
    • 提供者:asdweioi
  1. .Net-search

    0下载:
  2. c#.net开发的搜索引擎,功能大家看看,分享给大家,不足的自己再-the software use c#.net.the useful of it is in searching.
  3. 所属分类:CSharp

    • 发布日期:2017-11-22
    • 文件大小:918609
    • 提供者:阿倩
  1. Clucene

    0下载:
  2. CLucene是Lucene的一个C++移植,Lucene是一个基于java的高性能的全文搜索引擎。CLucene因为使用C++编写,所以理论上要比lucene快。-The CLucene of Lucene a C++ transplant, Lucene is a java-based high-performance full-text search engine. The CLucene because to use C++ write so theoretically than luc
  3. 所属分类:Search Engine

    • 发布日期:2017-11-06
    • 文件大小:10443005
    • 提供者:小马哥
  1. The-local-file-search-engine

    0下载:
  2. 此源代码是基于C#平台的本地文件搜索引擎,能够实现查找排序以及保存功能 -This source code is the search engine based on the local file C# platform, you can achieve sorting and storage function
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:2060
    • 提供者:Tao
  1. iNethinkCMS_BY_v1.3

    0下载:
  2. NethinkCMS网站内容管理系统,压缩包内包括了编译版和源码版,方便学习ASP.NET的朋友们参考学习。iNethinkCMS_BY目录内为编译过的版本,iNethinkCMS_SC文件夹中则为源码版。iNethinkCMS基于.NET2.0 C#分层开发,使用缓存技术且面向搜索引擎的优化技术,使用方便,对搜索引擎友好,喜欢的不妨一试。-NethinkCMS website content management systems, compressed package includes a c
  3. 所属分类:.net

    • 发布日期:2017-05-04
    • 文件大小:1374657
    • 提供者:tpudn63
  1. iNethinkCMS_V1.3

    0下载:
  2. 网站内容管理系统,,方便学习ASP.NET的朋友们参考学习。iNethinkCMS_BY目录内为编译过的版本,iNethinkCMS_SC文件夹中则为源码版。iNethinkCMS基于.NET2.0 C#分层开发,使用缓存技术且面向搜索引擎的优化技术-iNethinkCMS website content management systems, compressed package includes a compiled version and source code version, easy
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-01
    • 文件大小:522630
    • 提供者:糖焖莲子
  1. SearchEngine

    0下载:
  2. 利用VS2008(C#)实现的搜索引擎,采用三层架构,数据库采用SQL Server,按说明配置后可直接运行-Use VS2008 (C#) to achieve search engine database using SQL Server, follow the instructions can be configured to run directly.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-15
    • 文件大小:3803159
    • 提供者:cc
  1. SQLET_searcher

    0下载:
  2. SQLET WebServer 测试一个C语言编写的搜索引擎,初学者接触搜索引擎学习资料。-SQLET WebServer testing a C language search engine, beginners contact search engine learning materials.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:4500
    • 提供者:pointf
  1. .net-rewrite

    0下载:
  2. C#环境下url重写,有例子、插件,url重写后被缩短,有利于搜索引擎,对整个网站的优化有很大作用-C# environment url rewriting, there are examples, plug-ins, url rewriting after being shortened conducive to search engine optimization of the entire site has a significant role
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:510072
    • 提供者:邱海东
  1. spiderq-1.0.tar

    0下载:
  2. 用C语言写的搜索引擎spider程序,现在是10.版本-Written in C language search engine spider program
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:93093
    • 提供者:
  1. EasySpider

    0下载:
  2. 搜索引擎开发必备的网络爬虫。此压缩包为支持C#平台的版本。-Search engine web crawler to develop the necessary. This package to support the version of the C# platform
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:79955
    • 提供者:花田土著
  1. iNethinkCMS_SC_v1.3.6

    0下载:
  2. iNethinkCMS网站内容管理系统,压缩包内包括了编译版和源码版,方便学习ASP.NET的朋友们参考学习。iNethinkCMS_BY目录内为编译过的版本,iNethinkCMS_SC文件夹中则为源码版。iNethinkCMS基于.NET2.0 C#分层开发,使用缓存技术且面向搜索引擎的优化技术,使用方便,对搜索引擎友好,喜欢的不妨一试-iNethinkCMS web content management system, compressed package includes a compi
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:825955
    • 提供者:ypudn8
  1. MyGoodSearch

    0下载:
  2. .net环境下C#语言写的搜索引擎完整包。含有爬虫程序、索引程序、用户接口页面前台。提供给大家在此基础上做进一步的开发。-.net environment C# language to write the complete search engine, including crawler, indexer and search engine Webpage front. Provide the related researchers, further development.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-01
    • 文件大小:88259
    • 提供者:李刚
  1. sphinx-2.2.2-beta-win64-pgsql

    0下载:
  2. 最新版sphinx源码,可以用于自己搭建小型搜索引擎,源码为C++版本.该版本的源码在编译的时候需要注意一点,是64位平台的。-The latest version of the sphinx source code, can be used to build their own small search engine, source code for C ++ version The version of the source code at compile time to note that
  3. 所属分类:Search Engine

    • 发布日期:2017-05-21
    • 文件大小:6598610
    • 提供者:下载专用号
  1. search20120105

    0下载:
  2. C#写的搜索引擎,网页爬虫,自动解析,很实用-C# to write search engine, very practical
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6132745
    • 提供者:小明
  1. smartstat-v3.3

    0下载:
  2. SmartStat网站流量统计系统 V3版本为一个全新的版本,完全将以前的版本推翻重写,重写部分达95 以上,无论是在统计的机制还是速度、准确度方面都有质的提升,同时推出了多站点版本(同时可以统计多个网站,满足架设一套系统,统计多个站点的功能,每个不同的站点可以单独授权,单独登录,单独查看统计报表情况),其它的模块功能有:概况、在线用户、访问明细、时段分析(时段分析、日段分析、月分析)、搜索引擎(搜索引擎、关键字)、客户端(操作系统、浏览器、语言、屏幕大小、屏幕色彩、时区、是否安装Alexa、地
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-29
    • 文件大小:450059
    • 提供者:ppudn31
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com