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:
Stanford
Algorithms
: Design and Analysis, Part 2[week 1]
ProblemSet-1ProgrammingAssignment-1Question1Inthisprogrammingproblemandthenextyou'llcodeupthegreedy
algorithms
fromlectureforminimizingtheweightedsumofcompletiontimes
jj12345jj198999
·
2013-09-05 17:00
算法
图论
贪心
斯坦福
Mahout算法集[机器学习算法]
https://cwiki.apache.org/confluence/display/MAHOUT/
Algorithms
网页右面显示的有机器学习的各种算法,包括三大块聚类、协同过滤、分类等算法算法类算法名中文名分类算法
zhoubl668
·
2013-09-05 16:00
并查集(Union-Find)算法介绍
更多的信息可以参考
Algorithms
一书的Section1.5,实际上本文也就是基于它的一篇读后感吧。
xiaolang85
·
2013-09-03 18:00
线段相交算法——平面扫描
在老外网站看到的完整介绍,很详细,原文链接:http://geom
algorithms
.com/a09-_intersect-3.htmlSometimesanapplicationneedstofindthesetofintersectionpointsforacollectionofmanylinesegments.Oftentheseapplicationsinvolvepolygonswh
金卯刀
·
2013-09-03 11:20
计算机图形学
线段相交算法——平面扫描
在老外网站看到的完整介绍,很详细,原文链接:http://geom
algorithms
.com/a09-_intersect-3.htmlSometimesanapplicationneedstofindthesetofintersectionpointsforacollectionofmanylinesegments.Oftentheseapplicationsinvolvepolygonswh
Avan_Lau
·
2013-09-03 11:00
Introduction to OpenCV and FFmpeg
opencvTheOpenSourceComputerVisionLibraryhas>2500
algorithms
,extensivedocumentationandsamplecodeforreal-timecomputervision.libsaftercompiledopencv_calib3d241
to myself 的分类学习日志
·
2013-08-30 17:00
C++ STL算法系列6---copy函数
所谓变易算法(Mutating
algorithms
)就是一组能够修改容器元素数据的模板函数,可进行序列数据的复制,变换等。我们现在来看看第一个变易算法:元素复制算法copy。
hyg0811
·
2013-08-30 16:00
C++ STL算法系列6---copy函数
所谓变易算法(Mutating
algorithms
)就是一组能够修改容器元素数据的模板函数,可进行序列数据的复制,变换等。我们现在来看看第一个变易算法:元素复制算法copy。
夏雪冬日
·
2013-08-30 16:00
Reddit排名算法工作原理
英文原文:HowRedditranking
algorithms
work这是一篇继《HackerNews排名算法工作原理》之后的又一篇关于排名算法的文章。
·
2013-08-26 15:00
算法
排名
Reddit
基于物品的协同过滤推荐算法——读“Item-Based Collaborative Filtering Recommendation
Algorithms
” .
“Item-BasedCollaborativeFilteringRecommendation
Algorithms
”这篇是推荐领域比较经典的论文,现在很多流行的推荐算法都是在这篇论文提出的算法的基础上进行改进的
u010384318
·
2013-08-25 22:00
经典书籍--好书很多,重要的是有个目标,有个规划
有个规划操作系统方面操作系统概念(第七版)OperatingSystemConcepts鸟哥的Linux私房菜基础学习篇(第3版)鸟哥的Linux私房菜服务器架设篇(第3版)算法方面算法概论算法导论Introductionto
Algorithms
记得最初的梦想
·
2013-08-25 17:59
经典图书
这些年
我们读过的技术经典图书
经典书籍--好书很多,重要的是有个目标,有个规划
有个规划操作系统方面操作系统概念(第七版)OperatingSystemConcepts鸟哥的Linux私房菜基础学习篇(第3版)鸟哥的Linux私房菜服务器架设篇(第3版)算法方面算法概论算法导论Introductionto
Algorithms
cnclenovo
·
2013-08-25 17:00
经典图书
poj3974(Manacher算法)
65536KTotalSubmissions:2786 Accepted:1021DescriptionAndythesmartcomputersciencestudentwasattendingan
algorithms
classwhentheprofessoraskedthestudentsasimplequesti
xj2419174554
·
2013-08-25 10:00
数据结构
后缀数组
manacher算法
路由协议之RIP协议
RIP协议是基于距离矢量算法(DistanceVector
Algorithms
)的,它使用“跳数”,即metric来衡量到达目标地址的路由距离。
why爱
·
2013-08-23 16:12
动态
interface
路由器
路由表
拓扑图
路由协议之RIP协议
RIP协议是基于距离矢量算法(DistanceVector
Algorithms
)的,它使用“跳数”,即metric来衡量到达目标地址的路由距离。
why爱
·
2013-08-23 16:12
路由器
路由表
拓扑图
计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplicat
android_asp
·
2013-08-22 17:00
计算机视觉
WOW! LZ4, 超越Snappy的压缩算法
vebeendoingsomeexperimentswithLZ4recentlyandImustadmitthatIamtrulyimpressed.ForthosenotfamiliarwithLZ4,itisacompressionformatfromtheLZ77family.Comparedtoothersimilar
algorithms
joshuasabrina
·
2013-08-22 16:00
压缩
LZ4
STL copy详解
前面十二个算法所展现的都属于非变易算法(Non-mutating
algorithms
)系列,现在我们来看看变易算法。
tianmo2010
·
2013-08-22 15:00
海量数据处理
基本方法 1、Hash法 参考: 常见hash算法的原理 常见的Hash算法 General Purpose Hash Function
Algorithms
2、Bit-map
·
2013-08-19 16:00
海量数据
OpenCV学习笔记:基本的图像处理
OpenCV函数如下:blurGaussianBlurmedianBlurbilateralFilter 原理Note 以下原理来源于RichardSzeliski的著作 ComputerVision:
Algorithms
andApplications
Linoi
·
2013-08-19 09:00
推荐引擎:使用Mahout协同过滤
Mahoutisacollectionofmachinelearning
algorithms
intendedtoperformthefollowingoperationsasrecommendation
·
2013-08-19 00:00
数据挖掘
Mahout
tech
Algorithms
Part 1-Question 5- Dijkstra's shortest-path-最短路径算法
Algorithms
:DesignandAnalysis,Part1 最短路径算法题目要求 本次要求对于一个200个点的无向图应用著名的Dijkstra算法求最短路径。
caozhankui
·
2013-08-18 16:00
辨析离线算法与在线算法
离线算法算法设计策略都是基于在执行算法前输入数据已知的基本假设,也就是说,对于一个离线算法,在开始时就需要知道问题的所有输入数据,而且在解决一个问题后就要立即输出结果,通常将这类具有问题完全信息前提下设计出的算法成为离线算法(offline
algorithms
xj2419174554
·
2013-08-17 16:00
算法
计算机科学
Algorithms
Part 1-Question 6- 2SUM Median-数和以及中位数问题
本次有两个编程问题,一个是求两个数的和满足一定值的数目,另一个是求中位数。 2SUM问题 问题描述Thegoalofthisproblemistoimplementavariantofthe2-SUMalgorithm(coveredintheWeek6lectureonhashtableapplications). Thefilecontains1millionintegers,bothpos
caozhankui
·
2013-08-17 14:00
How to learn to stop worrying and love machine learning
Byimplementing
algorithms
thatareabletolearnfromthedatathattheyexplore,machinelearningtechnologiesalreadyoutperformtraditionalanalyticsbyfar
jessonlv
·
2013-08-16 11:00
机器学习
Projects Plan For Remaining 2013
- Games Project: Open War I - Foundational
Algorithms
&nbs
·
2013-08-12 19:00
project
simhash
google在2002年的文章,SimilarityEstimationTechniquesfromRounding
Algorithms
。
caoeryingzi
·
2013-08-12 17:00
红黑树----第四篇:一步一图一代码,一定要让你真正彻底明白红黑树 --- 很好
July二零一一年一月九日-----------------------------本文参考:I、TheArtofComputerProgrammingVolumeIII、Introductionto
Algorithms
Q328333568
·
2013-08-12 16:50
linux
红黑树----第四篇:一步一图一代码,一定要让你真正彻底明白红黑树 --- 很好
二零一一年一月九日-----------------------------本文参考:I、 TheArtofComputerProgrammingVolumeIII、Introductionto
Algorithms
JK198310
·
2013-08-12 16:00
Palindrome(poj3974)(manacher算法)
15000MSMemoryLimit:65536KTotalSubmissions:2707Accepted:995DescriptionAndythesmartcomputersciencestudentwasattendingan
algorithms
classwhentheprofessoras
JHC23
·
2013-08-11 21:00
UVA 110 Meta-Loopless Sorts(输出挺麻烦的。。。)
Meta-LooplessSorts Background Sortingholdsanimportantplaceincomputerscience.Analyzingandimplementingvarioussorting
algorithms
formsanimportantpartoftheeducationofmostcomputerscientists
u011217342
·
2013-08-11 21:00
Stanford
Algorithms
: Design and Analysis, Part 1[week 6]
ProblemSet-6ProgrammingQuestion-6Question1Downloadthetextfile here.(Rightclickandsavelinkas).Thegoalofthisproblemistoimplementavariantofthe2-SUMalgorithm(coveredintheWeek6lectureonhashtableapplication
jj12345jj198999
·
2013-08-11 15:00
hash
heap
算法设计
uva 110 Meta-Loopless Sorts(递归)
Meta-LooplessSorts Background Sortingholdsanimportantplaceincomputerscience.Analyzingandimplementingvarioussorting
algorithms
formsanimportantpartoftheeducationofmostcomputerscientists
u011328934
·
2013-08-11 14:00
Spark简介及其在ubuntu下的安装使用
Spark由加州大学伯克利分校AMP实验室(
Algorithms
,Machines,andPeopleLab)开发,可用来构建大型的、低延迟的数据分析应用程序。
zbf8441372
·
2013-08-11 01:00
scala
spark
Testing in Python: using nose & mocks
HereontheAppNexusOptimizationteam,wewritecodetooptimize
algorithms
forourcustomers.Wewanttowrite good greatcode
66号公路
·
2013-08-10 18:00
python
test
mock
Range Minimum Query and Lowest Common Ancestor
Static&d1=tutorials&d2=lowestCommonAncestor Introduction Notations RangeMinimumQuery(RMQ) Trivial
algorithms
forRMQ
narutolby
·
2013-08-10 17:00
query
神奇的图像处理算法(Amazing
algorithms
to enhance or transform images)
Scriptol列出了几种神奇的图像处理算法,让我们一起来看一下。一、像素图生成向量图的算法数字时代早期的图片,分辨率很低。尤其是一些电子游戏的图片,放大后就是一个个像素方块。Depixelizing算法可以让低分辨率的像素图转化为高质量的向量图。二、黑白图片的着色算法让老照片自动变成彩色的算法。三、消除阴影的算法不留痕迹地去掉照片上某件东西的阴影的算法。四、HDR照片的算法所谓"HDR照片",就
mysteryrat
·
2013-08-08 18:17
编程基础
经验
机器视觉
神奇的图像处理算法(Amazing
algorithms
to enhance or transform images)
Scriptol列出了几种神奇的图像处理算法,让我们一起来看一下。一、像素图生成向量图的算法数字时代早期的图片,分辨率很低。尤其是一些电子游戏的图片,放大后就是一个个像素方块。Depixelizing算法可以让低分辨率的像素图转化为高质量的向量图。二、黑白图片的着色算法让老照片自动变成彩色的算法。三、消除阴影的算法不留痕迹地去掉照片上某件东西的阴影的算法。四、HDR照片的算法所谓"HDR照片",就
mysteryrat
·
2013-08-08 18:00
学习
图像处理
[leetcode] First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
logarrow
·
2013-08-07 22:00
Stanford
Algorithms
: Design and Analysis, Part 1[week 5]
ProblemSet-5ProgrammingQuestion-5Question1Inthisprogrammingproblemyou'llcodeupDijkstra'sshortest-pathalgorithm. Downloadthetextfile here.(Rightclickandsavelinkas). Thefilecontainsanadjacencylistrepres
jj12345jj198999
·
2013-08-05 16:00
排序
算法
图论
dijkstra
Algorithms
Part 1-Question 4- SCC 强联通问题
Algorithms
:DesignandAnalysis,Part1 本次作业是算法课程中最难的一次。我想,除了算法之外,还牵涉到实现的问题。因为很多编程语言都无法处理极大次数的递归调用。
caozhankui
·
2013-08-04 20:00
基于物品的协同过滤推荐算法——读“Item-Based Collaborative Filtering Recommendation
Algorithms
”
“Item-BasedCollaborativeFilteringRecommendation
Algorithms
”这篇是推荐领域比较经典的论文,现在很多流行的推荐算法都是在这篇论文提出的算法的基础上进行改进的
wxx634897019
·
2013-08-02 13:00
推荐系统
受限的玻尔兹曼机
matlab代码http://code.google.com/p/matrbm/中rbmBB改写成Python代码,如下,参考文献为:1 ATutorialonStochasticApproximation
Algorithms
forTrainingRestrictedBoltzmannMachinesandDeepBeliefNets2
zc02051126
·
2013-07-31 15:00
Head First Design Patterns
1.The Strategy Pattern defines a family of
algorithms
, encapsulates each one, and makes them
·
2013-07-30 19:00
design pattern
[LeetCode] Swap Nodes in Pairs、Reverse Nodes in k-Group、Rotate List
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
a83610312
·
2013-07-28 22:00
A Matlab Toolkit for Distance Metric Learning
ThisisaMatlabtoolkitfordistancemetriclearning,includingtheimplementationofanumberofpublishedmachinelearning
algorithms
inth
luckyboy101
·
2013-07-28 15:00
Algorithms
Part 1-Question 3- the min cut problem-最小割问题
Algorithms
:DesignandAnalysis,Part1 Downloadthetextfile here.
caozhankui
·
2013-07-26 22:00
10879 - Code Refactoring
AgentCooperSeveral
algorithms
inmoderncryptographyarebasedonthefactthatfactoringlargenumbersis
SIOFive
·
2013-07-26 19:00
uva
uva 10879 Code Refactoring(分解因子)
AgentCooperSeveral
algorithms
inmoderncryptographyarebasedonthefactthatfactoringlargenumbersisdifficul
u011328934
·
2013-07-26 15:00
基音检测算法的性能:Performance Evaluation of Pitch Detection
Algorithms
http://access.feld.cvut.cz/view.php?cisloclanku=2009060001 Vydáno dne 02. 06. 2009 (15123 přečtení) This paper presents the comparative study of performance of four pitch det
·
2013-07-25 21:00
performance
上一页
119
120
121
122
123
124
125
126
下一页
按字母分类:
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
其他