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:
编程面试的10大算法概念汇总
嘿,第一次翻译文章,在ProgramCreek看到的,原文章名为Top 10
Algorithms
for Coding Interview, 对于我这个明年即将直奔BAT(目前想法,以后不一定)但基础知识又差的小程序媛而言有点价值
·
2013-11-28 15:00
编程
程序员的自我修养
f=wb1http://cstheory.stackexchange.com/questions/19759/core-
algorithms
-deployed/19773程序员必看书籍程序员必看电影
bruce_sky
·
2013-11-27 21:00
CF#215DIV2:C. Sereja and Algorithm
Serejalovesallsortsof
algorithms
.Hehasrecentlycomeupwithanewalgorithm,whichreceivesastringasaninput.Let'srepresenttheinputstringofthealgorithmasq
libin56842
·
2013-11-27 01:00
CF
HTM皮质学习算法资料
简介HTM(HierarchicalTemporalMemory)算法,英文全称HTMCorticalLearning
Algorithms
是由《人工智能的未来》(OnIntelligence)一书作者JeffHawkins
memory513773348
·
2013-11-26 21:00
人工智能
神经网络
htm
cla
Graph
Algorithms
and Implementation Techniques
AOAPCI:BeginningAlgorithmContests(RujiaLiu)Volume 7.Graph
Algorithms
andImplementationTechniques567-Risk10034
u011328934
·
2013-11-26 20:00
Apache Lucene - Brief Concept & Code Snippet
Searching...asimpleconceptwithacomplex
algorithms
.That'showIseeit.Always fascinated bythecomplexityandwantedtoimplementandusesomesortofbasic
algorithms
.SoIendusingApache'sLucenelibrarytoforsearchfunctio
pczhangtl
·
2013-11-25 14:00
Lucene
Core
algorithms
deployed
Algorithms
thatarethemaindriverbehindasystemare,inmyopinion,easiertofindinnon-
algorithms
coursesforthesamereasontheoremswithimmediateapplicationsareeasiertofindinappliedmathematicsratherthanpuremathemat
纵横
·
2013-11-25 09:00
Basic Data Structures and
Algorithms
in the Linux kernel
http://cstheory.stackexchange.com/questions/19759/core-
algorithms
-deployed/19773#19773
Algorithms
thatarethemaindriverbehindasystemare
zhxue123
·
2013-11-24 20:00
Ensemble Methods Foundations and
Algorithms
中文译文——Preface
前言(Preface) 集成学习方法是指训练多个学习器并将它们组合使用。Boosting和Bagging是集成方法的主要代表,它们是目前主流的集成学习方法。众所周知,集成学习通常比单个学习器更加精准,并且集成学习在真实世界的许多工作中已经取得很大成功。 我们很难追溯集成方法的起源,因为基础的部署多个模型的思想已经在人类社会应用了很长时间。但是,很显然集成学习已成为一个热门话题,因为20
吴文敏
·
2013-11-23 22:00
mcrypt启用 加密以及解密过程详细解析
Mcrypt库支持20多种加密算法和8种加密模式,具体可以通过函数mcrypt_list_
algorithms
()和mcrypt_list_modes()来显示 Mcrypt扩展库可以实现加密解密功能
guhao022
·
2013-11-22 10:00
加密
leetcode: Single Number (II)
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
binary_search
·
2013-11-21 12:00
LeetCode
Algorithm
C++
A brief introduction to Hashing and Rehashing
地址:http://www.drdobbs.com/database/hashing-rehashed/184409859 正文: Hashing
algorithms
·
2013-11-21 00:00
hash
算法书籍推荐
Algorithms
算法概论 短小精悍,别据一格,准经典之作。一个坏消息:同算法导论,该书没有习题答案。好消息:习题很经典,
ljp812184246
·
2013-11-20 23:00
并查集(Union-Find)算法介绍
更多的信息可以参考
Algorithms
一书的Section1.5,实际上本文也就是基于它的一篇读后感吧。
IT_YUAN
·
2013-11-20 21:00
Variational Bayes
关键词] 贝叶斯推断,平均场理论,变分估计,贝叶斯推断,KL散度,确定性估计一、前言变分贝叶斯方法最早由MatthewJ.Beal在他的博士论文《Variational
Algorithms
forApproximateBayesianInference
fennvde007
·
2013-11-20 09:00
设计模式实战应用之一:策略模式
Gof把策略模式归类到对象行为型模式,《设计模式:可复用面向对象软件的基础》对策略模式做出了明确的定义:“Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.Strategyletsthealgorithmvaryindependentlyf
defonds
·
2013-11-19 22:00
Comparing two sorting
algorithms
Generally we compare
algorithms
by ■ Implementing and debugging them ■ Analyzing their basic properties
sunwinner
·
2013-11-19 21:00
Algorithm
Benchmark
基础数据结构和算法二:Selection sort
One of the simplest sorting
algorithms
works as follows: First, find the smallest item in the
sunwinner
·
2013-11-19 20:00
Algorithm
Selection sort
First Missing Positive
3Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
zhangwei1120112119
·
2013-11-19 19:00
leetcode 132: Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseon
xudli
·
2013-11-19 00:00
在Quora上关于netflix的top model的总结
I'lltrytodescribesomeoftheideashere.Matrixfactorizationtechniquesandensemblemethodsareperhapsthe
algorithms
mostoftendiscussedinconnectionwiththeNetflixPrize
overstack
·
2013-11-19 00:00
data-intensive text processing with mapreduce-EM
Algorithms
for Text Processing
EM
Algorithms
forTextProcessing待续----------------
li385805776
·
2013-11-16 20:00
data-intensive text processing with mapreduce-Graph
Algorithms
Graph
Algorithms
ParallelBreadth-FirstSearchDijkstra算法MapReduce算法:MainIdea:类似于水波扩散的方式,以一点为中心进行扩散,mapreduce
li385805776
·
2013-11-16 20:00
mapreduce
hadoop
dijkstra
pagerank
单源点最短路径
数据结构与算法[LeetCode]—数组中出现次数异与其他数的一个数
SingleNumberGivenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
SUN20082567
·
2013-11-13 15:00
18种典型算法
18CandidatesfortheTop10
Algorithms
inDataMining Classification ============== #1.C4.5 Quinlan,J.R.1993
yueyedeai
·
2013-11-12 21:00
机器学习
LeetCode 之 Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
zhao123h
·
2013-11-12 16:00
LeetCode
[Happy DSA] 如何对单链表进行快速排序
之前有一篇文章介绍了glib库中单双向链表的排序采用了归并排序,并且不需要额外的空间,这篇文章将介绍c-
algorithms
库中单双向链表的快速排序过程:通常快速排序算法都是施行于数组,但它也可以作用于单链表
zero_lee
·
2013-11-12 10:00
《
Algorithms
》习题之 Pouring water
习题原文:Pouringwater.Wehavethreecontainerswhosesizesare10pints,7pints,and4pints,re-spectively.The7-pintand4-pintcontainersstartoutfullofwater,butthe10-pintcontainerisinitiallyempty.Weareallowedonetypeofo
topasstem8
·
2013-11-11 17:00
[Happy DSA] 删除单链表中任意一个节点的方法
在阅读c-
algorithms
代码时,又看到如下的代码(删除单链表中任意一个节点)/*Asingly-linkedlist*/ struct_SListEntry{ SListValuedata; SListEntry
zero_lee
·
2013-11-11 17:00
算法
单链表
数组中每个数会出现3次,只有1个例外的数仅出现1次。 Single Number
题目:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusin
luckyjoy521
·
2013-11-09 22:00
堆排序算法
精通八大排序算法系列:二、堆排序算法 作者:July、二零一一年二月二十日本文参考:IntroductionTo
Algorithms
,secondedition。
yusiguyuan
·
2013-11-09 09:00
堆排序
【LeetCode题解】Single Number II
Java代码)Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramem
cc1044588189
·
2013-11-08 17:00
java
位运算
number
single
II
UVA 10056 - What is the Probability ?(概率)
Input: standardinputOutput: standardoutput Probabilityhasalwaysbeenanintegratedpartofcomputer
algorithms
.Wherethedeterministic
algorithms
havefailedtosolveaprobleminshorttime
u011217342
·
2013-11-07 21:00
【LeetCode题解】Single Number
SingleNumber(Java代码)Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
cc1044588189
·
2013-11-06 00:00
java
LeetCode
number
single
leetcode 之 Single Number II
原题:Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
zhao123h
·
2013-11-05 17:00
LeetCode
LeetCode 问题难度,面试出现频率及问题相关数据结构和算法
统计了各个问题的难度,频率,数据结构和算法LeetCodeQuestionDifficultyDistribution IDQuestionDiffFreqDataStructure
Algorithms
kenden23
·
2013-11-03 21:00
LeetCode
LeetCode
算法
问题难度
问题相关数据结构
面试出现频率
[LeetCode] First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
bhwolf1987
·
2013-11-03 15:00
LeetCode
first
Missing
Positi
OCP-1Z0-053-V12.02-53题
53.YouwanttouseRMANtocreatecompressedbackups.Whichstatementistrueaboutthecompression
algorithms
thatRMANcanuse
rlhua
·
2013-11-03 11:00
Mastering
Algorithms
with C中文版附带源码说明
MasteringAlgorithmwithC是一本非常经典和独具个性的算法书,主要是从程序员的角度,对算法领域的基本内容,通过C语言进行源码实现,其附带的源码非常详细,对初接触这个领域的程序员很有参考价值.我特地将该书源码的使用方法做了笔记,放在这样,以便日后参考.下面是该书的封面:1.首先从OReilly的该书官网下载相应的源码:http://http://shop.oreilly.com/p
tao_627
·
2013-11-02 17:00
LeetCode Single Number I & II 都符合两个问题额外要求的 通用解法 与 思考过程
SingleNumberGivenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
kenden23
·
2013-11-02 07:00
LeetCode
number
number
single
single
II
符合额外要求
两个问题的通用算法
SingleNumber
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
marstorm08
·
2013-10-31 11:50
java
LeetCode
SingleNumbe
交换单链表中相邻的两个元素 Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevalu
luckyjoy521
·
2013-10-30 20:00
What are some good resources for learning about machine learning? Why
WhyPrerequisitesBefore yougettothinkabout
algorithms
lookcarefullyatthedataandselectalltherelevantfeaturestoincludeinyourmodel.S
haidao2009
·
2013-10-29 11:00
Pattern
resources
recognition
LeetCode题解:Single Number I and II
SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
MagiSu
·
2013-10-27 13:00
LeetCode
stl库之泛型
STL以迭代器(Iterators)和容器(Containers)为基础,是一种泛型算法(Generic
Algorithms
)库,容器的存在使这些算法有东西可以操作。STL包含各种泛型
w2865673691
·
2013-10-27 12:00
C++ STL — 第5章 The STL(一)
STL :基于各种结构良好的组件,核心的有:containers、iterators、
algorithms
container:容器,用来存放和管理某种具体的对象,每种容器都有自己的特点,使用时候按需采用
herry5201314
·
2013-10-26 14:00
Single Number--找出数组中唯一的一个只出现一次的元素
Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextram
u011960402
·
2013-10-25 20:00
C++
算法
number
single
每日一题
Free Programming Books
github.com/vhf/free-programming-booksIndexMeta-ListsGraphicsuserinterfacesGraphicsProgrammingLanguageAgnostic
Algorithms
zungyiu
·
2013-10-25 19:00
模式识别 - 多视角学习 (Multi-View Learning) 简介
Multi-ViewLearning)简介 Viewsfrom(1)multiplesources(2)differentfeaturesubsets;视角来自于(1)多个源(2)多个特征子集 Multi-viewlearning
algorithms
u012515223
·
2013-10-25 14:00
learning
Mystra
Multi-View
多视角学习
多视角学习 (Multi-View Learning) 简介
Multi-ViewLearning)简介 Viewsfrom(1)multiplesources(2)differentfeaturesubsets;视角来自于(1)多个源(2)多个特征子集 Multi-viewlearning
algorithms
morndragon
·
2013-10-25 14:00
learning
Mystra
Multi-View
多视角学习
上一页
117
118
119
120
121
122
123
124
下一页
按字母分类:
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
其他