码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
lintcode: Check Sum of Square Numbers
lintcode;Check Sum of Square Numbers ...
分类:其他好文   时间:2017-10-05 20:55:48    阅读次数:256
Leetcode -- 394. 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 ...
分类:其他好文   时间:2017-10-05 00:22:48    阅读次数:185
POJ-2932 Coneology[平面扫描]
ConeologyTime Limit: 5000MSDescriptionA student named Round Square loved to play with cones. He would arrange cones with different base radii arbitrar... ...
分类:其他好文   时间:2017-10-03 12:39:04    阅读次数:219
hdu 4090--GemAnd Prince(搜索)
题目链接 Problem Description Nowadays princess Claire wants one more guard and posts the ads throughout the kingdom. For her unparalleled beauty, generali ...
分类:其他好文   时间:2017-10-02 22:15:00    阅读次数:209
69. Sqrt(x)
Implement int sqrt(int x). Compute and return the square root of x. 方法一:牛顿迭代 f(x)=f(x0)+f'(x0)(x-x0) >x=x0-f(x0)/f'(x0) 在此处f(x)=x^2-n, f'(x)=2x,代入并整理得 ...
分类:其他好文   时间:2017-10-02 20:55:09    阅读次数:119
datetime处理日期和时间
datetime.now() # 获取当前datetime datetime.utcnow() datetime(2017, 5, 23, 12, 20) # 用指定日期时间创建datetime 将以下字符串转换成datetime类型: '2017/9/30' '2017年9月30日星期六' '20 ...
分类:其他好文   时间:2017-10-02 13:58:49    阅读次数:175
[Leetcode] 221. Maximal Square
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. For example, given the following ma ...
分类:其他好文   时间:2017-10-01 21:09:40    阅读次数:107
9.28-9.30学习内容
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="keywords" content="古诗,无序标签,有序标签,表格"> <meta name="description" content="这是一个练习 ...
分类:其他好文   时间:2017-09-30 13:29:56    阅读次数:182
Android编程入门--开源框架OKHttp
官网地址:http://square.github.io/okhttp/ github地址:square/okhttp 参考博客:Android okHttp网络请求之Get/Post请求 参考博客:Android okHttp网络请求之文件上传下载 session相关博客:利用okhttp框架实现 ...
分类:移动开发   时间:2017-09-29 15:02:36    阅读次数:266
刷题总结——coneology(poj2932 扫描线)
题目: Description A student named Round Square loved to play with cones. He would arrange cones with different base radii arbitrarily on the floor and w ...
分类:其他好文   时间:2017-09-29 13:25:28    阅读次数:250
2122条   上一页 1 ... 74 75 76 77 78 ... 213 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!