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:
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#
Java面试资源
http://www.importnew.com/cat/career代码面试最常用的10大算法http://www.csdn.net/article/2014-04-10/2819237-Top-10-
Algorithms
-for-Coding-InterviewJAVA8
darrenzhu
·
2014-02-21 11:00
面试
java
题集
interview
Java面试资源
www.importnew.com/cat/career 代码面试最常用的10大算法 http://www.csdn.net/article/2014-04-10/2819237-Top-10-
Algorithms
-for-Coding-Interview
darrenzhu
·
2014-02-21 11:00
java
面试
题集
interview
Java面试资源
http://www.importnew.com/cat/career代码面试最常用的10大算法http://www.csdn.net/article/2014-04-10/2819237-Top-10-
Algorithms
-for-Coding-InterviewJAVA8
darrenzhu
·
2014-02-21 11:00
面试
java
题集
interview
Java面试资源
www.importnew.com/cat/career 代码面试最常用的10大算法 http://www.csdn.net/article/2014-04-10/2819237-Top-10-
Algorithms
-for-Coding-Interview
darrenzhu
·
2014-02-21 11:00
java
面试
interview
题集
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
u012653791
·
2014-02-20 23:00
LeetCode
LeetCode 136 — Single Number(C++ Java Python)
single-number/Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitw
lilong_dream
·
2014-02-20 15:27
LeetCode
【索引】Designing Efficient
Algorithms
:Exercises: Beginner
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter1.AlgorithmDesign::DesigningEfficient
Algorithms
u011328934
·
2014-02-20 10:00
【索引】Designing Efficient
Algorithms
:Examples
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter1.AlgorithmDesign::DesigningEfficient
Algorithms
u011328934
·
2014-02-20 09:00
【索引】Designing Efficient
Algorithms
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiuChapter1.AlgorithmDesign::DesigningEfficient
Algorithms
ExamplesExamples
u011328934
·
2014-02-20 09:00
算法复杂度
plain-english-explanation-of-big-ohttp://bigocheatsheet.com/http://www.sitepoint.com/time-complexity-
algorithms
Wuaner
·
2014-02-19 15:00
algorithm
算法复杂度
plain-english-explanation-of-big-o http://bigocheatsheet.com/ http://www.sitepoint.com/time-complexity-
algorithms
Wuaner
·
2014-02-19 15:00
Algorithm
算法复杂度
plain-english-explanation-of-big-o http://bigocheatsheet.com/ http://www.sitepoint.com/time-complexity-
algorithms
Wuaner
·
2014-02-19 15:00
Algorithm
算法复杂度
plain-english-explanation-of-big-o http://bigocheatsheet.com/ http://www.sitepoint.com/time-complexity-
algorithms
Wuaner
·
2014-02-19 15:00
Algorithm
Single Number II
阅读更多Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
wadefall
·
2014-02-19 15:00
WIFI连接
privateWifiConfigurationcreateWifiInfo(ScanResultscanResult){ WifiConfigurationconfig=newWifiConfiguration(); config.allowedAuth
Algorithms
.clear
wyl530274554
·
2014-02-18 17:00
[LeetCode]Single Number
题目描述Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
cjllife
·
2014-02-18 15:00
[LeetCode]Single Number II
题目说明Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Leo-Yang
·
2014-02-17 19:00
Range Minimum Query and Lowest Common Ancestor
Static&d1=tutorials&d2=lowestCommonAncestor Introduction Notations RangeMinimumQuery(RMQ) Trivial
algorithms
forRMQ
JDPlus
·
2014-02-16 11:00
算法
table
动态规划
segment
trees
sparse
【温故而知新】C和C++4:STL概览
从组织上来看,STL可分为六大部分,分别是迭代器(iterators)、算法(
algorithms
)、容器(container)、函数对象(functionobject)、内存分配器(allocator
shaqoneal
·
2014-02-15 20:00
Algorithm
数据结构
STL
Programmer Study Guide-游戏程序员指南
《Introductionto
Algorithms
》第二版 中文名《算法导论》关 于算法的标准
zhangty0223
·
2014-02-13 23:00
设计模式
游戏
程序员
操作系统
开源代码
First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
u012653791
·
2014-02-12 21:00
LeetCode
CLRS 4.2 Exercises
4.2-2 WritepseudocodeforStrassen's
algorithmS
TRASSEN(A,B) n=A.rows letCbeanewn*nmatrices ifn==1 C11=a11
_jerrywu
·
2014-02-11 18:00
CLRS-4.2
上一页
114
115
116
117
118
119
120
121
下一页
按字母分类:
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
其他