摘要: 1 import java.io.*; 2 3 import java.util.Scanner; 4 5 public class fileCopy 6 7 { 8 9 public static void main(String []args) throws Exception 10 11 { 12 13 try{ 14 ... 阅读全文
posted @ 2014-05-16 23:25 lixin[at]hitwh 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Drawing; 10 11 using System.Linq; 12 13 usin... 阅读全文
posted @ 2014-05-16 23:21 lixin[at]hitwh 阅读(822) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Linq; 10 11 using System.Text; 12 13 using S... 阅读全文
posted @ 2014-05-16 23:15 lixin[at]hitwh 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Drawing; 10 11 using System.Linq; 12 13 usin... 阅读全文
posted @ 2014-05-16 23:14 lixin[at]hitwh 阅读(812) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Drawing; 10 11 using System.Linq; 12 13 usin... 阅读全文
posted @ 2014-05-16 23:13 lixin[at]hitwh 阅读(2280) 评论(2) 推荐(0) 编辑
摘要: 实现代码 测试结果 几年前写的代码了,今天整理了下,居然发现个bug: 阅读全文
posted @ 2014-05-16 23:08 lixin[at]hitwh 阅读(2170) 评论(0) 推荐(0) 编辑
摘要: 实验结果: 阅读全文
posted @ 2014-05-16 23:03 lixin[at]hitwh 阅读(233) 评论(0) 推荐(0) 编辑