联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 搜索引擎(55) 
按平台查找All C#(55) 

[搜索引擎] Browser-Search-Engine

浏览器搜索引擎
Browser Search Engine (2024-05-22, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1716414432491259.html

[搜索引擎] ElasticsearchAuditLogger

弹性搜索审核记录器
ElasticsearchAuditLogger (2023-11-01, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698868409952662.html

[搜索引擎] tx-dotnet

用于Textkernel Tx v10 API的官方C#SDK。包括简历解析器(CV解析器)、作业解析器、简历搜索引擎和简历材料...,
The official C# SDK for the Textkernel Tx v10 API. Includes a resume parser (CV parser), job parser, resume search engine, and resume matching engine. (2023-10-23, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698112614103694.html

[搜索引擎] Argon

Argon是影视剧索引器和下载器,
Argon is movie - tv series indexer and downloader, (2023-03-04, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694713439628440.html

[搜索引擎] SolrDecoder

Solr解码器,,
SolrDecoder,, (2020-12-14, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694708337729410.html

[搜索引擎] Lucene.Net

Lucene.Net斯洛伐克分析器,,
Lucene.Net.SlovakAnalyzer,, (2022-02-01, C#, 1342KB, 下载0次)

http://www.pudn.com/Download/item/id/1686114722558290.html

[搜索引擎] LuceneServerNET

基于Lucene.NET的REST服务器
A REST Server on top of Lucene.NET (2023-06-03, C#, 1062KB, 下载0次)

http://www.pudn.com/Download/item/id/1686114711487568.html

[搜索引擎] Sitecore-Lucene-Refresher

Sitecore Lucene刷新器,,
Sitecore-Lucene-Refresher,, (2012-09-18, C#, 38KB, 下载0次)

http://www.pudn.com/Download/item/id/1686113779120829.html

[搜索引擎] LuceneToMonetDBConverter

LuceneToMonetDB转换器,,
LuceneToMonetDBConverter,, (2015-01-25, C#, 596KB, 下载0次)

http://www.pudn.com/Download/item/id/1686113742401384.html

[搜索引擎] DemoLuceneBlazor

创建一个Lucene.NET索引并在Blazor WebAssembly中使用它的演示(全部在web浏览器中,没有服务器端组件...
Demo of creating a Lucene.NET index and using it inside Blazor WebAssembly (all in the web browser, no server-side components required)! (2023-04-01, C#, 5816KB, 下载0次)

http://www.pudn.com/Download/item/id/1686113467989315.html

[搜索引擎] flucene

Lucene.Net的对象文档映射器
Object Document Mapper for Lucene.Net (2022-02-01, C#, 71KB, 下载0次)

http://www.pudn.com/Download/item/id/1686113403739796.html

[搜索引擎] LuceneIndexManager

朗讯索引管理器,,
LuceneIndexManager,, (2012-07-26, C#, 2840KB, 下载0次)

http://www.pudn.com/Download/item/id/1686113374228917.html

[搜索引擎] Luke

Lucene.Net索引浏览器。
Lucene.Net index browser. (2017-02-10, C#, 109KB, 下载0次)

http://www.pudn.com/Download/item/id/1686113261376505.html

[搜索引擎] StupidThesaurus

驱动器中文件的搜索引擎
Search engine for files in a drive (2020-06-05, C#, 336KB, 下载0次)

http://www.pudn.com/Download/item/id/1686112989974662.html

[搜索引擎] Bugfree.SharePoint

报告生成器,加载项更新程序,传输速度分析器,搜索引擎延迟分析器,工作流分析器,加速器...
Reports generator, add-ins updater, transfer speed analyzer, search engine latency analyzer, workflow analyzer, access methods analyzer, content database inspector. (2017-09-19, C#, 491KB, 下载0次)

http://www.pudn.com/Download/item/id/1686112939645703.html

[搜索引擎] sovren-dotnet

Sovren v10 API的官方C#SDK。包括简历解析器(CV解析器),作业解析器,简历搜索引擎,以及...
The official C# SDK for the Sovren v10 API. Includes a resume parser (CV parser), job parser, resume search engine, and resume matching engine. (2023-05-12, C#, 2261KB, 下载0次)

http://www.pudn.com/Download/item/id/1686112913559804.html

[搜索引擎] HttpTools

小说下载器。 网络资源搜索 网络获取资源及下载一体 包含下载
Fiction Downloader. Search on the web (2013-05-14, C#, 3094KB, 下载9次)

http://www.pudn.com/Download/item/id/2242888.html

[搜索引擎] GooglePageRankQuery

查询Google PageRank 破解全过程 1. 装个 google工具条 开启pagerank 2. 找个网络 sniffer 软件, 运行浏览器随便打开个网站, 3. sniffer将记录 google工具条发给 google的数据包 分析可得,传输协议是 http, 数据包内除了 有访问网站的地址, 关键还有个 ch参数 , ch参数根据网站地址不同 发生变化(看来关键是 ch怎么计算出来的!) 4.分析google工具条,得到计算 ch的汇编代码,然后翻译成 c#代码 5.模仿 google工具条发送数据包 6.得到PR 数据
Query Google PageRank break the whole process 1. Installed a google toolbar to open pagerank2. To find a network sniffer software, just open the browser to run Web sites, 3. Sniffer will record google toolbar google packets distributed analysis available, transport protocol is http, the data packet in addition to visit the Web site s address, the key there is a ch parameter, ch website address in accordance with different parameters to change (it seems the key is how calculated ch!) 4. Analysis of google toolbar, has been calculated ch assembly code, and then translated into c# code 5. imitate google toolbar send data packets 6. get PR data (2008-11-21, C#, 18KB, 下载24次)

http://www.pudn.com/Download/item/id/584776.html

[搜索引擎] Threadsource

用C#编写多线程搜索引擎。可实现不用的数据库服务器与文件服务器。
prepared multithreaded search engine. May not realize the database server and file server. (2007-06-13, C#, 19KB, 下载74次)

http://www.pudn.com/Download/item/id/295447.html

[搜索引擎] Lucene.Net.NLS

lucene的中文编辑器
Lucene Chinese editor (2004-10-28, C#, 647KB, 下载47次)

http://www.pudn.com/Download/item/id/1098895280871814.html
123
总计:55