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:
《设计模式》之十三:策略模式
Strategy Pattern 策略模式是一种比较简单的模式,其定义如下: Define a family of
algorithms
, encapsulate each one, and make
yidao620c
·
2013-05-28 23:00
设计模式
Accelerating Computer Vision
Algorithms
Using OpenCL on The Mobile GPU
AcceleratingComputerVision
Algorithms
UsingOpenCLonTheMobileGPUMarch12th,2013Abstract:Recently,general-purposecomputingongraphicsprocessingunits
OpenHero
·
2013-05-28 12:00
数据挖掘经典算法
http://www.cs.uvm.edu/~icdm/
algorithms
/CandidateList.shtml Classification ============== #1.C4.5 Quinlan
chinaliping
·
2013-05-27 17:00
细数二十世纪最伟大的10大算法
译者:July 二零一一年一月十日------------------------------------参考文献:TheBestofthe20thCentury:EditorsNameTop10
Algorithms
memray
·
2013-05-27 01:00
B. Code Parsing
timelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLittleVitalylovesdifferent
algorithms
.Todayhehasinventedanewalgorithmjustforyou.Vitaly'salgorithmworkswithstr
jj12345jj198999
·
2013-05-25 10:00
Exercise 2: Linear Regression
LinearRegressionThiscourseconsistsofvideosandprogrammingexercisestoteachyouaboutmachinelearning.Theexercisesaredesignedtogiveyouhands-on,practicalexperienceforgettingthese
algorithms
towork.To
ncztc
·
2013-05-25 08:00
selection and insertion sort
algorithms
//Driverfortestingasortingalgorithm. publicclassPhoneList{ publicstaticvoidmain(String[]args){ Contact[]friends=newContact[5]; friends[0]=newContact("John","Smith","620-555-7384"); friends[1]=new
颜建海
·
2013-05-24 18:00
comparable
selection
insertion
算法设计与分析基础(第3版 影印版)
《算法设计与分析基础(第3版影印版)》基本信息原书名:IntroductiontotheDesignandAnalysisof
Algorithms
,ThirdEdition作者:(美)AnanyLevitin
china-pub2010
·
2013-05-24 17:00
算法
ICA扩展描述
7.ICA算法扩展描述 上面介绍的内容基本上是讲义上的,与我看的另一篇《IndependentComponentAnalysis:
Algorithms
andApplications》(AapoHyvärinenandErkkiOja
ncztc
·
2013-05-24 13:00
自动化SQL注入工具——jSQL Injection v0.4
Version0.4特性GET,POST,header,cookiemethodsNormal,errorbased,blind,timebased
algorithms
Automaticbest
algorithms
electionMulti-th
匿名用户
·
2013-05-24 05:00
sql注入
工具
黑客工具
sql注入工具
渗透测试工具
Implement strSrt
Other
algorithms
.RabinKarpalgorithm,Boyer-Moorealgorithm.ImplementstrStr().Returnsapointertothefirstoccurrenceofneedleinhaystack
violet_program
·
2013-05-21 05:00
关于计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplicationsRichardSzeliski 转自:http://blog.csdn.net/zhubenfulovepoem/article
weixiaomm
·
2013-05-20 09:00
算法
源代码
测试
图像处理
计算机视觉
stl仿函数
提到C++STL,首先被人想到的是它的三大组件:Containers,Iterators,
Algorithms
,即容器,迭代器和算法。
j6915819
·
2013-05-16 17:00
程序员编程艺术-----第十五 ~ 二十章-----全排列、跳台阶、奇偶、第一个出现一次字符、一致性hash
故常常关注个人所建的
Algorithms
1-14群内朋友关于笔试,面试,宣讲会,offer,薪资的讨论以及在群内发布的各种笔/面试题,常感言道:咱们这群人
mysileng
·
2013-05-16 16:00
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
IIcyZhao
·
2013-05-16 15:00
深度学习(Deep Learning)综述
查看abriefintroductiontoMachineLearningforAI 和 anintroductiontoDeepLearning
algorithms
. 深度学习是关
overstack
·
2013-05-16 15:00
波特词干算法
qinxuye.me/article/porter-stemmer/http://tartarus.org/martin/PorterStemmer/http://snowball.tartarus.org/
algorithms
a19576
·
2013-05-15 17:00
Know Thy Complexities! (各种算法的复杂度)
ThiswebpagecoversthespaceandtimeBig-Ocomplexitiesofcommon
algorithms
usedinComputerScience.
herorenme
·
2013-05-13 09:00
超像素分割技术发展情况梳理(Superpixel Segmentation)--计算机视觉专题3
超像素分割技术发展情况梳理(SuperpixelSegmentation)Sason@CSDN当前更新日期:2013.06.10一.基于图论的方法(Graph-based
algorithms
):1.Normalizedcuts
anshan1984
·
2013-05-12 21:00
超像素分割图像处理
c++ STL容器总结之:vertor与list的应用
提供六大组件,彼此可以组合套用1、容器(containers):各种数据结构,如vertor,list,deque,set,map.从实现的角度来看,STL容器是一种classtemplate2、算法(
algorithms
·
2013-05-12 13:36
Data Structures &
Algorithms
in Java ---- Arrays
1、Summary• ArraysinJavaareobjects,createdwiththenew operator. • Unorderedarraysofferfastinsertionbutslowsearchinganddeletion. • Wrappinganarrayinaclassprotectsthearrayfrombeinginadvertentlyaltered.
NMS312
·
2013-05-06 22:00
快速查询算法复杂度
ThiswebpagecoversthespaceandtimeBig-Ocomplexitiesofcommon
algorithms
usedinComputerScience.
wdxgdiy
·
2013-05-06 15:00
算法
复杂度
How to choose Approximate Nearest Neighbors Searching
Algorithms
?
CV人可能比较了解ApproximateNearestNeighborsSearching
Algorithms
(ANN)吧,因为打得交道实在是太多了。
lotus___
·
2013-05-04 15:00
算法
搜索
博客
ANN: A Library for Approximate Nearest Neighbor Searching
ANNisalibrarywritteninC++,whichsupportsdatastructuresand
algorithms
forbothexactandapproximatenearestneighborsearchinginarbitrarilyhighdimensions.Inthenearestneighborproblemasetofdatapointsind
luckyboy101
·
2013-05-03 18:00
The Knuth-Morris-Pratt Algorithm in my own words
Forthepastfewdays,I’vebeenreadingvariousexplanationsof theKnuth-Morris-Prattstringsearching
algorithms
.Forsomereason
wangfaqiang
·
2013-05-02 22:00
每个程序员都应该知道的14个数字(关于算法运行时间的)
maximumncomplexity
algorithms
datastructures1,000,000,000andhigherlogn,sqrtnbinarysearch,ternarysearch,
·
2013-05-01 14:00
程序员
移植GAlib2.4.7到Visual Studio 2008
“GAlibcontainsasetofC++geneticalgorithmobjects.Thelibraryincludestoolsforusinggenetic
algorithms
todooptimizationinanyC
fovwin
·
2013-04-30 23:00
遗传算法
GAlib
Book List about AI
BOOKSOFINTEREST Introductionto
Algorithms
BOOKWEBPAGE: http://mitpress.mit.edu/
algorithms
/Therearebookson
algorithms
thatarerigorousbutincompleteandothersthatcovermassesofmaterialbutlackrigor.Introductio
fovwin
·
2013-04-29 21:00
AI
books
计算机科学中最重要的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
上一页
121
122
123
124
125
126
127
128
下一页
按字母分类:
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
其他