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:
ZOJ Problem Set - 1037||Gridland
computerscientistshavebeentryingtofindefficientsolutionstodifferentcomputingproblems.Forsomeofthemefficient
algorithms
arealreadyavailable
Leefun0313
·
2015-04-22 12:27
水题篇
user assisted 代码
MicahK.Johnson,EdwardH.Adelson,andWilliamT.Freeman,Groundtruthdatasetandbaselineevaluationsforintrinsicimage
algorithms
ivysister
·
2015-04-21 19:00
图像
交互
【索引】Designing Efficient
Algorithms
:Examples:Advanced
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter1.AlgorithmDesign::DesigningEfficient
Algorithms
kl28978113
·
2015-04-19 16:00
【索引】Designing Efficient
Algorithms
:Examples:Intermediate
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter1.AlgorithmDesign::DesigningEfficient
Algorithms
kl28978113
·
2015-04-19 16:00
【索引】Designing Efficient
Algorithms
:Exercises: Beginner
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter1.AlgorithmDesign::DesigningEfficient
Algorithms
kl28978113
·
2015-04-19 16:00
【索引】Designing Efficient
Algorithms
:Examples
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter1.AlgorithmDesign::DesigningEfficient
Algorithms
kl28978113
·
2015-04-19 16:00
【索引】Designing Efficient
Algorithms
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiuChapter1.AlgorithmDesign::DesigningEfficient
Algorithms
ExamplesExamples
kl28978113
·
2015-04-19 16:00
【索引】Chapter 1. Algorithm Design
BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter1.AlgorithmDesignGeneralProblemSolvingTechniquesDesigningEfficient
Algorithms
DynamicProgramming
kl28978113
·
2015-04-19 15:00
动态规划练习与小结
HereismyanswerinsimilartopicStartwithwikipediaarticleaboutdynamicprogrammingthenIsuggestyoureadthisarticleintopcoderch6aboutdynamicprogrammingin
algorithms
EbowTang
·
2015-04-19 11:38
数学与算法
数据结构与算法
动态规划练习与小结
HereismyanswerinsimilartopicStartwithwikipediaarticleaboutdynamicprogrammingthenIsuggestyoureadthisarticleintopcoderch6aboutdynamicprogrammingin
algorithms
EbowTang
·
2015-04-19 11:38
数学与算法
数据结构与算法
[置顶]
动态规划及其常见面试题
myanswerinsimilartopicStartwithwikipediaarticleabout dynamicprogramming thenIsuggestyouread thisarticle intopcoderch6aboutdynamicprogramming in
algorithms
EbowTang
·
2015-04-19 11:00
数据结构
算法
动态规划
算法导论
leetcode 第136题 Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
zhang_shuai12
·
2015-04-16 20:43
leetcode题解
位操作-异或
LeetCode41/19 First Missing Positive/Remove Nth Node From End of List ****
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
Lu597203933
·
2015-04-12 22:00
array
Leetcode: Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
T_27080901
·
2015-04-12 18:00
LeetCode
41 First Missing Positive——leetcode
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
lvdccyb
·
2015-04-12 10:00
置换
排序
[leetcode 24] Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
ym65536
·
2015-04-09 22:00
c++ STL总结一:vertor和list
提供六大组件,彼此可以组合套用1、容器(containers):各种数据结构,如vertor,list,deque,set,map.从实现的角度来看,STL容器是一种classtemplate2、算法(
algorithms
ly0303521
·
2015-04-09 19:00
C++
First Missing Positive
FirstMissingPositiveGivenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
luxialan
·
2015-04-09 17:00
关于list iterators incompatible/vector iterators incompatible 报错总结
STL有三大核心部分:容器(Container)、算法(
Algorithms
)、迭代器(Iterator),容器适配器(containeradaptor),函数对象(functor),除此之外还有
Jackery_Shh
·
2015-04-09 11:00
vector
list
in
Iterators
Iterators
inc
关于list iterators incompatible/vector iterators incompatible 报错总结
STL有三大核心部分:容器(Container)、算法(
Algorithms
)、迭代器(Iterator),容器适配器(containeradaptor),函数对象(functor),除此之外还有
Jackery_Shh
·
2015-04-09 11:00
list
vector
in
Iterators
Iterators
inc
leetcode24:Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
hjxzb
·
2015-04-09 11:00
LeetCode
linklist
[LeetCode刷题记录]Single Number II
Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
CiaoLiang
·
2015-04-08 13:00
从头到尾彻底理解KMP
[置顶] 从头到尾彻底理解KMP(2014年8月22日版)分类: 01.
Algorithms
(研究) 02.
Algorithms
(后续)2011-12-0513:05 139687人阅读 评论(298
sweetgum2012
·
2015-04-07 11:00
数据结构
First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
guang09080908
·
2015-04-03 11:00
acm核心教材
Introductionto
Algorithms
:算法导论(4个版本) -ThomasH.Cormen,CharlesE.Leiserson本书是MIT计算机专业的经典算法教材,内容全面,语言通俗,很适合入门者学习
齐勇cn
·
2015-04-02 16:00
计算机领域世界顶尖学术期刊与会议论文
世界计算机算法最权威会议SODA---全称ACM-SIAMSymposiumonDiscrete
Algorithms
;FOCS---IEEESymposiumonFoundations ofComputerScience
hqing
·
2015-03-31 20:00
计算机
学术
期刊
会议论文
LeetCode:Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
hackerzchao
·
2015-03-30 20:19
LeetCode
LeetCode
PHP mcrypt启用、加密以及解密过程详解
2.PHP加密扩展库Mcrypt的算法和加密模式Mcrypt库支持20多种加密算法和8种加密模式,具体可以通过函数mcrypt_list_
algorithms
()和mc
abc123456789cba
·
2015-03-30 11:00
PHP mcrypt启用、加密以及解密过程详解
2.PHP加密扩展库Mcrypt的算法和加密模式Mcrypt库支持20多种加密算法和8种加密模式,具体可以通过函数mcrypt_list_
algorithms
()和mcry
abc123456789cba
·
2015-03-30 11:00
PHP
遗传算法在走迷宫游戏中的应用
我的数据挖掘算法库:https://github.com/linyiqun/DataMiningAlgorithm 我的算法库:https://github.com/linyiqun/lyq-
algorithms
-lib
Androidlushangderen
·
2015-03-26 21:00
算法
数据挖掘
数据
机器学习
leetcode-Single Number
题目Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
技术芝麻点
·
2015-03-26 20:00
《union find的一些改进和实现分析》——
Algorithms
in C++ 1-4
简介 Unionfind是一种常用于集合各种操作的结构。主要包含有两个部分,一个是查找集合中是否包含有元素,另外一个是针对两个集合进行合并。这里的集合更多的是一种数学意义上的元素合集,在这么一个集合里没有重复的元素,但是根据元素之间的各种关系我们将一些元素合并到一个子集里,从而形成了上述的两个主要问题。在前面一篇图论相关的文章里已经讨论了unionfind的两种常用实现。这里针对它的一些优化进
Miss_Easy
·
2015-03-25 10:00
UNION
C++
find
algorithms
图算法
Chameleon两阶段聚类算法
2182752.html(用了很多的图和思想)博客园(华夏35度)作者:Orisun数据挖掘算法-Chameleon算法.百度文库我的算法库:https://github.com/linyiqun/lyq-
algorithms
-lib
Android路上的人
·
2015-03-23 20:37
算法
数据挖掘
机器学习
经典数据挖掘算法
Chameleon两阶段聚类算法
2182752.html(用了很多的图和思想)博客园(华夏35度)作者:Orisun数据挖掘算法-Chameleon算法.百度文库我的算法库:https://github.com/linyiqun/lyq-
algorithms
-lib
Androidlushangderen
·
2015-03-23 20:00
算法
数据
技术
数据挖掘
机器学习
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
brucehb
·
2015-03-22 01:00
策略模式Strategy
Define the interface of an interchangeable family of
algorithms
//2.
qryt520
·
2015-03-21 22:00
strategy
Elastix配准工具使用入门
Elastix介绍首先根据Elastix官方手册上所写:elastix.Thesoftwareconsistsofacollectionof
algorithms
thatarecommonlyusedtosolvemedicalimageregistrationproblems.AlargepartofthecodeisbasedontheInsightToolkit
封不觉
·
2015-03-21 10:03
图像处理
Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
guang09080908
·
2015-03-21 10:00
Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
guang09080908
·
2015-03-21 10:00
[置顶] 快速压缩跟踪(fast compressive tracking)(CT)算法剖析
目前比较主流的跟踪算法有两种,generative tracking
algorithms
(生
autocyz
·
2015-03-20 12:00
图像处理
CT
Fast
tra
Compressive
压缩跟踪
基于连通图的分裂聚类算法
参考文献:基于连通图动态分裂的聚类算法.作者:邓健爽郑启伦彭宏邓维维(华南理工大学计算机科学与工程学院,广东广州510640)我的算法库:https://github.com/linyiqun/lyq-
algorithms
-lib
Android路上的人
·
2015-03-19 20:51
算法
数据挖掘
机器学习
基于连通图的分裂聚类算法
参考文献:基于连通图动态分裂的聚类算法.作者:邓健爽郑启伦彭宏邓维维(华南理工大学计算机科学与工程学院,广东广州510640)我的算法库:https://github.com/linyiqun/lyq-
algorithms
-lib
Androidlushangderen
·
2015-03-19 20:00
算法
数据挖掘
技术
机器学习
低秩分解的代码---(CODE) Low-Rank Matrix Recovery
SAMPLE CODERobustPCAMatrixCompletionComparisonof
Algorithms
RobustPCAWeprovideMATLABpackagestosolvetheRPCAoptimizationproblembydifferentmethods.AllofourcodebelowisCopyright2009PerceptionandDecisionLab
tiandijun
·
2015-03-17 10:00
MLlib中的Random Forests和Boosting
Random Forests和GBTs属于ensemble learning
algorithms
(集成学习算法),通过组合多个决策树来建立更为强大的模型。
xiao_jun_0820
·
2015-03-17 10:00
dbscan基于密度的空间聚类算法
参考文献:百度百科 http://baike.baidu.com我的算法库:https://github.com/linyiqun/lyq-
algorithms
-lib 算法介绍说到聚类算法,大家如果有看过我写的一些关于机器学习的算法文章
Android路上的人
·
2015-03-16 20:44
算法
数据挖掘
机器学习
经典数据挖掘算法
dbscan基于密度的空间聚类算法
参考文献:百度百科 http://baike.baidu.com我的算法库:https://github.com/linyiqun/lyq-
algorithms
-lib 算法介绍说到聚类算法,大家如果有看过我写的一些关于机器学习的算法文章
Androidlushangderen
·
2015-03-16 20:00
算法
数据
数据挖掘
机器学习
A study on face morphing
algorithms
FROM:https://ccrma.stanford.edu/~jacobliu/368Report/index.htmlAbstract Anautomaticfacemorphingalgorithmisproposed. Thealgorithmautomaticallyextractsfeaturepointsontheface,andbasedonthesefeaturepoint
Real_Myth
·
2015-03-16 10:00
查找数组中只出现一次的数
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
brucehb
·
2015-03-15 01:49
算法
查找数组中只出现一次的数
Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
brucehb
·
2015-03-15 01:00
Tarjan算法--有向图强连通分量算法
参考链接:https://www.byvoid.com/blog/scc-tarjan/我的算法库:https://github.com/linyiqun/lyq-
algorithms
-lib算法介绍正如标题所介绍的那样
Android路上的人
·
2015-03-14 10:29
算法
上一页
105
106
107
108
109
110
111
112
下一页
按字母分类:
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
其他