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
[LeetCode]024. Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
myself9711
·
2013-09-25 06:00
LeetCode
排序算法总结
http://www.sorting-
algorithms
.com七大算法总结(只是跑过这一个例子,如有不足,欢迎指正):代码如下: publicclassSort{ publicstaticvoidmain
闫强同学
·
2013-09-24 16:00
Java代码
排序算法
一步一图一代码,一定要让你真正彻底明白红黑树
二零一一年一月九日-----------------------------本文参考:I、 TheArtofComputerProgrammingVolumeIII、Introductionto
Algorithms
chenhuajie123
·
2013-09-23 21:00
Stanford
Algorithms
: Design and Analysis, Part 2[week 3]
ProblemSet-3dp[n][c1][c2]=max{dp[n-1][c1-w_n][c2]+v_n,dp[n-1][c1][c2-w_n]+v_n,dp[n-1][c1][c2]}dp[n][c1][c2]表示两个背包现在分别有c1,c2的容量,取前n个物体的最大值根据第n个物体由1,由2或者两人都不取来转移ProgrammingAssignment-3Question1Inthispro
jj12345jj198999
·
2013-09-22 08:00
算法
dp
动态规划
The Most Important
Algorithms
AfteralongdiscussionwithsomeofmyRISCcolleaguesabout whatthe5mostimportant
algorithms
ontheworldare,
Scape1989
·
2013-09-21 16:00
Stanford
Algorithms
学习:Clustering 2
这是紧接上面的一道题,比较有趣Question2Inthisquestionyourtaskisagaintoruntheclusteringalgorithmfromlecture,butonaMUCHbiggergraph.Sobig,infact,thatthedistances(i.e.,edgecosts)areonlydefined implicitly,ratherthanbeing
likecool21
·
2013-09-21 08:00
java
算法
HashMap
clustering
Union-Find
排序算法
终于狠下心来要好好学习下算法了,买了经典名作:算法导论,另外在网易公开课上收看MIT的Intorductionto
Algorithms
,为了正握的更透彻,也为了方便以后复习,把掌握的内容记录下来。
·
2013-09-20 16:00
排序算法
带权最短路 Dijkstra, SPFA, Bellman-Ford, ASP, Floyd-Warshall 算法分析
带权最短路Dijkstra,SPFA,Bellman-Ford,ASP,Floyd-Warshall算法分析2013-08-04
Algorithms
Bellman-Ford, Dijkstra, Floyd
pi9nc
·
2013-09-20 15:00
二分图的最大匹配、完美匹配和匈牙利算法
二分图的最大匹配、完美匹配和匈牙利算法2013-08-01
Algorithms
二分图匹配, 图论, 算法这篇文章讲无权二分图(unweightedbipartitegraph)的最大匹配(maximummatching
pi9nc
·
2013-09-20 15:00
First Missing Positive (寻找第一个丢失的正数)【leetcode】
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
zhang9801050
·
2013-09-18 16:00
LeetCode
first
Missing
Positi
Stanford
Algorithms
学习:Clustering
第二周的第一个编程作业,是利用贪婪算法来实现一个clustering的问题,和ML里学的unsupervisedlearning差不多。Question1Inthisprogrammingproblemandthenextyou'llcodeuptheclusteringalgorithmfromlectureforcomputingamax-spacing k-clustering.Downlo
likecool21
·
2013-09-18 14:00
java
数据结构
Union-Find
Stanford
Algorithms
: Design and Analysis, Part 2[week 2]
ProblemSet-2ProgrammingAssignment-2Question1Inthisprogrammingproblemandthenextyou'llcodeuptheclusteringalgorithmfromlectureforcomputingamax-spacing k-clustering.Downloadthetextfile here.Thisfiledescri
jj12345jj198999
·
2013-09-15 15:00
Algorithm
算法
图论
最小生成数
LeetCode | First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
lanxu_yy
·
2013-09-15 00:00
LeetCode
算法
LeetCode | Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
lanxu_yy
·
2013-09-14 21:00
LeetCode
算法
Leetcode Problem difficulty level and frequency table
LeetcodeQuestionsIdQuestionDifficultyFreqencyDataStructures
Algorithms
1TwoSum25arraysetsorttwopointers2AddTwoNumbers34linkedlisttwopointersmath3LongestSubstringWithoutRepeatingCharacters32stringhashtab
doc_sgl
·
2013-09-13 23:00
LeetCode
LeetCode Question Difficulty Distribution : Sheet1
LeetCodeQuestionDifficultyDistribution:Sheet1 IDQuestionDiffFreqDataStructure
Algorithms
qianlong4526888
·
2013-09-11 09:00
LeetCode
Prim's MST Algorithm
BlazinglyFastGreedy
Algorithms
: -Prim'sAlgorithm -Kruskal'salgorithm O(mlogn) misthe#ofedgesandnisthe
leonzhx
·
2013-09-10 15:00
Algorithm
Algorithm
tree
minimal
greedy
Spanning
Prim's
Introduction to Greedy Algorithm
Greedy
Algorithms
: Iteratively make "myopic" decisions, hope everything works
leonzhx
·
2013-09-10 12:00
Optimal Caching
Introduction to Deep Learning
Algorithms
原文地址:http://www.iro.umontreal.ca/~pift6266/H10/notes/deepintro.htmlSeethefollowingarticleforarecentsurveyofdeeplearning:YoshuaBengio,LearningDeepArchitecturesforAI,FoundationsandTrendsinMachineLearnin
xceman1997
·
2013-09-08 17:00
【数据结构与算法】浅谈尾递归
而我在《算法精解:C语言描述》(Mastering
Algorithms
withC)中也看到书中提到编译器会对尾
mmc_maodun
·
2013-09-07 23:00
数据结构
尾递归
有无序的实数列 V[N],要求求里面大小相邻的实数的差的最大值,关键是要求线性空 间和线性时间
转自:http://marinemath.wordpress.com/tag/
algorithms
/昨天逛csdn看到一道很有意思的问题:有无序的实数列V[N],要求求里面大小相邻的实数的差的最大值M,
hanchengxi
·
2013-09-07 09:00
算法
面试题
Stanford
Algorithms
: Design and Analysis, Part 2[week 1]
ProblemSet-1ProgrammingAssignment-1Question1Inthisprogrammingproblemandthenextyou'llcodeupthegreedy
algorithms
fromlectureforminimizingtheweightedsumofcompletiontimes
jj12345jj198999
·
2013-09-05 17:00
算法
图论
贪心
斯坦福
Mahout算法集[机器学习算法]
https://cwiki.apache.org/confluence/display/MAHOUT/
Algorithms
网页右面显示的有机器学习的各种算法,包括三大块聚类、协同过滤、分类等算法算法类算法名中文名分类算法
zhoubl668
·
2013-09-05 16:00
并查集(Union-Find)算法介绍
更多的信息可以参考
Algorithms
一书的Section1.5,实际上本文也就是基于它的一篇读后感吧。
xiaolang85
·
2013-09-03 18:00
线段相交算法——平面扫描
在老外网站看到的完整介绍,很详细,原文链接:http://geom
algorithms
.com/a09-_intersect-3.htmlSometimesanapplicationneedstofindthesetofintersectionpointsforacollectionofmanylinesegments.Oftentheseapplicationsinvolvepolygonswh
金卯刀
·
2013-09-03 11:20
计算机图形学
线段相交算法——平面扫描
在老外网站看到的完整介绍,很详细,原文链接:http://geom
algorithms
.com/a09-_intersect-3.htmlSometimesanapplicationneedstofindthesetofintersectionpointsforacollectionofmanylinesegments.Oftentheseapplicationsinvolvepolygonswh
Avan_Lau
·
2013-09-03 11:00
Introduction to OpenCV and FFmpeg
opencvTheOpenSourceComputerVisionLibraryhas>2500
algorithms
,extensivedocumentationandsamplecodeforreal-timecomputervision.libsaftercompiledopencv_calib3d241
to myself 的分类学习日志
·
2013-08-30 17:00
C++ STL算法系列6---copy函数
所谓变易算法(Mutating
algorithms
)就是一组能够修改容器元素数据的模板函数,可进行序列数据的复制,变换等。我们现在来看看第一个变易算法:元素复制算法copy。
hyg0811
·
2013-08-30 16:00
C++ STL算法系列6---copy函数
所谓变易算法(Mutating
algorithms
)就是一组能够修改容器元素数据的模板函数,可进行序列数据的复制,变换等。我们现在来看看第一个变易算法:元素复制算法copy。
夏雪冬日
·
2013-08-30 16:00
Reddit排名算法工作原理
英文原文:HowRedditranking
algorithms
work这是一篇继《HackerNews排名算法工作原理》之后的又一篇关于排名算法的文章。
·
2013-08-26 15:00
算法
排名
Reddit
基于物品的协同过滤推荐算法——读“Item-Based Collaborative Filtering Recommendation
Algorithms
” .
“Item-BasedCollaborativeFilteringRecommendation
Algorithms
”这篇是推荐领域比较经典的论文,现在很多流行的推荐算法都是在这篇论文提出的算法的基础上进行改进的
u010384318
·
2013-08-25 22:00
经典书籍--好书很多,重要的是有个目标,有个规划
有个规划操作系统方面操作系统概念(第七版)OperatingSystemConcepts鸟哥的Linux私房菜基础学习篇(第3版)鸟哥的Linux私房菜服务器架设篇(第3版)算法方面算法概论算法导论Introductionto
Algorithms
记得最初的梦想
·
2013-08-25 17:59
经典图书
这些年
我们读过的技术经典图书
经典书籍--好书很多,重要的是有个目标,有个规划
有个规划操作系统方面操作系统概念(第七版)OperatingSystemConcepts鸟哥的Linux私房菜基础学习篇(第3版)鸟哥的Linux私房菜服务器架设篇(第3版)算法方面算法概论算法导论Introductionto
Algorithms
cnclenovo
·
2013-08-25 17:00
经典图书
poj3974(Manacher算法)
65536KTotalSubmissions:2786 Accepted:1021DescriptionAndythesmartcomputersciencestudentwasattendingan
algorithms
classwhentheprofessoraskedthestudentsasimplequesti
xj2419174554
·
2013-08-25 10:00
数据结构
后缀数组
manacher算法
路由协议之RIP协议
RIP协议是基于距离矢量算法(DistanceVector
Algorithms
)的,它使用“跳数”,即metric来衡量到达目标地址的路由距离。
why爱
·
2013-08-23 16:12
动态
interface
路由器
路由表
拓扑图
路由协议之RIP协议
RIP协议是基于距离矢量算法(DistanceVector
Algorithms
)的,它使用“跳数”,即metric来衡量到达目标地址的路由距离。
why爱
·
2013-08-23 16:12
路由器
路由表
拓扑图
计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplicat
android_asp
·
2013-08-22 17:00
计算机视觉
WOW! LZ4, 超越Snappy的压缩算法
vebeendoingsomeexperimentswithLZ4recentlyandImustadmitthatIamtrulyimpressed.ForthosenotfamiliarwithLZ4,itisacompressionformatfromtheLZ77family.Comparedtoothersimilar
algorithms
joshuasabrina
·
2013-08-22 16:00
压缩
LZ4
STL copy详解
前面十二个算法所展现的都属于非变易算法(Non-mutating
algorithms
)系列,现在我们来看看变易算法。
tianmo2010
·
2013-08-22 15:00
海量数据处理
基本方法 1、Hash法 参考: 常见hash算法的原理 常见的Hash算法 General Purpose Hash Function
Algorithms
2、Bit-map
·
2013-08-19 16:00
海量数据
OpenCV学习笔记:基本的图像处理
OpenCV函数如下:blurGaussianBlurmedianBlurbilateralFilter 原理Note 以下原理来源于RichardSzeliski的著作 ComputerVision:
Algorithms
andApplications
Linoi
·
2013-08-19 09:00
推荐引擎:使用Mahout协同过滤
Mahoutisacollectionofmachinelearning
algorithms
intendedtoperformthefollowingoperationsasrecommendation
·
2013-08-19 00:00
数据挖掘
Mahout
tech
Algorithms
Part 1-Question 5- Dijkstra's shortest-path-最短路径算法
Algorithms
:DesignandAnalysis,Part1 最短路径算法题目要求 本次要求对于一个200个点的无向图应用著名的Dijkstra算法求最短路径。
caozhankui
·
2013-08-18 16:00
辨析离线算法与在线算法
离线算法算法设计策略都是基于在执行算法前输入数据已知的基本假设,也就是说,对于一个离线算法,在开始时就需要知道问题的所有输入数据,而且在解决一个问题后就要立即输出结果,通常将这类具有问题完全信息前提下设计出的算法成为离线算法(offline
algorithms
xj2419174554
·
2013-08-17 16:00
算法
计算机科学
Algorithms
Part 1-Question 6- 2SUM Median-数和以及中位数问题
本次有两个编程问题,一个是求两个数的和满足一定值的数目,另一个是求中位数。 2SUM问题 问题描述Thegoalofthisproblemistoimplementavariantofthe2-SUMalgorithm(coveredintheWeek6lectureonhashtableapplications). Thefilecontains1millionintegers,bothpos
caozhankui
·
2013-08-17 14:00
How to learn to stop worrying and love machine learning
Byimplementing
algorithms
thatareabletolearnfromthedatathattheyexplore,machinelearningtechnologiesalreadyoutperformtraditionalanalyticsbyfar
jessonlv
·
2013-08-16 11:00
机器学习
Projects Plan For Remaining 2013
- Games Project: Open War I - Foundational
Algorithms
&nbs
·
2013-08-12 19:00
project
simhash
google在2002年的文章,SimilarityEstimationTechniquesfromRounding
Algorithms
。
caoeryingzi
·
2013-08-12 17:00
红黑树----第四篇:一步一图一代码,一定要让你真正彻底明白红黑树 --- 很好
July二零一一年一月九日-----------------------------本文参考:I、TheArtofComputerProgrammingVolumeIII、Introductionto
Algorithms
Q328333568
·
2013-08-12 16:50
linux
红黑树----第四篇:一步一图一代码,一定要让你真正彻底明白红黑树 --- 很好
二零一一年一月九日-----------------------------本文参考:I、 TheArtofComputerProgrammingVolumeIII、Introductionto
Algorithms
JK198310
·
2013-08-12 16:00
上一页
117
118
119
120
121
122
123
124
下一页
按字母分类:
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
其他