上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 164 下一页
  2018年12月17日
摘要: Java学习——多线程例子:李四王五 package cys;public class Example9_2 { public static void main(String[] args) { ... 阅读全文
posted @ 2018-12-17 17:43 蔡军帅 阅读(120) 评论(0) 推荐(0)
摘要: package cys; public class Example9_2 { public static void main(String[] args) { // TODO Auto-generated method stub People personal1,personal2; StringBuffer str=new Str... 阅读全文
posted @ 2018-12-17 17:43 蔡军帅 阅读(155) 评论(0) 推荐(0)
摘要: package cys; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.*; import javax.swing.*; public class AddOperator { public static void main(String[] args... 阅读全文
posted @ 2018-12-17 17:42 蔡军帅 阅读(747) 评论(0) 推荐(0)
摘要: Java学习——加法器 package cys;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java... 阅读全文
posted @ 2018-12-17 17:42 蔡军帅 阅读(144) 评论(0) 推荐(0)
  2018年12月15日
摘要: https://www.weixin765.com/doc/gmlxlfqf.html在对不平衡的分类数据集进行建模时,机器学**算法可能并不稳定,其预测结果甚至可能是有偏的,而预测精度此时也变得带有误导性... 阅读全文
posted @ 2018-12-15 00:53 蔡军帅 阅读(534) 评论(0) 推荐(0)
摘要: https://www.weixin765.com/doc/gmlxlfqf.html 在对不平衡的分类数据集进行建模时,机器学**算法可能并不稳定,其预测结果甚至可能是有偏的,而预测精度此时也变得带有误导性那么,这种结果是为何发生的呢?到底是什么因素影响了这些算法的表现? 在不平衡的数据中,任一算 阅读全文
posted @ 2018-12-15 00:53 蔡军帅 阅读(8288) 评论(3) 推荐(0)
  2018年12月10日
摘要: import java.awt.*; import java.applet.*; public class GUI3 extends Applet{ public void paint(Graphics g) { int x = 50; int y = 50; int width = 5; int hight... 阅读全文
posted @ 2018-12-10 23:44 蔡军帅 阅读(968) 评论(0) 推荐(0)
摘要: import java.awt.*;import java.applet.*;public class GUI3 extends Applet{ public void paint(Graphic... 阅读全文
posted @ 2018-12-10 23:44 蔡军帅 阅读(175) 评论(0) 推荐(0)
摘要: import java.awt.*;import java.applet.Applet;public class GUI2 extends Applet{ public void paint(Gr... 阅读全文
posted @ 2018-12-10 23:26 蔡军帅 阅读(124) 评论(0) 推荐(0)
摘要: import java.awt.*; import java.applet.Applet; public class GUI2 extends Applet{ public void paint(Graphics g) { g.setFont(new Font("黑体",Font.PLAIN,24)); g.drawString("蔡军帅"... 阅读全文
posted @ 2018-12-10 23:26 蔡军帅 阅读(692) 评论(0) 推荐(0)
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 164 下一页