上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 164 下一页
  2018年9月29日
摘要: Problem 11In the 20×20 grid below, four numbers along a diagonal line have been marked in red.08 02 22 ... 阅读全文
posted @ 2018-09-29 00:51 蔡军帅 阅读(135) 评论(0) 推荐(0)
  2018年9月28日
摘要: The prime factors of 13195 are 5, 7, 13 and 29.What is the largest prime factor of the number 60085147... 阅读全文
posted @ 2018-09-28 19:50 蔡军帅 阅读(168) 评论(0) 推荐(0)
摘要: The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number 600851475143 ? 翻译过后如下: 找出一个合数的最大质数因子 13195的质数因子有5,7,13和 阅读全文
posted @ 2018-09-28 19:50 蔡军帅 阅读(436) 评论(0) 推荐(0)
摘要: 转载请注明出处: http://www.cnblogs.com/darkknightzh/p/6117528.html 参考网址: http://stackoverflow.com/questions/22408237/named-colors-in-matplotlib http://stacko 阅读全文
posted @ 2018-09-28 18:30 蔡军帅 阅读(16675) 评论(0) 推荐(1)
摘要: 转载请注明出处:http://www.cnblogs.com/darkknightzh/p/6117528.html参考网址:http://stackoverflow.com/questions/2240... 阅读全文
posted @ 2018-09-28 18:30 蔡军帅 阅读(141) 评论(0) 推荐(0)
  2018年9月27日
摘要: 【题目一】If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. T... 阅读全文
posted @ 2018-09-27 14:13 蔡军帅 阅读(298) 评论(0) 推荐(0)
摘要: 【题目一】If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.Find the sum of 阅读全文
posted @ 2018-09-27 14:13 蔡军帅 阅读(812) 评论(1) 推荐(1)
摘要: 循环 判断 函数 函数是一个对象,可以赋值 函数要放在调用函数的前面 输入输出 read.csv() 文本文件 csv是comma separated value的英文缩写,其读取逗号分隔的文本文件。 read.csv()与read.table()的区别可以看他们的默认参数值。 read.table 阅读全文
posted @ 2018-09-27 11:47 蔡军帅 阅读(3194) 评论(0) 推荐(0)
摘要: 循环 判断函数函数是一个对象,可以赋值 函数要放在调用函数的前面输入输出read.csv()------文本文件 csv是comma separated value的英文缩写,其读取逗号分隔的文本文件。 ... 阅读全文
posted @ 2018-09-27 11:47 蔡军帅 阅读(135) 评论(0) 推荐(0)
摘要: 创建数据框> patientID age diabates statu patientdata<-data.frame(patientID,age,diabates,status)attributes用于... 阅读全文
posted @ 2018-09-27 10:53 蔡军帅 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 164 下一页