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
single-number-ii/Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyoui
xin_jmail
·
2014-09-05 10:00
LeetCode
LeetCode-Single Number
single-number/Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplement
xin_jmail
·
2014-09-05 10:00
LeetCode
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
ayst123
·
2014-09-05 10:00
LeetCode
聚类算法K-Means, K-Medoids, GMM, Spectral clustering,Ncut
Clustering
Algorithms
分类1.Partitioningapproach:建立数据的不同分割,然后用相同标准评价聚类结果。(比如最小化平方误差和)典型算法
zhaoluffy
·
2014-09-04 20:12
opencv
博客
clustering
算法
统计学
机器学习
聚类算法K-Means, K-Medoids, GMM, Spectral clustering,Ncut
Clustering
Algorithms
分类1.Partitioningapproach: 建立数据的不同分割,然后用相同标准评价聚类结果。(比如最小化平方误差和)
a1429331875
·
2014-09-04 20:00
算法
博客
opencv
clustering
统计学
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
u014691362
·
2014-09-04 14:00
java
LeetCode
Map-Reduce编程模型gif图片解释
原文地址5-
algorithms
-widely-industry/http://en.docsity.com/news/
algorithms
/5-
algorithms
-widely-industry/
无奈的初弦
·
2014-09-04 08:00
【索引】String
Algorithms
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter3.DataStructures::String
Algorithms
ExamplesExamples
u011328934
·
2014-09-02 22:00
Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
chencheng126
·
2014-09-01 14:00
并查集---partition函数使用
更多的信息可以参考
Algorithms
一书的Section1.5,实际上本文也就是基于它的一篇读后感吧。
nongfu_spring
·
2014-09-01 11:00
常见哈希函数
1.RS 从Robert Sedgwicks的
Algorithms
in C一书中得到了。我(原文作者)已经添加了一些简单的优化的算法,以加快其散列过程。
清风傲剑
·
2014-08-30 17:00
[LeetCode]Single Number
从些简单的开始~LOLGivenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwith
myself9711
·
2014-08-30 05:00
LeetCode
python
[收藏]教程和文章以及电子书籍
PythonProblemSolvingwith
Algorithms
andDataStructures python数据结构的一本书廖雪峰小白python教程 比较基础的教程整理的一些python
lzz957748332
·
2014-08-28 13:00
下载
资料
python教程
lua教程
mongo教程
LeetCode 24 Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
ustc_summer
·
2014-08-27 15:00
LeetCode
hash
Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
chencheng126
·
2014-08-26 10:00
LeetCode 15 Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.NOTE:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
ustc_summer
·
2014-08-25 22:00
位运算
LeetCode
C++技术问题总结-第6篇 STL迭代器相关
STL的中心思想在于:将数据容器(containers)和算法(
algorithms
)分开,彼此独立设计,最后再以一贴胶着剂将它们撮合在一起。迭代器便起这个作用。
segen_jaa
·
2014-08-25 17:00
【索引】Chapter 3. Data Structures
TrainingGuide(RujiaLiu)Chapter3.DataStructuresFundamentalDataStructuresMaintainingIntervalDataString
Algorithms
BinarySearchTrees
u011328934
·
2014-08-23 14:00
刷题
SingleNumberGivenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
张大华
·
2014-08-22 23:00
STL Algorithm的介绍(1)
原文地址:http://www.cplusplus.com/reference/algorithm/libraryStandardTemplateLibrary:
Algorithms
Theheader
guang_jing
·
2014-08-19 23:00
STL
C++11
希尔排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.*; /**
黑妹妹牙膏
·
2014-08-19 17:00
java
希尔排序
排序算法
选择排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.*; /**
黑妹妹牙膏
·
2014-08-19 17:00
java
选择排序
排序算法
根排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.FewUniqueKeys
黑妹妹牙膏
·
2014-08-19 17:00
java
排序算法
根排序
快速3排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.*; import
黑妹妹牙膏
·
2014-08-19 17:00
java
排序算法
快速3排序
快速排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.*; /*
黑妹妹牙膏
·
2014-08-19 17:00
java
快速排序
排序算法
合并排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.*; /*
黑妹妹牙膏
·
2014-08-19 17:00
java
排序算法
合并排序
插入排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.*; /*
黑妹妹牙膏
·
2014-08-19 17:00
java
插入排序
排序算法
堆排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.*; /*
黑妹妹牙膏
·
2014-08-19 17:00
java
堆排序
排序算法
计数排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.FewUniqueKeys
黑妹妹牙膏
·
2014-08-19 17:00
java
排序算法
计数排序
桶排序
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.FewUniqueKeys
黑妹妹牙膏
·
2014-08-19 17:00
java
排序算法
桶排序
冒泡排序法
package com.victor.sort.
algorithms
; import java.util.ArrayList; import com.victor.sort.seeds.*; /**
黑妹妹牙膏
·
2014-08-19 17:00
java
冒泡排序
排序算法
com.victor.sort.
algorithms
.Sort
Algorithms
package com.victor.sort.
algorithms
; import java.text.DateFormat; import java.text.SimpleDateFormat;
黑妹妹牙膏
·
2014-08-19 17:00
排序算法
openstack scheduler 配置参数说明
Descriptionofnova.conffileconfigurationoptionsforschedulersthatuse
algorithms
toassignVMlaunchonparticularcomputehostsConfigurationoption
x_i_y_u_e
·
2014-08-18 10:00
Swap Nodes in Pairs
原题:Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
china_wanglong
·
2014-08-17 22:00
"Insufficient RAM for Flash
Algorithms
"出错原因及解决方案
“InsufficientRAMforFlash
Algorithms
”错误一般会有一个“cannotloadflashprogrammingalgorithm!”
u010394032
·
2014-08-16 17:00
Algorithm
算法
Flash
解决方案
LPC1788
我的算法学习之路
如果你使用的是手机或平板设备,那么请点击下面的链接以获得更好的阅读效果:http://zh.lucida.me/blog/on-learning-
algorithms
/原文作者:Lucida这篇文章讲了
x_i_y_u_e
·
2014-08-16 16:00
图像全参考客观评价算法比较
LinZhang等人在论文《ACOMPREHENSIVEEVALUATIONOFFULLREFERENCEIMAGEQUALITYASSESSMENT
ALGORITHMS
》中,比较了几种全参考图像质量评价算法
雷霄骅
·
2014-08-16 13:00
评价
图像质量
PSNR
SSIM
fsim
MapReduce 模式、算法和用例
本文译自 MapreducePatterns,
Algorithms
,andUseCases在这篇文章里总结了几种网上或者论文中常见的MapReduce模式和算法,并系统化的解释了这些技术的不同之处。
wenyusuran
·
2014-08-13 17:00
UVA - 110 Meta-Loopless Sorts(元排序 回溯)
Meta-LooplessSorts Background Sortingholdsanimportantplaceincomputerscience.Analyzingandimplementingvarioussorting
algorithms
formsanimportantpartoftheeducationofmostcomputerscientists
HelloWorld10086
·
2014-08-13 16:00
uva
Meta-Loopless
Sorts
立体像对匹配算法stereoMatcher代码
主页点击打开链接代码点击打开链接SourceCodeHereyoucanfindthesourcecodefor"StereoMatcher",astand-aloneC++implementationofmanystereo
algorithms
aswellasanevaluationmodule.Thiscodewaspublishedtogetherwithour2002IJCVtaxonom
stereohomology
·
2014-08-13 07:00
C++
code
source
Vision
mean shift 图像分割(三)
meanshift,非常好的ppt ,百度文库链接[3]PatternRecognitionandMachineLearning,Bishop,2006,Sec2.5[4] ComputerVision
Algorithms
andApplica
soidnhp
·
2014-08-12 14:00
image
机器学习
shift
segmentation
mean
图像分割
mean shift 图像分割(二)
meanshift,非常好的ppt ,百度文库链接[3]PatternRecognitionandMachineLearning,Bishop,2006,Sec2.5[4] ComputerVision
Algorithms
andApplica
soidnhp
·
2014-08-12 13:00
opencv
shift
mean
图像分割
Optimization
Algorithms
Optimization
Algorithms
http://www.cas.mcmaster.ca/~cs4te3/
seamanj
·
2014-08-10 16:00
Graph
Algorithms
and Implementation Techniques
AOAPCI:BeginningAlgorithmContests(RujiaLiu)::Volume7.Graph
Algorithms
andImplementationTechniques567-Risk10034
kl28978113
·
2014-08-09 14:00
hdu1845Jimmy’s Assignment
ProblemDescriptionJimmyisstudyingAdvancedGraph
Algorithms
athisuniversity.Hismostrecentassignmentistofindamaximummatchinginaspecialkindofgraph.Thisgraphisundirected
Guard_Mine
·
2014-08-08 22:00
匹配
Go基础知识学习(4)包
包(package)是函数和数据的集合,类似android的jar或者C中的库,我们创建一个包含冒泡排序算法的包│exp6.go└─
algorithms
bubble.go 其中exp6.go是测试包的程序
michaelpan
·
2014-08-08 16:00
包
package
golang
【系列】Matei Zaharia(Spark系统作者)博士论文-0 摘要
这些应用又分为以下几种类型:机器学习类型的应用(machinelearning
algorithms
)查询类型应用(simplequeries)图处理类型应用(graphanalysis)批处理应用(batchproce
Hipercomer
·
2014-08-05 17:00
spark
RDD
分布式计算系统
Matei
图像全参考客观评价算法比较
LinZhang等人在论文《ACOMPREHENSIVEEVALUATIONOFFULLREFERENCEIMAGEQUALITYASSESSMENT
ALGORITHMS
》中,比较了几种全参考图像质量评价算法
leixiaohua1020
·
2014-08-05 00:00
算法
图像全参考客观评价算法比较
LinZhang等人在论文《ACOMPREHENSIVEEVALUATIONOFFULLREFERENCEIMAGEQUALITYASSESSMENT
ALGORITHMS
》中,比较了几种全参考图像质量评价算法
leixiaohua1020
·
2014-08-05 00:00
评价
图像质量
PSNR
SSIM
fsim
图像全参考客观评价算法比较
leixiaohua1020/p/3901838.htmlLinZhang等人在论文《ACOMPREHENSIVEEVALUATIONOFFULLREFERENCEIMAGEQUALITYASSESSMENT
ALGORITHMS
dianyimo9099
·
2014-08-05 00:00
上一页
108
109
110
111
112
113
114
115
下一页
按字母分类:
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
其他