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:
代码面试最常用的10大算法
http://www.csdn.net/article/2014-04-10/2819237-Top-10-
Algorithms
-for-Coding-Interview 在程序员的职业生涯中,算法亦算是一门基础课程
·
2015-11-02 16:54
算法
NoSql数据库的分布式算法
my.oschina.net/juliashine/blog/88173 NoSQL数据库的分布式算法 本文另一地址请见NoSQL数据库的分布式算法 本文译自 Distributed
Algorithms
·
2015-11-02 15:20
NoSQL
What are the advantages of different classification
algorithms
?
What are the advantages of different classification
algorithms
?
·
2015-11-02 15:25
algorithms
回溯法( Backtracking
Algorithms
) :C语言Maze迷宫问题(自己实现)
http://www.cs.rpi.edu/~hollingd/psics/notes/backtracking.pdf Two situations: – Finding a solution to a problem can't be based on a straight path to the goal. ● consider traversing a maze
·
2015-11-02 14:58
algorithms
微软为 WP 开发者发布 Face SDK
The Microsoft Face SDK provides many state-of-the-art
algorithms
to pro
·
2015-11-02 14:28
sdk
一个排序算法比较的网站
Sorting Algorithm Animations http://www.sorting-
algorithms
.com/ 这是一个非常不错的排序算法的网站,当你打开这个网站的时候,请不要因为看到很多个图片的大红叉而鄙视它
·
2015-11-02 14:00
排序算法
HDOJ 5532 Almost Sorted Array (正反LIS判断顺序)
Others)TotalSubmission(s):235 AcceptedSubmission(s):113ProblemDescriptionWeareallfamiliarwithsorting
algorithms
helloiamclh
·
2015-11-02 13:00
设计模式实战应用之一:策略模式
Gof 把策略模式归类到对象行为型模式,《 设计模式:可复用面向对象软件的基础》对策略模式做出了明确的定义:“ Define a family of
algorithms
, encapsulate each
·
2015-11-02 13:39
设计模式
《智能Web算法》
《智能Web算法》 基本信息 原书名:
Algorithms
of the Intelligent Web 原出版社: Manning Publications 作者:
·
2015-11-02 12:04
Web
【cs229-Lecture5】生成学习算法:1)高斯判别分析(GDA);2)朴素贝叶斯(NB)
参考: cs229讲义 机器学习(一):生成学习算法Generative Learning
algorithms
: http://www.cnblogs.com/zjgtan/archive/
·
2015-11-02 12:52
算法
【推荐系统论文笔记】个性化推荐系统评价方法综述(了解概念——入门篇)
Overview of the Evaluated
Algorithms
for the Personal Recommendation Systems 顾名思义,这篇中文论文讲述的是推荐系统的评价方法
·
2015-11-02 12:48
个性化推荐
POJ - 3974 Palindrome
DescriptionAndy the smart computer science student was attending an
algorithms
class when the professor
·
2015-11-02 12:53
poj
STL源码剖析 迭代器(iterator)概念与编程技法(三)
1 STL迭代器原理 1.1 迭代器(iterator)是一中检查容器内元素并遍历元素的数据类型,STL设计的精髓在于,把容器(Containers)和算法(
Algorithms
)分开,而迭代器
·
2015-11-02 10:16
iterator
策略模式
(原文:The Strategy Pattern defines a family of
algorithms
,encapsulates each one,and makes them interchangeable
·
2015-11-02 10:35
策略模式
UVA 110 Meta-Loopless Sorts(输出挺麻烦的。。。)
Analyzing and implementing various sorting
algorithms
forms an
·
2015-11-02 10:42
sort
Kalman Filters in the MRPT and using tips
1 Kalman Filters in the MRPT Kalman Filter
algorithms
(EKF,IEKF,UKF) are centralized in one single virtual
·
2015-11-02 09:16
filter
Missing Number
distinctnumberstakenfrom 0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Given nums = [0,1,3] return 2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyou
amazingzoe
·
2015-11-02 02:00
hdoj 5532 Almost Sorted Array 【LIS】
Others)TotalSubmission(s):12 AcceptedSubmission(s):10ProblemDescriptionWeareallfamiliarwithsorting
algorithms
chenzhenyu123456
·
2015-11-01 22:00
HDU 5532 Almost Sorted Array(最长非递减子序列 模板题)——2015ACM/ICPC亚洲区长春站
Java/Others) MemoryLimit:262144/262144K(Java/Others)ProblemDescriptionWeareallfamiliarwithsorting
algorithms
queuelovestack
·
2015-11-01 18:00
ACM
LIS
Leetcode Algorithm No.268 Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
Sugeei
·
2015-11-01 17:59
python
Leetcode Algorithm No.268 Missing Number
distinctnumberstakenfrom 0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Given nums = [0,1,3] return 2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyou
huxian370
·
2015-11-01 17:00
Design and Analysis of
Algorithms
_Decrease-and-Conquer
and make up this pseudocode from the book: <<Introduction to the Design and Analysis of
Algorithms
_Second
·
2015-11-01 16:52
algorithms
Design and Analysis of
Algorithms
_Divide-and-Conquer
collect and make up this pseudocode from the book: <<Introduction to the Design and Analysis of
Algorithms
_Second
·
2015-11-01 16:50
algorithms
Design and Analysis of
Algorithms
_Fundamentals of the Analysis of Algorithm Efficiency
collect and make up this pseudocode from the book: <<Introduction to the Design and Analysis of
Algorithms
_Second
·
2015-11-01 16:49
algorithms
Design and Analysis of
Algorithms
_Introduction
collect and make up this pseudocode from the book: <<Introduction to the Design and Analysis of
Algorithms
_Second
·
2015-11-01 16:48
algorithms
机器学习(一):生成学习算法Generative Learning
algorithms
前段时间开始研究图像检索,进展困难,于是回归基础,捧起PRML一书,无奈看起来极其晕乎,参考AN的的讲义才有点初步的认识。 1、概述:什么是生成学习算法 两类学习算法:判别学习算法(discriminative learning algorithm)和生成学习算法(generative learning algorithm)。DLA通过建立输入空间X与输出标注{1, 0}间的映射关系学习得到p
·
2015-11-01 14:23
algorithms
Machine Learning
Algorithms
Study Notes(4)—无监督学习(unsupervised learning)
1 Unsupervised Learning 1.1 k-means clustering algorithm 1.1.1 算法思想
·
2015-11-01 14:43
learning
machine
Machine Learning
Algorithms
Study Notes(2)--Supervised Learning
Machine Learning
Algorithms
Study Notes 高雪松 @雪松Cedro Microsoft MVP 本系列文章是
·
2015-11-01 14:42
【HackerRank】Running Time of Quicksort
Compare the running time of the two
algorithms
by counting how many swaps or sh
·
2015-11-01 13:00
Quicksort
Studying "Introduction to
Algorithms
"
Chapter 2 2.1-3: Linear_Search(A, n, v) for i<-1 to n if A[i]=v return i return NIL Loop invariant: before the loop i, the 1 to i-1 items in
·
2015-11-01 12:47
algorithms
【软件分析与挖掘】A Comparative Study of Supervised Learning
Algorithms
for Re-opened Bug Prediction
摘要: 本文主要是评估多种监督机器学习算法的有效性,这些算法用于判断一个错误报告是否是reopened的,算法如下: 7种监督学习算法:kNN,SVM, SimpleL
·
2015-11-01 11:41
algorithms
设计模式学习总结11 - 行为型6 - TemplateMethod模版方法模式
RoleThe Template Method pattern enables
algorithms
to defer
·
2015-11-01 10:48
template
详细解说 STL 排序(Sort)
作者Winter 转载地址:http://www.stlchina.org/twiki/bin/view.pl/Main/STLSort
Algorithms
详细解说 STL 排序(Sort
·
2015-11-01 09:42
sort
精通八大排序算法系列:二、堆排序算法
; 精通八大排序算法系列:二、堆排序算法 作者:July 、二零一一年二月二十日本文参考:Introduction To
Algorithms
·
2015-11-01 08:31
排序算法
经典算法研究系列:二之续、彻底理解Dijkstra算法
参考代码:introduction to
algorithms
,Second Edition。--------------------------------------- 了解什么是Dijk
·
2015-11-01 08:29
dijkstra
细数二十世纪最伟大的10大算法
二零一一年一月十日 ------------------------------------ 参考论文:The Best of the 20th Century: Editors Name Top 10
Algorithms
·
2015-11-01 08:27
算法
算法设计与分析基础(第3版 影印版)
《算法设计与分析基础(第3版 影印版)》 基本信息 原书名:Introduction to the Design and Analysis of
Algorithms
, Third Edition
·
2015-11-01 08:18
算法
Majority Element II
Givenanintegerarrayofsize n,findallelementsthatappearmorethan ⌊n/3⌋ times.The
algorithms
houldruninlineartimeandinO
hcx2013
·
2015-10-31 20:00
排序算法复习(Java实现)(二): 归并排序,堆排序,桶式排序,基数排序
package
algorithms
; import java.lang.reflect.Array; /**
·
2015-10-31 19:35
java实现
Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue
Algorithms
http://www.cs.rochester.edu/research/synchronization/pseudocode/queues.html /Files/slime/1996_PODC_queues.pdf Pseudocode from article of the above name in PODC96 (with two typos corre
·
2015-10-31 19:34
Concurrent
Codeforces Round #300 F - A Heap of Heaps (树状数组 OR 差分)
megabytes input standard input output standard output Andrew skipped lessons on the subject '
Algorithms
·
2015-10-31 18:09
codeforces
关联规则:R与SAS的比较
啤酒和尿布的故事是关联分析方法最经典的案例,而用于关联分析的Apriori算法更是十大数据挖掘算法之一(http://www.cs.uvm.edu/~icdm/
algorithms
/index.shtml
·
2015-10-31 17:59
比较
计划读的文献-Graph Cut
PAMI 2001 2, An Experimental Comparison of Min-Cut/Max-Flow
Algorithms
for Energy Minimization in Vision
·
2015-10-31 17:16
Graph
遗传算法学习心得
最近在看遗传算法,查了很多资料,所以做了如下一些总结,也希望对后面研究的人有些帮助.因为初学GA,文中自己的见解,不一定全对,感兴趣的可以一起探讨.I简介基本概念遗传算法(Genetic
Algorithms
x_i_y_u_e
·
2015-10-31 17:00
Sorting
Algorithms
in Java Language
插入排序: package org.rut.util.algorithm.support; import org.rut.util.algorithm.SortUtil;/** * @author treeroot * @since 2006-2-2 * @version 1.0 */public class InsertSort imple
·
2015-10-31 16:26
algorithms
函数对象/仿函数
提到C++ STL,首先被人想到的是它的三大组件:Containers, Iterators,
Algorithms
,即容器,迭代器和算法。
·
2015-10-31 14:53
函数
STL六大组件简介
2、算法(
Algorithms
):各种常用算法如Sort,Search,Copy,Erase,从实现的角度来看,STL算法是一种Function Templates。3、迭代器(Iterators
·
2015-10-31 14:26
STL
STL之容器(containers) 简介
也可以是预定义类型,c++中的容器主要使用如vector,list (顺序容器) 这些都是已经封装好了. 1.结构(struct): vector,list,deque,set,map… 2.算法(
algorithms
·
2015-10-31 13:20
contain
Hackerrank (1): CodeStorm 2015 > Little Alexey's Tree
题目:ProblemStatementLittleAlexeywasplayingwithtreeswhilestudyingpowerfultree
algorithms
.Recently,hediscoveredatreewithnvertices.Oneachedge
u011029779
·
2015-10-31 13:00
Algorithm
面试题
hackerrank
Machine Learning
Algorithms
Study Notes(5)—Reinforcement Learning
ReinforcementLearning对于控制决策问题的解决思路:设计一个回报函数(rewardfunction),如果learningagent(如上面的四足机器人、象棋AI程序)在决定一步后,获得了较好的结果,那么我们给agent一些回报(比如回报函数结果为正),得到较差的结果,那么回报函数为负。比如,四足机器人,如果他向前走了一步(接近目标),那么回报函数为正,后退为负。如果我们能够对
Xuesong
·
2015-10-31 13:00
上一页
97
98
99
100
101
102
103
104
下一页
按字母分类:
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
其他