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
268. Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
西土城小羊
·
2017-03-17 13:32
optimizer优化算法总结
优化方法总结参考深度学习最全优化方法总结比较Anoverviewofgradientdescentoptimization
algorithms
目录优化方法总结SGD1Batchgradientdescent2Stochasticgradientdescent3Mini-batchgradientdescent
sherine
·
2017-03-17 00:01
deep-learning
面部变形+基于特征的图像变形+field warping-Siggraph 1992
ImageMorphing-Homework图像处理(十)基于特征线的图像变形-Siggraph1992FaceMorphingonAnimationProducing-ntu-csie2DImageMorphing
Algorithms
czl389
·
2017-03-13 10:45
图像变形
脸部变形
image-warp
图像处理与机器视觉
机器学习系列之——独立成分分析
7.ICA算法扩展描述上面介绍的内容基本上是讲义上的,与我看的另一篇《IndependentComponentAnalysis:
Algorithms
andApplications》(AapoHyvärinenandErkkiOja
tongle.Wang
·
2017-03-12 10:06
机器学习
网络流(Network Flow)
http://mindlee.com/2011/11/19/network-flow/比较好的解释,原理逐步理解http://zhangxiaoyang.me/categories/intro-to-
algorithms
-tutorial
清风予你
·
2017-03-08 22:43
算法
算法-“冒泡排序”程序模拟
作者:vuefine文献:-DataStructuresand
Algorithms
UsingC#|MichaelMcmillan平台:.NET2.0+冒泡排序排序最基础最基本的算法便是冒泡排序了,bubblesort
alg-flody
·
2017-03-07 21:11
算法/LeetCode
模拟排序算法
经典算法
LeetCode题目研究
使用matlab实现简单的遗传算法(一)
一、遗传算法简介遗传算法(Genetic
Algorithms
)是目前适用比较广泛的随机搜索和优化算法,也是众所周知的进化计算方法。
七月南归
·
2017-03-07 14:59
遗传算法
matlab
遗传算法
Preface
Coqisaformalproofmanagementsystem.Itprovidesaformallanguagetowritemathematicaldefinitions,executable
algorithms
andtheoremstogetherwithanenvironmentforsemi-interactivedevelopmentofmachine-chec
XYZ7
·
2017-03-06 15:53
英文分词算法(Porter stemmer)
Porterstemmer)主要可以实现单词原型的还原,官网http://tartarus.org/~martin/PorterStemmer/一些词汇的处理结果:http://snowball.tartarus.org/
algorithms
JOY酷酷
·
2017-03-05 18:24
NLP
如何用数学家的思维指导生活、管理时间?
最近读完了英文图书《指导生活的算法》——
Algorithms
toLiveBy:TheComputerScienceofHumanDecisions,结合万维钢的“数学家告诉你系列”解读,着实令人茅塞顿开
兔妈在美国
·
2017-03-05 09:16
Unsupervised Image-to-Image Translation Networks --- Reading Writing
htmlUnsupervisedImage-to-ImageTranslationNetworks---ReadingWriting2017.03.03Motivations:mostexistingimagetoimagetranslation
algorithms
areallneedimagep
a1424262219
·
2017-03-03 19:00
读书笔记_算法第四版(二)
个人练习代码:https://github.com/morefans/
Algorithms
FourthEdition第4章图4.1无向图l图是由一组顶点和一组能够将两个顶点相连的边组成的。
蚍蜉叹morefans
·
2017-03-01 16:27
读书笔记
数据结构和算法
算法题——Missing Number(JAVA)
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimple
ivyusing
·
2017-02-26 20:57
java
算法
算法
IT电子书
.MGH,.2010.pdfAndroid软件安全与逆向分析.pdfApacheCordova3Programming.pdfComputer.and.Machine.Vision,.Theory,.
Algorithms
阿南亮子
·
2017-02-26 11:05
电子书
Combination相关集合
packagew3ang.
algorithms
;importjava.util.ArrayList;publicclassCombination{publicstaticvoidmain(String[
dreamxiaowei
·
2017-02-22 10:58
Algorithms
Image processing Toolbox (Python)
**Labels:**ImageProcess,Python,Toolboxscikit-imagescikit-imageisacollectionof
algorithms
forimageprocessing.Itisavailablefreeofchargeandfreeofrestriction.ImageprocessinginPythonFunctions
qin7zhen
·
2017-02-21 20:16
STL标准库六大组件 关系 作用
2、算法(
Algorithms
):各种常用算法如Sort,Search,Copy,Erase,从实现的角度来看,STL算法是一种FunctionTemplates。3、迭代器(It
Aikenlan
·
2017-02-13 16:04
C++
求给定序列对应的哈夫曼树权值Huffman
packagew3ang.
algorithms
;importjava.util.TreeSet;classHuffmanNodeimplementsComparable{publicintweight;
dreamxiaowei
·
2017-02-13 14:31
Algorithms
Reservior Sampling (蓄水池抽样算法)
ReserviorSampling(蓄水池抽样算法)1.蓄水池抽样问题描述Reservoirsamplingisafamilyofrandomized
algorithms
forrandomlychoosingasampleofkitemsfromalistScontainingnitems
chouisbo
·
2017-02-13 11:35
学习
工作之后我推荐看的书籍
1.算法导论(原书第3版)/计算机科学丛书[Introductionto
Algorithms
,thirdedition]超过50万人阅读的算法圣经!
东升
·
2017-02-07 10:46
书籍推荐
Win10下查看文件哈希值
-Algorithm......分别对应文件路径和算法如:Get-Filehash-Path"C:\ProgramFiles\WindowsDefender\MSASCui.exe"-
AlgorithmS
HA1
Cytosine
·
2017-02-05 23:57
Windows
Win10
PowerShell
Hash
SHA1
Windows
Win10
PowerShell
Hash
Dijkstra最短路径算法的理解与实现
Dijkstra大学的时候就学过,但最近在《
Algorithms
》这本书里,看到了个很有趣的讲解,对这个算法有了新的理解,以下便是对这个算法的整理和实现。
2dian718
·
2017-02-01 00:00
广度优先搜索
最短路径
ruby
实现细节
算法
An overview of gradient descent optimization
algorithms
Anoverviewofgradientdescentoptimization
algorithms
Note:Ifyouarelookingforareviewpaper,thisblogpostisalsoavailableasanarticleonarXiv.Tableofcontents
ericliu2017
·
2017-01-28 11:01
机器学习
策略模式(strategy pattern)
策略模式(Strategypattern)定义Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.
Leocat
·
2017-01-26 11:51
策略模式(strategy pattern)
策略模式(Strategypattern)定义Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.
Leocat
·
2017-01-26 11:51
神经网络与深度学习(第一章)(三)
SigmoidneuronsSigmoid神经元Learning
algorithms
soundterrific.Buthowcanwedevisesuch
algorithms
foraneuralnetwork
forrestyanyu
·
2017-01-25 17:29
神经网络
深度学习
LeetCode 136. Single Number(Java)
原题:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Davy_Joe
·
2017-01-25 15:43
LeetCode
LeetCode 136. Single Number(Java)
原题:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Davy_Joe
·
2017-01-25 15:43
LeetCode
BIG O NOTATION - Swift
Algorithms
由於訂閱NatashaTheRobot的Newsletter,所以看到一本講解Swift的演算法的書,叫做TheSwift
Algorithms
Book,而如果透過他的推薦碼去購買,有折扣啦,所以我就在這個拮据的狀況
V特_工具人
·
2017-01-19 01:48
黑客与画家之路
introduction/271005.htm#/courseDetail2.数据结构与算法(Coursera-UCSD数据结构与算法专项课程)AlgorithmicToolboxDataStructures
Algorithms
o
Ellie_
·
2017-01-17 11:01
学习
【数据结构与算法】 有向图的最短路径实现
Goal:Practicethe
algorithms
ofshortestpathproblem.Task:用一个有向图表示给定的n个(要求至少10个)城市(或校园中的一些地点)及其之间的道路、距离情况,
远赫连
·
2017-01-15 16:52
无标题文章
DataStructuresand
Algorithms
inC++Chapter01
Algorithms
1-1Why
Algorithms
1-2IntroductionLanguage:C++GitHubPath
我是阿喵酱
·
2017-01-13 03:02
Tensorflow的Eigen编程
1.EigenisaC++templatelibraryforlinearalgebra:matrices,vectors,numericalsolvers,andrelated
algorithms
.http
langb2014
·
2017-01-10 21:37
TF
136. Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
juexin
·
2017-01-09 18:54
Princeton-Algorithm-Priority Queue
该文章为Princeton-
Algorithms
PartI读书笔记,相关视频在此。1.PQ的API接口PQ的API接口关键:能够找到最大(最小)的元素,能够删除最大(最小)的元素。
kevinscake
·
2017-01-07 14:47
python复杂网络库networkx:算法
http://blog.csdn.net/pipisorry/article/details/54020333Networks算法
Algorithms
最短路径ShortestPathsshortest_pathall_shortest_pathsshortest_path_lengthaverage_shortest_path_lengthhas_pathAdvancedInterfaceDens
-柚子皮-
·
2017-01-04 16:54
Networkx小记
计算机常用基础算法
Algorithms
playgroundforcommonquestionssolvedinJavasyntax.Thisrepositorycontainsmysolutionforsomecommon
algorithms
.I
Jack-Chan
·
2017-01-04 00:00
数据结构与算法
《计算机算法设计与分析》题目汇总
Github源码地址:https://github.com/hlk-1135/Data-Structures-and-
Algorithms
递归与分治:电路布线问题有重复元素的排列问题集合划分问题半数集和半数单集循环日程赛矩阵连乘问题最长公共子序列问题排列的字典序问题字典序问题动态规划
hlk_1135
·
2017-01-02 10:40
算法分析与设计
《计算机算法设计与分析》题目汇总
Github源码地址:https://github.com/hlk-1135/Data-Structures-and-
Algorithms
递归与分治:电路布线问题有重复元素的排列问题集合划分问题半数集和半数单集循环日程赛矩阵连乘问题最长公共子序列问题排列的字典序问题字典序问题动态规划
hlk_1135
·
2017-01-02 10:40
算法分析与设计
我钟爱的数据结构大复习
https://visualgo.net/https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html闲着无聊可以来个自测https://
misolamiso
·
2016-12-23 00:33
C
《
Algorithms
》NP-complete 部分证明习题解答
《
Algorithms
》NP-complete部分证明习题解答8.3STINGYSATisthefollowingproblem:givenasetofclauses(eachadisjunctionofliterals
Gregzeng
·
2016-12-19 17:53
Cardinality Estimation算法学习(二)(Linear Counting算法、最大似然估计(MLE))
http://blog.codinglabs.org/articles/
algorithms
-for-cardinality-estimation-part-ii.html它的基本处理方法和上篇中用bitmap
曾经时光
·
2016-12-12 11:00
Cardinality Estimation算法学习(一)(了解基数计算的基本概念及回顾求字符串中不重复元素的个数的问题)
于是就去搜了“HyperLogLog”,从而引出了CardinalityEstimation算法,以及学习它时参考的一些文章:http://blog.codinglabs.org/articles/
algorithms
-for-cardinality-estim
曾经时光
·
2016-12-10 11:00
数字证书原理,公钥私钥加密原理
[+]1基础知识11公钥密码体制public-keycryptography12对称加密算法symmetrickey
algorithms
13非对称加密算法asymmetrickey
algorithms
14RSA
Bo_OuYang
·
2016-12-07 13:56
安全
数据挖掘十大算法之Apriori详解
年12月召开的IEEE数据挖掘国际会议上(ICDM,InternationalConferenceonDataMining),与会的各位专家选出了当时的十大数据挖掘算法(top10datamining
algorithms
白马负金羁
·
2016-12-06 11:59
数据挖掘十大算法
数据挖掘十大算法之Apriori详解
年12月召开的IEEE数据挖掘国际会议上(ICDM,InternationalConferenceonDataMining),与会的各位专家选出了当时的十大数据挖掘算法(top10datamining
algorithms
baimafujinji
·
2016-12-06 11:00
数据挖掘
关联规则
Apriori算法
Scikit-learn:聚类clustering
://blog.csdn.net/pipisorry/article/details/53185758不同聚类效果比较sklearn不同聚类示例比较Acomparisonoftheclustering
algorithms
inscikit-learn
-柚子皮-
·
2016-11-25 09:38
Scikit-Learn
HFSC Scheduling with Linux
PatrickMcHardy©2006MartinA.Brown(translation)//比HTB精确的HFSCForcomplextrafficshapingscenarios,hierarchical
algorithms
arenecessary.CurrentversionsofLinuxsupportthe
eydwyz
·
2016-11-24 17:27
Linux
TC
PSEUDOCODE STANDARD
PSEUDOCODESTANDARDPseudocodeisakindofstructuredenglishfordescribing
algorithms
.Itallowsthedesignertofocusonthelogicofthealgorithmwithoutbeingdistractedbydetailsoflanguagesyntax.Atthesametime
DerryYan
·
2016-11-23 19:40
PSEUDOCODE STANDARD
PSEUDOCODESTANDARDPseudocodeisakindofstructuredenglishfordescribing
algorithms
.Itallowsthedesignertofocusonthelogicofthealgorithmwithoutbeingdistractedbydetailsoflanguagesyntax.Atthesametime
DerryYan
·
2016-11-23 19:40
上一页
80
81
82
83
84
85
86
87
下一页
按字母分类:
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
其他