文件名称:KeyWord
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
(统计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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.