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
概率算法/重合指数法 破解凯撒偏移密码
//作者-生化,用于密码学基础作业--package
Algorithms
;importjava.util.ArrayList;importjava.util.List;importjava.lang.Math
AdijeShen
·
2017-09-16 22:41
密码学
Boolan C++标准库 第四周
Iterator是个classtemplate仿函数Functor是个classtemplate适配器Adapter是个classtemplate分配器Allocator是个classtemplate
Algorithms
MRSUMMER163
·
2017-09-14 20:27
136. Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
sherwin29
·
2017-09-14 15:15
LeetCode 24. Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
关玮琳linSir
·
2017-09-13 16:45
博览网:STL与泛型编程第四周笔记
本节课程中总结:
Algorithms
看不见Containers,对其一无所知;所以它需要的一切信息都必须从Iterators取得,而Iterators(由Containers供应)必须能够回答Algorithm
博览网小学员
·
2017-09-11 21:38
博览网:STL与泛型编程第四周笔记
本节课程中总结:
Algorithms
看不见Containers,对其一无所知;所以它需要的一切信息都必须从Iterators取得,而Iterators(由Containers供应)必须能够回答Algorithm
博览网小学员
·
2017-09-11 21:38
137. Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemo
LchinaM
·
2017-09-11 18:57
leetcode
机器学习中的kNN及其Python实例
12月召开的IEEE数据挖掘国际会议上(ICDM,InternationalConferenceonDataMining),与会的各位专家选出了当时的十大“数据挖掘算法”(top10datamining
algorithms
白马负金羁
·
2017-09-10 12:19
数据挖掘十大算法
人工智能资料库:第42辑(20170308)
【代码】MachineLearningFromScratch简介:PythonimplementationsofsomeofthefundamentalMachineLearningmodelsand
algorithms
fromscratch.Whilesomeofthematrixoperatio
chuange6363
·
2017-09-10 01:00
bandit 算法资料大全
算法介绍:1.课程两节Tutorial:IntroductiontoBandits:
Algorithms
andTheoryhttp://techtalks.tv/talks/54451/http://techtalks.tv
This_is_alva
·
2017-09-08 11:51
算法
LeetCode No.41 First Missing Positive 题解
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
Guo15331092
·
2017-09-07 14:59
LeetCode
leetcode
机器学习中的k-means聚类及其Python实例
12月召开的IEEE数据挖掘国际会议上(ICDM,InternationalConferenceonDataMining),与会的各位专家选出了当时的十大“数据挖掘算法”(top10datamining
algorithms
白马负金羁
·
2017-09-07 07:20
数据挖掘十大算法
Java 中的vector和list的区别和使用实例详解
STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(
algorithms
)、仿函数(functors)六个部分。
wyn126
·
2017-09-04 09:38
Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Fatal_Error
·
2017-08-29 22:35
ACM算法-时间复杂度分析(5.有关时间复杂度递归的分析)
AnalysisofAlgorithm|Set4(SolvingRecurrences)Inthepreviouspost,wediscussedanalysisofloops.Many
algorithms
arerecursiveinnature.Whenweanalyzethem
OFShare
·
2017-08-29 11:01
ACM-时间复杂度分析
ACM算法-时间复杂度分析(5.有关时间复杂度递归的分析)
AnalysisofAlgorithm|Set4(SolvingRecurrences)Inthepreviouspost,wediscussedanalysisofloops.Many
algorithms
arerecursiveinnature.Whenweanalyzethem
OFShare
·
2017-08-29 11:01
ACM-时间复杂度分析
ACM算法-时间复杂度分析(4.有关时间复杂度循环的分析)
Analysisof
Algorithms
|Set4(AnalysisofLoops)WehavediscussedAsymptoticAnalysis,Worst,AverageandBestCasesandAsymptoticNotationsinpreviousposts.Inthispost
OFShare
·
2017-08-29 10:57
ACM-时间复杂度分析
ACM算法-时间复杂度分析(4.有关时间复杂度循环的分析)
Analysisof
Algorithms
|Set4(AnalysisofLoops)WehavediscussedAsymptoticAnalysis,Worst,AverageandBestCasesandAsymptoticNotationsinpreviousposts.Inthispost
OFShare
·
2017-08-29 10:57
ACM-时间复杂度分析
ACM算法-时间复杂度分析(3.渐进符号)
Analysisof
Algorithms
|Set3(AsymptoticNotations)WehavediscussedAsymptoticAnalysis,andWorst,AverageandBestCasesof
Algorithms
.Themainideaofasymptoticanalysisistohaveameasureofefficiencyof
algorithms
thatdoes
OFShare
·
2017-08-29 10:06
ACM-时间复杂度分析
ACM算法-时间复杂度分析(3.渐进符号)
Analysisof
Algorithms
|Set3(AsymptoticNotations)WehavediscussedAsymptoticAnalysis,andWorst,AverageandBestCasesof
Algorithms
.Themainideaofasymptoticanalysisistohaveameasureofefficiencyof
algorithms
thatdoes
OFShare
·
2017-08-29 10:06
ACM-时间复杂度分析
ACM算法-时间复杂度分析(2.最坏,平均,最好时间复杂度分析)
Analysisof
Algorithms
|Set2(Worst,AverageandBestCases)Inthepreviouspost,wediscussedhowAsymptoticanalysisovercomestheproblemsofnaivewayofanalyzing
algorithms
.Inthispost
OFShare
·
2017-08-29 10:21
ACM-时间复杂度分析
ACM算法-时间复杂度分析(2.最坏,平均,最好时间复杂度分析)
Analysisof
Algorithms
|Set2(Worst,AverageandBestCases)Inthepreviouspost,wediscussedhowAsymptoticanalysisovercomestheproblemsofnaivewayofanalyzing
algorithms
.Inthispost
OFShare
·
2017-08-29 10:21
ACM-时间复杂度分析
ACM算法-时间复杂度分析(1.渐进分析)
Analysisof
Algorithms
|Set1(AsymptoticAnalysis)Whyperformanceanalysis?
OFShare
·
2017-08-29 10:56
ACM-时间复杂度分析
ACM算法-时间复杂度分析(1.渐进分析)
Analysisof
Algorithms
|Set1(AsymptoticAnalysis)Whyperformanceanalysis?
OFShare
·
2017-08-29 10:56
ACM-时间复杂度分析
(Boolan)STL与泛型编程学习笔记(第二周)
STL整体结构STL主要由六部分组成,分别为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(
algorithms
)、仿函数
孙浩_9bfd
·
2017-08-28 17:35
各种导数(梯度)下降优化算法python实现
refer=intelligentunit2:Anoverviewofgradientdescentoptimization
algorithms
http://ruder.io/optimizing-g
dikar
·
2017-08-27 22:00
Disruptor__概述
互斥与可见性,写竞争是代价最高的Locks锁的代价CAS的代价Developingconcurrentprogramsusinglocksisdifficult;developinglock-free
algorithms
jiangmo
·
2017-08-27 15:57
GeekBand C++ STL与泛型编程 第二周学习笔记
StandardTemplateLibrary2017年8月17日9:30推荐阅读
Algorithms
+DataStructures=Programs1976wirttenbyNiklasuWirthPascal
淡定若然
·
2017-08-25 11:36
JavaScript 排序算法图解(JavaScript sorting
algorithms
)
基础构造函数以下几种排序算法做为方法放在构造函数里。functionArrayList(){vararray=[];//交换位置varswap=function(index1,index2){varaux=array[index1];array[index1]=array[index2];array[index2]=aux;}this.insert=function(item){array.pus
Givebest
·
2017-08-21 00:00
javascript
Uninformed search Python实现【译】
译自Uninformedsearch
algorithms
inPython版权所有,如需转载,请联系译者图的搜索可以分为uninformed搜索和informed搜索,两者的区别是前者是的搜索是盲目的,它不知道目标节点在哪
fireflow
·
2017-08-20 00:00
算法
[LeetCode] 137. Single Number II (位操作)
DescriptionGivenanarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithout
zxzhang
·
2017-08-19 17:00
An overview of gradient descent optimization
algorithms
解读
文章主要内容:本文旨在为读者提供不同算法的原理以及效果的直观展示,并希望读者能够在实际问题中更合理地选用梯度下降法。文章结构:1.简介:梯度下降法2.随机梯度下降法3.随机梯度下降的问题与挑战4.随机梯度下降的优化算法(主要内容)5.并行与分布式架构6.随机梯度下降的其他优化方法正文1梯度下降法如果J(θ)是一个多元函数,在θ0点附近对J(θ)做线性逼近J(θ0+△0)=J(θ0)+△Tθ⋅∇J(
Ce1estial
·
2017-08-17 15:05
[LeetCode] 136. Single Number(位操作)
传送门DescriptionGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
zxzhang
·
2017-08-15 00:00
leetcode136. Single Number
题目要求Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
raledong
·
2017-08-15 00:00
leetcode
java
hashset
leetcode137. Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextra
raledong
·
2017-08-15 00:00
leetcode
java
深度学习论文和开源代码
AwesomeSemanticSegmentationhttps://github.com/mrgloom/awesome-semantic-segmentationSemanticSegmentation
Algorithms
ImplementedinPyTorchhttps
老司机的诗和远方
·
2017-08-12 10:55
深度学习
ML&CV
shape. Shape Distance and Matching 形状距离与匹配
Themodulecontains
algorithms
thatembedanotionofshapedistance.These
algorithms
maybeusedforshapematchingandretrieval
会思考的鱼
·
2017-08-09 11:26
opencv
图像处理学习笔记
图像匹配
图像分析
128. Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
Jeanz
·
2017-08-08 02:56
Go语言(golang)开源项目大全
Astronomygonova-Awrapperforlibnova--CelestialMechanics,AstrometryandAstrodynamicsLibrarymeeus-Implementationof"Astronomical
Algorithms
"byJeanMeeusnovas-InterfacetotheNavalObservatoryVectorAstrometrySof
JumboWu
·
2017-08-02 11:05
chapter2 of OReilly.Hands-On.Machine.Learning.with.Scikit-Learn.and.TensorFlow
Lookatthebigpicture.2.Getthedata.3.Discoverandvisualizethedatatogaininsights.4.PreparethedataforMachineLearning
algorithms
akon_wang_hkbu
·
2017-08-02 09:30
hands-on
Machine
learning
读书笔记
《
Algorithms
》算法第四版相关学习文章及代码。
代码Git路径:https://github.com/fengjw1/
Algorithms
.gitrefertoblog:https://github.com/aistrate/
Algorithms
Sedgewick
hacker_crazy
·
2017-07-31 15:34
《Algorithms》第四版
深度学习之循环神经网络算法
ATourofRecurrentNeuralNetwork
Algorithms
forDeepLearningRecurrentneuralnetworks,orRNNs,areatypeofartificialneuralnetworkthataddadditionalweightstothenetworktocreatecyclesinthenetworkgraphinanefforttomai
wanglei1006
·
2017-07-29 18:32
深度学习
简单快速理解算法--快速排序
packagecn.exercise.
algorithms
Test;publicclassQuickSort2{publicstaticvoidqsort_asc(intsource[],intlow,
Fighting_Boss_Hao
·
2017-07-28 12:49
算法的学习
梯度下降优化算法综述
blog.csdn.net/heyongluoyao8/article/details/52478715梯度下降优化算法综述 该文翻译自Anoverviewofgradientdescentoptimization
algorithms
-牧野-
·
2017-07-27 22:15
深度学习
计算机编程学习之路好书推荐【转】
文章目录【推荐的原则】【计算机基础】【计算机网络】【数学(Mathematics)】【数据结构&算法(DataStructures&
Algorithms
)】【数据库(DataBase)】【操作系统(OperatingSystem
时光荏苒心依旧
·
2017-07-27 14:26
编程
简单实现的观察者模式
packagecn.exercise.
algorithms
Test;importjava.util.ArrayList;publicclassObservable{//被观察者接口interfaceSubject
Fighting_Boss_Hao
·
2017-07-25 11:04
设计模式
机器学习工程师应当掌握的四大算法,你学会了吗?
原文:4
algorithms
machinelearningengineersshouldknow作者:Allerin翻译:聂震坤审校:苏宓机器学习在过去几年取得了惊人的进步。
机智的小米米
·
2017-07-19 13:04
机器学习相关书籍
StephenBoyd《机器学习》周志华《机器学习实战》ShaiShalev-ShwartzandShaiBen-David.UnderstandingMachineLearning:FromTheoryto
Algorithms
.CambridgeUniversityPress.Bradl
iCGY96
·
2017-07-18 18:51
机器学习
带花树算法--一般图最大匹配
这篇blog就不讲述任何关于算法正确性的证明吧(也许以后会有兴趣翻译原论文:Efficient
Algorithms
forFindingMaximalMatchinginGraphs,不过现在肯定是懒了。
CRZbulabula
·
2017-07-15 16:10
网络流
带花树
leetcode 41. First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
raledong
·
2017-07-14 00:00
leetcode
java
数组
上一页
78
79
80
81
82
83
84
85
下一页
按字母分类:
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
其他