摘要: package cn.longxuzi;import java.util.Scanner;import org.junit.Test;public class ICUtils { /** * @author龙须子(XuziLong) * @param null * @return String []... 阅读全文
posted @ 2013-11-24 16:30 龙须子 阅读(1279) 评论(0) 推荐(0)
摘要: package cn.longxuzi;import org.junit.Test;public class Chi_SquareUtils { private static final ICUtils icUtils = new ICUtils(); /** * @author信息111李继华(LiJiHua) * @param String * [][]ciphertext * @return null * @Date 2013-11-21 PM 19:23 * @copyright李继华所有 */ @Test public void chi_square() { String[][] c 阅读全文
posted @ 2013-11-24 16:24 龙须子 阅读(3369) 评论(0) 推荐(0)