上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 164 下一页
  2018年10月13日
摘要: package hello; public class PeopleAndMoney { public static void main(String[] args) { // TODO Auto-generated method stub double y=0.8; People zhang=new People(); ... 阅读全文
posted @ 2018-10-13 17:20 蔡军帅 阅读(631) 评论(0) 推荐(0)
摘要: package hello; public class TestTixing { public static void main(String[] args) { // TODO Auto-generated method stub Tixing t1=new Tixing(10,20,10); System.out.println... 阅读全文
posted @ 2018-10-13 16:39 蔡军帅 阅读(591) 评论(0) 推荐(0)
摘要: package hello;public class TestTixing { public static void main(String[] args) { // TODO Auto-g... 阅读全文
posted @ 2018-10-13 16:39 蔡军帅 阅读(115) 评论(0) 推荐(0)
  2018年10月11日
摘要: 本文以1950年到2010年期间我国的火灾统计数据为例,数据如下所示:(0)加载数据data plot(x,y,type="o",xlab="年份",ylab="",ylim=c(0,maxy),col=... 阅读全文
posted @ 2018-10-11 11:07 蔡军帅 阅读(170) 评论(0) 推荐(0)
摘要: 本文以1950年到2010年期间我国的火灾统计数据为例,数据如下所示: (0)加载数据 data<-read.csv("E:\\MyDocument\\p\\Data\\1950~2010火灾情况.csv") x=t(data[1]) y=t(data[2]) z=t(data[3]) w=t(da 阅读全文
posted @ 2018-10-11 11:07 蔡军帅 阅读(1454) 评论(0) 推荐(0)
摘要: complete.cases查看缺失值 箱图: 阅读全文
posted @ 2018-10-11 10:42 蔡军帅 阅读(283) 评论(0) 推荐(0)
摘要: complete.cases查看缺失值 箱图: 阅读全文
posted @ 2018-10-11 10:42 蔡军帅 阅读(174) 评论(0) 推荐(0)
  2018年10月9日
摘要: package hello;import java.util.Scanner;public class YuanZhu { public static void main(String[] args) { ... 阅读全文
posted @ 2018-10-09 17:45 蔡军帅 阅读(131) 评论(0) 推荐(0)
摘要: package hello; import java.util.Scanner; public class YuanZhu { public static void main(String[] args) { // TODO Auto-generated method stub Scanner in = new Scanner(System.in)... 阅读全文
posted @ 2018-10-09 17:45 蔡军帅 阅读(353) 评论(0) 推荐(0)
  2018年10月8日
摘要: package my_project; import java.util.Scanner; public class my_first_class { public static void main(String[] args) { // TODO Auto-generated method stub Scanner in = new Scan... 阅读全文
posted @ 2018-10-08 17:31 蔡军帅 阅读(218) 评论(0) 推荐(0)
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 164 下一页