当前位置:
首页
资源下载

搜索资源 - recursive file search
搜索资源列表
-
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下载:
实现在指定目录及其子目录中搜索指定扩展名的文件,并更新为新的扩展名的程序reext
程序功能:
1.程序带有三个命令行参数dir、old和new,用法为:
reext dir old new
其中Dir是一个全路径名,old和new是文件扩展名,如:
Reext c:\ASM\TEST txt doc
2.程序实现的功能为:在路径Dir中搜索文件扩展名为txt的所有文件,如果找到,将其扩展名改为doc,而文件名不变:
3.较高要求,可以搜索指定目录的全部子
-
-
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下载:
一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。
首先把 Engine目录下的prjEngine.vbp编译为Hyper
-
-
0下载:
进行文件递归查找,重命名的程序,利用WINDOWS编码进行-Recursive search for file, re-naming process, the use of WINDOWS encoding
-
-
0下载:
速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快
使用方法:
使用方法:
STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个)
保存为 input.in(注意后缀)
运行 “数独终结者.exe”
文件夹内会生成一个Answer.out的文件,用文本打开,便是答案
(bestshudu.pas是源程序) -Sudoku calculator fast sp
-
-
0下载:
用lex ,flex 语言实现在c,c++源代码中inlcude 所包括的文件名及其深度递归搜索。-With lex, flex language in c, c++ source code included inlcude the file name and its depth of recursive search.
-
-
0下载:
根据自定义条件进行递归搜索文件并批量修改文件名-Recursive search for files and batch change file name
-
-
0下载:
C语言编写,二叉查找树的非递归实现。包含一个描述二叉树的头文件和实现功能的cpp文件。-Non-recursive implementation of binary search tree, written in C++. Contains a header file of the binary tree of the header files and source file of functions.
-
-
0下载:
可以利用递归查找文件,可以根据需要选择不同的文件类型,简单方便实用-Can use a recursive search for files based on the need to choose a different file type, convenient and practical
-
-
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下载:
递归算法,实现磁盘文件的搜索功能,用于初学者进行递归练习时不明白的问题-Recursive algorithm to achieve the disk file search function for beginners to recursively practice do not understand the problem
-
-
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
-