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
策略模式(政策模式) 策略枚举
策略模式策略模式定义Defineafamilly
algorithms
,encapsulateeachone,andmaketheminterchangeable.
独来独往mk
·
2016-09-03 18:52
设计模式
leetCode No.268 Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplem
Andy_Shan
·
2016-09-02 00:00
LeetCode
leetCode No.268 Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplem
Andy_Shan
·
2016-09-02 00:00
LeetCode
SIGKDD历年Best Papers
年份标题一作一作单位2016FRAUDAR:BoundingGraphFraudintheFaceofCamouflageBryanHooiCarnegieMellonUniversity2015Efficient
Algorithms
forPublic-PrivateSocialNetworksFlavioChierichettiSapie
我爱机器学习
·
2016-08-30 12:35
机器学习
LeetCode 229 Majority Element II(主要元素II)(Array)(Boyer–Moore majority vote algorithm)
原文Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
NoMasp
·
2016-08-29 21:00
java
LeetCode
Algorithm
array
229
2D Image Morphing
Algorithms
2DImageMorphing
Algorithms
1.2Published
Algorithms
forWarpingMeshwarpingFeature-Based(Field)morphing2.MeshWarping
凌风探梅
·
2016-08-29 13:17
ImageProcess
图像滤镜
图像拼接
git使用与工作流程
gitclone将代码拉过来;本地已存在,使用gitpull更新本地代码a.本地不存在项目代码,首先将代码由仓库clone到本地:gitclonehttps://github.com/mnmlist/
Algorithms
.gitb
mnmalist
·
2016-08-27 14:30
learning
无监督学习(图像处理应用中)的前世今生
关于有监督,无监督和半监督的机器学习方法可以参考这篇文章《The10
Algorithms
MachineLearningEngineersNeedtoKnow》,同时,提供文章中提到的一本经典书籍之一:Pe
罗韵
·
2016-08-25 01:42
【机器视觉】
【图像处理】
【人工智能】
机器学习工程师需要了解的十种算法
原文:The10
Algorithms
MachineLearningEngineersNeedtoKnow翻译:KK4SBB责编:周建丁(
[email protected]
)毫无疑问,近些年机器学习和人工智能领域受到了越来越多的关注
周建丁
·
2016-08-22 09:54
leetCode 24. Swap Nodes in Pairs 链表
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifytheva
313119992
·
2016-08-12 23:10
链表
leetCode练习
IST改进算法之Two-Step Iterative Shrinkage/Thresholding(TwIST)
的一种改进算法TwIST,该改进算法由以下文献提出:Bioucas-DiasJM,FigueiredoMAT.AnewTwIST:two-stepiterativeshrinkage/thresholding
algorithms
forimagerestoration
jbb0523
·
2016-08-12 17:51
Sensing)
二分图详解附图
转至:http://blog.csdn.net/pi9nc/article/details/11848327二分图的最大匹配、完美匹配和匈牙利算法2013-08-01
Algorithms
二分图匹配,图论
Kirito桐人
·
2016-08-09 21:46
图论
二分图
开源几何计算数学库
b)CGALCGAL的全称就是ComputationalGeometry
Algorithms
Library,参考网站就是:http://www.cgal.
Bryan Zhang
·
2016-08-03 17:28
C++编程技术
Manacher算法--求最长回文子串
string的子串;2)str是回文串;那么str就是string的回文子串;引出问题要求求出上面string中最长的那个回文子串;解决方案方案一:枚举中心位置,对奇数位串和偶数位串分开处理;intAll
Algorithms
eternity1118_
·
2016-08-01 11:15
C/C++
#
数据结构与算法
算法面试
STL源码阅读(一)
STL源码阅读(一)(SGISTLv3.3)STL提供六大组件:容器(containers),算法(
algorithms
),迭代器(iterators),仿函数(functors),适配器(adapters
corfox_liu
·
2016-07-31 15:28
C/C++学习
【leetcode78】Single Number II
求出这个数字原文描述:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwith
u010321471
·
2016-07-31 15:00
LeetCode
136. Single Number [medium] (Python)
single-number/题目原文Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplement
coder_orz
·
2016-07-29 14:31
LeetCode
LeetCode解题报告
各分类方法应用场景 逻辑回归,支持向量机,随机森林,GBT,深度学习
https://www.quora.com/What-are-the-advantages-of-different-classification-
algorithms
训练样本的数量特征的维度是否线性可分特征之间是相互独立的吗特征是
daidaixiong1234
·
2016-07-21 13:46
Java设计模式—策略模式
定义如下: Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.
qq_25827845
·
2016-07-19 10:00
Proximal
Algorithms
Proximal
Algorithms
:近端算法,近似算法proximaloperator:近端操作,近似操作1简介1.1定义aproperconvexfunction:在数值分析和优化中,一个properconvexfunction
Raby_Draby
·
2016-07-18 16:00
STL"源码"剖析-重点知识总结
算法(
algorithms
):各种常
luoxn28
·
2016-07-15 09:00
1025 - A Spy in the Metro
1025-ASpyintheMetroSecretagentMariawassentto
Algorithms
Citytocarryoutanespeciallydangerousmission.Afterseveralthrillingeventswefindherinthefirststationof
Algorithms
CityMetro
q547550831
·
2016-07-10 20:00
dp
动态规划
ACM
uva
uva1025
Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
qq_18343569
·
2016-07-07 20:00
Shadow Map 原理和改进
CommonTechniquestoImproveShadowDepthMaps 2、Tutorial16:Shadowmapping 3、ShadowMapping 4、ShadowMapping
Algorithms
ronintao
·
2016-07-07 11:00
unity
render
[LintCode] Swap Nodes in Pairs 成对交换节点
ExampleGiven1->2->3->4,youshouldreturnthelistas2->1->4->3.ChallengeYour
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelis
Grandyang
·
2016-07-06 23:00
马上要参加数据工程师面试?花一分钟看看这个速读书籍列表!
FundamentalsofMachineLearningforPredictiveDataAnalytics:
Algorithms
,WorkedExamples,andCaseStudies(机器学习基础之预测数据分析
u013886628
·
2016-07-05 08:00
面试
数据
mac
机器学习
C语言
递归-汉诺塔
反复执行的过程(调用自身)有跳出反复执行过程的条件(递归出口)importcom.lifeibigdata.
algorithms
.leetcode.TreeNode;publicclassRecursive
菜鸟兄弟
·
2016-07-05 00:00
leetcode: Single Number
问题描述:Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
frank-liu
·
2016-07-04 23:00
计算机科学的知识领域
该报告给出计算机科学的18个知识领域如下: ●AL-
Algorithms
andComplexity《算法与复杂度》 ●AR-ArchitectureandOrganization《计算机结构体系与组织》
tigerisland45
·
2016-07-02 12:00
计算机科学
229. Majority Element II (重要!)
Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
知之可否
·
2016-06-28 16:01
leetcode
LevelDB : Skip List
引文论文http://www.cl.cam.ac.uk/teaching/0506/
Algorithms
/skiplists.pdfhttp://blog.nosqlfan.com/html/3041.
chj90220
·
2016-06-23 11:00
LevelDB : Skip List
引文论文http://www.cl.cam.ac.uk/teaching/0506/
Algorithms
/skiplists.pdfhttp://blog.nosqlfan.com/html/3041.
春泥面包
·
2016-06-23 00:00
LevelDB
页面置换算法
----通常,把选择换出页面的算法称为页面置换算法(Page-Replacement
Algorithms
)。置换算法的好坏,将直接影响到系统的性能。----一个好的页面置换算法,应具
cany1000
·
2016-06-21 17:07
操作系统
[leetcode]Single Number
.SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimeco
agsws
·
2016-06-20 21:00
LeetCode
笨办法学C 练习38:哈希算法
练习38:哈希算法原文:Exercise38:Hashmap
Algorithms
译者:飞龙你需要在这个练习中实现下面这三个哈希函数:FNV-1a以创造者GlennFowler、PhongVo和LandonCurtNoll
飞龙
·
2016-06-20 00:00
lxthw
c
笨办法学C 练习39:字符串算法
练习39:字符串算法原文:Exercise39:String
Algorithms
译者:飞龙这个练习中,我会向你展示可能是最快的字符串搜索算法之一,并且将它与bstrlib.c中现有的binstr比较。
飞龙
·
2016-06-20 00:00
lxthw
c
leetcode_c++:Missing Number(268)
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
LandscapeMi
·
2016-06-19 12:34
leetcode(c++)
笨办法学C 练习33:链表算法
练习33:链表算法原文:Exercise33:LinkedList
Algorithms
译者:飞龙我将想你介绍涉及到排序的两个算法,你可以用它们操作链表。
飞龙
·
2016-06-19 00:00
lxthw
c
《学习笔记》之JAVA设计模式--策略模式
(原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakesthemint
pengjunlee
·
2016-06-15 18:00
java
设计模式
java设计模式
策略模式
常见的大数据术语名词解释(中英对照)
算法(
Algorithms
)–可以完成某种数据分析的数学公式。分析法(Analytics)–用于发现数据的内在涵义。异
youzhouliu
·
2016-06-14 14:00
大数据
中英文对照术语
2.11 结构化程序设计思想
概念提出1976年N.Wirth出版的名为《
Algorithms
+DataStructure=Programs》的著作中,明确提出“算法”和“数据结构”是程序的两个要素,即程序设计主要包括两方面的内容。
softn
·
2016-06-12 08:00
Introduction to
Algorithms
-Lecture2数学课
渐进关系BigO的数学定义n**2+O(n)=O(n2)BigOmiga符号BigTheta符号Θ渐进上下界O渐进上界(最坏情况)Ω渐进下界(最好情况)SolvingRecurrencesSubstitutionmethod代换法1.guesstheformofthesolution2.verifytheinduction(归纳法)3.SolvetheconstantsRecursion-tree
cajan2
·
2016-06-07 23:00
137. Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
NNNNNNNNNNNNY
·
2016-06-06 23:00
136. Single Number
.SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
NNNNNNNNNNNNY
·
2016-06-06 00:00
OCR字符切割实例
text-basedcaptcha推荐的方法:1.水平或垂直投影的直方图分析对于细小直线J.YanandA.S.E.Ahmad.Breakingvisualcaptchaswithnaivepatternrecognition
algorithms
.InACSAC2007,2007
traumland
·
2016-06-05 00:35
opencv与图像处理
字符切割
字符分割
character
dissection
segmentation
神经网络机器翻译Neural Machine Translation(5): Gradient-based Optimization
Algorithms
本文将介绍近两年应用到端到端的神经网络模型中的一些优化方法。转载请注明出处:http://blog.csdn.net/u011414416/article/details/51567362本文将介绍近两年应用到端到端的神经网络模型中的一些参数优化方法,包括SGD、Momentum、NAG、Adagrad、Adadelta、RMSprop、Adam等。本文全文参考自博客:http://sebasti
clear-
·
2016-06-02 15:08
深度学习
机器翻译
遗传算法
摘要:遗传算法(genetic
algorithms
,GA)是模仿生物遗传学和自然选择机理,在对随机自适应的全局搜索算法(Holland霍兰德)及自然界的“自然选择”和“优胜劣汰”(Darwin达尔文)和生物遗传学说
GuangheUltimate
·
2016-05-31 17:21
人工智能
计算机算法
人工智能
遗传算法
摘要:遗传算法(genetic
algorithms
,GA)是模仿生物遗传学和自然选择机理,在对随机自适应的全局搜索算法(Holland霍兰德)及自然界的“自然选择”和“优胜劣汰”(Darwin达尔文)和生物遗传学说
GuangheUltimate
·
2016-05-31 17:21
人工智能
计算机算法
人工智能
遗传算法
摘要:遗传算法(genetic
algorithms
,GA)是模仿生物遗传学和自然选择机理,在对随机自适应的全局搜索算法(Holland霍兰德)及自然界的“自然选择”和“优胜劣汰”(Darwin达尔文)和生物遗传学说
GuangHEultimate
·
2016-05-31 17:00
人工智能
计算机算法
Middle-题目89:229. Majority Element II
题目原文:Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
cmershen
·
2016-05-31 17:00
上一页
82
83
84
85
86
87
88
89
下一页
按字母分类:
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
其他