文件名称:KeyWord
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(统计Java 源代码中的关键字)编写程序,读取一个Java 源代码文件,报告该文件中关键字的个数。从命令行传递该文件的文件名。
编程提示:
Java 关键字集合的形成;
方法一:创建规则散列集对象,使用add()将所有Java 关键字存放在该集合中;
方法二:创建一个文件存放Java 关键字,然后将文件内容读入一个规则散列集中。
Java 源代码文件的处理(参考练习二的文件处理);
原文件中关键字个数统计:如果一个单词在关键字集合中,则计数器增1;否则计数器不变。
-(Statistics Java source code keywords) to program, read a Java source code files, reports the number of keywords in the file. Transfer the file from the command line name. Programming Tip: Java keywords set formation Method One: Create a rule set the hash object, use the add () to all the Java keywords stored in the collection Method Two: Creating a Java key store file, and then the contents of the file read into a hash rule set. Treatment of Java source code files (see Exercise b of the document processing) the number of original documents keyword statistics: If a word in the keyword set, then the counter by 1 or counters unchanged.
编程提示:
Java 关键字集合的形成;
方法一:创建规则散列集对象,使用add()将所有Java 关键字存放在该集合中;
方法二:创建一个文件存放Java 关键字,然后将文件内容读入一个规则散列集中。
Java 源代码文件的处理(参考练习二的文件处理);
原文件中关键字个数统计:如果一个单词在关键字集合中,则计数器增1;否则计数器不变。
-(Statistics Java source code keywords) to program, read a Java source code files, reports the number of keywords in the file. Transfer the file from the command line name. Programming Tip: Java keywords set formation Method One: Create a rule set the hash object, use the add () to all the Java keywords stored in the collection Method Two: Creating a Java key store file, and then the contents of the file read into a hash rule set. Treatment of Java source code files (see Exercise b of the document processing) the number of original documents keyword statistics: If a word in the keyword set, then the counter by 1 or counters unchanged.
相关搜索: keyword
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KeyWord.java
说明.txt
说明.txt