CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - recursive file search

搜索资源列表

  1. fileinfo_demo

    0下载:
  2. 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
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:36706
    • 提供者:codeguru
  1. DesktopSearchEngine.开源的桌面搜索引擎源代码

    0下载:
  2. 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngi
  3. 所属分类:文件操作

    • 发布日期:2017-03-23
    • 文件大小:265316
    • 提供者:32487VG
  1. CompanyEmployeesProject

    1下载:
  2. 程序通过LabVIEW完成了对公司员工基本信息创建添加、员工信息查询、删除以及员工信息修改的功能。通过对文本文件的操作完成以上功能,查找过程中采用递归算法对员工及其上级信息一并列出。-Procedures through LabVIEW employees completed the basic information to create added employee information query, delete and modify the functions of employee i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:307731
    • 提供者:奇诺
  1. MSearch

    0下载:
  2. 一个自己开发的工具软件,用于文件寻找,用递归方式实现,加入防错误处理-An instrument developed their own software for file search, using recursive way, by adding anti-error handling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:33275
    • 提供者:阿敏
  1. rename

    0下载:
  2. 实现在指定目录及其子目录中搜索指定扩展名的文件,并更新为新的扩展名的程序reext 程序功能: 1.程序带有三个命令行参数dir、old和new,用法为: reext dir old new 其中Dir是一个全路径名,old和new是文件扩展名,如: Reext c:\ASM\TEST txt doc 2.程序实现的功能为:在路径Dir中搜索文件扩展名为txt的所有文件,如果找到,将其扩展名改为doc,而文件名不变: 3.较高要求,可以搜索指定目录的全部子
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1852
    • 提供者:wenchunfeng
  1. enum_file

    0下载:
  2. 实现对磁盘文件递归搜索,利用回调函数来实现对搜索-The realization of recursive search of the disk file, using a callback function to achieve the search
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:6518
    • 提供者:yucheng
  1. fun

    0下载:
  2. 这是一个用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
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:1554
    • 提供者:huo peng
  1. DesktopSearchEngine

    0下载:
  2. 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为Hyper
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:263296
    • 提供者:subzero_cn
  1. FindFile

    0下载:
  2. 进行文件递归查找,重命名的程序,利用WINDOWS编码进行-Recursive search for file, re-naming process, the use of WINDOWS encoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1912488
    • 提供者:李华
  1. 200741119366291

    0下载:
  2. 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源程序) -Sudoku calculator fast sp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:31006
    • 提供者:cc5432166
  1. makedep.tar

    0下载:
  2. 用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.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-07
    • 文件大小:1511
    • 提供者:jiang feng
  1. renname

    0下载:
  2. 根据自定义条件进行递归搜索文件并批量修改文件名-Recursive search for files and batch change file name
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1538645
    • 提供者:九里堤
  1. Search-Tree

    0下载:
  2. 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.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1377
    • 提供者:chenqw
  1. RecurSearchFile

    0下载:
  2. 可以利用递归查找文件,可以根据需要选择不同的文件类型,简单方便实用-Can use a recursive search for files based on the need to choose a different file type, convenient and practical
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:251677
    • 提供者:shelly
  1. MakeM3U

    0下载:
  2. 为指定目录下文件制作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
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-12
    • 文件大小:6959337
    • 提供者:籍汉超
  1. search

    0下载:
  2. 利用CFileFind类和递归实现的简单文件搜索并回显文件路径。 -Classes and use CFileFind simple recursive file search and echo file path.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:135122
    • 提供者:姓名
  1. FINDFILE.ZIP

    0下载:
  2. 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
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:2248
    • 提供者:aquasan
  1. dig

    0下载:
  2. 使用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.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:203815
    • 提供者:liuhuiyu
  1. scan

    0下载:
  2. 递归算法,实现磁盘文件的搜索功能,用于初学者进行递归练习时不明白的问题-Recursive algorithm to achieve the disk file search function for beginners to recursively practice do not understand the problem
  3. 所属分类:ELanguage

    • 发布日期:
    • 文件大小:1315
    • 提供者:付金宇
  1. 顺序查找和折半查找

    0下载:
  2. 建立一个整数数据文件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
  3. 所属分类:其他

« 12 »
搜珍网 www.dssz.com