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
Machine Learning
Algorithms
Study Notes(3)--Learning Theory
Machine Learning
Algorithms
Study Notes 高雪松 @雪松Cedro Microsoft MVP  
·
2015-10-31 09:36
Start the way to
ALGORITHMS
当每个人刚结束高考的时候,脑海里总是 充斥着各种关于大学校园;关于自己的专业;关于自己的大学生活的想象。。。。这些想象纵然都是美好的但是当我真正踏进成都大学的校园时,首先关于大学校园的幻想破灭了,(因为成都大学和我想象中的差的太远了);紧接着关于自己的专业的幻想也还不犹豫的破灭了,(原本想报另一个学校的核工程与核技术专业的,但是现实总是那么的无情——成都大学居然没有这个专业!!!天理何在啊,5
·
2015-10-31 09:47
algorithms
用Python实现的数据结构与算法:开篇
一、概述 用Python实现的数据结构与算法 涵盖了常用的数据结构与算法(全部由Python语言实现),是 Problem Solving with
Algorithms
and Data Structures
·
2015-10-31 09:59
数据结构与算法
数据结构与算法(php版)
Data Structures and
Algorithms
with Object-Oriented Design Patterns in PHP : http://www
·
2015-10-31 09:39
数据结构与算法
我们曾经学过 “程序=算法+数据结构 ” 呵呵,有点怀念
只是偶然在网上看到了一篇“The Most Important
Algorithms
”,突然怀念起了刚刚学编程时那句话:“程序=算法+数据
·
2015-10-31 09:51
数据结构
Algorithms
Part 1-Question 6- 2SUM Median-数和以及中位数问题
本次有两个编程问题,一个是求两个数的和满足一定值的数目,另一个是求中位数。 2SUM问题 问题描述 The goal of this problem is to implement a variant of the 2-SUM algorithm (covered in the Week 6 lecture on hash table applicat
·
2015-10-31 09:33
algorithms
Introduction to Deep Neural Networks
Introduction to Deep Neural Networks Neural networks are a set of
algorithms
, modeled loosely after
·
2015-10-31 09:58
NetWork
浅尝boost之String
algorithms
library
很多时候我都想在自已的代码中全部使用std::string代替MS的CString来保证我的程序在未来易于移植,但老实说CString比std::string好用很多,每每还是被诱惑了;再看看C#的string,用起来感觉更好。不过有了这个库 我可以基本抵制住诱惑了... #include <boost/algorithm/string.hpp>&nbs
·
2015-10-31 08:20
algorithms
编程艺术第十六~第二十章:全排列/跳台阶/奇偶调序,及一致性hash算法
故常常关注个人所建的
Algorithms
1-14群内朋友关于笔试,面试,宣讲会,off
·
2015-10-31 08:04
hash
LeetCode----Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
whiterbear
·
2015-10-30 22:00
LeetCode
链表
python
交换链表节点
Designing
algorithms
for Map Reduce
Since the emerging of Hadoop implementation, I have been trying to morph existing
algorithms
from various
·
2015-10-30 16:00
algorithms
Basic Data Structures and
Algorithms
in the Linux Kernel--reference
http://luisbg.blogalia.com/historias/74062 Thanks to Vijay D'Silva's brilliant answer in cstheory.stackexchange.com I have been reading some of the famous data structur
·
2015-10-30 14:50
algorithms
【设计模式】设计模式概述
(原文:The Strategy Pattern defines a family of
algorithms
,encapsulates each one,and makes them interchangeable
·
2015-10-30 14:14
设计模式
depth peeling的实现和应用
它是由Mamman 1989年在Transparency and antialiasing
algorithms
implemente
·
2015-10-30 14:53
depth
了解 NoSQL 的必读资料
了解 NoSQL 的必读资料 分类: Architecture Design Data-Structrue/
Algorithms
Open Source Database 2010
·
2015-10-30 14:16
NoSQL
英文面试题
Algorithms
* What’s the difference between a linked list and anarray?
·
2015-10-30 14:44
面试题
算法导论课后习题解析 第一章
最近开始看算法导论了,但是发现官方给的参考答案只涵盖了一部分的习题,所以把自己做的答案分享一下,如有错误之处尽管指出,希望通过这个过程能与大家共同进步 我看的版本是英文第三版 (Introduction to
Algorithms
·
2015-10-30 14:42
算法导论
OpenCV学习笔记八:opencv_photo模块
restores the damaged image areas using one of the available intpainting
algorithms
CV_EXPORTS_W void
·
2015-10-30 13:49
opencv
算法及其量度
algorithmic analysis is“to obtain sufficient understanding about the relative merits of complicated
algorithms
·
2015-10-30 12:58
算法
CLR探索系列:Server and Workstation Garbage Collection探索(垃圾回收系列)
首先推荐一本书:Garbage Collection:
Algorithms
for Automatic Dynamic Memory Management (Hardcover
·
2015-10-30 12:56
Collection
ICA扩展描述
ICA算法扩展描述 上面介绍的内容基本上是讲义上的,与我看的另一篇《Independent Component Analysis:
Algorithms
·
2015-10-30 12:19
ca
针对特征词选择法的验证实验“各种特征词选择算法对文本分类性能的影响”:纸上得来终觉浅,觉知此事要躬行
根据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
上一页
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
其他