最新 最热

LeetCode 0268 - Missing Number

Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array.

2021-08-11
0

LeetCode 0326 - Power of Three

Given an integer, write a function to determine if it is a power of three.

2021-08-11
1

LeetCode 0029 - Divide Two Integers

Divide two integers without using multiplication, division and mod operator.

2021-08-11
1

全球 0.1°、半小时/逐日分辨率的GPM卫星降水数据

7月中上旬,这些数据(~4TB)应该会全部上传完毕,存放到百度云云盘,免费供大家下载用于科研、学习等用途,希望能为大家科研工作、学习提供切实的帮助。但话又说回来,不远的未来(5-10年)数据会爆发性增长,如何获取自己需要的数...

2021-07-02
0

二十四、覆盖索引

覆盖索引又称为索引覆盖,即 select 的数据列只从索引中就能得到,不必读取数据行,也就是只需扫描索引就可以得到查询结果。

2021-06-25
0

[1003]pandas deprecated warning to_dict()

来源:https://stackoverflow.com/questions/64695541/pandas-deprecated-warning-to-dict

2021-06-24
1

C#学习笔记——启动其他进程

1 启动一个独立进程,需要用到的命名空间是:using System.Diagnostics; 进程类是 Process ,进程的相关参数信息类是 ProcessStartInfo

2021-06-10
1

AR FOOD 这款菜单让你点菜不再纠结,技术提升就餐体验 | Mixlab AR前沿

Customers can view the menu of your institution in augmented reality using a smartphone

2021-05-28
1

牛客网–质因数的个数

题目描述 求正整数N(N>1)的质因数的个数。 相同的质因数需要重复计算。如120=22235,共有5个质因数。 输入描述: 可能有多组测试数据,每组测试数据的输入是一个正整数N,(1<N<10^9)。 输出描述: 对于每组数据,输出N的质因数...

2021-05-19
0

用MLP代替掉Self-Attention

这次介绍的清华的一个工作 “Beyond Self-attention: External Attention using Two Linear Layers for Visual Tasks”

2021-05-17
1