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
红黑树----第四篇:一步一图一代码,一定要让你真正彻底明白红黑树 --- 很好
二零一一年一月九日-----------------------------本文参考: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
Compiling CGAL
com关键字KeyWord:CGAL,C++,DelaunayTriangulation,Voronoidiagram,一、引言IntroductionCGAL,ComputationalGeometry
Algorithms
Library
eryar
·
2013-07-25 19:00
计算机数学好书推荐
欢迎补充:ThisbookintroducesthemathematicsthatsupportsadvancedcomputerProgrammingandtheanalysisof
algorithms
.Theprimaryaimofitswell-knownauthorsistoprovideasolidandrelevantbaseofmathematicalskills
PegasusWang_
·
2013-07-24 12:33
好书推荐
java设计模式---策略模式
(原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyf
DLUTBruceZhang
·
2013-07-24 10:00
算法
类
java设计模式
扩展
应用
HDU1046:Gridland
computerscientistshavebeentryingtofindefficientsolutionstodifferentcomputingproblems.Forsomeofthemefficient
algorithms
arealreadyavailable
libin56842
·
2013-07-22 14:00
HDU
规律
poj3974之manacher算法
65536KTotalSubmissions: 2596 Accepted: 948DescriptionAndythesmartcomputersciencestudentwasattendingan
algorithms
classwhentheprofessoraskedthestudentsasimpleque
xingyeyongheng
·
2013-07-20 16:00
Reading List
0.theCprogramminglanguage(done)1.thepracticeofprogramming(done)2.
Algorithms
inC(part1-5)(chapter3)3.
董桉远
·
2013-07-19 16:00
list
reading
Algorithms
Part 1-Question 2-QuickSort-快速排序算法
Algorithms
:DesignandAnalysis,Part1 第一章讲的是分治算法,即DC,这一章讲的是快速排序QuickSort。
caozhankui
·
2013-07-18 16:00
深度学习(Deep Learning)综述
查看abriefintroductiontoMachineLearningforAI 和 anintroductiontoDeepLearning
algorithms
.
chinaliping
·
2013-07-17 11:00
一个游戏程序员的学习资料
《Introductionto
Algorithms
》第二版中文名《算法导论》关于算法的标准学习教材与工程参考手册,在去年CSDN网站上其翻译版竟然评为年度二十大技术畅销书,同时《程序员》杂志上开设了“算法擂台
zb872676223
·
2013-07-16 14:00
Leetcode: Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
violet_program
·
2013-07-16 10:00
CGAL库
一、CGAL库的介绍 CGAL(ComputationalGeometry
Algorithms
Library)库,计算几何算法库,是一个大型的C++几何数据结构和算法库,包含Delaunay三角网
dxy408460910
·
2013-07-15 16:00
聚类算法K-Means, K-Medoids, GMM, Spectral clustering,Ncut
Clustering
Algorithms
分类1.Partitioningapproach: 建立数据的不同分割,然后用相同标准评价聚类结果。(比如最小化平方误差和)
lcj_cjfykx
·
2013-07-15 02:00
Algorithms
Part 1-Question 1- the number of inversions-逆序数计算算法
defcountInversion(arrayList): iflen(arrayList)==1: return(0,arrayList) halfIndex=int(len(arrayList)/2.0) countA,sortedA=countInversion(arrayList[:halfIndex]) countB,sortedB=countInversion(arrayList[h
caozhankui
·
2013-07-12 21:00
通过Map-Reduce实现Join系列之三
而前面的介绍都是基于两个集合的Join,本文将会介绍利用Map-Reduce来完成2个以上文件的Join的相关算法(Multi-wayjoin
algorithms
)。
lt200819
·
2013-07-11 23:00
map-reduce
Overview of MapReduce Algorithm Design
Although the programming model of MapReduce framework force one to express
algorithms
in terms of a small
sunwinner
·
2013-07-11 09:00
mapreduce
Python and cryptography with pycrypto
PythonandcryptographywithpycryptoApril22,2011Wearegoingtotalkaboutthetoolkitpycryptoandhowitcanhelpusspeedupdevelopmentwhencryptographyisinvolved.HashfunctionsEncryption
algorithms
Public-key
algorithms
H
lxgwm2008
·
2013-07-10 09:00
MD5
python
NoSQL数据库的分布式算法
英文原文:《Distributed
Algorithms
inNoSQLDataba
san_yun
·
2013-07-09 12:00
NoSQL
二分查找算法
网上瞎逛,偶然在InfoQ网站上看到一篇文章《计算机科学中最重要的32个算法》,原文地址:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
JackieYeah
·
2013-07-09 11:00
二分查找
递归
迭代
算法书籍
2.
Algorithms
算法概论短小精悍,别据一格,准经典之作。一个坏消息:同算法导论,该书没有习题答案。好消息:习题很经典,难度也适中,只需花点点时间自己也都能做出来。
speed847
·
2013-07-08 11:00
算法
What is the single most influential book every programmer should read?
bySteveMcConnellThePragmaticProgrammerStructureandInterpretationofComputerProgramsTheCProgrammingLanguage byKernighanandRitchieIntroductionto
Algorithms
incyanggan
·
2013-07-07 15:00
STL源码剖析之一:概论
算法(
algorithms
):各种常用算法:setsearchfinderasecopy3. 迭代器(iterator):算法与容器之间的粘合剂4.
yhhwatl
·
2013-07-06 19:00
算法
STL
computer vision:algorithm and application书中附录里关于计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplicationsRichardSzeliski在本书的最好附录中,我总结了一些对学生,教授和研究者有用的附加材料。
H349117102
·
2013-07-04 15:00
computer vision:algorithm and application书中附录里关于计算机视觉的一些测试数据集和源码站点
ComputerVision:
Algorithms
andApplicationsRichardSzeliski在本书的最好附录中,我总结了一些对学生,教授和研究者有用的附加材料。
H349117102
·
2013-07-04 15:00
计算机科学CS学科分类
体系结构、编译器和并行计算Architecture,CompilersandParallelComputing系统与网络SystemsandNetworking理论与算法Theoryand
Algorithms
chinaliping
·
2013-07-04 10:00
STL中算法
#############http://www.cplusplus.com/reference/algorithm/这边都有了~StandardTemplateLibrary:
Algorithms
Theheaderdefinesacollectionoffunctionsespeciallydesignedtobeusedonrangesofelements.Arangeisanysequence
ruguonandao
·
2013-07-03 16:00
C++
算法
STL
Online Learning(from Cousera Course of Stanford University)
Sinceonlinelearning
algorithms
donotsaveoldexamples,theycanbeveryefficentintermsofcomputermemoryanddiskspace
zhouyongsdzh
·
2013-06-28 16:00
计算机科学中最重要的32个算法
http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
hertz2007
·
2013-06-26 19:00
matlab中的循环向量化
VectorizingLoopsTheMATLABsoftwareusesamatrixlanguage,whichmeansitisdesignedforvectorandmatrixoperations.Youcanoftenspeedupyourcodebyusingvectorizing
algorithms
thattakeadvant
fuhpi
·
2013-06-26 16:00
上一页
118
119
120
121
122
123
124
125
下一页
按字母分类:
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
其他