码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
HTML无序列表和有序列表
html无序列表<ul><li></li></ul> ul属性设定:<ul type="square"> 常用属性值 type="disc"实心圆点(默认) type="circle"空心圆 type="square"空心正方形 html有序列表<ol><li></li></ol> order有序的 ...
分类:Web程序   时间:2016-09-07 20:54:04    阅读次数:132
[LeetCode] Decode String 解码字符串
Given an encoded string, return it's decoded string. The encoding rule is: k[encoded_string], where the encoded_string inside the square brackets is b ...
分类:其他好文   时间:2016-09-07 14:31:03    阅读次数:124
LeetCode Perfect Squares
Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16,...) which sum to n. For example, given n = 12 , ...
分类:其他好文   时间:2016-09-07 14:26:33    阅读次数:167
Maximal Square
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing all 1's and return its area. Given a 2D binary matrix filled with ...
分类:其他好文   时间:2016-09-07 10:35:12    阅读次数:104
【USACO】Transformations(模拟)
A square pattern of size N x N (1 <= N <= 10) black and white square tiles is transformed into another square pattern. Write a program that will recog ...
分类:其他好文   时间:2016-09-07 01:41:18    阅读次数:156
Codeforces Round #369 (Div. 2) ABCD
A. Bus to Udayland 题解: 水,看样例就知道题意了 代码: B.Chris and Magic Square 题解: 水,模拟题,注意n=1的情况,还有不能为负 代码: C. Coloring Trees 题解: 给你n个位置,每个位置可以涂m种颜色.a[i]=0表示未涂,可以涂1 ...
分类:其他好文   时间:2016-09-06 06:47:20    阅读次数:147
湖南省第6届程序大赛第6题
Problem F Biggest Number You have a maze with obstacles and non-zero digits in it: You can start from any square, walk in the maze, and finally stop a ...
分类:其他好文   时间:2016-09-05 08:01:14    阅读次数:165
CF 711B - Chris and Magic Square
挺简单的一道题,但是做的时候没想好就开始写代码了,导致迷之WA,还是要多练习啊。 ...
分类:其他好文   时间:2016-09-03 21:15:06    阅读次数:191
Retrofit 2.0:迄今为止最大的更新最好的Android HTTP客户端库
Retrofit来自移动支付公司square公司的作品,开源世界top5的最小公司,首先我自己是一个忠实广场粉,okhttp、picasso、greendao、okio等等~ 据Square CTO...
分类:移动开发   时间:2016-09-03 12:25:08    阅读次数:258
设置图形在一个背景图片中的绝对定位
图片相对于“square”的位置,在最右侧居中的位置。 ...
分类:其他好文   时间:2016-09-03 00:59:55    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!