搜索资源列表
《运用多线程技术实现文件的快速搜索》配套代码
- 《运用多线程技术实现文件的快速搜索》配套代码-"use multithreading technology to achieve the document Fast Search" complementary code
DesktopSearchEngine.开源的桌面搜索引擎源代码
- 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngi
OpenCV-tuxiangpeizhu
- 实现相位相关图像配准,编译产生库文件,用于openCV平台。实现了相位相关图像的快速搜索和两幅图像之间的匹配-Implementation phase correlation image registration, create library files compiled for openCV platform. Achieve the rapid phase correlation image search and matching between two images
Searchfile 可自定义搜索类型和位置
- 在vb下实现的快速文件搜索,可自定义搜索类型和位置-Vb achieved in the rapid file search, customizable search type and location
risearch
- RiSearch PHP是一个高效,功能强大的搜索引擎,特别适用于中小型网站。RiSearch PHP非常快,它能够在不到1秒钟内搜索5000-10000个页面。RiSearch是一个索引搜索引擎,这就意味着它先将你的网站做索引并建立一个数据库来存储你网站所有页面的关键词以便快速搜索。Risearch是全文搜索引擎脚本,它把所有的关键词都编成一个文档索引除了配置文件里面的定义排除的关键词。 RiSearch使用经典的反向索引算法(与大型的搜索引擎相同),这就是为什么它会比其它搜索引擎快的原因。
danchunxing
- 单纯形搜索算法程序,用于快速搜索多变量函数的局部极小值。-Simplex search algorithm procedure for fast search multi-variable function of the local minimum value.
PSOPOWELL
- 一种PSO和POWELL相结合的快速搜索算法,有很强的实用性-POWELL A combination of PSO and the fast search algorithm, has a strong practical
DesktopSearchEngine
- 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为Hyper
linjunbo
- 自己编写的桌面搜索器,能快速搜索文件,搜索几乎在瞬间完成-this is a desk searcher for search file of you can t find!
motionEstTSS
- matlab下编写的三步快速搜索法,希望大家有用-Three Step Search Algorithm
fastsearch
- 一个快速搜索字符串的C程序,有命令行文件 -A quick search string C program, a command file
dpca
- 自动选择聚类中心的快速搜索密度峰值聚类算法(A fast search algorithm for density peak clustering based on automatic selection of clustering centers)
快速Ping扫描工具 8
- 图形化界面多线程扫描C类IP,解析主机名,获取网卡地址(MAC)。注:最多允许40个线程同时扫描,通常使用20个线程,当报告no resources时,说明需把线程数调低。快速搜索一段空间的IP地址及其对应的主机名,当取到主机名(即图形上为亮绿时),说明是Windows主机,有可能存在共享文件夹。(Search LAN online IP)
RRT-master
- 用matlab实现的rrt快速随机搜索树算法,方便易于理解。(Using MATLAB to achieve the RRT fast random search tree algorithm, convenient and easy to understand.)
内存搜索工具
- 小巧好用的内存搜索器,可以快速编辑。用法非常简单,你知道怎么用吧?(A editor for edit the memory of being used.)
模糊搜索模块
- 模糊搜索,使用C语言完成模糊搜索和快速查找,作为通讯录小程序的一部分(search,asdahskdhw,asfhaswkalsdas,c,asdasfwlasdwfasf)
快速搜索文件
- 快速搜索指定目录的某个文件,vc6开发,源码调试通过(Quickly search for a file in the specified directory)
百度云资源搜索神器
- 可以快速搜索整个百度网盘的全部公开链接,搜索关键词输入即可把所有同名链接列出来,双击即可打开链接网址(You can quickly search the entire Baidu SkyDrive all public links, search keyword input can be all the same name link column, double-click to open the link URL)
FMT_star
- 快速搜索随机树FMT程序,利用halton序列采点,并进行相应的采样规划,实现在0-1内的路径规划(Quickly search the random tree FMT program, use the Halton sequence to pick up the point, and carry on the corresponding sampling plan, realize the path planning within 0-1.)
递归搜索的使用方法
- delphi递归搜索的使用,如何快速搜索指定目录下的文件和文件夹,无控件可直接编译,对于新手掌握文件夹和文件的快速检索提供学习方法