登录
首页 » Windows核心 » 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码...

一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码...

于 2022-03-13 发布 文件大小:257.13 kB
0 149
下载积分: 2 下载次数: 1

代码说明:

一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为HyperEngine.dll,然后再运行Hyperion目录下的Hyperion.vbp,在工程中引用刚才的dll即可。或者直接打开目录下的 Hyperion.vbg工程。-An open-source desktop search engine source code, technical features, including fast search for the file (The author is often said that less than 1 second), support music/document/image filtering filtering, file type filtering filtering, file access and file size filtering and so on. Source code includes an acceleration techniques and related functions, as well as the flash to read the registry class. Source code included using the CopyMemory API function to build the binary file dump feature a collection of objects from the memory access, using WMI scripting objects, multi-threaded recursive search, as well as other technologies, in short, is a good source,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 液晶字模提取程, 液晶字模提取程
    液晶字模提取程, 液晶字模提取程-LCD matrix extraction process, extraction process matrix LCD
    2023-05-13 02:15:02下载
    积分:1
  • a time synchronization code (client), the server
    一个时间同步的代码(客户端),服务器端的我已经上传.-a time synchronization code (client), the server- I have uploaded.
    2023-05-22 21:25:02下载
    积分:1
  • 这是一个在屏幕上跟踪鼠标手势的实现代码,Delphi/C++ Builder 2010开始支持手势,可以方便的设置相关的属性和方法,但是却未提供对终端用户可视化...
    这是一个在屏幕上跟踪鼠标手势的实现代码,Delphi/C++ Builder 2010开始支持手势,可以方便的设置相关的属性和方法,但是却未提供对终端用户可视化的组件或方法,这个东西就是试图弥补这一问题的一个简单的解决方法。要使用手势跟踪,只需要简单的将gesturetracker.pas加入你的Delphi/C++ Builder项目即可。你可以通过全局变量GlobalGestureTracker来调整相关参数。-This is a mouse gestures on the screen to track the realization of the code, Delphi/C++ Builder 2010 began supporting gestures, you can easily set the associated properties and methods, but failed to provide end-user visualization components or methods, this thing is an attempt to remedy this problem a simple solution. To use the gesture tracking, will be gesturetracker.pas simply adding to your Delphi/C++ Builder project can be. GlobalGestureTracker global variable you can adjust the relevant parameters.
    2022-03-22 04:12:13下载
    积分:1
  • SSDTmon
    SSDTmon - view os kernel SST and win32k SST, unhook, syntax base for NT API. Console client. C++, Use driver for kernel memory acce-SSDTmon- view os kernel SST and win32k SST, unhook, syntax base for NT API. Console client. C++, Use driver for kernel memory access
    2022-10-27 01:40:04下载
    积分:1
  • VB写成的Base64编解码和MD5编号程序。
    VB写成的Base64编解码和MD5编号程序。
    2022-02-27 03:06:09下载
    积分:1
  • 在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头...
    在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头文件里面显示出来。这个时候就要用到接口与实现分离的技术。 -Using C++ to write the database to export category, we just want to expose the regular interface, and the realization of the hidden details of categories. This means that we provide only the first document to be exposed to public member functions of the statement, all other information in this header file will not be displayed inside. This time will be used to achieve separation of interface and technology.
    2022-05-07 22:12:27下载
    积分:1
  • process Scheduling Algorithm : The highest priority of several priority scheduli...
    进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
    2022-07-18 13:52:56下载
    积分:1
  • 建立关联程序的例子 本程序演示把 .bar 文件与 notepad 建立关联。...
    建立关联程序的例子 本程序演示把 .bar 文件与 notepad 建立关联。-establish procedures related examples demonstrate the procedures put. Notepad paper with the bar association building.
    2022-12-11 04:45:03下载
    积分:1
  • example, application procedures for small C builder
    串口实例程序,应用C++builder小程序-example, application procedures for small C builder
    2023-06-05 23:45:04下载
    积分:1
  • 一些常用的C语言源程序,字符串处理、内存管理和出错处理等。使用方法请看readme文件...
    一些常用的C语言源程序,字符串处理、内存管理和出错处理等。使用方法请看readme文件-some common C language source code, string handling, memory management and error handling. Use Look at the readme file
    2022-08-19 20:29:46下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载