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:
LeetCode No.136 Single Number | #Operator #XOR
Q:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
wxqyppqm
·
2016-10-22 00:05
How to Monitor Java Garbage Collection
Thisisthesecondarticleintheseriesof"BecomeaJavaGCExpert".InthefirstissueUnderstandingJavaGarbageCollectionwehavelearnedabouttheprocessesfordifferentGC
algorithms
wbj0110
·
2016-10-21 13:00
gc
jvm
java
How to Tune Java Garbage Collection
Thisisthethirdarticleintheseriesof"BecomeaJavaGCExpert".InthefirstissueUnderstandingJavaGarbageCollectionwehavelearnedabouttheprocessesfordifferentGC
algorithms
wbj0110
·
2016-10-21 13:00
GC
java
jvm
深入理解C++11 核心编程(二)
STL以迭代器(Iterators)和容器(Containers)为基础,是一种泛型算法(Generic
Algorithms
)库,容器的存在使这些算法有东西可以操作。
我是小居居
·
2016-10-14 16:59
常见数据结构(一)-栈,队列,堆,哈希表
常见数据结构(一)-栈,队列,堆,哈希表标签:
algorithms
[TOC]本文介绍几种常见的数据结构:栈、队列、堆、哈希表,等等。
brianway
·
2016-10-14 00:00
数据结构和算法
队列
哈希表
常见数据结构(二)-树(二叉树,红黑树,B树)
常见数据结构(二)-树(二叉树,红黑树,B树)标签:
algorithms
[TOC]本文介绍数据结构中几种常见的树:二分查找树,2-3树,红黑树,B树写在前面本文所有图片均截图自coursera上普林斯顿的课程
brianway
·
2016-10-14 00:00
数据结构和算法
二叉树
红黑树
【机器学习】Naive Bayes 朴素贝叶斯
1.基本原理和步骤NaiveBayesmethodsareasetofsupervisedlearning
algorithms
basedonapplyingBayes’theoremwiththe“naive
Emily Du
·
2016-10-10 17:07
机器学习
Lock-free vs. wait-free concurrency
Therearetwotypesof non-blockingthreadsynchronization
algorithms
-lock-free,andwait-free. https://rethinkdb.com
lobin
·
2016-10-09 21:00
A Taxonomy and Evaluation of Dense Two-Frame Stereo Correspondence
Algorithms
ATaxonomyandEvaluationofDenseTwo-FrameStereoCorrespondence
Algorithms
Abstract:本文主要提出的是稠密的、两帧图像的立体匹配方法的分类方法
小白的进阶
·
2016-10-09 11:53
立体视觉
梯度下降优化方法总结
原文地址参考并翻译自SebastianRuder博士的总结文章Anoverviewofgradientdescentoptimization
algorithms
。
BUPT_WX
·
2016-10-08 23:46
算法
Hough直线检测和圆检测
其中很多内容参照:教材《ComputerVision:
Algorithms
andApplications》,教材《LearningImageProcessingwithOpenCV》工具书《LearningOpenCV
视觉小站
·
2016-10-08 16:27
OpenCV
图像处理
计算机视觉
leetcode 136. Single Number
.SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
charles1e
·
2016-10-06 19:00
LeetCode
LeetCode 268. Missing Number 解题报告
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.示例Givennums=[0,1,3]return2.限制条件Your
algorithms
houldruninlinearruntimecomple
camellhf
·
2016-10-06 13:00
LeetCode
LeetCode------------single-number-ii
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
macans
·
2016-10-04 14:03
leetcode
复杂度
BinarySearch(二分查找)
//二分查找package
Algorithms
;importjava.util.Arrays;importedu.princeton.cs.algs4.In;importedu.princeton.cs.algs4
a2459956664
·
2016-10-04 14:15
算法
算法(第4版)
刷题笔记(计算机网络)
RIP协议基于距离矢量算法(DistanceVector
Algorithms
),使用“跳数”(即metric)来衡量到达目标地址的路由距离。
超超级钢铁侠
·
2016-10-01 17:20
计算机网络
推荐两本算法书
推荐推荐两本书:Introductionto
Algorithms
(《算法导论》)
Algorithms
关于《算法导论》,全。想知道计算机需要的数学基础?书的附录部分就有。
baibaibai66
·
2016-09-28 23:15
领会
Windows下Eigen配置及测试
EigenisaC++templatelibraryforlinearalgebra:matrices,vectors,numericalsolvers,andrelated
algorithms
关于Eigen
hijack00
·
2016-09-27 09:33
Windows
Eigen
C/C++
超全的大数据术语,赶紧mark!
A聚合(Aggregation)–搜索、合并、显示数据的过程算法(
Algorithms
)–可以完成某种数据分析的数学公式分析法(Analytics)–用于发现数据的内在涵义异常检测
大圣众包平台
·
2016-09-23 11:53
IT
程序员
IT工程师
STL的6大组件
2、算法(
algorithms
):各种常用算法,如:sort、search、copy、erase。从实现的角度来看,STL算法是一种functiontemplate。3、迭代器(it
hackywit
·
2016-09-22 14:18
STL库
8-puzzle 可解性的证明 & 最优解性的证明
问题来自Coursera上Princeton所开
Algorithms
PartI第四周的作业:http://coursera.cs.princeton.edu/algs4/assignments/8puzzle.html
_Jason_ZHANG
·
2016-09-21 23:05
课程学习报告
Java
leetcode No41. First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
u011391629
·
2016-09-20 21:00
LeetCode
DotNet 资源大全中文版(Awesome最新版)
算法与数据结构(
Algorithms
andDatastructures)Algorithmia-Algorithmanddata-structurelibraryfor.NET3.5andup.Algorithmia
张果
·
2016-09-20 08:00
LeetCode 136. Single Number 解题报告
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.示例[1]返回1.[2,4,6,2,4]返回6.限制条件Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplem
camellhf
·
2016-09-16 11:00
LeetCode
梯度下降优化算法综述
梯度下降优化算法综述 该文翻译自Anoverviewofgradientdescentoptimization
algorithms
。
一只鸟的天空
·
2016-09-09 00:27
梯度下降
优化算法
SGD
机器学习
梯度下降算法
数据挖掘与机器学习
leetcode——Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimpl
duchy_8019
·
2016-09-09 00:13
LeetCode笔记:136. Single Number
问题:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Cloudox_
·
2016-09-07 14:00
LeetCode
深度学习(综述,2015,应用)
0.原文DeepLearning
Algorithms
withApplicationstoVideoAnalyticsforASmartCity:ASurvey1.目标检测目标检测的目标是在图像中精确定位目标的位置
DuinoDu
·
2016-09-06 08:33
读文章
深度学习(综述,2015,应用)
0.原文DeepLearning
Algorithms
withApplicationstoVideoAnalyticsforASmartCity:ASurvey1.目标检测目标检测的目标是在图像中精确定位目标的位置
DuinoDu
·
2016-09-06 08:00
算法
深度学习
策略模式(政策模式) 策略枚举
策略模式策略模式定义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
上一页
83
84
85
86
87
88
89
90
下一页
按字母分类:
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
其他