搜索资源列表
-
0下载:
file gathering through directories and this class allows just that: gather file information recursively by directory and, as a bonus track, it also calculates 32bit file-checksum (note this is not NT s executables checksum calculated with MapFileAndC
-
-
0下载:
一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。
首先把 Engine目录下的prjEngi
-
-
1下载:
程序通过LabVIEW完成了对公司员工基本信息创建添加、员工信息查询、删除以及员工信息修改的功能。通过对文本文件的操作完成以上功能,查找过程中采用递归算法对员工及其上级信息一并列出。-Procedures through LabVIEW employees completed the basic information to create added employee information query, delete and modify the functions of employee i
-
-
0下载:
一个自己开发的工具软件,用于文件寻找,用递归方式实现,加入防错误处理-An instrument developed their own software for file search, using recursive way, by adding anti-error handling
-
-
0下载:
实现对磁盘文件递归搜索,利用回调函数来实现对搜索-The realization of recursive search of the disk file, using a callback function to achieve the search
-
-
0下载:
这是一个用matlab读取txt(特定格式)文件并读取文件,画出figure,自动保存和关闭figure。程序运用了深度搜索递归算法。(因为大家没有input的txt文件,所以阅读程序领会思想和方法即可)-This is a use matlab to read txt (a specific format) file and read documents, painted figure, on and off automatically to preserve figure. Procedur
-
-
0下载:
进行文件递归查找,重命名的程序,利用WINDOWS编码进行-Recursive search for file, re-naming process, the use of WINDOWS encoding
-
-
0下载:
根据自定义条件进行递归搜索文件并批量修改文件名-Recursive search for files and batch change file name
-
-
0下载:
为指定目录下文件制作M3U文件,自动查找所有音乐文件。
如果不存在音乐文件则不创建。
如果只有一个音乐文件(说明是整轨)则不创建。
支持递归查找子目录。-For the files under the specified directory M3U file, automatically search all the music files.If there is no music file is not found.If only a music file ( that is th
-
-
0下载:
利用CFileFind类和递归实现的简单文件搜索并回显文件路径。 -Classes and use CFileFind simple recursive file search and echo file path.
-
-
0下载:
Recursive File Search
Purpose: Traversal across an entire hard drive
The SearchForFile function should work in any program provided you include the PROTO
below.
Note: This is a console mode program and builds with Pro
-
-
0下载:
使用C#语言,利用递归和非递归两者方法实现搜索全盘文件的功能,搜索功能是比较常用的,故而这个还是比较实用的。-Using the C# language, both recursive and non-recursive method to achieve a comprehensive file search function, the search function is more commonly used, and therefore this is quite useful.
-
-
0下载:
建立一个整数数据文件datafile
从文件中读取数据构成查找表
顺序查找
冒泡排序
递归及非递归折半查找方法(1, a plastic data file datafile is set up.
2, reading the data from datafile to form a lookup table
3, sequence lookup
4, bubble sort
5, recursive and non recursive binary search
-