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:
算法导论(Introduction to
Algorithms
)— 第二章 算法入门 — 2.1 插入排序
一、插入排序:INSERTION-SORT1、适用范围: whichisanefficientalgorithmforsortingasmallnumberofelements.对于少量元素的排序,插入排序是一种高效的算法。2、原理:Insertionsortworksthewaymanypeoplesortahandofplayingcards.Westartwithanemptyleftha
zxnlmj
·
2014-06-03 22:00
算法
插入排序
算法导论
每日算法之二十二:Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
yapian8
·
2014-05-30 20:00
链表
受限的玻尔兹曼机
matlab代码http://code.google.com/p/matrbm/中rbmBB改写成Python代码,如下,参考文献为:1 ATutorialonStochasticApproximation
Algorithms
forTrainingRestrictedBoltzmannMachine
pi9nc
·
2014-05-30 09:00
统计机器学习算法理论
LeetCode Questions Summary Table
LeetCodeOnlineJudgeQuestionsQuestionsDataStructure&
Algorithms
LanguageLengthofLastWordStringsJava,c++SubstringwithConcatenationofAllWordsMap
sbitswc
·
2014-05-29 12:00
LeetCode
总结
【
Algorithms
】理论计算机科学 & P vs NP - 问题概述
理论计算机科学(TheoreticalComputerScience)转载之:http://zhiqiang.org/blog/具体研究:Analysisof
Algorithms
-算法ComputationalComplexity
erlingmusan
·
2014-05-26 01:00
算法学习笔记(一) 概述
教授说过:Ifyouwanttobecomeagoodprogrammer,youcanspend10yearsprogramming,orspend2yearsprogrammingandlearning
algorithms
thisinnocence
·
2014-05-25 20:00
算法
使用NetworkX将二分网络投影
codesimportnetworkxasnximportrefromnetworkx.
algorithms
importbipartiteG=nx.Graph()f=open('user-app1.txt
SecondLife
·
2014-05-25 00:00
networkx
Learning Theory
经验风险最小化(EmpiricialRiskMinimization,ERM)[2]是统计学习理论中准则之一,常用于给出学习算法(learning
algorithms
)性能的理论边界。假定给
·
2014-05-24 01:00
in
young tableaus
Youngtableaus 是Introduction_to_
algorithms
的一道课后习题,一度还把我难住了,网上也没有找到现存的答案。现在把python代码贴出来,供大家参考。#!
kartorz
·
2014-05-23 21:00
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
Andrewseu
·
2014-05-23 19:00
LeetCode
成为Java GC专家(5):Java应用性能调优的原则
InthefirstissueUnderstandingJavaGarbageCollectionwehavelearnedabouttheprocessesfordifferentGC
algorithms
zhoudaxia
·
2014-05-23 10:00
java
jvm
GC
垃圾回收
Mathematics Review
WhenIwanttolearndatastructuresand
algorithms
,Ifindthatmathematicsisimportantforit.Therefore,Ibegintoreviewseveralbasicknowledgesofmathematics
liwuji930726
·
2014-05-22 18:00
Math
algorithms
Mathematics
logarithms
exponents
LeetCode:Single Number II
题目:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Sky丶Memory
·
2014-05-19 23:25
算法导论(第三版)所有排序算法的实现
本文章代码来自于项目:http://git.oschina.net/jiangkun/Introduction_to_
Algorithms
-Third_Edition-Answers欢迎大家一起参与!
卓尔
·
2014-05-19 16:00
java
排序算法
算法导论(第三版)第六章 堆排序的全部实现(堆排序,优先队列)
本文章代码来自于项目:http://git.oschina.net/jiangkun/Introduction_to_
Algorithms
-Third_Edition-Answers欢迎大家一起参与!
卓尔
·
2014-05-19 16:00
LeetCode Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
xyzchenzd
·
2014-05-19 13:00
LeetCode
C++
算法
stl应用
组成:STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adaptors)、算法(
algorithms
)、仿函数(functors)六个部分
jiayichendddd
·
2014-05-19 00:00
利用栈实现简单算术表达式求值
代码利用栈来实现算术表达式的求值功能,仅用于举例说明栈的用例,没有考虑运算符的优先级,并且要求表达式的各个部分必须用空格分隔: package com.mycode.
algorithms
.stack
huqiao1220
·
2014-05-18 11:00
表达式
我的算法学习之路
如果你使用的是手机或平板设备,那么请点击下面的链接以获得更好的阅读效果:http://zh.lucida.me/blog/on-learning-
algorithms
/原文作者:Lucida这篇文章讲了什么
hanqing280441589
·
2014-05-17 11:00
数据结构
算法
励志
编程之美
微软亚洲研究院
OSPF笔记
link-statedatabase(链路状态数据库)SPF
algorithmS
PFtreeroutingtableAD
抽筋的西瓜
·
2014-05-16 11:42
ospf
CareerCup之1.7 Set Matrix Zeroes
【题目】原文:1.7Writean
algorithms
uchthatifanelementinanMxNmatrixis0,itsentirerowandcolumnissetto0.译文:写一个函数处理一个
SunnyYoona
·
2014-05-15 10:00
面试
校园招聘
Careercup
剑指offer
LeetCode First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
lqcsp
·
2014-05-13 23:00
LeetCode
面试
位置预测系列(一)
下面就简单说说ubicomp'13年录用的一篇论文:TheInfluenceofTemporalandSpatialFeaturesonthe PerformanceofNext-placePrediction
Algorithms
hustluy
·
2014-05-12 21:00
位置
系列
预测
数据结构与算法笔记
Algorithms
TableofContents1Overview1.1Propertiesof
algorithms
2AlgorithmicParadigm2.1BruteForce3Analysisof
Algorithms
3.1AsymptoticNotation3.2DivideandConquerAnalyzing3.3ComputerTimeUsedTable3.4CostofBasic
·
2014-05-12 15:00
数据结构与算法
LeetCode_Single Number&Single NumberII
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
loveRooney
·
2014-05-11 19:00
LeetCode
数据科学之机器学习1:简介
首先,在“MachineLearning:theartandscienceof
algorithms
thatmakes
QQ415171148
·
2014-05-09 14:00
大数据
机器学习
我的算法学习之路
如果你使用的是手机或平板设备,那么请点击下面的链接以获得更好的阅读效果: http://zh.lucida.me/blog/on-learning-
algorithms
/
blueyang2007
·
2014-05-09 11:00
编程
算法
应用
What is satellite information in data structures?
Question:TakenfromIntroductionto
Algorithms
byThomasCormen:"Tokeepthingssimple,weassume,aswehaveforbinarysearchtreesandred-blacktrees
lihenair
·
2014-05-07 13:00
使用openssl实现数据加密
openssl [ list-standard-commands | list-message-digest-commands | list-cipher-commands | list-cipher-
algorithms
argor
·
2014-05-05 16:56
密码
字符串
command
Security
stl常用算法(
Algorithms
)介绍(stl排序算法、非变序型队列)
算法:用来处理群集内的元素。它们可以出于不同的目的而搜寻,排序,修改,使用那些元素。是一种应用在容器上以各种方法处理其内存的行为或功能,如sort(排序),copy(拷贝)…算法由模板函数体现,这些函数不是容器类的成员函数,是独立的函数,它们可以用于STL容器,也可以用于普通的C++数组等.头文件:#include在STL的泛型算法中有4类基本的算法:1)变序型队列算法:可以改变容器内的数据;2)
·
2014-05-05 10:48
我的算法学习之路
转自:http://zh.lucida.me/blog/on-learning-
algorithms
/关于严格来说,本文题目应该是我的数据结构和算法学习之路,但这个写法实在太绕口——况且CS中的算法往往暗指数据结构和算法
wzk6_3_8
·
2014-05-05 09:33
我的算法学习之路
原文链接:http://zh.lucida.me/blog/on-learning-
algorithms
/原文作者:Lucida这篇文章讲了什么?我这些年学习数据结构和算法的总结。一些不错的
_Luc_
·
2014-05-05 06:00
Overfitting and Underfitting
First,Irecordedmyunderstandingforbiasandvarianceinlearning
algorithms
.Bias:meansthedegreeofdependenceof
algorithms
fordatasets
CV_2013
·
2014-05-04 17:25
Overfitting and Underfitting
First,Irecordedmyunderstandingforbiasandvarianceinlearning
algorithms
.Bias: meansthedegreeofdependenceof
algorithms
fordatasets
kaka20080622
·
2014-05-04 17:00
latex插入伪代码
常用的排版伪代码包有clrscode,algorithm,algorithmic,algorithmicx,algorithm2e(1)clrscodeclrscode是著名的算法教材Introductionto
Algorithms
lwfcgz
·
2014-05-01 20:28
latex
latex插入伪代码
常用的排版伪代码包有clrscode,algorithm,algorithmic,algorithmicx,algorithm2e(1)clrscodeclrscode是著名的算法教材Introductionto
Algorithms
lwfcgz
·
2014-05-01 20:00
Leet Code: Single Number II
SingleNumberII Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
xhu_eternalcc
·
2014-05-01 11:00
code
number
number
single
single
II
Leet
出现一次的数
18 Java design pattern questions.
Strategypatterninquiteusefulforimplementingsetofrelated
algorithms
e.g.compression
algorithms
,filteringstrategiesetc.Strategydesignpatternallowsyoutocreate
Simon253
·
2014-05-01 08:00
【LeetCode】- 面试频率和难度分析
ID Question DiffFreq DataStructure
Algorithms
1TwoSum25arraysort setTwoPointers2AddTwoNumbers34linkedlistTwoPointers
zdp072
·
2014-04-30 22:00
Leet Code:Single Number
SingleNumber Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
xhu_eternalcc
·
2014-04-30 21:00
code
code
number
single
single
num
出现一次的数字
Leet
Leet
Cheatsheet: 2014 04.01 ~ 04.30
Answers – The ULTIMATE List 3 Good Reasons to Avoid Arrays in Java Interfaces Other Top 10
Algorithms
·
2014-04-30 17:00
sh
CGAL 简介
CGAL,ComputationalGeometry
Algorithms
Library,官方主页:http://www.cgal.org/目前最新版本:CGAL-4.4计算几何算法开源库的设计目标是,以
lqh604
·
2014-04-29 20:38
CAGL
CGAL 简介
CGAL,ComputationalGeometry
Algorithms
Library,官方主页:http://www.cgal.org/目前最新版本:CGAL-4.4 计算几何算法开源库的设计目标是
lqh604
·
2014-04-29 20:00
Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
oFengWuYu1
·
2014-04-28 16:00
java
LeetCode
OpenCV2马拉松第5圈——线性滤波
收入囊中这里的很多内容其实在我的ComputerVision:
Algorithms
andApplicationsのImageprocessing中都有讲过相关和卷积工作原理边界处理滤波器的工作原理会使用均值滤波
abcd1992719g
·
2014-04-28 11:00
可分离滤波
线性滤波
opencv2
LeetCode – Longest Consecutive Sequence Java
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
whywhom
·
2014-04-28 08:00
LeetCode
JAVA实现二叉树
如下图: packagecom.
algorithms
.treee;
艾伦蓝
·
2014-04-27 19:00
java实现
IsoAlgo Change Log
IsoAlgo-PipingIsometricdrawinggeneration
Algorithms
.IsoAlgocangeneratepipingisometricsdrawingsfromPCFtoDXF.FormoreinformationaboutIsoAlgo
eryar
·
2014-04-27 11:00
The Most Important
Algorithms
(in CS and Math)
原文转载from:http://www.risc.jku.at/people/ckoutsch/stuff/e_
algorithms
.html1.A*searchalgorithm
zhangyuehuan
·
2014-04-27 09:00
Algorithm
算法
sparse coding 论文、代码资料整理
article/details/23826557Code:http://www.eecs.berkeley.edu/~yang/software/l1benchmark/Fastl-1Minimization
Algorithms
lansatiankongxxc
·
2014-04-24 21:00
上一页
112
113
114
115
116
117
118
119
下一页
按字母分类:
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
其他