文件名称:hello
-
所属分类:
- 标签属性:
- 上传时间:2014-05-22
-
文件大小:1.04kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
逐行比较两份文件,以下条件视为匹配:
1 每行头尾有数量不等的空格或制表符
2 每行中间有数量不等的空格或制表符
3 有大小写区别
提示:
写一个类继承BasicFileIo类,它至少包含两个方法
一 public String getCanonicalLine() 方法, 该方法的功能:
1 删除每行头尾得空格或制表符
2 用一个空格符代替一个以上的空格符
3 用一个制表符代替一个以上的制表符
4 把所有的字符转换成小写 (用Character.toLowerCase(‘A’) )
二 比较各行的方法 boolean matchLine()
方法参数可以自己定义
三 其他的方法可以自己定义
再写一个应用类,比较两个文件是否一致
-Compare two documents line by line, the following conditions as a match:
1 each gear end has any number of Spaces or tabs
2 there are any number of Spaces or tabs among each row
Three is case sensitive
Tip:
Write a class inherits BasicFileIo class, it contains at least two methods
A public String getCanonicalLine () method, the method of function:
1 remove every outfit have Spaces or tabs
2 use a Spaces instead of one or more Spaces
3 a tabs instead of one or more tabs
4 to convert the characters of all lowercase (use Character. ToLowerCase ( A ) )
2 the method of comparing all Boolean matchLine ()
? ? method parameter can define your own
Three other methods can define your own
Then write an application class, compare two files are consistent
1 每行头尾有数量不等的空格或制表符
2 每行中间有数量不等的空格或制表符
3 有大小写区别
提示:
写一个类继承BasicFileIo类,它至少包含两个方法
一 public String getCanonicalLine() 方法, 该方法的功能:
1 删除每行头尾得空格或制表符
2 用一个空格符代替一个以上的空格符
3 用一个制表符代替一个以上的制表符
4 把所有的字符转换成小写 (用Character.toLowerCase(‘A’) )
二 比较各行的方法 boolean matchLine()
方法参数可以自己定义
三 其他的方法可以自己定义
再写一个应用类,比较两个文件是否一致
-Compare two documents line by line, the following conditions as a match:
1 each gear end has any number of Spaces or tabs
2 there are any number of Spaces or tabs among each row
Three is case sensitive
Tip:
Write a class inherits BasicFileIo class, it contains at least two methods
A public String getCanonicalLine () method, the method of function:
1 remove every outfit have Spaces or tabs
2 use a Spaces instead of one or more Spaces
3 a tabs instead of one or more tabs
4 to convert the characters of all lowercase (use Character. ToLowerCase ( A ) )
2 the method of comparing all Boolean matchLine ()
? ? method parameter can define your own
Three other methods can define your own
Then write an application class, compare two files are consistent
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hello.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.