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:
1025 - A Spy in the Metro
1025-ASpyintheMetroSecretagentMariawassentto
Algorithms
Citytocarryoutanespeciallydangerousmission.Afterseveralthrillingeventswefindherinthefirststationof
Algorithms
CityMetro
q547550831
·
2016-07-10 20:00
dp
动态规划
ACM
uva
uva1025
Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
qq_18343569
·
2016-07-07 20:00
Shadow Map 原理和改进
CommonTechniquestoImproveShadowDepthMaps 2、Tutorial16:Shadowmapping 3、ShadowMapping 4、ShadowMapping
Algorithms
ronintao
·
2016-07-07 11:00
unity
render
[LintCode] Swap Nodes in Pairs 成对交换节点
ExampleGiven1->2->3->4,youshouldreturnthelistas2->1->4->3.ChallengeYour
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelis
Grandyang
·
2016-07-06 23:00
马上要参加数据工程师面试?花一分钟看看这个速读书籍列表!
FundamentalsofMachineLearningforPredictiveDataAnalytics:
Algorithms
,WorkedExamples,andCaseStudies(机器学习基础之预测数据分析
u013886628
·
2016-07-05 08:00
面试
数据
mac
机器学习
C语言
递归-汉诺塔
反复执行的过程(调用自身)有跳出反复执行过程的条件(递归出口)importcom.lifeibigdata.
algorithms
.leetcode.TreeNode;publicclassRecursive
菜鸟兄弟
·
2016-07-05 00:00
leetcode: Single Number
问题描述:Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
frank-liu
·
2016-07-04 23:00
计算机科学的知识领域
该报告给出计算机科学的18个知识领域如下: ●AL-
Algorithms
andComplexity《算法与复杂度》 ●AR-ArchitectureandOrganization《计算机结构体系与组织》
tigerisland45
·
2016-07-02 12:00
计算机科学
229. Majority Element II (重要!)
Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
知之可否
·
2016-06-28 16:01
leetcode
LevelDB : Skip List
引文论文http://www.cl.cam.ac.uk/teaching/0506/
Algorithms
/skiplists.pdfhttp://blog.nosqlfan.com/html/3041.
chj90220
·
2016-06-23 11:00
LevelDB : Skip List
引文论文http://www.cl.cam.ac.uk/teaching/0506/
Algorithms
/skiplists.pdfhttp://blog.nosqlfan.com/html/3041.
春泥面包
·
2016-06-23 00:00
LevelDB
页面置换算法
----通常,把选择换出页面的算法称为页面置换算法(Page-Replacement
Algorithms
)。置换算法的好坏,将直接影响到系统的性能。----一个好的页面置换算法,应具
cany1000
·
2016-06-21 17:07
操作系统
[leetcode]Single Number
.SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimeco
agsws
·
2016-06-20 21:00
LeetCode
笨办法学C 练习38:哈希算法
练习38:哈希算法原文:Exercise38:Hashmap
Algorithms
译者:飞龙你需要在这个练习中实现下面这三个哈希函数:FNV-1a以创造者GlennFowler、PhongVo和LandonCurtNoll
飞龙
·
2016-06-20 00:00
lxthw
c
笨办法学C 练习39:字符串算法
练习39:字符串算法原文:Exercise39:String
Algorithms
译者:飞龙这个练习中,我会向你展示可能是最快的字符串搜索算法之一,并且将它与bstrlib.c中现有的binstr比较。
飞龙
·
2016-06-20 00:00
lxthw
c
leetcode_c++:Missing Number(268)
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
LandscapeMi
·
2016-06-19 12:34
leetcode(c++)
笨办法学C 练习33:链表算法
练习33:链表算法原文:Exercise33:LinkedList
Algorithms
译者:飞龙我将想你介绍涉及到排序的两个算法,你可以用它们操作链表。
飞龙
·
2016-06-19 00:00
lxthw
c
《学习笔记》之JAVA设计模式--策略模式
(原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakesthemint
pengjunlee
·
2016-06-15 18:00
java
设计模式
java设计模式
策略模式
常见的大数据术语名词解释(中英对照)
算法(
Algorithms
)–可以完成某种数据分析的数学公式。分析法(Analytics)–用于发现数据的内在涵义。异
youzhouliu
·
2016-06-14 14:00
大数据
中英文对照术语
2.11 结构化程序设计思想
概念提出1976年N.Wirth出版的名为《
Algorithms
+DataStructure=Programs》的著作中,明确提出“算法”和“数据结构”是程序的两个要素,即程序设计主要包括两方面的内容。
softn
·
2016-06-12 08:00
Introduction to
Algorithms
-Lecture2数学课
渐进关系BigO的数学定义n**2+O(n)=O(n2)BigOmiga符号BigTheta符号Θ渐进上下界O渐进上界(最坏情况)Ω渐进下界(最好情况)SolvingRecurrencesSubstitutionmethod代换法1.guesstheformofthesolution2.verifytheinduction(归纳法)3.SolvetheconstantsRecursion-tree
cajan2
·
2016-06-07 23:00
137. Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
NNNNNNNNNNNNY
·
2016-06-06 23:00
136. Single Number
.SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
NNNNNNNNNNNNY
·
2016-06-06 00:00
OCR字符切割实例
text-basedcaptcha推荐的方法:1.水平或垂直投影的直方图分析对于细小直线J.YanandA.S.E.Ahmad.Breakingvisualcaptchaswithnaivepatternrecognition
algorithms
.InACSAC2007,2007
traumland
·
2016-06-05 00:35
opencv与图像处理
字符切割
字符分割
character
dissection
segmentation
神经网络机器翻译Neural Machine Translation(5): Gradient-based Optimization
Algorithms
本文将介绍近两年应用到端到端的神经网络模型中的一些优化方法。转载请注明出处:http://blog.csdn.net/u011414416/article/details/51567362本文将介绍近两年应用到端到端的神经网络模型中的一些参数优化方法,包括SGD、Momentum、NAG、Adagrad、Adadelta、RMSprop、Adam等。本文全文参考自博客:http://sebasti
clear-
·
2016-06-02 15:08
深度学习
机器翻译
遗传算法
摘要:遗传算法(genetic
algorithms
,GA)是模仿生物遗传学和自然选择机理,在对随机自适应的全局搜索算法(Holland霍兰德)及自然界的“自然选择”和“优胜劣汰”(Darwin达尔文)和生物遗传学说
GuangheUltimate
·
2016-05-31 17:21
人工智能
计算机算法
人工智能
遗传算法
摘要:遗传算法(genetic
algorithms
,GA)是模仿生物遗传学和自然选择机理,在对随机自适应的全局搜索算法(Holland霍兰德)及自然界的“自然选择”和“优胜劣汰”(Darwin达尔文)和生物遗传学说
GuangheUltimate
·
2016-05-31 17:21
人工智能
计算机算法
人工智能
遗传算法
摘要:遗传算法(genetic
algorithms
,GA)是模仿生物遗传学和自然选择机理,在对随机自适应的全局搜索算法(Holland霍兰德)及自然界的“自然选择”和“优胜劣汰”(Darwin达尔文)和生物遗传学说
GuangHEultimate
·
2016-05-31 17:00
人工智能
计算机算法
Middle-题目89:229. Majority Element II
题目原文:Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
cmershen
·
2016-05-31 17:00
LettCode总结
LeetCode网址:https://leetcode.com/problemset/
algorithms
/ 1TwoSum25arraysort setTwoPointers2AddTwoNumbers34linkedlistTwoPointers
XiaoXiaoPengBo
·
2016-05-31 16:00
LeetCode
spark简介
Spark由加州大学伯克利分校AMP实验室(
Algorithms
,Machines,andPeopleLab)开发,可用来构建大型的、低延迟的大数据处理的应用程序。
gongpulin
·
2016-05-29 23:00
个性化推荐算法:GRM,CF,NBI的实现
Allthree
algorithms
GRM,CF,andNBIcanprovideeach useranorderedqueueofallitsuncollectedmovies.Foran arbitraryuserui
robin_Xu_shuai
·
2016-05-29 21:00
NBI算法实现
个性化推荐算法
GRM推荐算法实现
CF推荐算法实现
24. Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
h
EbowTang
·
2016-05-29 16:00
LeetCode
C++
算法
链表
面试
24. Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
h
EbowTang
·
2016-05-29 16:00
LeetCode
C++
算法
链表
面试
24. Swap Nodes in Pairs [easy] (Python)
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houldus
coder_orz
·
2016-05-29 15:02
python
LeetCode
LeetCode
LeetCode解题报告
[LeetCode]136. Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Eazow
·
2016-05-28 17:11
每天刷个算法题20160526:BFS解决八数码问题(九宫格问题)
我已经建了一个开源项目,每天的题目都在里面:https://github.com/Xiaofei-it/
Algorithms
绝大部分算法都是我自己写的,没有参考网上通用代码
u012077163
·
2016-05-28 14:00
算法
ACM
bfs
每天刷个算法题20160525:快速排序的递归转非递归解法
我已经建了一个开源项目,每天的题目都在里面:https://github.com/Xiaofei-it/
Algorithms
绝大部分算法都是我自己写的,没有参考网上通用代码
u012077163
·
2016-05-28 14:00
算法
递归
快速排序
ACM
非递归
每天刷个算法题20160524:阿克曼函数的递归转非递归解法
我已经建了一个开源项目,每天的题目都在里面:https://github.com/Xiaofei-it/
Algorithms
绝大部分算法都是我自己写的,没有参考网上通用代码
u012077163
·
2016-05-28 14:00
编程
算法
递归
ACM
非递归
每天刷个算法题20160523:骑士巡游的递归转非递归解法
我已经建了一个开源项目,每天的题目都在里面:https://github.com/Xiaofei-it/
Algorithms
绝大部分算法都是我自己写的,没有参考网上通用代码
u012077163
·
2016-05-28 14:00
算法
递归
ACM
非递归
每天刷个算法题20160522:支持各种类型的并查集
我已经建了一个开源项目,每天的题目都在里面:https://github.com/Xiaofei-it/
Algorithms
绝大部分算法都是我自己写的,没有参考网上通用代码
u012077163
·
2016-05-28 14:00
算法
开源项目
ACM
并查集
近似最近邻搜索程序代码 ANN: A Library for Approximate Nearest Neighbor Searching
ANNisalibrarywritteninC++,whichsupportsdatastructuresand
algorithms
forbothexactanda
garfielder007
·
2016-05-27 19:49
近似最近邻
程序
代码
ANN
搜索
Codes/Projects
每天刷个算法题20160521:二叉树高度(递归与非递归)
我已经建了一个开源项目,每天的题目都在里面:https://github.com/Xiaofei-it/
Algorithms
绝大部分算法都是我自己写的,没有参考网上通用代码
u012077163
·
2016-05-25 22:00
每天刷个算法题20160520:二叉排序树
我已经建了一个开源项目,每天的题目都在里面:https://github.com/Xiaofei-it/
Algorithms
绝大部分算法都是我自己写的,没有参考网上通用代码
u012077163
·
2016-05-25 22:00
每天刷个算法题20160519:回溯法解八皇后
我已经建了一个开源项目,每天的题目都在里面:https://github.com/Xiaofei-it/
Algorithms
绝大部分算法都是我自己写的,没有参考网上通用代码
小飞_Xiaofei
·
2016-05-25 22:11
ACM/ICPC
ACM竞赛解题报告
Android开发
八皇后
算法
acm
回溯法
每天刷个算法题20160519:回溯法解八皇后
我已经建了一个开源项目,每天的题目都在里面:https://github.com/Xiaofei-it/
Algorithms
绝大部分算法都是我自己写的,没有参考网上通用代码
u012077163
·
2016-05-25 22:00
算法
ACM
八皇后
回溯法
X的N次方 朴素分治法-Java
http://open.163.com/special/opencourse/
algorithms
.html算法导论里讲了计算x的N次方计算方法,很节省资源的一种算法。
dingsai88
·
2016-05-25 17:06
X的N次方 朴素分治法-Java
http://open.163.com/special/opencourse/
algorithms
.html算法导论里讲了计算x的N次方计算方法,很节省资源的一种算法。
dingsai88
·
2016-05-25 17:00
深度学习如何入门?
beanfrog ,computervision161人赞同先了解个大概 ADeepLearningTutorial:FromPerceptronsto
Algorithms
神经网络肯定是要学习的,主要是
GarfieldEr007
·
2016-05-25 17:00
入门
deep
learning
dl
深度学习
二叉树的链式存储实现
https://github.com/liutianshx2012/
Algorithms
-Data_structures/tree/master/Data_structures/src2// //BiTree.h
liutianshx2012
·
2016-05-25 17:00
上一页
84
85
86
87
88
89
90
91
下一页
按字母分类:
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
其他