码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
hdu 1518 Square(深搜dfs)
hdu 1518 Square(dfs)...
分类:其他好文   时间:2014-07-17 10:52:02    阅读次数:213
Template function 函数模板用法
#includeusing namespace std;const double PI = 3.1415926;template T min(T a[], int n){ int i; T minv = a[0]; for (i = 1; i double Circle_Square(T1 x){ ...
分类:其他好文   时间:2014-07-17 09:56:50    阅读次数:202
poj 1017 Packets 裸贪心
PacketsTime Limit:1000MSMemory Limit:10000KTotal Submissions:43189Accepted:14550DescriptionA factory produces products packed in square packets of the...
分类:其他好文   时间:2014-07-16 20:09:21    阅读次数:315
Lake Counting
Problem Description Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 <= N <= 100; 1 <= M <= 100) squares. Each square...
分类:其他好文   时间:2014-07-16 08:01:44    阅读次数:291
A - Red and Black(3.2.1)(搜索)
A - Red and Black(3.2.1) Time Limit:1000MS     Memory Limit:30000KB     64bit IO Format:%I64d & %I64u Submit Status Description There is a rectangular room, covered with square tiles...
分类:其他好文   时间:2014-07-15 10:28:09    阅读次数:229
Android 图片下载
Android开发者可能会使用Universal Image Loader或者Square`s newer Picasso这些第三方的库去处理图片的加载Universal Image Loader https://github.com/nostra13/Android-Universal-Image...
分类:移动开发   时间:2014-07-15 00:33:59    阅读次数:275
Disharmony Trees 树状数组
Disharmony TreesTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionOne day Sophia finds a very big square. There...
分类:其他好文   时间:2014-07-14 20:46:18    阅读次数:322
Spiral Matrix II
Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. For example, Given n = 3, You should return the following matrix: [ [ 1, 2, 3 ], [ 8, 9, 4 ], [...
分类:其他好文   时间:2014-07-13 16:37:16    阅读次数:199
B广搜深搜
/* B - 广搜/深搜 基础 Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64u Submit Status Description There is a rectangular room, covered with square tiles. Each tile is colored ei...
分类:其他好文   时间:2014-07-13 14:08:05    阅读次数:237
HDU1312——Red and Black
Red and BlackProblem DescriptionThere is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on...
分类:其他好文   时间:2014-07-13 13:10:07    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!