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
深度学习(Deep Learning)综述
查看abriefintroductiontoMachineLearningforAI 和 anintroductiontoDeepLearning
algorithms
. 深度学习是关于学
u013524655
·
2014-11-09 10:00
【LeetCode】
Algorithms
题集(四)
MaximumSubarray题意: Findthecontiguoussubarraywithinanarray(containingatleastonenumber)whichhasthelargestsum. Forexample,giventhearray[−2,1,−3,4,−1,2,1,−5,4], thecontiguoussubarray[4,−1,2,1]hasthela
jcjc918
·
2014-11-07 22:00
LeetCode
deep learning综述 & Theano举例
查看abriefintroductiontoMachineLearningforAI 和 anintroductiontoDeepLearning
algorithms
.
lwfcgz
·
2014-11-07 12:00
自动化SQL注入工具――jSQL Injection v0.4
Version0.4特性GET, POST, header, cookie methods Normal, error based, blind, time based
algorithms
Automatic
KBK影院
·
2014-11-04 23:20
windows
cookie
encode
control
webshell
LeetCode 129 Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
ustc_summer
·
2014-11-01 11:00
LeetCode
swap
in
nodes
pairs
二十世纪最伟大的10大算法
TheBestofthe20thCentury:EditorsNameTop10
Algorithms
【http://www.uta.edu/faculty/rcli/TopTen/topten.pdf】
pipisorry
·
2014-10-31 20:00
算法
LeetCode 112 First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
ustc_summer
·
2014-10-31 12:00
LeetCode
first
Missing
Positi
最大流算法统计
对最大流算法历史文献的一个调研 Table: Polynomial
algorithms
for the max flow problem No
·
2014-10-29 15:00
最大流
Scaling Learning
Algorithms
towards AI(经典文献阅读)
一.文献名字和作者 ScalingLearning
Algorithms
towardsAI,YoshuaBengio andYannLeCun 二.阅读时间 2014年10月27日三.文献的贡献点
shengno1
·
2014-10-28 00:00
文献阅读
DeepLeaning
【LeetCode】
Algorithms
题集(三)
SearchInsertPosition题意:Givenasortedarrayandatargetvalue,returntheindexifthetargetisfound.Ifnot,returntheindexwhereitwouldbeifitwereinsertedinorder.Youmayassumenoduplicatesinthearray.Herearefewexamples
jcjc918
·
2014-10-25 21:00
LeetCode
【LeetCode】
Algorithms
题集(二)
LinkedListCycle题意: Givenalinkedlist,determineifithasacycleinit. Followup: Canyousolveitwithoutusingextraspace? 思路: 如何判断一个链表存在环?可以设置两个指针,一个快,一个慢,沿着链表走,在无环的情况下,快指针很快到达终点。如果存在环,那么,快指针就会陷入绕圈,而最后被慢指针
jcjc918
·
2014-10-25 17:00
LeetCode
细数二十世纪最伟大的十大算法
参考文献:TheBestofthe20thCentury:EditorsNameTop10
Algorithms
。ByBarryA.Cipra。
wenyusuran
·
2014-10-25 09:00
【LeetCode】Agorithms 题集(一)
Note: Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory?
jcjc918
·
2014-10-25 00:00
LeetCode
Algorithm
mcrypt启用 加密以及解密过程详细解析
Mcrypt库支持20多种加密算法和8种加密模式,具体可以通过函数mcrypt_list_
algorithms
()和mcrypt_list_modes()来显示Mcrypt扩展库可以实现加密解密功能,就是既能将明文加密
开卷书生
·
2014-10-23 15:00
[LeetCode] First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
hale1007
·
2014-10-23 15:00
UnionFind算法学习
算法来自
Algorithms
一书1.5节,在此备忘。
huqiao1220
·
2014-10-19 17:00
UNION
c语言二叉树
http://www.xmsydw.com Department of Computing and Information SystemsCOMP10002 Foundations of
Algorithms
Semester
guoyiqi
·
2014-10-19 11:00
C语言
c语言二叉树
Department of Computing and Information SystemsCOMP10002 Foundations of
Algorithms
Semester 2, 2014Assignment
·
2014-10-19 11:00
C语言
Install OpenCV 2.4.9 in Ubuntu 14.04, 13.10
isthemostpopularandadvancedcodelibraryforComputerVisionrelatedapplicationstoday,spanningfrommanyverybasictasks(captureandpre-processingofimagedata)tohigh-level
algorithms
xiaojidan2011
·
2014-10-16 19:00
面试中的二叉树问题总结【Java版】
package
Algorithms
.tree; importjava.util.ArrayList; importjava.util.Iterator; importjava.util.LinkedList
yangcs2009
·
2014-10-16 13:00
LeetCode 刷题顺序表
Id Question Difficulty Frequency Data Structures
Algorithms
1 Two Sum 2 5 array
·
2014-10-15 05:00
LeetCode
算法学习-第0篇 从Fibonacci开始
学习资源《
Algorithms
》,作者S.Dasgupta,C.H.Papadimitriou,andU.V.Vazirani。
segen_jaa
·
2014-10-13 15:00
OPENCV学习------Opencv库中各种图像平滑处理函数分析
图像平滑处理的原理以下原理来源于RichardSzeliski的著作 ComputerVision:
Algorithms
andApplications 以及 LearningOpenCV平滑 也称 模糊
676401088
·
2014-10-12 17:00
LeetCode_First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
loveRooney
·
2014-10-06 18:00
LeetCode
Cloud Rendering& Client Rendering
Intraditionalsolutionofmedicalimageprocessing,theworkstationplaysthemostimportantrolewhereallofthe
algorithms
onmedicalimagesareperformedlocallybyitsCPU
OrNot-2012
·
2014-10-01 09:00
OpenSSl-RSA(公私钥制作,加解密,签名)
SigningdatawiththeRSA
algorithmS
tep1.Createprivate/publickeypair(optional)openssl genrsa -out private.pem
_Mr_Computer_
·
2014-09-30 10:15
rsa
encrypt
decrypt
Superpixel整理
基于梯度下降的方法(Gradientdescentbased
algorithms
):1.Watershed,1991.LucVincentandPierreSoille.Watershedsindigitalspaces
Vision_Learning
·
2014-09-28 23:44
Paper_Reading
推荐!可视化垃圾回收算法
英文原文:http://spin.atomicobject.com/2014/09/03/visualizing-garbage-collection-
algorithms
/大部分开发者都认为自动垃圾回收器是理所当然的
·
2014-09-28 10:00
算法
垃圾回收
可视化
编程艺术第十六~第二十章:全排列/跳台阶/奇偶调序,及一致性Hash算法
故常常关注个人所建的
Algorithms
1-14群内朋友关于笔试,面试,宣讲会,offer,薪资的讨论以及在群内发布的各种笔/面试题,常感言道:咱们这群人之前已经在学校受够了学校的那种应试教育,如今出来找工作又得东奔西走
bluehawksky
·
2014-09-26 09:00
数据结构
算法
Python 数据结构与算法
ProblemSolvingwith
Algorithms
andDataStructuresDataStructuresand
Algorithms
UsingPythonDataStructuresand
Algorithms
withObject-OrientedDesignPatternsinPythonDataStructuresand
Algorithms
inPythonPythonAlgorith
MtrS
·
2014-09-24 08:00
从输入流随机取数
Selectarandomnumberfromstream,withO(1)spaceReservoirSampling 从输入流随机取数Reservoirsampling isafamilyofrandomized
algorithms
forrandomlychoosing
jiyanfeng1
·
2014-09-22 09:00
Single Number 【leetcode】1分钟解题系类
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
eclipse_c
·
2014-09-21 22:00
LeetCode
迭代阈值缩减算法(Iterative Shrinkage-Thresholding Method)
参考文献:YangAY,SastrySS,GaneshA,etal.Fastℓ1-minimization
algorithms
andanapplicationinrobustfacerecognition
yhdzw
·
2014-09-21 11:00
EE8054 Semiconductor Memory Testing
Chapter1:IntroductionChapter2:BasicsofMemories&VLSITestingChapter3:FunctionalFaultModelsandTest
Algorithms
RyaneLuo
·
2014-09-18 18:00
调查:map在clear之后并没有释放内存
ms-manual.htmlhttp://manyhappy163.blog.163.com/blog/static/16447683120105174149969/http://hi.baidu.com/
algorithms
so true
·
2014-09-18 14:00
【LeetCode】【Python题解】Single NumberII
Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
u011613729
·
2014-09-15 23:00
LeetCode
Algorithm
python
遍历
First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
chencheng126
·
2014-09-15 15:00
LaTeX/
Algorithms
伪代码
转自:http://hustsxh.is-programmer.com/posts/38801.htmlalgorithmic和algorithmicx介绍下algorithmic和algorithmicx,这两个包很像,很多命令都是一样的,只是algorithmic的命令都是大写,algorithmicx的命令都是首字母大写,其他小写(EndFor两个大写)。下面是algorithmic的基本命
qq1987924
·
2014-09-14 22:00
Algorithm
latex
Leetcode-SingleNumber
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
猪刚烈
·
2014-09-12 16:00
LeetCode
测试
Java学习笔记
SingleNumber
Leetcode-SingleNumberII
Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
猪刚烈
·
2014-09-12 16:00
java
LeetCode
Java学习笔记
II
SingleNumber
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
chencheng126
·
2014-09-11 19:00
javascript 算法
转自:http://www.codeceo.com/article/javascript-9-sort-
algorithms
.html笔试面试经常涉及各种算法,本文简要介绍常用的一些算法,并用JavaScript
aaron_zhao_
·
2014-09-11 15:36
并查集(Union-Find)算法介绍
更多的信息可以参考
Algorithms
一书的Section1.5,实际上本文也就是基于它的一篇读后感吧。
akunainiannian
·
2014-09-10 19:00
数据结构
算法
Single Number II
Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
ahero_happy
·
2014-09-10 13:00
What are the best talks/lectures related to big data/
algorithms
/machine learning?
from:quoraFranckDernoncourt, PhDstudentinAI@MIT435 upvotesby ChrisHammerschmidt, HelenFlynn, FahiraAfzal, (more)Herearethe100mostpopularMachineLearningtalksat http://VideoLectures.Net(October22,2012)(
zhang11wu4
·
2014-09-10 05:00
First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
huangynn
·
2014-09-09 10:00
LeetCode
LeetCode-Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houldus
xin_jmail
·
2014-09-07 10:00
LeetCode
LeetCode-First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldr
xin_jmail
·
2014-09-06 11:00
LeetCode
(译)可视化垃圾收集(GC)算法
blog.geekcome.com/archives/299原文地址:http://spin.atomicobject.com/2014/09/03/visualizing-garbage-collection-
algorithms
yming0221
·
2014-09-05 23:00
jvm
内存
内存泄露
内存分配
可视化
【索引】String
Algorithms
::Exercises: Beginner
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)Chapter3.DataStructures::String
Algorithms
::
u011328934
·
2014-09-05 22:00
上一页
107
108
109
110
111
112
113
114
下一页
按字母分类:
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
其他