搜索资源列表
javaedit
- 是一个文本编辑工具,可以事项文件拷贝查找-text editor is a tool that can search for copies of documents
200626740213
- 此程序为java查找文档,统计给定文件中包含的每个单词出现的频率,并按单词表的顺序显示统计结果-procedure for java find documents, statistics given document contains the words of each frequency, together with a word list in the order shown results
MyCrawlerFrame
- java 开发的网页爬虫,使用广度搜索,对网页的所有链接进行查找,并分析其链接,找出一级域名的所有网址,并将其添加到待处理列表,站外链接只作记录,不作处理,软件有界面,src文件夹里面有源码,myCrawler.jar可直接运行-java development of the website reptiles, the use of search breadth of the website link for you all, and analysis of their link to find
access_db_operation
- 文件中采用Java编写的程序,可以直接在JDK下运行,具备对access数据库的打开、删除、插入、查找、关闭功能。有很强的移植性。-document prepared by using Java procedures, and can directly run under the JDK, have the right to open access to the database, delete, insert, search, closing function. Is a highly por
ivrLogf
- 一个对XML文件进行查找错误的程序!在工作中经常有用-one pair of XML documents identifying the wrong procedure! Work often useful
jenaSearch.rar
- 用jena做的语义检索系统,包括本体文件及应用规则。,To do with the jena semantic retrieval system, including the body of documents and application rules.
javaiocontacts
- 用java语言实现通讯录,Java 字符界面通讯录,文件名 MyCommunication.java,主要实现的功能是添加信息,删除信息,查找信息,显示所有信息,删除所有信息!-Contacts with the java language, Java character interface contacts, the file name MyCommunication.java, the main function is to add information to achieve, delet
WJCZXT
- 这个用J2se的写的一个文件查找系统,即在本地机器上搜索文件,有点类似于windows的搜索功能-The use of written J2se find a file system, that is, search for files on local machines, somewhat similar to the search function windows
FileSystem
- 基于java的文件管理系统 能实现包括文件的创建、删除、查找等功能-Java-based document management system to achieve, including file creation, deletion, search and other functions
JavaTextFileManipulate
- 文件操作 实现文件查找 修改 文件属性 里面有注释 自己看-File operations for file changes file attributes to find notes inside look at their own
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
FileFinder
- 简单的文件查找程序,初级入门练得小例子,随便看看吧-Simple file search
wenjianchazhao
- 这是一个用java语言写的代码,实现文件查找功能。-This is a use Java language writing code, implementation file search function.
DialogFind
- 文件查找功能,是记事本开发的必须类-File search function is developed to be class notebook. . . . .
FlieManage01
- 一个文件管理系统,实现文件查找和删除以及目录查询等功能-To realize the function such as file search
page-debugging-master
- 现在的系统Web页面多半由层层嵌套的页面片段组合合成。这些页面片段在提高代码重用性的同时,也增加了文件查找的困难。这个小工具能让页面文件的查找不那么痛苦。-Combinatorial synthesis system most of the Web pages by layers of nested page fragment. These page fragments in the same time to improve code reusability, increased file se
MainActivity
- 安卓手机在指定文件数据库中查找关键字内容(Android phones look for keywords in a specified file database)
Java 查找两个文件夹中不同文件名的文件
- Java 查找两个文件夹中不同文件名的文件(Java find two differnt docment)
java大作业_20190616
- 1、单词统计。键盘输入一段英文语句,将这段话写入文件file.txt中,然后输出这段话,并且统计语句中英文单词的数目(采用Vector类)以及各单词出现的次数(采用Hashtable类)2、查找替换文本文件的内容。(1)键盘输入文件路径及文件名(2)键盘输入待查找的文本信息和替换的文件(1. Word statistics. Keyboard input a sentence in English, write this sentence into file. txt, and then out
基于J2EE的在线搜索系统
- 这是一款基于J2EE的在线搜索系统,可以同时支持mySQL数据库或本地文件查找