上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 164 下一页
  2018年9月17日
摘要: import java.util.Scanner;public class 实验二 { /** * @param args */ public static void main(Str... 阅读全文
posted @ 2018-09-17 17:04 蔡军帅 阅读(109) 评论(0) 推荐(0)
摘要: public class 实验1 { //将100-300之间的素数输出 /** * @param args */ public static void main(String[... 阅读全文
posted @ 2018-09-17 16:55 蔡军帅 阅读(214) 评论(0) 推荐(0)
摘要: public class 实验1 { //将100-300之间的素数输出 /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub for(int i=100;i<=300... 阅读全文
posted @ 2018-09-17 16:55 蔡军帅 阅读(2181) 评论(0) 推荐(0)
摘要: StringBuffer 为可以修改的字符串 阅读全文
posted @ 2018-09-17 16:25 蔡军帅 阅读(175) 评论(0) 推荐(0)
摘要: import java.util.Scanner;public class cys1 { /** * @param args */ public static void main(St... 阅读全文
posted @ 2018-09-17 16:25 蔡军帅 阅读(71) 评论(0) 推荐(0)
  2018年9月15日
摘要: G. Give CandiesThere are N children in kindergarten. Miss Li bought them N candies. To make the proces... 阅读全文
posted @ 2018-09-15 23:56 蔡军帅 阅读(117) 评论(0) 推荐(0)
摘要: G. Give Candies There are N children in kindergarten. Miss Li bought them N candies. To make the process more interesting, Miss Li comes up with the r 阅读全文
posted @ 2018-09-15 23:56 蔡军帅 阅读(370) 评论(0) 推荐(0)
摘要: Eclipse下载,java配置: 基本的软件是JDK,它可以编译、运行Java程序,下载地址是:https://www.oracle.com/technetwork/java/javase/downloads/index.html 你可以选择其中的 Java Platform(JDK)。也可以选择 阅读全文
posted @ 2018-09-15 18:24 蔡军帅 阅读(235) 评论(0) 推荐(0)
摘要: Eclipse下载,java配置: 基本的软件是JDK,它可以编译、运行Java程序,下载地址是:https://www.oracle.com/technetwork/java/javase/downloads/... 阅读全文
posted @ 2018-09-15 18:24 蔡军帅 阅读(96) 评论(0) 推荐(0)
摘要: 保存训练好的机器学习模型 当我们训练好一个model后,下次如果还想用这个model,我们就需要把这个model保存下来,下次直接导入就好了,不然每次都跑一遍,训练时间短还好,要是一次跑好几天的那怕... 阅读全文
posted @ 2018-09-15 12:49 蔡军帅 阅读(100) 评论(0) 推荐(0)
上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 164 下一页