Welcome![Sign In][Sign Up]
Location:
Search - search file

Search list

[Othersearchfiles

Description: 源码简介:采用递归查询文件的例子,可以查询指定目录下的符合条件的文件,可以搜索文件中的字符串-source profiles : recursive query document examples can be specified directory inquiries eligible documents, document search string
Platform: | Size: 19456 | Author: asdf | Hits:

[OS programSearchFileLynn

Description: 自己写的一个搜索文件的工具,采用递归搜索,可以选择不同的驱动器,统计文件和文件夹。-himself wrote a document search tool, using recursive search, can choose a different drive, statistics files and folders.
Platform: | Size: 41984 | Author: 吟风 | Hits:

[File OperateFileKeySearch

Description: 一种快速的模糊搜索算法,根据指定的关键字搜索文件名与之相似匹配的文件,内附测试程序。-a fast fuzzy search algorithm, according to the specified file name keyword search with matching documents, enclosing the test.
Platform: | Size: 195584 | Author: byron | Hits:

[OtherFileSearcher

Description: 文件搜索系统 智能排序 可以按文件内容或文件名搜索,并且可以按文件名,修改日期... ...排序 当初学校java实训的项目 那时侯不知道有LinkedList竟然自己花了3天时间自己写了的LinkList 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com -document search system for smart scheduling according to the contents of the documents or file name search, as well as by file name Update ... ... Sort java Training schools in the first place then the item Hou do not know LinkedLi st has spent his three days of himself wrote a LinkList any question, please contact me and QQ : 281284015 Email : ibm_chen@163.com
Platform: | Size: 19456 | Author: chenmin | Hits:

[Search Enginesearch

Description: 一个小的文件搜索引擎,用于先读小文件,再排序再算出关键字的MATCH 度-A small file search engine, for first reading of small files, and then re-calculate the keyword sort MATCH degrees
Platform: | Size: 6144 | Author: vlanice | Hits:

[JSP/Javasearch

Description: java本地文件搜索,功能较简单,实现思想也较简单-java local file search function relatively simple, the realization of ideas than a simple
Platform: | Size: 199680 | Author: fire | Hits:

[Search EngineProject1(soap)

Description: 采用SOAP协议的简单文本搜索引擎,可在客户端向服务器端发出请求,并进而在服务器端的文本文件中查询特定字符串,目前还不能支持中文搜索。-SOAP protocol using a simple text search engine, can the client request to the server-side and thus the server side text file that a particular query string, the current also can not support the Chinese search.
Platform: | Size: 6758400 | Author: 许民皆 | Hits:

[OS programFindFiles

Description: 文件查找系统,基本实现了windows资源管理器的搜索功能,包括查找文件名和文件中包含的字或词组。还能对所查文件的大小进行限制。-File search system, the basic realization of the windows Explorer search functionality, including file name and search the document contains the word or phrase. Can search on the file size limit.
Platform: | Size: 47104 | Author: GaoYufeng | Hits:

[midi programFull-Search

Description: QCIF的开档程式对于初学BCB又不太懂开樘的人非常有用-QCIF open file program for beginner BCB also do not really understand open樘are very useful
Platform: | Size: 394240 | Author: 金金金強 | Hits:

[File OperateAdmServSerch

Description: search for local administrator group members on all servers in a list (text file) and will print results out in a csv file
Platform: | Size: 1024 | Author: atmega | Hits:

[Windows Developrapid-search-file

Description: 快速检索指定文件-Quick Search the specified file
Platform: | Size: 27648 | Author: wangwei | Hits:

[File Operatesearchfile

Description: VC++查找文件的几种方法,是接口的源码-search file in vc++ interface seaurce code
Platform: | Size: 1024 | Author: 陈亮亮 | Hits:

[Windows DevelopSearch

Description: 包含指定内容的文件,Windows只查文本文件,所以才写了这个工具,可在任何文件中查找到找定内容.-The contents of the file that contains the specified, Windows only search text files, why they wrote this tool, you can find any of the documents to find the elements.
Platform: | Size: 6144 | Author: zhangJY | Hits:

[Windows DevelopWindowsFileSearch

Description: window search file to search files in windows
Platform: | Size: 53248 | Author: Hardeep | Hits:

[JSP/Javasearch

Description: simple file searching using java
Platform: | Size: 3072 | Author: asenoop | Hits:

[JSP/Javasearch

Description: lucene应用实例程序,包含了建立索引到web搜索的完整代码,里面用到的数据库是dedecms的,可以自己去下载,config.xml为配置文件,需要配置索引目录和链接数据的用户密码。该代码实例可以直接作为你用lucene建立全文搜索的参考-lucene Applications programs, including the establishment of an index to the web search the complete code, which used the database is dedecms, and can themselves download, config.xml for the configuration file, you need to configure the index directory and link the data user' s password. The code examples can you use lucene as a reference for the establishment of full-text search
Platform: | Size: 95232 | Author: strayly | Hits:

[WEB Codesearch.php

Description: Search file in PHP is what this file is. I hope you like it!-Search file in PHP is what this file is. I hope you like it!
Platform: | Size: 2048 | Author: joeshmo | Hits:

[JSP/Javasearch-file

Description: 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - Design a program, implementation file search. File search operation is a very basic operating, general file search operation recursively algorithm, is actually use "depth-first" strategy. Please design a based on "breadth first search program files" algorithm.
Platform: | Size: 1024 | Author: guang | Hits:

[File OperateSearch-File

Description: Search File文件查找,用於在系統下查找文件文件夾等
Platform: | Size: 5932032 | Author: Always | Hits:

[File Operatetxt search

Description: programm for search txt file on your drive
Platform: | Size: 173056 | Author: bamblby | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net