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
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
STL
Algorithms
之 unique
C++的文档中说,STL中的unique是类似于这样实现的: template <class ForwardIterator> ForwardIterator unique ( ForwardIterator first, ForwardIterator last ) { ForwardIterator result=first; while (++first
·
2015-10-31 12:15
algorithms
排序算法复习(Java实现) (二): 归并排序,堆排序,桶式排序,基数排序
package
algorithms
; i
·
2015-10-31 12:36
java实现
排序算法复习(Java实现)(一): 插入,冒泡,选择,Shell,快速排序
//www.blogjava.net/javacap/archive/2007/12/13/167364.html 为了便于管理,先引入个基础类: package
algorithms
·
2015-10-31 12:36
java实现
Properties in C++
english version:http://www.codeguru.com/cpp/cpp/
algorithms
/general/article.php/c13039/#more 当我使用C#的属性编程的时候
·
2015-10-31 11:07
properties
mcrypt加密以及解密过程
Mcrypt库支持20多种加密算法和8种加密模式,具体可以通过函数mcrypt_list_
algorithms
()和mcrypt_list_modes()来显示 Mcrypt扩展库可以实现加密解密功能
·
2015-10-31 11:06
加密
note of introduction of
Algorithms
(Lecture 3 - Part1)
Lecture 3(part 1) Divide and conquer 1. the general paradim of algrithm as bellow: 1. divide the problem into subproblems; 2. conqure each subproblems recrusively; 3. combine solution 2. Some ty
·
2015-10-31 11:28
algorithms
note of introduction of
Algorithms
(Lecture 2)
Lecture 2 The lecture 2 is mainly about mathematical things, no
algorithms
.
·
2015-10-31 11:26
algorithms
Note of introduction of
Algorithms
(Lecture 1)
This is the note for introduction of
Algorithms
, based on the MIT open class.
·
2015-10-31 11:26
algorithms
Some_sort_
algorithms
复习下数据结构常用的排序算法,更多内容上wiki 快速排序(不稳定 O(n log n)) 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整
·
2015-10-31 11:37
algorithms
数据结构-树-学习笔记
http://interactivepython.org/courselib/static/pythonds/index.htmlProblemSolvingwith
Algorithms
andDataStructures
aliceyangxi1987
·
2015-10-31 11:00
数据结构
python
学习笔记
一致性hash演示
1 package com.test.
algorithms
; 2 3 import
·
2015-10-31 10:17
hash
poj1472
Total Submissions: 941 Accepted: 325 Description Analyzing the run-time complexity of
algorithms
·
2015-10-31 10:14
poj
【推荐系统论文笔记】Introduction To Recommender Systems:
Algorithms
and Evaluation
这篇论文比较短,正如题目所说,主要还是简单地介绍了一下推荐系统的一些算法以及评估的方法。 推荐系统之前是基于关键字信息的过滤系统,后来发展成为协同过滤系统,解决了两个问题:1、通过人工审核去评价那些具有大量关键字的文档;2、基于人们的品味去过滤一些非文本文件,如音乐。 之后,推荐系统研究领域出现了分叉。一方面,关注实际问题中的商业价值;另一方面,一些机器学习者应用大量技术在推荐系统。 正是这
·
2015-10-31 10:31
algorithms
LeetCode -- Majority Element II
题目描述:Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
csharp25
·
2015-10-31 10:00
2014年7月23日比赛题目
nbsp;learning a new algorithm which wasn't taught in his
algorithms
·
2015-10-31 10:18
New STL
Algorithms
That Will Make A More Productive Developer
Introduction C++0x was recently furnished with new
algorithms
.
·
2015-10-31 10:30
algorithms
jLayout — JavaScript Layout
Algorithms
The jLayout JavaScript library provides layout
algorithms
for laying out components.
·
2015-10-31 10:33
JavaScript
软件注册码算法
http://www.csharpproject.com/articles/csharp/
algorithms
/LicenseCode.aspx 实现原代码,包括一个Asp.Net
·
2015-10-31 10:05
注册码
What are the 10
algorithms
one must know in order to solve most algorithm challenges/puzzles?
QUESTION : What are the 10
algorithms
one must know in order to solve most algorithm challenges/puzzles
·
2015-10-31 10:46
algorithms
常用Delphi开发资料网址
相关Delphi链接如下: Books, Tutorials Tomes of Delphi:
Algorithms
and data structures by Julian M.
·
2015-10-31 10:45
Delphi
Some Efficient
Algorithms
1. For Integer,you can consider the following: *2 ≡ <<1 /2 ≡ >>1 %2 ≡ &1 2. Generate a non-repeating numbers random array&nb
·
2015-10-31 10:08
algorithms
young tableaus
Young tableaus 这是 Introduction_to_
algorithms
一个 路学校运动, 我也难倒,互联网没有找到现有的应答。
·
2015-10-31 10:02
table
c# 排列组合
using System; using System.Collections.Generic; namespace
Algorithms
{  
·
2015-10-31 10:23
C#
Interesting Finds: 2009 01.18~01.21
Web Intro to Caching,Caching
algorithms
and caching frameworks part 1 - part 2 Readings in Distributed
·
2015-10-31 09:25
REST
Java pipeline
cullenprogramming.homelinux.com/PIPEuserguide.htm http://www.cise.ufl.edu/research/ParallelPatterns/PatternLanguage/
AlgorithmS
tructure
·
2015-10-31 09:49
pipeline
STL(二)Iterators
为获取不同容器元素提供了统一接口(Iterators are central to generic programming because they are an interface between containers and
algorithms
·
2015-10-31 09:51
iterator
RC4算法的一个实现(来自SourceForge)
下载地址是:http://sourceforge.net/projects/rc4dotnet 另外在CodeProject(http://www.codeproject.com/cs/
algorithms
·
2015-10-31 09:52
source
data structure online video
nbsp; http://www.onlinevideolecture.com/computer-science/nptel-iit-delhi/data-structures-and-
algorithms
·
2015-10-31 09:48
struct
Machine Learning
Algorithms
Study Notes(1)--Introduction
Machine Learning
Algorithms
Study Notes 高雪松 @雪松Cedro Microsoft MVP  
·
2015-10-31 09:36
上一页
96
97
98
99
100
101
102
103
下一页
按字母分类:
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
其他