码迷,mamicode.com
首页 >  
搜索关键字:perfect    ( 572个结果
LeetCode-Perfect Rectangle
Given N axis-aligned rectangles where N > 0, determine if they all together form an exact cover of a rectangular region. Each rectangle is represented ...
分类:其他好文   时间:2016-09-01 14:33:47    阅读次数:219
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-01 12:48:33    阅读次数:142
perfect-rectangle
...
分类:其他好文   时间:2016-08-30 21:13:58    阅读次数:118
UVA1218 Perfect Service
动规 树形DP ...
分类:其他好文   时间:2016-08-29 19:08:54    阅读次数:124
UVa 1218 - Perfect Service
...
分类:其他好文   时间:2016-08-23 14:42:39    阅读次数:113
分享一本关于稀疏信号处理的书给大家,也是我曾读过的教材[附下载链接]
Conventional sampling techniques are based on Shannon-Nyquist theory which states that the required sampling rate for perfect recovery of a band-limit... ...
分类:其他好文   时间:2016-08-22 23:00:31    阅读次数:272
Valid Perfect Square
Given a positive integer num, write a function which returns True if num is a perfect square else False. Note: Do not use any built-in library functio ...
分类:其他好文   时间:2016-08-16 07:02:12    阅读次数:160
华为OJ——iNOC产品部--完全数计算
题目描述 完全数(Perfect number),又称完美数或完备数,是一些特殊的自然数。 它所有的真因子(即除了自身以外的约数)的和(即因子函数),恰好等于它本身。 例如:28,它有约数1、2、4、7、14、28,除去它本身28外,其余5个数相加,1+2+4+7+14=28。 给定函数count(int n),用于计算n以内(含n)完全数的个数。计算范围, 0  ...
分类:其他好文   时间:2016-08-15 19:11:57    阅读次数:203
Poj(1274),二分图匹配
题目链接:http://poj.org/problem?id=1274 The Perfect Stall Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 23088 Accepted: 10285 Description Far ...
分类:其他好文   时间:2016-08-11 15:51:51    阅读次数:258
leetcode 279: 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-08-09 20:34:39    阅读次数:125
572条   上一页 1 ... 32 33 34 35 36 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!