-
Can be back to the desktop toolbar.
可以缩回到桌面上的工具条。-Can be back to the desktop toolbar.
- 2022-01-25 16:46:30下载
- 积分:1
-
一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于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
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
FONT_COMBOBOX
FONT_COMBOBOX
- 2022-06-14 19:31:08下载
- 积分:1
-
二进制编辑,VC实现
二进制编辑,VC实现-binary editing, VC
- 2022-09-25 16:20:03下载
- 积分:1
-
C 语言教程 硬件中断操作串口通信,鼠标键盘操作.部分资料还是值得一看的,共享给大家....
C 语言教程 硬件中断操作串口通信,鼠标键盘操作.部分资料还是值得一看的,共享给大家.-C language tutorial hardware interrupt operation of serial communication, mouse, keyboard operation. Some of the information is worth sharing to everyone.
- 2022-11-05 19:05:04下载
- 积分:1
-
这是作者在开发上位监控的一个部分…
这是作者在开发主机监控工程中的一段代码,可以获取进程中的CPU利用率。-This is the author of works in the development of the host to monitor a section of code that can be accessed in the process of CPU utilization.
- 2022-06-18 17:05:23下载
- 积分:1
-
重返德军总部源码
(商业代码,代码仅供参数学习,请勿用于商业目的)...
重返德军总部源码
(商业代码,代码仅供参数学习,请勿用于商业目的)-return to the German headquarters source (commercial code, the code is for the study parameters, do not for commercial purposes)
- 2022-05-12 21:18:46下载
- 积分:1
-
Java实现经典 producer/consumer的多线成例子
Java实现经典 producer/consumer的多线成例子-Java classic producer/consumer line into the more examples
- 2022-08-18 03:13:14下载
- 积分:1
-
一个有关JAVABEAN的设计程序,可能实现BEAN功能,并被其它JAVA程序调用....
一个有关JAVABEAN的设计程序,可能实现BEAN功能,并被其它JAVA程序调用.-JAVABEAN one of the design process, Beans possible functions, the other was called Java procedures.
- 2022-11-23 12:30:03下载
- 积分:1