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
计算机科学中最重要的32个算法
转自: http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
tw7613781
·
2013-04-29 14:00
【工程】二叉树已知前序/中序的顺序,构造树的递归等实现
文章中的二叉树原型为《DataStructures,
Algorithms
,&ApplicationsinC++》,1ndEdition中的树类。
mig_davidli
·
2013-04-27 19:00
LeetCode —— First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
niaokedaoren
·
2013-04-26 16:00
LeetCode
遍历
opencv c++函数 imgproc模块1 图像平滑处理
OpenCV函数如下:blurGaussianBlurmedianBlurbilateralFilter原理Note 以下原理来源于RichardSzeliski的著作 ComputerVision:
Algorithms
andApplications
android_asp
·
2013-04-26 16:00
opencv
Machine Learning week 1 note
Machinelearning
algorithms
:SupervisedLearning: Giventhe“rightanswer”foreachexampleinthedata.UnsupervisedLearning
yunlong34574
·
2013-04-25 22:00
计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplicationsRichardSzeliski在http://szeliski.org/Book包含了更新的数据集和软件,请同样访问他。
huangli19870217
·
2013-04-25 16:00
opencv c++函数 基础5 改变图像的对比度和亮度
访问像素值用0初始化矩阵saturate_cast 是做什么用的,以及它为什么有用一些有关像素变换的精彩内容原理Note 以下解释节选自RichardSzeliski所著 ComputerVision:
Algorithms
andApplications
android_asp
·
2013-04-25 13:00
opencv
opencv c++函数 基础4 使用OpenCV对两幅图像求和(求混合(blending))
目的在这节教程中您将学到线性混合 (linearblending)是什么以及有什么用处.如何使用 addWeighted 进行两幅图像求和原理Note 以下解释基于RichardSzeliski所著 ComputerVision:
Algorithms
andApplications
android_asp
·
2013-04-25 13:00
opencv
Using OpenCV with Qt
TheIplImageandQtInordertotakeadvantageofthe500
algorithms
offeredbyOpenCV,Qtapplicationshavetomanage iplImages.Therefore
tanmengwen
·
2013-04-24 12:00
NoSQL数据库的分布式算法
英文原文:《Distributed
Algorithms
inNoSQLDatabase
玄觉
·
2013-04-23 20:00
计算机视觉算法测试集和源码站点
ComputerVision:
Algorithms
andApplicationsRichardSzeliski 在本书的最好附录中,我总结了一些对学生,教授和研究者有用的附加材料。
zhang11wu4
·
2013-04-23 16:00
《
Algorithms
》书评《大家好,我是译者 》
1、基础而全面:前两天看到Quora上的一个问题:你觉得最天才的算法有哪些(http://www.quora.com/What-are-some-of-the-most-ingenious-
algorithms
-in-computer
chinaliping
·
2013-04-23 10:00
careercup1.7
1.7 Writean
algorithms
uchthatifanelementinanMxNmatrixis0,itsentirerowandcolumnissetto0.写一个算法加入M*N矩阵中有一个元素为
zhanglei0107
·
2013-04-22 21:00
[Python-*-算法]希尔排序
希尔排序#引用书籍以及地址 Solvingwith
Algorithms
andDataStructures原文中有在线调试的功能,很好用简要说明: 希尔排序,有时也叫做“最小增量排序”,通过把原始的序列分解成几个子序列来提高效率
·
2013-04-22 20:00
python
Machine Learning Open Source Software
Tosupporttheopensourcesoftwaremovement,JMLRMLOSSpublishescontributionsrelatedtoimplementationsofnon-trivialmachinelearning
algorithms
yyhustim
·
2013-04-22 18:00
[Python-*-算法]希尔排序
希尔排序#引用书籍以及地址 Solvingwith
Algorithms
andDataStructures原文中有在线调试的功能,很好用简要说明: 希尔排序,有时也叫做“最小增量排序”,通过把原始的序列分解成几个子序列来提高效率
lzz957748332
·
2013-04-22 14:00
算法
排序
python
希尔排序
【设计模式】8. 策略模式
定义Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.定义一组算法,将每个算法封装起来,并且使他们之间可以互换
vking_wang
·
2013-04-18 21:00
设计模式
公开课
com/special/opencourse/buildingdynamicwebsites.html麻省理工学院公开课:算法导论http://v.163.com/special/opencourse/
algorithms
.html
清心糖
·
2013-04-18 15:00
Python算法学习计划
以WelcometoProblemSolvingwith
Algorithms
andDataStructures为原本,每次学习一个小结或者半个小结,每次都要留下学习笔记,每一段时间都要有反思笔记学习数据结构和算法加上自己的英文水平的提高作为练习
lzz957748332
·
2013-04-17 12:00
数据结构
算法
python
STL学习笔记--排序算法
STL学习笔记--排序算法排序算法 C++STL的排序算法(Sorting
algorithms
)是一组将无序序列排列成有序序列的模板函数或与排序相关的模板函数,提供了排序、折半搜索、归并、集合操作、
·
2013-04-16 14:00
学习笔记
STL学习笔记--排序算法
排序算法 C++STL的排序算法(Sorting
algorithms
)是一组将无序序列排列成有序序列的模板函数或与排序相关的模板函数,提供了排序、折半搜索、归并、集合操作、堆操作、最值求解、字典比较和排列组合等功能
·
2013-04-16 10:00
学习笔记
C++易忽略点学习递归函数的调用超清晰分析(二)
被誉为“算法圣经”的Introduction to
Algorithms
, Thomas H. Cormen中第二章讲述了归并排序的函数,是使用递归函数的
zhoudongao
·
2013-04-15 23:00
算法
递归
调试
merge
STL学习笔记--数值算法
STL学习笔记--数值算法数值算法C++STL的数值算法(Numeric
algorithms
)是一组对容器元素进行数值计算的模板函数,包括容器元素求和accumulate、两序列元素的内积inner_product
·
2013-04-15 22:00
C++
算法
STL
STL学习笔记--变易算法
STL学习笔记--变易算法变易算法 C++STL的变易算法(Mutating
algorithms
)是一组能够修改容器元素数据的模板函数,可进行序列数据的复制、交换、替换、填充、移除、旋转、随机抖动和分割
·
2013-04-15 22:00
学习笔记
STL学习笔记--数值算法
数值算法C++STL的数值算法(Numeric
algorithms
)是一组对容器元素进行数值计算的模板函数,包括容器元素求和accumulate、两序列元素的内积inner_product、容器元素的一系列部分元素和
·
2013-04-15 11:00
学习笔记
STL学习笔记--变易算法
变易算法 C++STL的变易算法(Mutating
algorithms
)是一组能够修改容器元素数据的模板函数,可进行序列数据的复制、交换、替换、填充、移除、旋转、随机抖动和分割。
·
2013-04-15 10:00
学习笔记
【翻译】地形教程-简介
Terrainincomputergraphicsiscertainlyahottopic.Sincethisisafastgrowingfieldandtherearemany
algorithms
,thistutorialwillalwaysbeworkinprogress.Thesectionsavailablesofarcoverterraingenerationfromanimage
乐观的vc
·
2013-04-15 00:00
简介
OpenGL
地形
快排的基础实现&优化
以下内容来自Sedgewick的
Algorithms
(FourthEdition):快排是原地算法(见wiki:in-placealgorithm写道在计算机科学中,一个原地算法(in-placealgorithm
Wendy_better
·
2013-04-14 16:35
排序
算法
算法
快排的基础实现&优化
以下内容来自Sedgewick的
Algorithms
(FourthEdition):快排是原地算法(见wiki:in-placealgorithm写道在计算机科学中,一个原地算法(in-placealgorithm
Wendy_better
·
2013-04-14 16:35
排序
算法
算法
insert adapters C++
Inserters(alsocalled"insertiterators")are"iteratoradaptors"thatpermit
algorithms
(the copy algorithm,forexample
colddie
·
2013-04-14 14:00
The Program of
Algorithms
------- Sorting in Linear Time---- Bucket Sort
BucketSort:Bucketsortassumesthattheinputisgeneratedbyarandomprocessthatdistributeselementsuniformlyandindependentlyovertheinterval[0,1).Thatistosay,theinputnumbershouldbetween0and1.Itcanusenormalizati
杰式囧诺
·
2013-04-13 15:35
Algorithms
解读Cardinality Estimation算法(第一部分:基本概念)
文章出处http://blog.codinglabs.org/articles/
algorithms
-for-cardinality-estimation-part-i.html作者张洋|发布于2012
z_l_l_m
·
2013-04-12 15:00
算法
大数据
matlab神经网络训练函数train
2算法规则在
Algorithms
下面,描述了本神经网络的一些算法。
Q1302182594
·
2013-04-11 21:00
matlab
人工神经网络
computer vision:algorithm and application计算机视觉算法与应用 这本书中附录里关于计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplications
STELLAR0
·
2013-04-08 10:00
computer vision:algorithm and application计算机视觉算法与应用 这本书中附录里关于计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplications
STELLAR0
·
2013-04-08 10:00
Reservoir Sampling
Reservoirsamplingisafamilyofrandomized
algorithms
forrandomlychoosingksamplesfromalistofnitems,whereniseitheraverylargeorunknownnumber.Typicallynislargeenoughthatthelistdoesn
beiyetengqing
·
2013-04-06 03:00
Algorithms
Algorithms
一个关于兑换零钱的豆瓣笔试题摘要:前几天做了个豆瓣笔试题,时间是90分钟,共有6题,要做4道,难度如果没看过类似的着实做起来太慢了。
·
2013-04-05 21:00
algorithms
策略模式
阅读更多StrategypatternDefinition:Thestrategypatterndefinesafamilyof
algorithms
,encapsulateeachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit.Wherebyanalgorit
hedajia
·
2013-04-05 20:00
java
动态规划算法
本文的不足之处将随时修正,MIT的《Introductionto
Algorithms
》第15章是专门讲动态规划的。 动态规划在
ggxxkkll
·
2013-04-02 18:00
OpenPR开源代码项目
OpenPR,standsforOpenPatternRecognitionprojectandisintendedtobeanopensourceplatformforsharing
algorithms
ofimageprocessing
STELLAR0
·
2013-04-01 09:00
OpenCV周末提高
细数二十世纪最伟大的十大算法
译者:July 二零一一年一月十日------------------------------------参考论文:TheBestofthe20thCentury:EditorsNameTop10
Algorithms
alalalalalqp
·
2013-03-31 20:00
Machine Learning Open Source Software
Tosupporttheopensourcesoftwaremovement,JMLRMLOSSpublishescontributionsrelatedtoimplementationsofnon-trivialmachinelearning
algorithms
STELLAR0
·
2013-03-31 00:00
OpenCV周末提高
UCF 大牛 Prof. Shah 课题组代码合集
SourceCode[BackgroundModeling][ShapefromShading][FundamentalMatrix][Mean-Shift
Algorithms
][KernelDensityEstimation
STELLAR0
·
2013-03-31 00:00
OpenCV周末提高
[leetcode] longest consecutive sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
tuantuanls
·
2013-03-28 16:00
LeetCode
Counting sort
Therunningtimeofcountingsort isO(n),andusually,therunningtimeofsorting
algorithms
willbeeitherO(n^2)orO
beiyetengqing
·
2013-03-27 07:00
[译]时间自动机:语义,算法和工具
[译]时间自动机:语义,算法和工具本文原题是《TimedAutomataSemantics,
Algorithms
andTools》,本人硕士毕业设计与此相关,研究了好久,现在自行翻译出来。
天下事有难易乎
·
2013-03-26 19:00
mahout分布式:Item-based推荐
1.简介Ø基于用户的协同推荐算法随着使用者数量的增多,计算的时间就会变长,所以在2001年Sarwar提出了基于项目的协同过滤推荐算法(Item-basedCollaborativeFiltering
Algorithms
july_2
·
2013-03-26 16:00
一个游戏程序员的学习资料
《Introductionto
Algorithms
》第二版中文名《算法导论》关于算法的标准学习教材与工程参考手册,在去年CSDN网站上其翻译版竟然评为年度二十大技术畅销书,同
淘气小宇宙
·
2013-03-26 15:00
General Purpose Hash Function
Algorithms
DescriptionHashingMethodologiesHashFunctionsandPrimeNumbersBitBiasesVariousFormsOfHashingStringHashingCryptographicHashingGeometricHashingBloomFiltersAvailableHashFunctionsRSHashFunctionJSHashFunction
nightelve
·
2013-03-25 18:00
ICA算法扩展描述
《IndependentComponentAnalysis:
Algorithms
andApplications》(AapoHyvärinenandErkkiOja) 首先里面提到了一个与“独立”
DLUTBruceZhang
·
2013-03-25 18:00
算法
海量数据
ICA
独立成分分析
独立于不相关
上一页
120
121
122
123
124
125
126
127
下一页
按字母分类:
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
其他