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
qq_26562641
·
2015-12-17 16:00
【LeetCode】268 Missing Number (java实现)
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
styshoo
·
2015-12-17 11:00
java
LeetCode
算法
MIT Introduction to
Algorithms
学习笔记(二)
Lecture2:ModelsofComputation(Ⅰ)什么是算法(Algorithm)?l Mathematicalabstractionofcomputerprograml Computationalproceduretosolveaproblem 算法和程序的类比:两种计算模型(Modelofcomputation): RandomAccessMachine(RAM) RandomA
hyaicc
·
2015-12-17 10:00
python
算法导论
LeetCode First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
wuli2496
·
2015-12-16 22:00
MIT Introduction to
Algorithms
学习笔记(一)
MITIntroductionto
Algorithms
学习笔记http://ocw.mit.edu/courses/electrical-engineering-and-computer-science
hyaicc
·
2015-12-14 22:00
python
算法导论
二叉树的构建及各种遍历方式
以下是Java代码实现:packageme.geed.
algorithms
; importjava.util.LinkedList; importjava.util.Queue; importj
u014738140
·
2015-12-13 17:00
二叉树
二叉树遍历
广度优先遍历
深度优先遍历
非递归实现
[Evolutionary Algorithm] 进化算法简介
进化算法,也被成为是演化算法(evolutionary
algorithms
,简称EAs),它不是一个具体的算法,而是一个“算法簇”。
Poll的笔记
·
2015-12-13 14:00
深度学习 - Deep Learning Tutorials
相关信息可以查看BriefintroductiontoMachineLearningforAI和IntroductiontoDeepLearning
algorithms
.深度学习会
liamQuan
·
2015-12-12 14:00
hdu 1046 Gridland
computerscientistshavebeentryingtofindefficientsolutionstodifferentcomputingproblems.Forsomeofthemefficient
algorithms
arealreadyavailable
wind_2008_06_29
·
2015-12-11 22:00
算法
ACM
HDU
OJ
LeetCode 41 First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
gx262091291
·
2015-12-10 21:00
Cpp--STL的组成
STL有三大核心部分:容器(Container)、算法(
Algorithms
)、迭代器(Iterator),容器适配器(containeradaptor),函数对象(functor),除此之外还有STL
samkieth
·
2015-12-10 14:00
《算法导论》学习目录
资料现代计算机常用数据结构和算法(算法导论第一版中文版)数据结构与算法:C#语言描述(中文)(清风前辈推荐的书,觉得更适合我现在的情况)算法导论HTML版 算法导论部分习题 Introductionto
Algorithms
·
2015-12-09 11:35
算法导论
《算法导论》
资料现代计算机常用数据结构和算法(算法导论第一版中文版)数据结构与算法:C#语言描述(中文)(清风前辈推荐的书,觉得更适合我现在的情况)算法导论HTML版 算法导论部分习题 Introductionto
Algorithms
·
2015-12-09 11:35
算法导论
recsyscode - implementations of classic
algorithms
of recommender system - Google Project Hosting
recsyscode-implementationsofclassic
algorithms
ofrecommendersystem-GoogleProjectHosting重要更新:svd++和combine
·
2015-12-09 10:43
algorithms
[LeetCode]024-Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
htx931005
·
2015-12-08 20:00
LeetCode
算法学习之“Big Oh Notation”
一、AsymptoticanalysisSupposeweareconsideringtwo
algorithms
, A and B,forsolvingagivenproblem.Furthermore
Sagittarius_Warrior
·
2015-12-08 10:00
算法
【Leetcode】First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houl
yeqiuzs
·
2015-12-06 21:00
【Leetcode】Majority Element II
majority-element-ii/题目:Givenanintegerarrayofsize n,findallelementsthatappearmorethan ⌊n/3⌋ times.The
algorithms
houldruninlineartimeandinO
yeqiuzs
·
2015-12-06 21:00
ML 基础知识
AcomputerprogramissaidtolearnfromexperienceEwithrespecttosometaskTandsomeperformancemeasureP,ifitsperformanceonT,asmeasuredbyPimproveswithexperienceEML
Algorithms
OverviewSupervisedlearning
看起来很好吃
·
2015-12-06 17:00
K-SVD算法
论文采用OrthogonalMatchingPursuit(OMP)
algorithms
。(2)第二阶段:也是K-SVD与MOD的不同之处,字典D是逐列更新的
qq_18343569
·
2015-12-05 21:00
stanford公开课Machine Learning视频教程By Andrew Ng
you'lllearnaboutsomeofthemostwidelyusedandsuccessfulmachinelearningtechniques.You'llhavetheopportunitytoimplementthese
algorithms
yourself
garfielder007
·
2015-12-05 18:09
stanford
公开课
Machine
Learning
视频教程
Andrew
Ng
机器学习
HDU-5532-Almost Sorted Array【2015长春赛区】
2000MS(Java/Others)MemoryLimit:262144/262144K(Java/Others) ProblemDescriptionWeareallfamiliarwithsorting
algorithms
loy_184548
·
2015-12-05 11:00
dp
HDU-5532
The “in-mapper combining” design pattern for Map/Reduce programming in Java
IntroductionIamreadingabookby(LinandDyer2010).Thisbookisveryinformativeaboutdesigningefficient
algorithms
undertheMap
oywl2008
·
2015-12-03 22:00
浅学设计模式之策略
模式及在android中的使用
(原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryi
qq_25184739
·
2015-12-02 20:00
三种算法转换色彩灰阶
原文:Three
algorithms
forconvertingcolortograyscale 如何转换成彩***像灰度?
secondriver
·
2015-12-02 17:01
灰阶计算
三种算法转换色彩灰阶
原文:Three
algorithms
forconvertingcolortograyscale 如何转换成彩***像灰度?
secondriver
·
2015-12-02 17:01
灰阶计算
ECS ssh无法登陆,提示fatal: No supported key exchange
algorithms
[preauth]
SSH无法登陆,通过管理终端登陆,查看/var/log/secure日志提示fatal:Nosupportedkeyexchange
algorithms
[preauth]导致该问题的根源是,sshd守护进程不能加载到正确的
广州运维
·
2015-12-02 15:29
ssh
key
Opencv提供的四种滤波器
以下内容的解释来自于《ComputerVision:
Algorithms
andApplications》(机器视觉:算法和应用)的作者RichardSzeliski以及《LearningOpenCV
Keyboard365
·
2015-12-02 15:48
OpenCV
Numerical learning library
/nll/NLLisamulti-platformopensourceprojectentirelywritteninC++.Itsgoalistoproposegenericandefficient
algorithms
formachinelearningandmorespecificallycomputervision.Itisintend
Belial_2010
·
2015-12-01 14:04
编程语言c++
【Leetcode】Single Number II
single-number-ii/题目:Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyo
yeqiuzs
·
2015-12-01 10:00
【Leetcode】Single Number
single-number/题目:Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimpleme
yeqiuzs
·
2015-11-30 22:00
LeetCode(268) Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
fly_yr
·
2015-11-30 13:00
LeetCode
OPEN CASCADE Multiple Variable Function
comAbstract.MultiplevariablefunctionwithgradientandHessianmatrixisveryveryimportinOPENCASCADEoptimization
algorithms
.Inordertounderstandtheseoptimizationalg
opencascade
·
2015-11-29 16:00
OPEN CASCADE Multiple Variable Function
comAbstract.MultiplevariablefunctionwithgradientandHessianmatrixisveryveryimportinOPENCASCADEoptimization
algorithms
.Inordertounderstandtheseoptimizationalg
eryar
·
2015-11-29 16:00
leetcode_First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
dfb198998
·
2015-11-26 20:00
数据结构与算法:插入排序
前言快被数据结构与算法碾成渣渣了,决定开始补补参考资料:算法导论(有MIT公开课-算法导论)、DataStructuresand
Algorithms
inPython、数据结构与算法 插入排序(insertion-sort
圆滚滚姑娘
·
2015-11-26 19:00
计算机网络---基础题目汇总二
RIP协议基于距离矢量算法(DistanceVector
Algorithms
),使用“跳数”(即metric)来衡量到达目标地址的路由距离。距离就是通往目的站点所需经过的链路数,取值
will130
·
2015-11-26 14:00
网络
HackerRank "The Indian Job"
Thanksto https://github.com/bhajunsingh/programming-challanges/tree/master/hackerrank/
algorithms
/the-indian-jobLessonlearnt
Tonix
·
2015-11-26 08:00
LeetCode 24:Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
geekmanong
·
2015-11-25 23:00
《数据结构与算法》学习之入门篇
,youmustlearnhowtheinformationisarrangedinthememoryofthecomputer.Second,youmustbecomefamiliarwiththe
algorithms
formanipulatingtheinf
Sagittarius_Warrior
·
2015-11-25 09:00
【leetcode】Single Number (java)
SingleNumberGivenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
过客航
·
2015-11-24 10:00
java
LeetCode
Machine Learning week 6 quiz: Advice for Applying Machine Learning
andfindthatithasunacceptablyhigherroronthetestset.Youplotthelearningcurve,andobtainthefigurebelow.Isthe
algorithms
ufferingfromhighbias
garfielder007
·
2015-11-24 09:56
机器学习
Machine Learning week 6 quiz: Advice for Applying Machine Learning
andfindthatithasunacceptablyhigherroronthetestset.Youplotthelearningcurve,andobtainthefigurebelow.Isthe
algorithms
ufferingfromhighbias
GarfieldEr007
·
2015-11-24 09:00
apply
advice
learning
machine
quiz
Book Review of “The practice of programming” (Ⅱ)
ThepracticeofprogrammingChapter2
Algorithms
and DataStructuresSearchingsequentialsearch(linearsearch):
Christen
·
2015-11-22 23:00
LeetCode题解——First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
u010025211
·
2015-11-22 19:00
LeetCode
array
sort
[0x00 用Python讲解数据结构与算法] 概览
广泛搜索,中文的图书基本上没有,倒是找到两本外文的:ProblemSolvingwith
Algorithms
andD
csulennon
·
2015-11-22 16:00
超像素分割技术发展情况梳理(superpixels segment)
details/8918167感谢原作者超像素分割技术发展情况梳理(SuperpixelSegmentation)Sason@CSDN当前更新日期:2013.06.10一.基于图论的方法(Graph-based
algorithms
svdalv
·
2015-11-21 13:49
超像素论文
c++STL 中的copy函数
所谓变易算法(Mutating
algorithms
)就是一组能够修改容器元素数据的模板函数,可进行序列数据的复制,变换等。我们现在来看看第一个变易算法:元素复制算法copy。
iamxiaoguizi
·
2015-11-20 10:00
[leetcode]Single Number
题目描述如下:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
u012505618
·
2015-11-19 23:00
LeetCode
算法
【Leetcode】Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
hould
yeqiuzs
·
2015-11-18 21:00
上一页
92
93
94
95
96
97
98
99
下一页
按字母分类:
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
其他