码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
UVA Packets (模拟)
Description  Packets  A factory produces products packed in square packets of the same height h and of the sizes  ,  ,  ,  ,  ,  . These products are always deliver...
分类:其他好文   时间:2015-02-02 18:12:25    阅读次数:133
POJ 1979 Red and Black (DFS)
Red and Black Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 23904   Accepted: 12927 Description There is a rectangular room, covered with square tiles....
分类:其他好文   时间:2015-02-02 18:07:53    阅读次数:111
欧拉计划(python) problem 64
Odd period square roots Problem 64 All square roots are periodic when written as continued fractions and can be written in the form: √N = a0 + 1   a1 + 1     ...
分类:编程语言   时间:2015-02-01 16:14:25    阅读次数:303
leetcode------Spiral Matrix II
标题:Spiral Matrix II通过率:31.3难度:中等Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.For example,Givenn=3,You s...
分类:其他好文   时间:2015-02-01 12:05:04    阅读次数:198
欧拉计划(python) problem 65
Convergents of e Problem 65 The square root of 2 can be written as an infinite continued fraction. √2 = 1 + 1   2 + 1     2 + 1       2 + 1 ...
分类:编程语言   时间:2015-01-31 16:27:32    阅读次数:178
picasso_强大的Android图片下载缓存库
picasso是Square公司开源的一个Android图形缓存库,地址http://square.github.io/picasso/,可以实现图片下载和缓存功能。仅仅只需要一行代码就能完全实现图片的异步加载:1Picasso.with(context).load("http://i.imgur....
分类:移动开发   时间:2015-01-31 14:19:21    阅读次数:296
(中等) POJ 1084 Square Destroyer , DLX+可重复覆盖。
Description The left figure below shows a complete 3*3 grid made with 2*(3*4) (=24) matchsticks. The lengths of all matchsticks are one. You can fi...
分类:其他好文   时间:2015-01-31 14:13:45    阅读次数:144
Timus Online Judge1627--- Join
1627. Join Time limit: 4.0 second Memory limit: 64 MB Businessman Petya recently bought a new house. This house has one floor with n × m square rooms, placed in rectangular lattice. Some roo...
分类:其他好文   时间:2015-01-30 09:16:22    阅读次数:166
uva 11520 Fill the Square(枚举)
uva 11520 Fill the Square In this problem, you have to draw a square using uppercase English Alphabets. To be more precise, you will be given a square grid with some empty blocks and other...
分类:其他好文   时间:2015-01-29 17:49:36    阅读次数:152
[Scheme入门]2 算数运算
1、quotient、remainder、modulo和sqrt函数quotient用于求商数(quotient)。函数remainder和modulo用于求余数(remainder)。函数sqrt用于求参数的平方根(square root)。以下是一些示例:(quotient73);Value: ...
分类:其他好文   时间:2015-01-29 12:33:23    阅读次数:168
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!