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
Algorithms
Part 1-Question 2-QuickSort-快速排序算法
Algorithms
:DesignandAnalysis,Part1 第一章讲的是分治算法,即DC,这一章讲的是快速排序QuickSort。
caozhankui
·
2013-07-18 16:00
深度学习(Deep Learning)综述
查看abriefintroductiontoMachineLearningforAI 和 anintroductiontoDeepLearning
algorithms
.
chinaliping
·
2013-07-17 11:00
一个游戏程序员的学习资料
《Introductionto
Algorithms
》第二版中文名《算法导论》关于算法的标准学习教材与工程参考手册,在去年CSDN网站上其翻译版竟然评为年度二十大技术畅销书,同时《程序员》杂志上开设了“算法擂台
zb872676223
·
2013-07-16 14:00
Leetcode: Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
violet_program
·
2013-07-16 10:00
CGAL库
一、CGAL库的介绍 CGAL(ComputationalGeometry
Algorithms
Library)库,计算几何算法库,是一个大型的C++几何数据结构和算法库,包含Delaunay三角网
dxy408460910
·
2013-07-15 16:00
聚类算法K-Means, K-Medoids, GMM, Spectral clustering,Ncut
Clustering
Algorithms
分类1.Partitioningapproach: 建立数据的不同分割,然后用相同标准评价聚类结果。(比如最小化平方误差和)
lcj_cjfykx
·
2013-07-15 02:00
Algorithms
Part 1-Question 1- the number of inversions-逆序数计算算法
defcountInversion(arrayList): iflen(arrayList)==1: return(0,arrayList) halfIndex=int(len(arrayList)/2.0) countA,sortedA=countInversion(arrayList[:halfIndex]) countB,sortedB=countInversion(arrayList[h
caozhankui
·
2013-07-12 21:00
通过Map-Reduce实现Join系列之三
而前面的介绍都是基于两个集合的Join,本文将会介绍利用Map-Reduce来完成2个以上文件的Join的相关算法(Multi-wayjoin
algorithms
)。
lt200819
·
2013-07-11 23:00
map-reduce
Overview of MapReduce Algorithm Design
Although the programming model of MapReduce framework force one to express
algorithms
in terms of a small
sunwinner
·
2013-07-11 09:00
mapreduce
Python and cryptography with pycrypto
PythonandcryptographywithpycryptoApril22,2011Wearegoingtotalkaboutthetoolkitpycryptoandhowitcanhelpusspeedupdevelopmentwhencryptographyisinvolved.HashfunctionsEncryption
algorithms
Public-key
algorithms
H
lxgwm2008
·
2013-07-10 09:00
MD5
python
NoSQL数据库的分布式算法
英文原文:《Distributed
Algorithms
inNoSQLDataba
san_yun
·
2013-07-09 12:00
NoSQL
二分查找算法
网上瞎逛,偶然在InfoQ网站上看到一篇文章《计算机科学中最重要的32个算法》,原文地址:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
JackieYeah
·
2013-07-09 11:00
二分查找
递归
迭代
算法书籍
2.
Algorithms
算法概论短小精悍,别据一格,准经典之作。一个坏消息:同算法导论,该书没有习题答案。好消息:习题很经典,难度也适中,只需花点点时间自己也都能做出来。
speed847
·
2013-07-08 11:00
算法
What is the single most influential book every programmer should read?
bySteveMcConnellThePragmaticProgrammerStructureandInterpretationofComputerProgramsTheCProgrammingLanguage byKernighanandRitchieIntroductionto
Algorithms
incyanggan
·
2013-07-07 15:00
STL源码剖析之一:概论
算法(
algorithms
):各种常用算法:setsearchfinderasecopy3. 迭代器(iterator):算法与容器之间的粘合剂4.
yhhwatl
·
2013-07-06 19:00
算法
STL
computer vision:algorithm and application书中附录里关于计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplicationsRichardSzeliski在本书的最好附录中,我总结了一些对学生,教授和研究者有用的附加材料。
H349117102
·
2013-07-04 15:00
computer vision:algorithm and application书中附录里关于计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplicationsRichardSzeliski在本书的最好附录中,我总结了一些对学生,教授和研究者有用的附加材料。
H349117102
·
2013-07-04 15:00
计算机科学CS学科分类
体系结构、编译器和并行计算Architecture,CompilersandParallelComputing系统与网络SystemsandNetworking理论与算法Theoryand
Algorithms
chinaliping
·
2013-07-04 10:00
STL中算法
#############http://www.cplusplus.com/reference/algorithm/这边都有了~StandardTemplateLibrary:
Algorithms
Theheaderdefinesacollectionoffunctionsespeciallydesignedtobeusedonrangesofelements.Arangeisanysequence
ruguonandao
·
2013-07-03 16:00
C++
算法
STL
Online Learning(from Cousera Course of Stanford University)
Sinceonlinelearning
algorithms
donotsaveoldexamples,theycanbeveryefficentintermsofcomputermemoryanddiskspace
zhouyongsdzh
·
2013-06-28 16:00
计算机科学中最重要的32个算法
http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
hertz2007
·
2013-06-26 19:00
matlab中的循环向量化
VectorizingLoopsTheMATLABsoftwareusesamatrixlanguage,whichmeansitisdesignedforvectorandmatrixoperations.Youcanoftenspeedupyourcodebyusingvectorizing
algorithms
thattakeadvant
fuhpi
·
2013-06-26 16:00
[LeetCode]Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
jellyYin
·
2013-06-26 03:00
字符串匹配算法-KMP整理(英文)
Forthepastfewdays,I’vebeenreadingvariousexplanationsof theKnuth-Morris-Prattstringsearching
algorithms
.Forsomereason
zhongyangzhong
·
2013-06-25 22:00
Color Conversion
Algorithms
ContentsRGBtoHSV&HSVtoRGBRGBtoYIQ&YIQtoRGBRGBtoXYZ&XYZtoRGBXYZtoCIEL*a*b*(CIELAB)&CIELABtoXYZXYZtoCIELUV&CIELUVtoXYZRGBtoHSV&HSVtoRGBTheHue/Saturation/ValuemodelwascreatedbyA.R.Smithin1978.Itisbasedon
lcj_cjfykx
·
2013-06-25 06:00
STL介绍
(source:http://www.sgi.com/tech/stl/stl_introduction.html)STL是一个containerclasses,
algorithms
和iterators
timothyzh
·
2013-06-24 22:00
计算机科学中最重要的32个算法
转载:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
Nov_Eleven
·
2013-06-23 15:00
C++第5章 STL应用
//STL有三大核心部分,容器(Container)、算法(
Algorithms
)、迭代器(Iterator),容器适配器(containeradaptor),函数对象(functor),除此之外还有其他
杜甲同学
·
2013-06-22 10:57
C++
计算机科学中最重要的32个算法
转自:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
A*搜索算法——图形搜索算法,从给定起点到给定终点计算出路径。
buaa_shang
·
2013-06-21 22:00
计算机科学中最重要的32个算法
原文地址http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
mxway
·
2013-06-21 14:00
算法
计算机科学中最重要的32个算法
转自:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
A*搜索算法——图形搜索算法,从给定起点到给定终点计算出路径。
buaa_shang
·
2013-06-21 14:00
算法
计算机
科学
计算机科学中最重要的32个算法
计算机科学中最重要的32个算法 转:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(Research
sina_jerry_chen
·
2013-06-21 11:00
计算机
计算机科学中最重要的32个算法
转自 http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
A*搜索算法——图形搜索算法,从给定起点到给定终点计算出路径。
cuiweijie3
·
2013-06-21 10:00
算法
计算机科学
计算机科学中最重要的32个算法
来源:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
zygzzp
·
2013-06-19 16:00
算法
计算机科学中最重要的32个算法
http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
xdx2ct1314
·
2013-06-19 14:00
The Most Important
Algorithms
转自:http://www.risc.jku.at/people/ckoutsch/stuff/e_
algorithms
.htmlTheMostImportant
Algorithms
AfteralongdiscussionwithsomeofmyRISCcolleaguesaboutwhatthe5mostimportant
algorithms
ontheworldare
rrerre
·
2013-06-19 13:00
The Most Important
Algorithms
TheMostImportant
Algorithms
http://www.risc.jku.at/people/ckoutsch/stuff/e_
algorithms
.htmlAfteralongdiscussionwithsomeofmyRISCcolleaguesaboutwhatthe5mostimportant
algorithms
ontheworldare
OpenHero
·
2013-06-18 12:00
SIFT特征点匹配与消除错配:BBF,RANSAC
SIFT特征点匹配与消除错配:BBF,RANSAC分类:
Algorithms
2009-08-2121:49 10210人阅读 评论(27) 收藏 举报featuresstructtreeparameters
pi9nc
·
2013-06-16 23:00
快速排序法(三)
说明之前说过轴的选择是快速排序法的效率关键之一,在这边的快速排序法的轴选择方式更加快了快速排序法的效率,它是来自演算法名书Introductionto
Algorithms
之中。
versonverson
·
2013-06-11 10:00
C++
c
快速排序
神奇的图像处理算法
转自http://www.ruanyifeng.com/blog/2011/08/amazing_
algorithms
_of_image_processing.html作者:阮一峰几周前,我介绍了相似图片搜索
napu_sh
·
2013-06-08 17:53
视频/图像
Intro to Caching,Caching
algorithms
and caching frameworks
IntrotoCaching,Caching
algorithms
andcachingframeworks源地址:http://www.jtraining.com/component/content/article
william_xu
·
2013-06-06 09:43
TO
algorithms
caching
caching
caching
and
frameworks
intro
Intro to Caching,Caching
algorithms
and caching frameworks
IntrotoCaching,Caching
algorithms
andcachingframeworks源地址:http://www.jtraining.com/component/content/article
william_xu
·
2013-06-06 09:43
Intro
to
Caching
Caching
algorithms
a
个人收集
算法设计基础
算法设计基础①思维的体操②问题求解常见策略GeneralProblemSolvingTechniques③高效算法设计举例DesigningEfficient
Algorithms
④动态规划专题⑤小结与习题暴力
cyendra
·
2013-06-05 08:00
arraynodeSorting
Therearetwomainlykindofsorting
algorithms
.
·
2013-05-31 22:00
array
《设计模式》之十三:策略模式
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
上一页
119
120
121
122
123
124
125
126
下一页
按字母分类:
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
其他