码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
Search a 2D Matrix
Question:Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:Integers in each row are ...
分类:其他好文   时间:2015-03-10 15:23:30    阅读次数:120
高效的非极大值抑制
http://blog.sina.com.cn/s/blog_679e1329010141x3.html本文参考论文 ICPR2006-《Efficient Non-Maximum Suppression》一、简介非极大值抑制(NMS)可以看做是局部最大值的搜索问题,NMS是许多计算机视觉算法的部分...
分类:其他好文   时间:2015-03-09 20:36:10    阅读次数:191
[LeetCode] Search a 2D Matrix 搜索一个二维矩阵
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2015-03-09 14:09:06    阅读次数:151
Search a 2D Matrix
Search a 2D Matrix问题:Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each ...
分类:其他好文   时间:2015-03-08 17:08:17    阅读次数:129
图像分割算法-GraphSeg算法
图像分割是图像处理中的一个基础课题范围,本文简要介绍一种比较好的图像分割算法:Efficient Graph-Based Image Segmentation 论文出处:http://cs.brown.edu/~pff/papers/seg-ijcv.pdf代码实现:Matlab http://ww...
分类:编程语言   时间:2015-03-07 13:47:49    阅读次数:221
Transferring Data Without Draining the Battery【数据传输中有效降低电池消耗】
阅读:http://blog.csdn.net/kesenhoo/article/details/7390519http://developer.android.com/training/efficient-downloads/efficient-network-access.htmlOptimiz...
分类:其他好文   时间:2015-02-27 16:42:51    阅读次数:223
[LeetCode#74]Search a 2D Matrix
The problem:Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are s...
分类:其他好文   时间:2015-02-27 07:43:33    阅读次数:134
leetcode 74. Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2015-02-25 23:42:55    阅读次数:133
hdu 1625 Numbering Paths 最短路的变形,使用Floyd 外加判环
Problem Description Problems that process input and generate a simple ``yes'' or ``no'' answer are called decision problems. One class of decision problems, the NP-complete problems, are not amenable to general efficient solutions. Other problems may be si...
分类:其他好文   时间:2015-02-17 17:43:31    阅读次数:196
重新写的Gridland
这道题是我很久以前的时候写的,今天我同学问我这道题怎么做,本想偷懒来着,直接看看,但是,没有任何的线索告诉我从那个角度出发,哎,这也是我不足的地方,下面先给题目,分析在后面。 BackgroundFor years, computer scientists have been trying to find efficient solutions to different computing pro...
分类:其他好文   时间:2015-02-17 15:23:24    阅读次数:191
536条   上一页 1 ... 41 42 43 44 45 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!