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
遗传算法在走迷宫游戏中的应用
我的数据挖掘算法库: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
算法
Tarjan算法--有向图强连通分量算法
参考链接:https://www.byvoid.com/blog/scc-tarjan/我的算法库:https://github.com/linyiqun/lyq-
algorithms
-lib算法介绍正如标题所介绍的那样
Androidlushangderen
·
2015-03-14 10:00
算法
DFS
SingleNumberII
**Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyou*implementitwithoutusin
chen52671
·
2015-03-13 10:00
java
LeetCode
算法
[LeetCode] Leetcode 题解索引 (C++/Java/Python/Sql)
链接:我的githubLeetcode
Algorithms
ProblemsLeetcodeDatabaseProblemsCSDN题解索
hcbbt
·
2015-03-11 09:50
=====算法相关=====
+基础算法
+Leetcode
Leetcode
题解
[置顶] [LeetCode] Leetcode 题解索引 (C++/Java/Python/Sql)
链接:我的githubLeetcode
Algorithms
ProblemsLeetcodeDatabaseProblemsCSDN题解索
hcbbt
·
2015-03-11 09:00
java
LeetCode
C++
算法
python
git使用
1.clone---克隆远程仓库到本地,如gitclonehttps://www.github.com/wangzhijun0224/
AlgorithmS
tudy.git2.branch---查看建立及删除分支
finewind
·
2015-03-09 20:00
git
day006 【算法】
Tenmustknow
algorithms
做一些Leetcode的算法题,然后通过他们了解数据结构和算法。leetcodes代码分享
技术芝麻点
·
2015-03-08 00:00
Machine Learning - IX. Neural Networks Learning神经网络 (Week 5)
MachineLearning-AndrewNGcourses学习笔记NeuralNetworksLearning神经网络学习NeuralNetworksareoneofthemostpowerfullearning
algorithms
thatwehavetoday.CostFun
pipisorry
·
2015-03-07 20:00
机器学习
learning
machine
Andrew
RFC2001
0.RFC2001 TCPSlowStart,CongestionAvoidance,FastRetransmit,andFastRecovery
Algorithms
现代TCP的实现包含了四个相互交织的算法
nodouble
·
2015-03-07 14:00
Nested-Loop Join
Algorithms
Nested-LoopJoin
Algorithms
一个简单的嵌套循环联接(NLJ)算法,循环从第一个表中依次读取行,取到每行再到联接的下一个表中循环匹配。这个过程会重复多次直到剩余的表都被联接了。
ghsau
·
2015-03-06 14:00
JOIN
mysql
NLJ
BNL
LeetCode Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
fox64194167
·
2015-03-06 09:00
A PAINLESS GUIDE TO CRC ERROR DETECTION
ALGORITHMS
http://zlib.net/crc_v3.txtAPAINLESSGUIDETOCRCERRORDETECTION
ALGORITHMS
================================
adream307
·
2015-03-05 22:00
Single Number
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
chen52671
·
2015-03-05 19:00
算法
Single Number
SingleNumberIGivenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
u010539352
·
2015-03-03 21:00
java
二进制
OJ
MPSC lock free queue
[c实现的队列](http://www.1024cores.net/home/lock-free-
algorithms
/queues/non-intrusive-mpsc-node-based-queue
lost_o0
·
2015-03-02 10:00
LeetCode136——Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
booirror
·
2015-02-27 10:00
LeetCode
CC150 Arrays and Strings 1.7 ~ 1.8 Set Matrix Zero, IsS1RotationOfS2
1.7 Writean
algorithms
uchthatifanelementinanMxNmatrixis0,itsentirerowandcolumnaresetto0.分析见这里解答如下:publicclassSetMatrixZero
feliciafay
·
2015-02-27 10:00
cc150
LeetCode137——Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
booirror
·
2015-02-26 18:00
LeetCode
LeetCode 41.First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
caishenfans
·
2015-02-25 00:00
array
Merge Sort in Go (Golang)
MergeSortwasinventedby JohnvonNeumann in1945,andisanalgorithmbelongingtothe“divideandconquer”classof
algorithms
.Meaning
xcltapestry
·
2015-02-24 14:00
归并排序
golang
mergesort
Graph
Algorithms
AlgorithmGym::Graph
Algorithms
By PrinceOfPersia, 2weeksago, , Welcometothenewepisodeof PrinceOfPersia
u013007900
·
2015-02-22 23:00
图论专题讲解
UVA 110 Meta-Loopless Sorts
Background Sortingholdsanimportantplaceincomputerscience.Analyzingandimplementingvarioussorting
algorithms
formsanimportantpartoftheeducationofmostcomputerscientists
jtjy568805874
·
2015-02-17 14:00
递归
uva
字符串匹配算法总结 (分析及Java实现)
字符串模式匹配算法(stringsearching/matching
algorithms
)顾名思义,就是在一个文本或者较长的一段字符串中,找出一个或多个指定字符串(Pattern),并返回其位置。
数据中国
·
2015-02-13 10:16
数据算法
leetcode_24_Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace
keyyuanxin
·
2015-02-13 10:00
LeetCode
C++
Linked_List
LeetCode 24.Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
caishenfans
·
2015-02-11 22:00
list
linked
#学习笔记#Princeton
Algorithms
and Data Structures
Algorithms
andDataStructuresFall2007RobertSedgewickandKevinWayneDepartmentofComputerSciencePrincetonUniversityPrinceton
ChiBaoNeLiuLiuNi
·
2015-02-10 08:00
算法
面试准备
LeetCode --- 41. First Missing Positive
Your
algorithms
houldruninO(n)timeandusesconstantspace.这道题的要
makuiyu
·
2015-02-08 23:00
LeetCode
C++
数组
Fast-Paced Multiplayer (Part I): Introduction
htmlFast-PacedMultiplayer(PartI):IntroductionIntroductionThisisthefirstinaseriesofarticlesexploringthetechniquesand
algorithms
thatmakefast-pacedmultiplayergamespo
jjiss318
·
2015-02-07 22:00
LeetCode || Single Number II
Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
lcj_cjfykx
·
2015-02-07 06:00
关于list iterators incompatible/vector iterators incompatible 报错总结
STL有三大核心部分:容器(Container)、算法(
Algorithms
)、迭代器(Iterator),容器适配器(containeradaptor),函数对象(functor),除此之外还有
gggg_ggg
·
2015-02-06 10:00
vector
list
in
Iterators
Iterators
inc
上一页
104
105
106
107
108
109
110
111
下一页
按字母分类:
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
其他