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:
C++语言学习之STL 的组成
STL有三大核心部分:容器(Container)、算法(
Algorithms
)、迭代器(Iterator),容器适配器(containeradaptor),函数对象(functor),除此之外还有STL
杨坤乾
·
2014-02-11 14:00
C++
算法
vector
iterator
Class
语言
java数据结构和算法学习之汉诺塔示例
复制代码代码如下:packagecom.tiantian.
algorithms
;/***_|_1||*__|__2||*___|___3||(1).把A上的4个木块移动到C上。
·
2014-02-10 09:13
LeetCode(137)Single NumberII
题目如下:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
feliciafay
·
2014-02-09 10:27
C++
LeetCode(137)Single NumberII
题目如下:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
feliciafay
·
2014-02-09 10:00
比特操作
CLRS 4.1 EXERCISES
4Supposewechangethedefinitionofthemaximumsubarrayproblemtoallowtheresulttobeanemptysubarray,wherethesumofthevaluesofanemptysubarrayis0.Howwouldyouchangeanyofthe
algorithms
thatdonotallowemptysubarra
_jerrywu
·
2014-02-08 17:00
算法
CLRS-CH4
Algorithm Design :: Designing Efficient
Algorithms
:: Examples
链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=460点击题目进入题解: TitleTotalSubmissions/Solving%TotalUsers/Solving%11462 - AgeSort2471336.09%622788.47%11078 - OpenCreditSys
u011217342
·
2014-02-07 06:00
计算机科学中最重要的32个算法
本文转自:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
Mars_NAVY
·
2014-02-05 22:00
[LeetCode]First Missing Positive,解题报告
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
zinss26914
·
2014-02-05 16:00
OCP-1Z0-053-200题-151题-53
QUESTION151YouwanttouseRMANtocreatecompressedbackups.Whichstatementistrueaboutthecompression
algorithms
thatRMANcanuse
rlhua
·
2014-02-04 23:00
LeetCode OJ:Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
starcuan
·
2014-01-30 21:00
LeetCode
LeetCode OJ:First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
starcuan
·
2014-01-30 00:00
LeetCode
[LeetCode]24.Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
SunnyYoona
·
2014-01-29 17:00
LeetCode
面试
校园招聘
剑指offer
[LeetCode]24.Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
SunnyYoona
·
2014-01-29 17:00
LeetCode
面试
校园招聘
剑指offer
Cracking the coding interview--Q1.7
题目原文:Writean
algorithms
uchthatifanelementinanMxNmatrixis0,itsentirerowandcolumnissetto0.译文:写一个算法使一个MxN
Mars_NAVY
·
2014-01-26 23:00
找到单独的数字 Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
fox64194167
·
2014-01-26 18:00
[LeetCode]*137.Single Number II
【题目】Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
SunnyYoona
·
2014-01-26 16:00
LeetCode
面试
校园招聘
剑指offer
LeetCode 题解(7):First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
u011029779
·
2014-01-25 16:00
Algorithm
LeetCode
LeetCode OJ:Single Number
21027MySubmissionsGivenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexit
starcuan
·
2014-01-19 22:00
LeetCode
异或
MapReduce的模式、算法和用例
原文 http://juliashine.com/mapreduce-patterns-
algorithms
-and-use-cases/在这篇文章里总结了几种网上或者论文中常见的MapReduce模式和算法
woshigaosi
·
2014-01-19 19:29
mapreduce
hadoop
KNN的一些总结
顾名思义,就是K-Nearestneighbors
Algorithms
的简称。我们可能都知道最近邻算法,它就是KNN算法在k=1时的特例,也就是寻找最近的邻居。
ctsm
·
2014-01-19 12:00
入门
机器学习
实例
knn
k近邻
误差
最近邻
通俗
KD树
KNN的一些总结
顾名思义,就是K-Nearestneighbors
Algorithms
的简称。我们可能都知道最近邻算法,它就是KNN算法在k=1时的特例,也就是寻找最近的邻居。
chucuoyuan7276
·
2014-01-19 12:00
斯坦福ML公开课笔记11——贝叶斯正则化、在线学习、ML应用建议
ML经验包括算法的诊断(Diagnosticsfordebugginglearning
algorithms
)、误差分析(erro
xinzhangyanxiang
·
2014-01-19 11:00
机器学习
在线学习
贝叶斯正则化
Opencv 棋盘定位(源码调试2)
很可惜,网上基本上没有这方面的资料,在opencv原文件中的提示:The
algorithms
developedandimplementedbyVezhnevet
b5w2p0
·
2014-01-18 11:00
源码
opencv
图像处理
Leetcode Blog Post
Algorithms
packageleetcode.blog; importjava.util.ArrayList; importjava.util.Arrays; publicclassLeetcodeBlog{ //Q1FindIntersectionoftwoSortedArrays //ifeitherAorB'slengthistoobig,trytouseBinarySearchshouldbe //
violet_program
·
2014-01-18 04:00
算法经典书籍推荐
2.
Algorithms
算法概论短小精悍,别据一格,准经典之作。一个坏消息:同算法导论,该书没有习题答案。好消息:习题很经典,难度也适中,只需花点点时
HNFXS985
·
2014-01-15 10:53
数据结构&算法
算法经典书籍推荐
2.
Algorithms
算法概论短小精悍,别据一格,准经典之作。一个坏消息:同算法导论,该书没有习题答案。好消息:习题很经典,难度也适中,
WaitForFree
·
2014-01-15 10:00
基于物品的协同过滤推荐算法——读“Item-Based Collaborative Filtering Recommendation
Algorithms
”<转>
“Item-BasedCollaborativeFilteringRecommendation
Algorithms
”这篇是推荐领域比较经典的论文,现在很多流行的推荐算法都是在这篇论文提出的
yongjian_luo
·
2014-01-14 13:00
学习笔记2:c++位运算-异或运算
SingleNumber Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
starcuan
·
2014-01-13 23:00
uva 270 - Lining Up
不过这个题目以前在上普林斯顿的
algorithms
里有个大程跟这个95%相似的问题,所以我一下子就想到了优化的解法,复杂度是O( (n^2)logn )。
249326109
·
2014-01-13 17:00
ini
K-SVD算法
论文采用OrthogonalMatchingPursuit(OMP)
algorithms
。(2)第二阶段:也是K-SVD与MOD的不同之处,字典D是逐列更
alec1987
·
2014-01-13 15:00
LeetCode OJ:Single NumberII
SingleNumberII Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
starcuan
·
2014-01-13 14:00
位运算
LeetCode
C.Interface.And.Implementations—memory(arena版)的实现
1、Thischapterdescribesamemory-managementinterfaceandanimple-mentationthatusesarena-based
algorithms
,whichallocatememory
u013011270
·
2014-01-08 20:00
c
interface
arena
Variational Bayes
/details/16839683关键词]贝叶斯推断,平均场理论,变分估计,贝叶斯推断,KL散度,确定性估计一、前言变分贝叶斯方法最早由MatthewJ.Beal在他的博士论文《Variational
Algorithms
forApproximateBayesianInference
x_yz_
·
2014-01-07 20:00
STL源码剖析 迭代器(iterator)概念与编程技法(三)
1STL迭代器原理1.1 迭代器(iterator)是一中检查容器内元素并遍历元素的数据类型,STL设计的精髓在于,把容器(Containers)和算法(
Algorithms
)分开,而迭代器(iterator
syw_selfimpr
·
2014-01-07 09:00
leetcode难度及面试频率
Diff Freq Data Structure
Algorithms
·
2014-01-06 22:00
LeetCode
【LeetCode】题目难度以及相关算法
转载自:LeetCodeQuestionDifficultyDistribution IDQuestionDiffFreqDataStructure
Algorithms
u013027996
·
2014-01-06 17:00
log structured storage
http://blog.notdot.net/2009/12/Damn-Cool-
Algorithms
-Log-structured-storage 一般来讲,如果你在设计一个存储系统,例如文件系统或者数据库神马的
281165273
·
2014-01-03 15:00
TACAS(International Conference on Tools and
Algorithms
for the Construction and Analysis of Systems)到底是什么档次的会议
在这里http://www.ntu.edu.sg/home/assourav/crank.htm 将TACAS归结为在软件工程领域第二流的国际会议,而在中国计算机学会给出的参考意见中,将TACAS归结为第三流的国际会议。但是本人看到这个会议在ConstraintSolver方面的文章经常被大家引用,所以很是奇怪。目前暂缺把它归为第二类,至少和ISSTA是一个档次的会议。就谈谈自己的想法。PS:TA
qysh123
·
2014-01-03 14:00
Leetcode: Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
u013166464
·
2014-01-02 23:00
LeetCode
Basic Data Structures and
Algorithms
in the Linux Kernel
原文地址:http://luisbg.blogalia.com/historias/74062#677101linux2.6: https://github.com/wusuopubupt/linux-2.6Thanksto VijayD'Silva's brilliantanswer in cstheory.stackexchange.com Ihavebeenreadingsomeofthef
wusuopuBUPT
·
2014-01-02 11:00
Single Number II -- 找出数组中唯一出现一次的数,其它数都出现了三次
=>给定一个数组,除了一个元素,其它每个元素都出现了三次,找出这个出现一次的元素Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementit
u011960402
·
2014-01-02 09:00
LeetCode
算法
number
single
【LeetCode】- Single Number(从数组中找出只出现一次的数字)
[ 问题: ]Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note: Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
zdp072
·
2014-01-01 21:00
LeetCode
number
single
STL-10 dataset
10datasetisanimagerecognitiondatasetfordevelopingunsupervisedfeaturelearning,deeplearning,self-taughtlearning
algorithms
.Itisinspiredbythe
xulinshadow701
·
2013-12-31 16:00
Benchmark
deep
learning
Datasets
python之加密解密模块pycrypto
Thisisacollectionofbothsecurehashfunctions(suchasSHA256andRIPEMD160),andvariousencryption
algorithms
(AES
B_H_L
·
2013-12-30 20:00
算法导论第九章9.3.7----最接近中位数的k个数
转自:mosfet.isu.edu/classes/cs385f10/resources/Introduction%20to%20
Algorithms
(Instructor's%20Manual).pdf
lihenair
·
2013-12-30 18:00
【LeetCode】Single Number II
17530MySubmissionsGivenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplex
u013027996
·
2013-12-29 00:00
【LeetCode】Single Number
42682MySubmissionsGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Co
u013027996
·
2013-12-28 23:00
java
LeetCode
python
【leetcode】在一堆每个数字都出现三次的数组中,找到那个只出现一次的数(Single Number II)
题目的描述是这样的:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
吴孟达
·
2013-12-28 19:32
leetcode题解
二分查找算法(Java)
网上瞎逛,偶然在InfoQ网站上看到一篇文章《计算机科学中最重要的32个算法》,原文地址:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
jackiehff
·
2013-12-28 14:00
java
二分查找
【self-taught learning】学习论文以及代用代码
matlab框架,能够实现他们在论文Self-taught Learning Transfer Learningfrom Unlabeled Data和Efficient sparse coding
algorithms
pirage
·
2013-12-26 16:00
上一页
115
116
117
118
119
120
121
122
下一页
按字母分类:
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
其他