-
一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于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,
- 2022-03-13 07:15:24下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,身份识别程序源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,身份识别程序源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, identification procedures for source code
- 2023-06-12 14:40:04下载
- 积分:1
-
I write small programs, if you found it useful, you can look at. Next Next Next...
本人写的小程序,如果大家觉得有用,可以看一下。-I write small programs, if you found it useful, you can look at. Next Next Next Next
- 2022-05-31 10:16:45下载
- 积分:1
-
shell上下文菜单扩展实用源码
shell上下文菜单扩展实用源码-shell context menu expansion practical source
- 2022-02-13 02:31:02下载
- 积分:1
-
设置或进入待机模式的功能. 也可以设置,待机或进入待机模式为HOTKEY键....
设置或进入待机模式的功能. 也可以设置,待机或进入待机模式为HOTKEY键.-Settings or enter the standby mode function. Can also be set up, standby or to enter standby mode for the Hotkey button.
- 2022-03-18 05:43:18下载
- 积分:1
-
为剪贴功能增加Drag
为剪贴功能增加Drag-Drop支持-cut-and-paste function to increase Drag-Drop support
- 2022-03-18 09:34:41下载
- 积分:1
-
此代码主要根据自己设计的一套编码规则,在VC环境学下模拟cpu的运行过程...
此代码主要根据自己设计的一套编码规则,在VC环境学下模拟cpu的运行过程- simulate runing of cpu
- 2022-03-21 04:45:39下载
- 积分:1
-
该系统适用于设备管理,系统包括几个不同。
本系统适用于企业的设备管理,在本系统中包括几种不同级别的用户,同时能实现对设备的存、取、以及报废处理,是一个很好的管理软件。其中还包括安装软件。-the system applies to the equipment management, the system includes several different levels of users, but also to achieve the right equipment to survive, to make, and useless, and is a good management software. It also includes installation of the software.
- 2022-10-15 17:00:08下载
- 积分:1
-
vb写的键盘纪录,简单,界面不错。对有兴趣的人可以参考一下。...
vb写的键盘纪录,简单,界面不错。对有兴趣的人可以参考一下。----vb写的键盘记录----。-vb written record keyboard, simple interface well. For those who are interested in for reference. Vb-written records-keyboard.
- 2022-08-19 15:35:49下载
- 积分:1