搜索资源列表

  1. SearchFileLynn

    0下载:
  2. 自己写的一个搜索文件的工具,采用递归搜索,可以选择不同的驱动器,统计文件和文件夹。-himself wrote a document search tool, using recursive search, can choose a different drive, statistics files and folders.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:34930
    • 提供者:吟风
  1. Batch SearchFile 递归搜索框架

    0下载:
  2. 封装好的递归搜索框架善,还不完善,希望有人帮忙改善改善!-Packaging good recursive search fr a mework of good, not perfect, hoping that someone will help improve the improvement!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:451637
    • 提供者:zesfl
  1. Option

    0下载:
  2. 一个小工具,可用于文件中文字内容的替换,支持多递归搜索文件-a small tool can be used to document text replacement, support multiple recursive search files
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14644
    • 提供者:唐少强
  1. ReplaceFileName

    0下载:
  2. 一个小工具,可以批量替换WINDOWS系统中的文件,支持递归搜索替换-a small tool that can replace Windows system volume of documents to support recursive search Replacement
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3870
    • 提供者:唐少强
  1. 文件树的实现

    0下载:
  2. 以递归搜索的方法实现对目录的遍历,然后用treeview现实整个目录树.-recursive search for the right way to achieve directory traversal, and then use the treeview reality the whole directory tree.
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:345152
    • 提供者:林之焕
  1. 电话本管理系统

    0下载:
  2. 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-incre
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:王军
  1. Option

    0下载:
  2. 一个小工具,可用于文件中文字内容的替换,支持多递归搜索文件-a small tool can be used to document text replacement, support multiple recursive search files
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:14336
    • 提供者:唐少强
  1. ReplaceFileName

    0下载:
  2. 一个小工具,可以批量替换WINDOWS系统中的文件,支持递归搜索替换-a small tool that can replace Windows system volume of documents to support recursive search Replacement
  3. 所属分类:文件操作

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:唐少强
  1. testcfindfileext

    0下载:
  2. 大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all d
  3. 所属分类:文件操作

    • 发布日期:2024-05-03
    • 文件大小:59392
    • 提供者:lbq
  1. searchfiles

    0下载:
  2. 源码简介:采用递归查询文件的例子,可以查询指定目录下的符合条件的文件,可以搜索文件中的字符串-source profiles : recursive query document examples can be specified directory inquiries eligible documents, document search string
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:19456
    • 提供者:asdf
  1. SearchFileLynn

    0下载:
  2. 自己写的一个搜索文件的工具,采用递归搜索,可以选择不同的驱动器,统计文件和文件夹。-himself wrote a document search tool, using recursive search, can choose a different drive, statistics files and folders.
  3. 所属分类:系统编程

    • 发布日期:2024-05-03
    • 文件大小:41984
    • 提供者:吟风
  1. 折半查找

    0下载:
  2. 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-S
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:263168
    • 提供者:李顺
  1. RBFS_CODE

    1下载:
  2. RBFS算法(递归最佳优先搜索:A*家族)和LRTA*算法(联机局部搜索,又名实时学习A*搜索,同为A*家族)实现图的单源最短路径。其中RBFS和LRTA*算法均比狄杰算法效率高! -RBFS algorithm (recursive best first search :* A family) and the LRTA* algorithm (online local search, also known as real-time
  3. 所属分类:界面编程

    • 发布日期:2024-05-03
    • 文件大小:19456
    • 提供者:陈名
  1. Batch SearchFile 递归搜索框架

    0下载:
  2. 封装好的递归搜索框架善,还不完善,希望有人帮忙改善改善!-Packaging good recursive search fr a mework of good, not perfect, hoping that someone will help improve the improvement!
  3. 所属分类:系统编程

    • 发布日期:2024-05-03
    • 文件大小:451584
    • 提供者:zesfl
  1. FileSearchClass

    0下载:
  2. 一个可重用的文件搜索类,采用了递归算法。-a reusable type of document search, using a recursive algorithm.
  3. 所属分类:文件操作

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:liming
  1. CFileFindExt

    0下载:
  2. CFileFind的扩展类CFileFindExt。加强了CFileFind类的功能,直接做成类CFileFind的继承类,非递归化时(为加快搜索速度,减少开销)将先深遍历改为层次遍历,用户根据需要可增加返回所有子目录名函数以及其它多参数处理函数。-CFileFind the expansion of category CFileFindExt. Strengthened CFileFind functions directly int
  3. 所属分类:文件操作

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:narnia
  1. DesktopSearchEngine

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

    • 发布日期:2024-05-03
    • 文件大小:265216
    • 提供者:32487VG
  1. DesktopSearchEngine

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

    • 发布日期:2024-05-03
    • 文件大小:263168
    • 提供者:subzero_cn
  1. 迭代与递归搜索的效率比较

    0下载:
  2. 迭代与递归搜索的效率比较,之前做的东西,测验有效。- Iterative and recursive search of efficiency compared to before doing something, quizzes and effective.
  3. 所属分类:Windows编程

    • 发布日期:2015-01-17
    • 文件大小:1024
    • 提供者:zjuuuu
  1. 递归搜索

    0下载:
  2. C语言程序递归例子,文档内列举了数个递归程序事例,并附有c语言代码(An example of C language program recursion)
  3. 所属分类:文档资料

    • 发布日期:2024-05-03
    • 文件大小:27648
    • 提供者:桎梏琛紫
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org