搜索资源列表
SourceCode.rar jxta实现的p2p聊天
- jxta实现的p2p聊天,文件传输,共享,文件搜索,JXTA p2p achieved chat, file transfer, sharing, file search
FileSystem
- 基于java的文件管理系统 能实现包括文件的创建、删除、查找等功能-Java-based document management system to achieve, including file creation, deletion, search and other functions
hjblong
- 。支持各种操作系统(windows, Linux, Unix),或租用java空间 2。各种数据库(MySQL, SQL SERVER, Oracle, DB2)。 3。应用服务器Tomcat. Resin, WEBsphere, WEB Logic. 系统功能介绍: 1。播客节目发布管理系统 2。文件管理 3。个性化模版定义功能。可以定制你喜欢的网站风格和样式 4。完全支持RSS订阅,可以兼容iPod+iTunes
linjunbo
- 自己编写的桌面搜索器,能快速搜索文件,搜索几乎在瞬间完成-this is a desk searcher for search file of you can t find!
search
- simple file searching using java
search
- 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 databa
Search
- 利用线程,一个用来在硬盘中查找包含指定字母的文件的程序,类似window自带的查找文件的程序。-Using threads, one for the hard to find the file that contains the procedures specified letter, similar to the window to find files that comes with the program.
search
- java实现本地文件搜索的源代码,非常好的学习资料,注释写得很详细-to achieve a local file search java source code, a very good learning materials, notes to write a very detailed
23tree
- 2-3 树插入,查找,删除,排序,从文件txt读入插入,查找,删除,排序等指令-two three tree, including insert, search,order,delete, you can read command for txt file
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
dir.file.search
- 用Java实现的文件夹和文件查询操作,熟悉文件操作函数-Implemented with the Java folder and file search operation, familiar with the file operation function
serriveTest
- 文本编辑,实现查找,文件打开,菜单等功能,并有简单界面-Text editor, to achieve search, file open, menu and other functions, and a simple interface
FileManagementSystem
- 在本地创建一个文件管理的工具(类似于磁盘管理)。用户可以上传文件,搜索文件和删除文件。这个代码侧重的是运行效率。-Create a database locally to manage files (similar to the disk management). Users can upload files, search files and delete files. The code is focused on operational efficiency.
file
- 访问(读/写)一个文件中任意位置的字节信息,包括查找任意目录下的文件-Access (read/write) a file anywhere bytes of information, including the search for any files in that directory
Search-in-zip-file
- searc h in zip file java cla-searc h in zip file java class
file-extend-example
- 这是自己开发的一个简单的文件搜索程序,可以实现文件拓展名的搜索,对于您开发批量搜索文件会有帮助-This is their development of a simple file search program, you can expand the name of the implementation file search, search for your batch file will help develop
LoopDir2
- 打开文件夹搜索文件利用linklist java-Search file
wx3
- 使用Java语言编程,对数组进行二分法查找,文件中使用两个不同的函数分别对二分法查找做了体现。-Using the Java programming language, the array binary search, file lookup using two different functions do reflects on the dichotomy respectively.
Java-search-file
- java实现在任意目录下查找文件,并以树形排列-Java implementation in any directory lookup file, and arranged in a tree
fileSearch
- 用JAVA写的一个关键词检索的程序,能够读取文件,并对输入的关键词进行检索的功能。(Using JAVA to write a keyword search program, to read the document, and the input keywords to search function.)