E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Algorithms:
OpenCV与AIPCV库——学习笔记(一)
本专题是学习
Algorithms
forImageProcessingandComputerVision的笔记。AIPCV是书名的缩写。使用OpenCV时,需要了解的关键细节是数据结构的如何实现。
yang6464158
·
2014-04-24 08:00
RIP工作原理
RIP协议是基于距离矢量算法(Distance Vector
Algorithms
,DVA)的。它使用“跳数”,即metric来衡量到达目标
maoxtw
·
2014-04-23 23:00
vector
工作原理
gateway
路由器
水平分割
Computer Vision:
Algorithms
and ApplicationsのImage processing
实在是太喜欢RichardSzeliski的这本书了,每一章节(afterchapter3)都详述了该研究方向比较新的成果,还有许多许多的reference,如果你感兴趣,完全可以看那些参考论文Pointoperators(点算子)点运算是最简单的一类图像处理运算,如简单的对比度变换,亮度变换Pixeltransform(像素变换)g(x)=af(x)+ba和b有时被认为用来控制对比度和亮度,在我
abcd1992719g
·
2014-04-23 13:23
CV
[置顶] Computer Vision:
Algorithms
and ApplicationsのImage processing
实在是太喜欢RichardSzeliski的这本书了,每一章节(afterchapter3)都详述了该研究方向比较新的成果,还有许多许多的reference,如果你感兴趣,完全可以看那些参考论文Pointoperators(点算子)点运算是最简单的一类图像处理运算,如简单的对比度变换,亮度变换Pixeltransform(像素变换)g(x)=af(x)+b a和b有时被认为用来控制对比度和亮度,
abcd1992719g
·
2014-04-23 13:00
opencv
Vision
Computer
聚类算法K-Means, K-Medoids, GMM, Spectral clustering,Ncut .
Clustering
Algorithms
分类1.Partitioningapproach: 建立数据的不同分割,然后用相同标准评价聚类结果。(比如最小化平方误差和)
redline2005
·
2014-04-19 18:00
STL之vector
STL可分为容器(containers)、算法(
algorithms
)、迭代器(iterators)、空间配置器(allocator)、适配器(adaptors)、仿函数(functors)六个部分。
prstaxy
·
2014-04-18 22:00
实际项目中的常见算法
原文地址:http://www.infoq.com/cn/news/2013/11/Core-
algorithms
-deployed【编者按】本文原始内容来源于stackexchange,遵循cc-wiki
phantome
·
2014-04-15 13:00
代码面试最常用的10大算法
http://www.csdn.net/article/2014-04-10/2819237-Top-10-
Algorithms
-for-Coding-Interview
phantome
·
2014-04-15 13:00
代码面试最常用的10大算法
原文地址:http://www.csdn.net/article/2014-04-10/2819237-Top-10-
Algorithms
-for-Coding-Interview 代码面试最常用的10
zhb8015
·
2014-04-15 09:00
算法
各种计算机图形相关库(CGAL、VTK、OSG、OpenInventor、ITK)
(1)CGAL,Computational Geometry
Algorithms
Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。
u010177286
·
2014-04-14 22:00
策略模式 Strategy (行为型)
一策略模式定义 TheStrategyPatterndefines afamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
Crazy__Programmer
·
2014-04-14 09:00
BOOK_READING_2_Computer Vision:
Algorithms
and Applications
来源:http://hi.baidu.com/susongzhi/item/e089bb8e8dbab28e4414cfe3BOOK_READING_2_ComputerVision:
Algorithms
andApplications
daoqinglin
·
2014-04-12 10:00
计算机视觉
变易算法 - STL算法
引言C++STL的变易算法(Mutating
Algorithms
)是一组能修改容器元素数据的模板函数,可进行序列数据的复制、交换、
MilkCu
·
2014-04-12 09:00
Algorithm
C++
STL
变易算法 - STL算法
欢迎访问我的新博客:http://www.milkcu.com/blog/原文地址:http://www.milkcu.com/blog/archives/mutating-
algorithms
.html
milkcu
·
2014-04-12 09:00
写给你的数据结构教程(第一天)
很多算法是运行在特殊的数据结构之上的,可以说数据结构和算法是相辅相成的,有句出自某书的非常经典的话是这样说的:
Algorithms
PlusDataStructuresEqualsPrograms即算法加数据结构等于程序
sooshian
·
2014-04-11 20:00
数据结构
C语言
代码面试最常用的10大算法
转自:http://www.csdn.net/article/2014-04-10/2819237-Top-10-
Algorithms
-for-Coding-Interview在程序员的职业生涯中,算法亦算是一门基础课程
Enter_
·
2014-04-11 20:00
数据结构
程序员
职业生涯
面试算法
leetcode之Single Number
题目大意:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
zhanghaodx082
·
2014-04-11 19:00
LeetCode
C++
算法
Top 10
Algorithms
for Coding Interview
对应英文原文在http://www.programcreek.com/2012/11/top-10-
algorithms
-for-coding-interview/Thefollowingaretop10
algorithms
relatedtopicsforcodinginterviews.Asunderstandingthoseconceptsrequiresmuchmoreeffort
RationalGo
·
2014-04-11 14:00
LeetCode || Single Number II
37399MySubmissionsGivenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimec
jiadebin890724
·
2014-04-09 23:00
LeetCode
Knuth's breaking algorithm
KnuthsModelhttp://zh.wikipedia.org/wiki/%E8%87%AA%E5%8A%A8%E6%8D%A2%E8%A1%8CFOP'slinebreakingandpagebreaking
algorithms
bothimplementKnuth'sbreakingalgorithm.Thede
maimang1001
·
2014-04-09 21:00
font
绘制
LeetCode题目难度分布(含面试频率及使用的数据结构与算法)
原文链接:LeetCodeQuestionDifficultyDistribution(墙外)IDQuestionDiffFreqDataStructure
Algorithms
1TwoSum25arraysortsetTwoPointers2AddTwoNumbers34linkedlistTwoPointersMath3LongestSubstringWithoutRepeatingCharac
lilong_dream
·
2014-04-08 16:06
LeetCode
【索引】Designing Efficient
Algorithms
:Examples:Intermediate
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter1.AlgorithmDesign::DesigningEfficient
Algorithms
u011328934
·
2014-04-08 07:00
8. Sorting in Linear Time
Thosesorting
algorithms
withthepropertythatthesortedordertheydetermine isbasedonlyoncomparisonsbetweentheinputelementsarecalled
leonzhx
·
2014-04-07 18:00
sort
sort
sort
sort
sort
bucket
comparison
Counting
radix
Linear
LeetCode (Single number 2)
题目要求:Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
lqcsp
·
2014-04-07 07:00
LeetCode
面试
算法精解概述
欢迎访问我的新博客:http://www.milkcu.com/blog/原文地址:http://www.milkcu.com/blog/archives/introduction-to-mastering-
algorithms
-with-c.html
milkcu
·
2014-04-04 21:00
wikioi 1017 乘积最大 (2000年NOIP全国联赛普及组NOIP全国联赛提高组)
wikioi1017乘积最大(2000年NOIP全国联赛普及组NOIP全国联赛提高组)分类:
Algorithms
C/C++ ACM2013-10-1713:59 305人阅读 评论(0) 收藏 举报动态规划划分型动态规划
pi9nc
·
2014-04-04 10:00
c/c++
ACM
algorithms
【Leetcode】Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
bjtu08301097
·
2014-04-03 19:00
Cracking The Coding Interview 1.7
//Writean
algorithms
uchthatifanelementinanMxNmatrixis0,itsentirerowandcolumnissetto0. // //这题原答案就是要两个buffer
shenlan282
·
2014-04-03 10:00
【Leetcode】Single Number II
Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
bjtu08301097
·
2014-04-02 22:00
USACO打怪升级 (五):Ad Hoc Problems
`Adhoc'problemsarethosewhose
algorithms
donotfallintostandardcategorieswithwell-studiedsolutions.Eachadhocproblemisdifferent
fuchencong
·
2014-04-02 18:00
算法
USACO
技术书单整理
算法 算法导论 Introduction to
Algorithms
, Second Edition, by Thomas H. Cormen, Charles E.
·
2014-04-02 18:00
技术
How to Monitor Java Garbage Collection
InthefirstissueUnderstandingJavaGarbageCollectionwehavelearnedabouttheprocessesfordifferentGC
algorithms
pczhangtl
·
2014-04-02 08:00
并查集理解【真的很震撼】
更多的信息可以参考
Algorithms
一书的Section1.5,实际上本文也就是基于它的一篇读后感吧。
feipeixuan
·
2014-03-31 19:00
【Leetcode】Single Number
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
bjtu08301097
·
2014-03-28 17:00
前端数据结构与算法系列
JavaScript描述、大话数据结构、数据结构与算法分析,网上的资料等等通过分析总结其它语言的实现从而转化成javascript版,主要是为了学习附上每一章的源码注释分析:datastructuresand
algorithms
【艾伦】
·
2014-03-25 17:00
K近邻Survey-Distance总结
顾名思义,就是K-Nearestneighbors
Algorithms
的简称。我们可能都知道最近邻算法,它就是KNN算法在k=1时的特例,也就是寻找最近的邻居。关于
wishchin
·
2014-03-25 13:00
改变图像的对比度和亮度
访问像素值用0初始化矩阵saturate_cast 是做什么用的,以及它为什么有用一些有关像素变换的精彩内容原理Note 以下解释节选自RichardSzeliski所著 ComputerVision:
Algorithms
andApplications
xw20084898
·
2014-03-24 16:00
使用OpenCV对两幅图像求和(求混合(blending))
目的在这节教程中您将学到线性混合 (linearblending)是什么以及有什么用处.如何使用 addWeighted 进行两幅图像求和原理Note 以下解释基于RichardSzeliski所著 ComputerVision:
Algorithms
andApplications
xw20084898
·
2014-03-24 16:00
oreilly计算机电子书精品收藏
oreilly计算机电子书精品收藏
Algorithms
andDataStructures.PDF:http://www.t00y.com/file/60294212
Algorithms
.PDF
阅微草堂笔记
·
2014-03-23 21:00
leetCode解题报告之SingleNumberI,II(知识点:位运算)
题目1:Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
u011133213
·
2014-03-23 00:00
LeetCode
位运算
Algorithm
number
number
single
single
II
图像平滑处理(归一化块滤波、高斯滤波、中值滤波、双边滤波)
OpenCV函数如下:blurGaussianBlurmedianBlurbilateralFilter原理Note 以下原理来源于RichardSzeliski的著作 ComputerVision:
Algorithms
andApplications
xw20084898
·
2014-03-22 20:00
实际项目中的常见算法
原文地址:http://www.infoq.com/cn/news/2013/11/Core-
algorithms
-deployed 【编者按】本文原始内容来源于stackexchange,遵循cc-wiki
jackjobs
·
2014-03-21 16:00
算法
实际项目中的常见算法
原文地址:http://www.infoq.com/cn/news/2013/11/Core-
algorithms
-deployed 【编者按】本文原始内容来源于stackexchange,遵循cc-wiki
jackjobs
·
2014-03-21 16:00
算法
The Most Important
Algorithms
(in CS and Math)
原文转载from:http://www.risc.jku.at/people/ckoutsch/stuff/e_
algorithms
.html1.A*searchalgorithm
tiandijun
·
2014-03-21 10:00
Tutorials on topics in machine learning
Assessing and Comparing Classification
Algorithms
Cross Validation Andrew Moore The
fuliang
·
2014-03-20 22:00
Tutorials on topics in machine learning
Assessing and Comparing Classification
Algorithms
Cross Validation Andrew Moore The
fuliang
·
2014-03-20 22:00
Tutorials on topics in machine learning
阅读更多AssessingandComparingClassification
Algorithms
CrossValidationAndrewMooreTheManyFacesofROCAnalysisinMachineLearningPeterA.Flach
fuliang
·
2014-03-20 22:00
【CareerCup】 Arrays and Strings—Q1.6
转载请注明出处:http://blog.csdn.net/ns_code/article/details/21480757 题目: Writean
algorithms
uchthatifanelementinanMxNmatrixis0
mmc_maodun
·
2014-03-20 08:00
String
array
Careercup
计算不可压缩流体 -- 数学基础
推荐教材:alectureincomputationalfluiddynamicsofincompressibleflow:mathematics,
algorithms
andimplementations.Author
lizhengjiang
·
2014-03-19 02:54
cfd
LeetCode 之排序 sorting
FirstMissingPositiveGivenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
sbitswc
·
2014-03-18 04:00
LeetCode
排序
sort
上一页
113
114
115
116
117
118
119
120
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他