码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
Picaso完美兼容OkHttp3.3,缓存优化两不误 - Tamic Developer"s Blog
为何在Fresco,Glide这么强大的背景下,我又想起了当初的Picasso,又为何写这篇文章?是因为最近项目采用了square公司的RxAndroid,Retrfit和OKhttp, 不得不联想到这个公司曾经还有款图片加载Picasso,所以采用了square公司的全家桶来进行项目开发,为了减少... ...
分类:Web程序   时间:2020-02-05 10:08:26    阅读次数:104
Largest 1-Bordered Square
Given a 2D grid of 0s and 1s, return the number of elements in the largest square subgrid that has all 1s on its border, or 0 if such a subgrid doesn' ...
分类:其他好文   时间:2020-02-02 13:34:56    阅读次数:73
bgfx源码里的几个宏
0. vs 查看预编译后的代码 1. # 和 ## #define P(A) { printf(" the square of %s is %d\n", #A, A * A); } #define Q(B) { printf(" the square of "#B" is %d\n" , B * B ...
分类:其他好文   时间:2020-02-01 16:16:27    阅读次数:68
hdu1312 Red and Black
"题目链接" Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a bl ...
分类:其他好文   时间:2020-02-01 12:47:27    阅读次数:85
LeetCode 473 - Matchsticks to Square - Medium (Python)
Remember the story of Little Match Girl? By now, you know exactly what matchsticks the little match girl has, please find out a way you can make one s ...
分类:编程语言   时间:2020-01-31 10:39:41    阅读次数:122
scikit-opt——Python中的群体智能优化算法库
安装 pip install scikit-opt 对于当前的开发者版本: git clone git@github.com:guofei9987/scikit-opt.git cd scikit-opt pip install . Genetic Algorithm 第一步:定义你的问题 impo ...
分类:编程语言   时间:2020-01-29 21:34:21    阅读次数:499
ZOJ1002 —— 深度优先搜索
ZOJ1002 —— Fire net Time Limit: 2000 ms Memory Limit: 65536 KB Suppose that we have a square city with straight streets. A map of a city is a square b ...
分类:其他好文   时间:2020-01-27 14:00:53    阅读次数:112
CF1A-Theatre Square
CF1A Theatre Square 1. 题意:$n m$的面积铺$a a$的砖块,最少需要多少。 2. 思路:上取整即可,$ans = ((n+a 1)/a) ((m+a 1)/a)$ 3. 代码实现: ...
分类:其他好文   时间:2020-01-26 15:57:54    阅读次数:62
AIM Tech Round 5 (rated, Div. 1 + Div. 2)
A Find Square 没意思。 ...
分类:其他好文   时间:2020-01-24 09:25:05    阅读次数:82
DFS/BFS-A - Red and Black
A - Red and Black There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. ...
分类:其他好文   时间:2020-01-23 13:54:42    阅读次数:86
2122条   上一页 1 ... 12 13 14 15 16 ... 213 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!