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

搜索资源列表

  1. filesearch

    1下载:
  2. 文件多线程全文搜索得dephi的源程序,文件多线程全文搜索得dephi的源程序-document multithreading dephi full-text search in the source code, documents multithreaded text search in the source dephi
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:309561
    • 提供者:李鹏
  1. filesearch

    0下载:
  2. C#文件查找的类-C# type of document search
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25415
    • 提供者:刘湘东
  1. 20090301-filesearch

    0下载:
  2. 文件查找,把找到的文件显示到listview,并且有图标-Document search, to find the documents put to the listview, and have the icon
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:59218
    • 提供者:dengyl01
  1. filesearch

    0下载:
  2. 仿操作系统的文件查找,利用遍历器对磁盘某个目录进行文件搜索-Find a document like the operating system, the use of traverse directories on a disk for a file search
  3. 所属分类:Search Engine

    • 发布日期:2017-03-28
    • 文件大小:350091
    • 提供者:尼恩
  1. FileSearch

    0下载:
  2. 文件搜索,文件夹查找,采用树型查找,存放到队列中-file search,open
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:53654
    • 提供者:季单
  1. FileSearch

    0下载:
  2. C#开发检索文件夹程序,简单,可做为参考使用.-Folder search procedures, simple to use as a reference.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:55767
    • 提供者:upupto
  1. test3

    0下载:
  2. 文件夹与文件的查找的例子----借助CStringList来查找D盘下的所有TXT文件-demo how to search all folder and file---through using the CStringList to find out all the txt file in the d:
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:24863
    • 提供者:梁志勇
  1. fileSearch

    0下载:
  2. 文件搜索器 实现子文件夹搜索 实现多种文件过滤方式 文件匹配 完全自主编写 C#环境-File search engine to achieve sub-folders search methods to achieve a variety of file filters matching the file completely independent environment for the preparation of C#
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1736369
    • 提供者:张佳
  1. FileSearch

    0下载:
  2. 远程查看ftp内容,提供下载功能,远程动态更新-Ftp remotely view the contents available for download function, remote dynamic update
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:3313490
    • 提供者:forelong
  1. FileSearch

    0下载:
  2. File Search is very nice program, it can search for files in directoris with many search options, like search by: time, date, attributes( readonly, modifaed ... ). It uses TFindFile Unit made by Kambiz R. Khojasteh
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:511419
    • 提供者:Fire
  1. filesearch

    0下载:
  2. 记录文件中 关键字 查找 修改 添加功能-Log files to find changes in the keyword to add functionality
  3. 所属分类:Symbian

    • 发布日期:2017-04-11
    • 文件大小:1326
    • 提供者:张志风
  1. Filesearch

    0下载:
  2. 程序一方面展示VC++多线程的应用,一方面是线程搜索,学会了线程操作,对提升程序性能大有帮助。 -Procedures on the one hand shows VC++ multi-threaded applications, one is the thread search, learn the thread operation go a long way in enhancing program performance.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:23993
    • 提供者:yuanzhengke1982
  1. search-file

    0下载:
  2. 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:716
    • 提供者:guang
  1. filesearch.Delphi

    0下载:
  2. Complete File Search in Delphi 7
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:7750
    • 提供者:Odacir
  1. FileSearch

    0下载:
  2. 来自Primer例子实现!自己实现的一个文本查询程序,可以实现,查找你所找的任意一个单词,或者单词的组合,然后返回给你出现该词的每一句话!这个程序,你可以学习c++的继承,以及句柄类的实现!很不错!代码无误,质量高!-Examples from the Primer to achieve! Their implementation of a text query program, you can achieve, you are looking to find any word or combi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:28253
    • 提供者:张漾
  1. fileSearch.tar

    0下载:
  2. 一个android的文件搜索小工具,包含了android系统中的文件权限和文件操作的知识。-a application you can used it to search the file ,then it will callback the path where you put the file.
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:39785
    • 提供者:赖胜昌
  1. filesearch

    0下载:
  2. Search file in directory
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:938293
    • 提供者:farhad
  1. FileSearch

    0下载:
  2. 遍历目录下的文件夹和文件,主要在EXCEL的VBA编程时会用到。-Traverse the directory under the folders and files, will be used mainly in the EXCEL VBA programming.
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:1109
    • 提供者:duanjiangtao121
  1. FileSearch-First_release

    0下载:
  2. FileSearch This application find all files and copy only files with specified suffix (type). Application reading file signature in hex and compare with specified template. In uational version, supported only exe and apk files. U can ch
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:14654
    • 提供者:Roman
  1. Filesearch

    0下载:
  2. FILESEARCH IS AN ESSENTIAL THING.DONT DOWNLOAD
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-03
    • 文件大小:1854464
    • 提供者:anuu
« 12 »
搜珍网 www.dssz.com