搜索资源列表
edit 简单的文本编辑器
- 一个简单的文本编辑器,能够编辑html、java、cpp、txt文件,并支持java的编译与运行。在文件内容显示方面,用多个文本域存放多个文件内容,文本域放在JScrollPane里,而JScrollPane放在JTabbedPane中,这就是一个多页面的布局,多个文本域,每个文本域显示一个文件的内容,多个文本域放在不同tab里-A simple text editor that can edit html, java, cpp, txt files, and support of java c
IndexAndSearch
- 对一个文件夹下面的doc和txt文件(文件夹下不包含文件夹)中的内容建立索引并实现了搜索功能。(代码有缺陷,见谅)-On a folder below the doc and txt files (folder does not contain a folder) to index the content and the achievement of the search function. (Code are flawed, will be forgiven)
aircraftReaddata
- java小程序,eclipse,jkd1.6,windows,读取 txt数据文件,并接受用户的输入年月日,之后根据输入的日期,根据一定的条件来判断所读取的txt数据文件中的aircraft是否需要维修,并且把所有需要维修的根据一定的格式打印出来, (自己给朋友写好的代码,所以传上来了)-java, read txt data file, and accept user input date, then according to the date of importation, in accor
Projecto_POO
- Its a project that i create. The program its like an helpdesk, that allows the user to introduce requests and manage them. The data is saved in .dat files and in .txt files. The main file, the u should run is: n2006131015_Main
ModifySuffix
- ModifySuffix用于批量修改文件后缀名,支持子文件,支持无后缀名的文件,可用于各种类型文件的后缀名的相互转换-ModifySuffix can help you modify a file s suffix in bulk. Also it supports the files in a sub-folder. Besides, it can specify one single file and only change it. The field with asterisk
txttoxml
- 将txt文件装换为xml文件,在读取数据的时候是很方便,也非常有学习的价值-Txt files will be installed for the xml file, when reading the data is very convenient and very value of learning
FileReader
- txt,CSV等文本文件的读入类,能取出指定行和指定列的值-txt, CSV and other text files read into the class, be able to remove the specified row and column values of the specified
TXT
- 该代码是基于java中用swing来实现的简单的记事本txt。有文件和帮助两个大选项,下面分类是文件的打开,保存,另存为-The code is based on java using swing to achieve a simple notepad txt. There are two major options and help files, the following classification is the file open, save, save as. .
Steganography
- stereography for hiding txt files-stereography for hiding txt files...................
ReadTxt
- 从本地读取.txt文件的内容到Jtable上显示-Read from the local. Txt files content to display on Jtable
DeskTopClassify
- 1.程序执行后,txt文件被移到名为TXT文件夹中,word文件(包含doc和docx)被移到名为WORD的文件夹中。 2.要实现的触发器-动作框架的规则是:如果 桌面上有文件 那么 根据后缀名将它放入指定的文件夹中 -1 After the program execution, txt files are moved to a folder called TXT, word documents (including doc and docx) to be moved to a fol
xiaoShou
- 自己写的,看小说的网站,txt文件,有几部小说的部分章节-Their writing, reading novels website, txt files, there are several chapters of the novel
txt
- 只有一个功能,将 大文件截取成小文件。-Only one function, a large file interception into small files.
binary2text2binary
- Convert binary files to txt files and vice versa. Written in Java using Netbeans.
bookreaderactivity
- 这是我上个月份编写的一份android平台下的txt文本阅读器的工程代码。若对此有兴趣者可以这份代码为基础开始学习。-This is a text reader s code for txt files on android platform.Anyone who is interested in it can start it according to this code.
Download-1
- android 实现下载mp3文件、txt 文件和歌词的下载-download mp3 files and txt files about android
WriterExa
- java复制文件,本程序中是.txt文件,也可是其他文件。指定路径可自己修改,需要复制的文件必须存在,否则只会新建空文件。程序中注解已表明路径与文件名-java copy files, this program is. txt files, but other files. Specified path can modify their own, need to copy the file must exist, otherwise it will create an empty file. A
Read-all-TXT-files-of--folder
- 可以读出一个文件夹下面的所有TXT文档,源码,可以直接使用-Read all TXT files of a folder
mail_filter
- 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-This software is based on Bayesian algorithm, using NetBean generated interface (required JDK1.6), applicable to SMS, e-mail messages, diary and some txt files to classify th
read-txt
- 一、实现通讯录类(姓名、性别和电话号码),并为每个属性设置 set和get方法; 二、从通讯录的文本文件“record.txt”中读取数据放到通讯录类实例化的对象中,并合理组织存储结果方便查找。其文件样例如下,文件第一行为通讯录中人员的个数n,从第二行到第n+1行是n个通讯录; 每个通讯录占1行,每行依次为人员姓名、性别和电话号码,每个属性间以空格隔开。 -First, realize contacts class (name, gender, and phone number), an