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:
针对特征词选择法的验证实验“各种特征词选择算法对文本分类性能的影响”:纸上得来终觉浅,觉知此事要躬行
根据Yi ming yang 1999年的论文《A comparision of feature selection
algorithms
in Text Categorization》中的论断:
·
2015-10-30 12:54
算法
数据结构(C#)--单链表
书名是《DATA STRUCTURES AND
ALGORITHMS
USING C#》,作者:MICHAEL MCMILLAN 以后我会陆续把这本数的心得发上来,同时也把自己亲手实践过的代码发上来,
·
2015-10-30 11:36
数据结构
区域增长
commands you can use in order to test the different region % based segmentation
algorithms
·
2015-10-30 10:17
区
策略模式
The Strategy Pattern defines a family of
algorithms
,encapsulates each one,and makes them interchangeable
·
2015-10-30 10:44
策略模式
步步为营 .NET 设计模式学习笔记 三、Strategy(策略模式)
(原文:The Strategy Pattern defines a family of
algorithms
,encapsulates each one,and makes them interchangeable
·
2015-10-30 10:20
strategy
The Aggregate Magic
Algorithms
http://aggregate.org/MAGIC/ The Aggregate Magic
Algorithms
There are lots of people and places
·
2015-10-29 08:09
algorithms
LeetCode:Missing Number
distinctnumberstakenfrom 0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Given nums = [0,1,3] return 2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Cou
u014744118
·
2015-10-28 22:00
LeetCode
C++
Java设计模式 Design Pattern:策略模式 Strategy Pattern
意图 Define a family of
algorithms
, encapsulate each one, and make them interchangeable.
·
2015-10-28 09:27
design pattern
2015 - 准备读书List
《算法 第4版
Algorithms
Fourth Edition》 6. 《深入PHP:面向对象、模式与实践(第3版)》 7.《构建高性能Web
·
2015-10-28 09:48
list
[
Algorithms
] Graph Traversal (BFS and DFS)
Moreover, grach traversal is key to many graph
algorithms
.
·
2015-10-28 09:10
algorithms
《算法导论(原书第2版)》读书笔记
第1章 The Role of
Algorithms
in Computing “lg n 表示 log2 n” 在这里本人有个疑问:lg n应该是表示log10 n才对吧 练习题1.2-2的
·
2015-10-28 08:50
读书笔记
Consistent Hashing算法及相关技术
Distributed
Algorithms
in NoSQL Databases, http://highlyscalable.wordpress.com/2012/09/18/distributed-
algorithms
-in-nosql-databases
·
2015-10-28 08:59
hash
Anti-Entropy Protocols
http://highlyscalable.wordpress.com/2012/09/18/distributed-
algorithms
-in-nosql-databases/, Distributed
·
2015-10-28 08:58
protocol
Nosql数据一致性技术概要
主要参考, http://highlyscalable.wordpress.com/2012/09/18/distributed-
algorithms
-in-nosql-databases/, Distributed
·
2015-10-28 08:53
NoSQL
【LeetCode】
Algorithms
题集(三)
Search Insert Position 意: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may a
·
2015-10-28 08:21
algorithms
SQL Server 2005 Analysis Services数据挖掘算法扩展方法
本文是对英文原文SQL Server Data Mining Managed Plug-In
Algorithms
Tutorial的部分翻译及整理,主要是描述SSAS数据挖掘算法的基本扩展方法和开发过程
·
2015-10-28 08:15
sql server 2005
电子书下载:
Algorithms
of the Intelligent Web
Book DescriptionWeb 2.0 applications provide a rich user experience, but the parts you can’t see are just as important-and impressive. They use powerful techniques to process information int
·
2015-10-28 08:30
algorithms
Algorithm backup ---- Quick Sort(快速排序算法)
Typically, quicksort is significantly faster in practice than other Θ(nlogn)
algorithms
, because its
·
2015-10-27 16:05
Algorithm
LeetCode:Single Number
问题描述:Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
u014744118
·
2015-10-27 16:00
LeetCode
C++
基于CAS操作的非阻塞算法
非阻塞算法(non-blocking
algorithms
)定义 所谓非阻塞算法是相对于锁机制而言的,是指: 一个线程的失败或挂起不应该引起另一个线程的失败或挂起的一种算法
·
2015-10-27 16:18
cas
USACO: Section 1.4 -- PROB Arithmetic Progressions
Just as the sorting, searching
algorithms
, the sequence search(O(N)) < binary search(O(logN)) <
·
2015-10-27 16:12
progress
Cheatsheet: 2010 11.01 ~ 11.14
Facebook Uses Non-Stored Procedures to Update Social Graphs Replica sets in MongoDB Designing
algorithms
·
2015-10-27 15:22
sh
GO语言练习:第一个Go语言工程--排序
. ├── bin ├── pkg ├── readme.txt └── src ├──
algorithms
│ ├── bubblesort
·
2015-10-27 15:49
go语言
Strategy Pattern策略模式
Definition Define a family of
algorithms
, encapsulate each one, a
·
2015-10-27 15:45
strategy
Hackerrank--Stock Maximize(DP Practice)
题目链接 Your
algorithms
have become so good at predicting the market that you now know what the share
·
2015-10-27 15:09
rank
Python数据结构之列表、元组及字典
一位大牛Niklaus Wirth曾有一本书,名为《
Algorithms
+Data Structures=Programs》,翻译过来也就是算法+数据结构=程序。
·
2015-10-27 14:14
python
OpenCV学习(17) 细化算法(5)
/downloads_V3/root_downloads/tutorials/contour_tracing_Abeer_George_Ghuneim/theo.html Computer Visi
Algorithms
·
2015-10-27 13:06
opencv
Uva110 Meta-Loopless Sorts
Analyzing and implementing various sorting
algorithms
forms an important part of the education of most
·
2015-10-27 13:05
sort
HyperLogLog in Practice: Algorithmic Engineering of a State of The Art Cardinality Estimation Algorithm
HyperLogLog参考下面这篇blog, http://blog.codinglabs.org/articles/
algorithms
-for-cardinality-estimation-part-iv.html
·
2015-10-27 12:22
Algorithm
Andrew Ng机器学习公开课笔记 -- Generative Learning
algorithms
-notes2.pdf 学习算法有两种,一种是前面一直看到的,直接对p(y|x; θ)进行建模,比如前面说的线性回归或逻辑回归,这种称为判别学习算法(discriminative learning
algorithms
·
2015-10-27 12:20
algorithms
《算法帝国》
《算法帝国》 基本信息 原书名:Automate this:how
algorithms
came to rule our world?
·
2015-10-27 12:31
算法
NoSQL数据库的分布式算法
本文译自 Distributed
Algorithms
in NoSQL Databases 系统的可扩展性是推动NoSQL运动发展的的主要理由,包含了分布式系统协调,故障转移,资源管理和许多其他特性
·
2015-10-27 12:07
NoSQL
Machine Learning in Action -- AdaBoost
初始的想法就是,结合不同的分类算法来给出综合的结果,会比较准确一些 称为ensemble methods or meta-
algorithms
,集成方法或元算法 集成方法有很多种,可以是不同算法之间的
·
2015-10-27 11:13
海量数据挖掘MMDS week6: MapReduce算法(进阶)
/49445519海量数据挖掘MiningMassiveDatasets(MMDs)-JureLeskoveccourses学习笔记大规模机器学习之MapReduce算法{博客内容:MapReduce
Algorithms
.howtodesignagoodalgorithmtorununderMapReduc
-柚子皮-
·
2015-10-27 11:37
海量数据挖掘MMDS
海量数据挖掘MMDS week6: MapReduce算法(进阶)
49445519海量数据挖掘MiningMassiveDatasets(MMDs)-JureLeskovec courses学习笔记大规模机器学习之MapReduce算法{博客内容:MapReduce
Algorithms
pipisorry
·
2015-10-27 11:00
mapreduce
海量数据挖掘
mmds
UVA1025 A Spy in the Metro(dp)
SecretagentMariawassentto
Algorithms
Citytocarryoutanespeciallydangerousmission.Afterseveralthrillingeventswefindherinthefirststationof
Algorithms
CityMetro
zyd8888102
·
2015-10-26 21:00
uva
Jump Flood
Algorithms
for Centroidal Voronoi Tessellation
Brief Implemented both CPU and GPU version, you could consider this as the basic playground to implement the more advanced feature such as support arbitrary shape in 2D space, or by radix-sort to res
·
2015-10-26 15:50
algorithms
Missing Number(讲解一个非常好的方法)
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntim
oNever_say_love
·
2015-10-26 09:00
LeetCode
异或
XOR
Boost String
Algorithms
Library 函数详解一 (case conversion和trimmming)
Boost String
Algorithms
Library 是很有用的一个库,它让C++程序员不用一次又一次的为了字符串的处理制造一些小小的轮子。
·
2015-10-23 08:26
algorithms
Boost String
Algorithms
Library 函数详解二 (predicate)
Table 11.3. Predicates Algorithm name Description Functions starts_with Check if a string is a prefix of the other one starts_with() istarts_with() ends_
·
2015-10-23 08:26
algorithms
Boost String
Algorithms
Library 函数详解三 (find)
Find
algorithms
Algorithm name Description Functions find_first
·
2015-10-23 08:26
algorithms
Boost String
Algorithms
Library 函数详解四 (Erase/Replace)
Table 11.5. Erase/Replace Algorithm name Description Functions replace/erase_first Replace/Erase the first occurrence of a string in the input replace_first() rep
·
2015-10-23 08:26
algorithms
C++ STL算法系列6---copy函数
所谓变易算法(Mutating
algorithms
)就是一组能够修改容器元素数据的模板函数,可进行序列数据的复制,变换等。 我们现在来看看第一个变易算法:元素复制算法copy。
·
2015-10-23 08:20
copy
CryptoJS
CryptoJS is a growing collection of standard and secure cryptographic
algorithms
implemented
·
2015-10-23 08:43
js
根据空间三点或四点,求外接圆圆心和半径的方法
Newsgroups: comp.graphics,sci.image.processing,comp.graphics.
algorithms
From: orourke@
·
2015-10-22 21:53
方法
多路径路由算法简单总结:LFI、MDVA、MPA、MPDA、MPATH
比较晦涩,还是勉强总结了一点内容:Multi-path routing
algorithms
总结Problem formulation2MPA(Multiple Path Algorithm)2MPA算法解决的问题
mmc2015
·
2015-10-22 19:00
mpath
多路径路由算法
MDVA
MPA
MPDA
LeetCode(137) Single Number II
题目Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
fly_yr
·
2015-10-22 13:00
LeetCode
算法
LeetCode(136) Single Number
题目Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
fly_yr
·
2015-10-22 12:00
LeetCode
算法
Algorithms
: Design and Analysis Note
MastermethodAssumption:allsubproblemshassamesize RecurrenceFormat TheMasterMethodformula Randomized
Algorithms
QuickSort
whu.yt
·
2015-10-22 11:00
[CareerCup] 11.8 The Rank of Number 数的排行
youwishtobeabletolookuptherankofanumberx(thenumberofvalueslessthanorequaltox).Implementthedatastructuresand
algorithms
tosupporttheseoperations
Grandyang
·
2015-10-22 11:00
上一页
99
100
101
102
103
104
105
106
下一页
按字母分类:
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
其他