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】Single Number II
Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
bjtu08301097
·
2014-04-02 22:00
USACO打怪升级 (五):Ad Hoc Problems
`Adhoc'problemsarethosewhose
algorithms
donotfallintostandardcategorieswithwell-studiedsolutions.Eachadhocproblemisdifferent
fuchencong
·
2014-04-02 18:00
算法
USACO
技术书单整理
算法 算法导论 Introduction to
Algorithms
, Second Edition, by Thomas H. Cormen, Charles E.
·
2014-04-02 18:00
技术
How to Monitor Java Garbage Collection
InthefirstissueUnderstandingJavaGarbageCollectionwehavelearnedabouttheprocessesfordifferentGC
algorithms
pczhangtl
·
2014-04-02 08:00
并查集理解【真的很震撼】
更多的信息可以参考
Algorithms
一书的Section1.5,实际上本文也就是基于它的一篇读后感吧。
feipeixuan
·
2014-03-31 19:00
【Leetcode】Single Number
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
bjtu08301097
·
2014-03-28 17:00
前端数据结构与算法系列
JavaScript描述、大话数据结构、数据结构与算法分析,网上的资料等等通过分析总结其它语言的实现从而转化成javascript版,主要是为了学习附上每一章的源码注释分析:datastructuresand
algorithms
【艾伦】
·
2014-03-25 17:00
K近邻Survey-Distance总结
顾名思义,就是K-Nearestneighbors
Algorithms
的简称。我们可能都知道最近邻算法,它就是KNN算法在k=1时的特例,也就是寻找最近的邻居。关于
wishchin
·
2014-03-25 13:00
改变图像的对比度和亮度
访问像素值用0初始化矩阵saturate_cast 是做什么用的,以及它为什么有用一些有关像素变换的精彩内容原理Note 以下解释节选自RichardSzeliski所著 ComputerVision:
Algorithms
andApplications
xw20084898
·
2014-03-24 16:00
使用OpenCV对两幅图像求和(求混合(blending))
目的在这节教程中您将学到线性混合 (linearblending)是什么以及有什么用处.如何使用 addWeighted 进行两幅图像求和原理Note 以下解释基于RichardSzeliski所著 ComputerVision:
Algorithms
andApplications
xw20084898
·
2014-03-24 16:00
oreilly计算机电子书精品收藏
oreilly计算机电子书精品收藏
Algorithms
andDataStructures.PDF:http://www.t00y.com/file/60294212
Algorithms
.PDF
阅微草堂笔记
·
2014-03-23 21:00
leetCode解题报告之SingleNumberI,II(知识点:位运算)
题目1:Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
u011133213
·
2014-03-23 00:00
LeetCode
位运算
Algorithm
number
number
single
single
II
图像平滑处理(归一化块滤波、高斯滤波、中值滤波、双边滤波)
OpenCV函数如下:blurGaussianBlurmedianBlurbilateralFilter原理Note 以下原理来源于RichardSzeliski的著作 ComputerVision:
Algorithms
andApplications
xw20084898
·
2014-03-22 20:00
实际项目中的常见算法
原文地址:http://www.infoq.com/cn/news/2013/11/Core-
algorithms
-deployed 【编者按】本文原始内容来源于stackexchange,遵循cc-wiki
jackjobs
·
2014-03-21 16:00
算法
实际项目中的常见算法
原文地址:http://www.infoq.com/cn/news/2013/11/Core-
algorithms
-deployed 【编者按】本文原始内容来源于stackexchange,遵循cc-wiki
jackjobs
·
2014-03-21 16:00
算法
The Most Important
Algorithms
(in CS and Math)
原文转载from:http://www.risc.jku.at/people/ckoutsch/stuff/e_
algorithms
.html1.A*searchalgorithm
tiandijun
·
2014-03-21 10:00
Tutorials on topics in machine learning
Assessing and Comparing Classification
Algorithms
Cross Validation Andrew Moore The
fuliang
·
2014-03-20 22:00
Tutorials on topics in machine learning
Assessing and Comparing Classification
Algorithms
Cross Validation Andrew Moore The
fuliang
·
2014-03-20 22:00
Tutorials on topics in machine learning
阅读更多AssessingandComparingClassification
Algorithms
CrossValidationAndrewMooreTheManyFacesofROCAnalysisinMachineLearningPeterA.Flach
fuliang
·
2014-03-20 22:00
【CareerCup】 Arrays and Strings—Q1.6
转载请注明出处:http://blog.csdn.net/ns_code/article/details/21480757 题目: Writean
algorithms
uchthatifanelementinanMxNmatrixis0
mmc_maodun
·
2014-03-20 08:00
String
array
Careercup
计算不可压缩流体 -- 数学基础
推荐教材:alectureincomputationalfluiddynamicsofincompressibleflow:mathematics,
algorithms
andimplementations.Author
lizhengjiang
·
2014-03-19 02:54
cfd
LeetCode 之排序 sorting
FirstMissingPositiveGivenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
sbitswc
·
2014-03-18 04:00
LeetCode
排序
sort
2.策略模式
简介:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
linshaolie
·
2014-03-15 02:00
设计模式
策略模式
Strategy模式
c++非变易算法-stl算法
C++STL的非变易算法(Non-mutating
algorithms
)是一组不破坏函数数据的模板函数,用来对序列数据进行逐个处理、元素查找、子序列搜索、统计和匹配,基本上可用于各种容器。
·
2014-03-13 16:01
非变易算法 - STL算法
引言C++STL的非变易算法(Non-mutating
algorithms
)是一组不破坏函数数据的模板函数,用来对序列数据进行逐个处理、
MilkCu
·
2014-03-13 14:00
Algorithm
C++
STL
LeetCode 问题汇总(算法,难度,频率)
IdQuestionDifficultyFrequencyDataStructures
Algorithms
1TwoSum25array+setsort+twopointers2AddTwoNumbers34linkedlisttwopointers
sbitswc
·
2014-03-13 11:00
LeetCode
算法
汇总
数据结构与算法分析-01 起步
主要课程:MIT的算法导论http://v.163.com/special/opencourse/
algorithms
.html普林斯顿https://class.coursera
zlf_jack
·
2014-03-12 00:00
算法与数据结构
一些好的教学网站
旧金山大学数据结构和算法的可视化学习工具英文版:http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html中文版:http://mover.sinaapp.com
dandan.fs
·
2014-03-11 16:00
LeetCode ----Single Number 找出与众不同的数
SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity
feileibufannao
·
2014-03-08 14:40
LeetCode
C++
算法
数组
算法稳定性
答案来自stackoverfollow问:Imverycurious,whystabilityisorisnotimportantinsorting
algorithms
?Anyideas?
茶是树叶
·
2014-03-07 15:00
算法稳定性
答案来自stackoverfollow 问: I m very curious, why stability is or is not important in sorting
algorithms
茶是树叶
·
2014-03-07 15:00
稳定性
leetcode Swap Nodes in Pairs java实现
Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythe
a15994269853
·
2014-03-07 12:00
Computer Vision Tutorials from Conferences (1) -- ICCV
ICCV2013(http://www.iccv2013.org/tutorials.php)Don'tRelax:WhyNon-Convex
Algorithms
areOftenNeededforSparseEstimationDavidWipf
jolen
·
2014-03-07 09:05
Vision
Computer
conference
ICCV
03. Matting
1.AlphaMattingEvaluationWebsiteAwebsiteforevaluatingdifferentimagematting
algorithms
.[2009CVPR]APerceptuallyMotivatedOnlineBenchmarkforImageMatting.pdfhttp
Cinastan
·
2014-03-05 23:43
Computational
Photography
LeetCode Question Difficulty Distribution
转自:LeetCodeQuestionDifficultyDistribution:Sheet1 IDQuestionDiffFreqDataStructure
Algorithms
Qxietingwen
·
2014-03-05 16:00
常用的Hash算法
* * GeneralPurposeHashFunction
Algorithms
Li
只想一个人静一静
·
2014-03-05 14:00
uva586 - Instant Complexity 模拟循环
InstantComplexity Analyzingtherun-timecomplexityof
algorithms
isanimportanttoolfordesigningefficientprogramsthatsolveaproblem.Analgorithmthatrunsinlineartimeisusuallymuchfasterthananalgorithmthattakesqu
corncsd
·
2014-03-05 11:00
Algorithms
- Counter计数器 的 详解 与 代码
Counter计数器的详解与代码 本文地址:http://blog.csdn.net/caroline_wendy/article/details/20532283 Counter计数器,在算法中,有很重要的应用,包含一个名称(name-String),一个计数器(count-int);可以递增(increment),返回计数值(tally),可以默认打印(toString); 代码如下:publ
morndragon
·
2014-03-05 11:00
算法
algorithms
Counter
默认打印
Mystra
Algorithms
- Counter计数器 的 详解 与 代码
Counter计数器的详解与代码 本文地址:http://blog.csdn.net/caroline_wendy/article/details/20532283 Counter计数器,在算法中,有很重要的应用,包含一个名称(name-String),一个计数器(count-int);可以递增(increment),返回计数值(tally),可以默认打印(toString); 代码如下:publ
u012515223
·
2014-03-05 11:00
算法
algorithms
Counter
Mystra
默认打印
LeetCode Summary of Data Structure &
Algorithms
1.常见数据结构线性:数组:MergeSortedArray链表:MergekSortedLists,PartitionList队列,堆栈,块状数组(数组+链表),hash表,双端队列,位图(bitmap)树:二叉树:MinimumDepthofBinaryTree,PathSumII,InorderTravel堆(大顶堆、小顶堆),trie树(字母树or字典树),后缀树,后缀树组,二叉排序/查找
sbitswc
·
2014-03-04 01:00
LeetCode
数据结构
算法
算法经典书籍推荐
Algorithms
算法概论 短小精悍,别据一格,准经典之作。一个坏消息:同算法导论,该书没有习题答案。好消息:习题很
ncepu307
·
2014-02-28 09:00
数据结构
编程
算法
程序员
计算机
LeetCode 题解(23): Single Number II
题目:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
u011029779
·
2014-02-27 09:00
Algorithm
LeetCode
number
single
II
Why java Arrays use two different sort
algorithms
for different types?
Java 7 uses Dual-Pivot Quicksort for primitives and TimSort for objects. According to the Java 7 API doc for primitives: Implementation note: The sorting algorithm is a
leonzhx
·
2014-02-25 22:00
java
Merge sort
Tim Sort
Arrays.sort
Quick Sort
《STL源码剖析》——迭代器(iterators)概念与traits编程技法(一)
一、迭代器设计思维——STL关键所在 STL的中心思想在于:将数据容器(containers)和算法(
algorithms
)分开,彼此独立设计,最后再以一帖粘合剂将它们撮合在一起。
bolike
·
2014-02-25 21:00
C++
源代码
STL
Algorithm Design :: Designing Efficient
Algorithms
:: Exercises: Beginner
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=461 TitleTotalSubmissions/Solving%TotalUsers/Solving%10125 - Sumsets1771321.28%262874.05%10763 - ForeignExchange78874
u011217342
·
2014-02-24 12:00
First Missing Positive(在数组中找到第一个丢失的正整数)
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
cow__sky
·
2014-02-23 16:48
leetcode
Spark PageRank
考虑出度为0的节点的具体算法可以参考data-intensivetextprocessingwithmapreduce-Graph
Algorithms
数据12 13 14 21 31 15 25V2-PageRankp
li385805776
·
2014-02-23 16:00
STL六大组件的交互关系
2、算法(
Algorithms
):各种常用算法如Sort,Search,Copy,Erase。从实现的角度来看,STL算法是一种Functio
影巫
·
2014-02-22 19:07
国内也有不错的开源项目,只是感觉后劲不足,亟须自然科学基金赞助
EAlib.htmlWelcometoChangheLi'sEAlibPageAboutMeNewsResearchTeachingPublicationsEAlibDownloadsFundingLinksLIBRARYOFEVOLUTIONARY
ALGORITHMS
DescriptionLibrar
stereohomology
·
2014-02-22 13:00
Algorithm
C++
library
source
open
策略模式
TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependent
T_27080901
·
2014-02-21 15:00
设计模式
C#
上一页
112
113
114
115
116
117
118
119
下一页
按字母分类:
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
其他