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
几个开源几何计算数学库
b) CGAL CGAL的全称就是Computational Geometry
Algorithms
·
2014-06-20 16:00
开源
Some web Address
1.可视化算法(Data Structure Visualizations) https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html
·
2014-06-19 15:00
Web
[LeetCode41] First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
sbitswc
·
2014-06-17 23:00
LeetCode
array
桶排序
Matrix Factorization,
Algorithms
, Applications, and Avaliable packages
来源:http://www.cvchina.info/2011/09/05/matrix-factorization-jungle/美帝的有心人士收集了市面上的矩阵分解的几乎所有算法和应用,由于源地址在某神秘物质之外,特转载过来,源地址MatrixDecompositions hasalonghistoryandgenerallycentersaroundasetofknownfactorizat
todayq
·
2014-06-16 08:00
Foundations of Machine Learning: The PAC Learning Framework(1)
:本系列主要是在阅读MehryarMohri等的最新书籍《FoundationsofMachineLearning》以及Schapire和Freund的《Boosting:Foundationsand
Algorithms
Boostable
·
2014-06-15 21:00
Simhash的巧妙
Simhash是localitysensitivehash(局部敏感哈希)的一种,最早由MosesCharikar在《similarityestimationtechniquesfromrounding
algorithms
丕子
·
2014-06-14 06:00
技术
LSH
Simhash
海明距离
两个学数据结构等算法的好去处
http://blog.51cto.com/zt/595 他人博客的文章http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html 可视化学习网站
懂点写点
·
2014-06-13 14:20
博客
文章
学习网站
Matrix Factorization,
Algorithms
, Applications, and Avaliable packages
来源:http://www.cvchina.info/2011/09/05/matrix-factorization-jungle/美帝的有心人士收集了市面上的矩阵分解的几乎所有算法和应用,由于源地址在某神秘物质之外,特转载过来,源地址MatrixDecompositions hasalonghistoryandgenerallycentersaroundasetofknownfactorizat
abcjennifer
·
2014-06-13 00:00
矩阵分解
使用Networkx进行overlapping community 重叠社区检测
http://networkx.lanl.gov/reference/generated/networkx.
algorithms
.community.kclique.k_clique_communities.html
SecondLife
·
2014-06-13 00:00
networkx
LeetCode First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
xyzchenzd
·
2014-06-12 10:00
LeetCode
C++
算法
[LeetCode24]Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
sbitswc
·
2014-06-11 23:00
LeetCode
swap
node
linklist
LeetCode First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
star_liux
·
2014-06-11 21:00
LeetCode
每日算法之三十二:First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
yapian8
·
2014-06-10 21:00
【leetcode】First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
shiquxinkong
·
2014-06-09 19:00
Algorithm
LeetCode
算法
面试题
【LeetCode OJ】Single Number
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
aqia358
·
2014-06-09 13:00
number
【LeetCode
OJ】Single
Topic model:materials and tools
http://www.cs.princeton.edu/~blei/topicmodeling.htmlTopicmodelingTopicmodelsareasuiteof
algorithms
thatuncoverthehiddenthematicstructureindocumentcollections.These
algorithms
helpusdevelopnewwaystosearch
lansatiankongxxc
·
2014-06-08 22:00
Spark1.0.0 生态圈一览
Spark生态圈,也就是BDAS(伯克利数据分析栈),是伯克利APMLab实验室精心打造的,力图在算法(
Algorithms
)、机器(Machines)、人(People)之间通过大规模集成,来展现大数据应用的一个平台
book_mmicky
·
2014-06-08 13:00
spark
生态圈
并查集(Union-Find)算法介绍
更多的信息可以参考
Algorithms
一书的Section1.5,实际上本文也就是基于它的一篇读后感吧。
面码
·
2014-06-06 15:00
并查集
UVa live6525Attacking rooks(二分最大匹配之最大匹配)
com_onlinejudge&Itemid=8&page=show_problem&problem=4536Chessinspiredproblemsareacommonsourceofexercisesin
algorithms
classes.Startingwiththewellk
u013013910
·
2014-06-06 09:00
编程
算法
C语言
poj
二分图匹配
[ LeetCode ] Single Number II [4]
题目Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
swagle
·
2014-06-04 10:00
LeetCode
位运算
Algorithm
二进制
number
single
[ LeetCode] Single Number [3]
题目Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
swagle
·
2014-06-04 08:00
LeetCode
Algorithm
算法
面试
number
single
算法导论(Introduction to
Algorithms
)— 第二章 算法入门 — 2.1 插入排序
一、插入排序:INSERTION-SORT1、适用范围: whichisanefficientalgorithmforsortingasmallnumberofelements.对于少量元素的排序,插入排序是一种高效的算法。2、原理:Insertionsortworksthewaymanypeoplesortahandofplayingcards.Westartwithanemptyleftha
zxnlmj
·
2014-06-03 22:00
算法
插入排序
算法导论
每日算法之二十二:Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
yapian8
·
2014-05-30 20:00
链表
受限的玻尔兹曼机
matlab代码http://code.google.com/p/matrbm/中rbmBB改写成Python代码,如下,参考文献为:1 ATutorialonStochasticApproximation
Algorithms
forTrainingRestrictedBoltzmannMachine
pi9nc
·
2014-05-30 09:00
统计机器学习算法理论
LeetCode Questions Summary Table
LeetCodeOnlineJudgeQuestionsQuestionsDataStructure&
Algorithms
LanguageLengthofLastWordStringsJava,c++SubstringwithConcatenationofAllWordsMap
sbitswc
·
2014-05-29 12:00
LeetCode
总结
【
Algorithms
】理论计算机科学 & P vs NP - 问题概述
理论计算机科学(TheoreticalComputerScience)转载之:http://zhiqiang.org/blog/具体研究:Analysisof
Algorithms
-算法ComputationalComplexity
erlingmusan
·
2014-05-26 01:00
算法学习笔记(一) 概述
教授说过:Ifyouwanttobecomeagoodprogrammer,youcanspend10yearsprogramming,orspend2yearsprogrammingandlearning
algorithms
thisinnocence
·
2014-05-25 20:00
算法
使用NetworkX将二分网络投影
codesimportnetworkxasnximportrefromnetworkx.
algorithms
importbipartiteG=nx.Graph()f=open('user-app1.txt
SecondLife
·
2014-05-25 00:00
networkx
Learning Theory
经验风险最小化(EmpiricialRiskMinimization,ERM)[2]是统计学习理论中准则之一,常用于给出学习算法(learning
algorithms
)性能的理论边界。假定给
·
2014-05-24 01:00
in
young tableaus
Youngtableaus 是Introduction_to_
algorithms
的一道课后习题,一度还把我难住了,网上也没有找到现存的答案。现在把python代码贴出来,供大家参考。#!
kartorz
·
2014-05-23 21:00
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
Andrewseu
·
2014-05-23 19:00
LeetCode
成为Java GC专家(5):Java应用性能调优的原则
InthefirstissueUnderstandingJavaGarbageCollectionwehavelearnedabouttheprocessesfordifferentGC
algorithms
zhoudaxia
·
2014-05-23 10:00
java
jvm
GC
垃圾回收
Mathematics Review
WhenIwanttolearndatastructuresand
algorithms
,Ifindthatmathematicsisimportantforit.Therefore,Ibegintoreviewseveralbasicknowledgesofmathematics
liwuji930726
·
2014-05-22 18:00
Math
algorithms
Mathematics
logarithms
exponents
LeetCode:Single Number II
题目:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Sky丶Memory
·
2014-05-19 23:25
算法导论(第三版)所有排序算法的实现
本文章代码来自于项目:http://git.oschina.net/jiangkun/Introduction_to_
Algorithms
-Third_Edition-Answers欢迎大家一起参与!
卓尔
·
2014-05-19 16:00
java
排序算法
算法导论(第三版)第六章 堆排序的全部实现(堆排序,优先队列)
本文章代码来自于项目:http://git.oschina.net/jiangkun/Introduction_to_
Algorithms
-Third_Edition-Answers欢迎大家一起参与!
卓尔
·
2014-05-19 16:00
LeetCode Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
xyzchenzd
·
2014-05-19 13:00
LeetCode
C++
算法
stl应用
组成:STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adaptors)、算法(
algorithms
)、仿函数(functors)六个部分
jiayichendddd
·
2014-05-19 00:00
利用栈实现简单算术表达式求值
代码利用栈来实现算术表达式的求值功能,仅用于举例说明栈的用例,没有考虑运算符的优先级,并且要求表达式的各个部分必须用空格分隔: package com.mycode.
algorithms
.stack
huqiao1220
·
2014-05-18 11:00
表达式
我的算法学习之路
如果你使用的是手机或平板设备,那么请点击下面的链接以获得更好的阅读效果:http://zh.lucida.me/blog/on-learning-
algorithms
/原文作者:Lucida这篇文章讲了什么
hanqing280441589
·
2014-05-17 11:00
数据结构
算法
励志
编程之美
微软亚洲研究院
OSPF笔记
link-statedatabase(链路状态数据库)SPF
algorithmS
PFtreeroutingtableAD
抽筋的西瓜
·
2014-05-16 11:42
ospf
CareerCup之1.7 Set Matrix Zeroes
【题目】原文:1.7Writean
algorithms
uchthatifanelementinanMxNmatrixis0,itsentirerowandcolumnissetto0.译文:写一个函数处理一个
SunnyYoona
·
2014-05-15 10:00
面试
校园招聘
Careercup
剑指offer
LeetCode First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
lqcsp
·
2014-05-13 23:00
LeetCode
面试
位置预测系列(一)
下面就简单说说ubicomp'13年录用的一篇论文:TheInfluenceofTemporalandSpatialFeaturesonthe PerformanceofNext-placePrediction
Algorithms
hustluy
·
2014-05-12 21:00
位置
系列
预测
数据结构与算法笔记
Algorithms
TableofContents1Overview1.1Propertiesof
algorithms
2AlgorithmicParadigm2.1BruteForce3Analysisof
Algorithms
3.1AsymptoticNotation3.2DivideandConquerAnalyzing3.3ComputerTimeUsedTable3.4CostofBasic
·
2014-05-12 15:00
数据结构与算法
LeetCode_Single Number&Single NumberII
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
loveRooney
·
2014-05-11 19:00
LeetCode
数据科学之机器学习1:简介
首先,在“MachineLearning:theartandscienceof
algorithms
thatmakes
QQ415171148
·
2014-05-09 14:00
大数据
机器学习
我的算法学习之路
如果你使用的是手机或平板设备,那么请点击下面的链接以获得更好的阅读效果: http://zh.lucida.me/blog/on-learning-
algorithms
/
blueyang2007
·
2014-05-09 11:00
编程
算法
应用
What is satellite information in data structures?
Question:TakenfromIntroductionto
Algorithms
byThomasCormen:"Tokeepthingssimple,weassume,aswehaveforbinarysearchtreesandred-blacktrees
lihenair
·
2014-05-07 13:00
使用openssl实现数据加密
openssl [ list-standard-commands | list-message-digest-commands | list-cipher-commands | list-cipher-
algorithms
argor
·
2014-05-05 16:56
密码
字符串
command
Security
上一页
110
111
112
113
114
115
116
117
下一页
按字母分类:
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
其他