Mr李 的文章
-
2.10英文题面翻译
描述 Given a sequence of N nonnegative integers. Let's define the median of such sequence. If N is odd the median is the element with stands in the …… -
-
Beijing 2008
Beijing 2008 | JXNUOJ 翻译: 描述: 众所周知,下一届奥运会将于2008年在北京举行,所以2008年似乎有点特别。 你也很期待不是吗? 不幸的是,还有…… -
forEach(System.out::println)用法
等同于增强foreach @SpringBootTest class MybatisPlusApplicationTests { @Autowired private UserMapper userMapper; @Test void contextLo…… -
-
KNN+Nbayes+决策树
KNN+Nbayes+决策树 一、K近邻分类器(KNN)二、决策树 一、K近邻分类器(KNN) KNN:通过计算待分类数据点,与已有数据集中的所有数据点的距离。取距离最小的…… -
【PAT B1011】A+B 和 C
1 题目 2 代码 import java.util.Scanner; public class B1011 { public static void main(String[] args) { Scanner sc = new Scanner(System.i…… -
-
笔记:numpy array中冒号的用法
在未引包的情况下,python中的冒号的用法比较简单,诸如a[10:20], 或者a[::10] 而在引入numpy后,冒号的用法得到了扩充,可以用引号来表示一整个维度,从开始…… -
友情链接

