上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 107 下一页
摘要: Given any positive integer N, you are supposed to find all of its prime factors, and write them in the format N = p​1​​​k​1​​​​×p​2​​​k​2​​​​×⋯×p​m​​​ 阅读全文
posted @ 2018-11-10 12:26 lypbendlf 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 1.CreateSeuratObject 转自:https://cloud.tencent.com/developer/article/1055892 # Initialize the Seurat object with the raw (non-normalized data). Keep al 阅读全文
posted @ 2018-11-09 03:38 lypbendlf 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: 转自:https://yoyoyohamapi.gitbooks.io/mit-ml/content/%E7%89%B9%E5%BE%81%E9%99%8D%E7%BB%B4/articles/PCA.html https://www.jianshu.com/p/162bb4ea1b7f 1.有什么 阅读全文
posted @ 2018-11-06 18:55 lypbendlf 阅读(185) 评论(0) 推荐(0) 编辑
摘要: "Let's C" is a popular and fun programming contest hosted by the College of Computer Science and Technology, Zhejiang University. Since the idea of th 阅读全文
posted @ 2018-11-06 15:42 lypbendlf 阅读(111) 评论(0) 推荐(0) 编辑
摘要: The Japanese language is notorious for its sentence ending particles. Personal preference of such particles can be considered as a reflection of the s 阅读全文
posted @ 2018-11-06 15:14 lypbendlf 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1.R中NA,NaN,Inf代表什么? NA:缺失数据 NaN:无意义的数,比如sqrt(-2) Inf:正无穷大 -Inf:负无穷大 判断是否存在nan值 is.na(x)#是否存在nan anyNA(x) sum(is.na(x))#存在几个nan值 2.确定一个数值型vector的第一个最值( 阅读全文
posted @ 2018-11-06 08:39 lypbendlf 阅读(186) 评论(0) 推荐(0) 编辑
摘要: This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female students. Inp 阅读全文
posted @ 2018-11-05 23:17 lypbendlf 阅读(115) 评论(0) 推荐(0) 编辑
摘要: A linked list consists of a series of structures, which are not necessarily adjacent in memory. We assume that each structure contains an integer key  阅读全文
posted @ 2018-11-05 17:21 lypbendlf 阅读(185) 评论(0) 推荐(0) 编辑
摘要: The task of this problem is simple: insert a sequence of distinct positive integers into a hash table first. Then try to find another sequence of inte 阅读全文
posted @ 2018-11-05 15:33 lypbendlf 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 在Rstdio使用的是3.5.1的64位R版本中遇到问题:The Perl script 'WriteXLS.pl' failed to run successfully. 首先使用 Sys.which("perl") 输出空串,表明未安装perl。 perl "" 安装上perl之后,运行又出现了 阅读全文
posted @ 2018-11-05 09:58 lypbendlf 阅读(843) 评论(0) 推荐(0) 编辑
上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 107 下一页