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
Mahout初探(一)
Supported
Algorithms
ClassificationLogisticRegression(SGD)BayesianSupportVectorMachines(SVM)PerceptronandWinnowNeuralNetworkRandomForestsRestrictedBoltzmannMachinesOnlinePassiveAggressiveBoostingHiddenM
renyp8799
·
2014-12-08 18:00
NoSQL数据库的分布式算法
数据放置均衡数据动态环境中的数据分片和复制按照多个属性的数据分片钝化副本系统协调故障检测协调者竞选NoSQL数据库的分布式算法本文另一地址请见NoSQL数据库的分布式算法本文译自 Distributed
Algorithms
inNoSQLDatabases
jinyeweiyang
·
2014-12-06 21:00
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
luxialan
·
2014-12-06 19:00
Codeforces Round #277 (Div. 2)E题
Thenext"DataStructuresand
Algorithms
"lessonwillbeaboutLongestIncreasingSubsequence(LISforshort)ofasequence.Forbetterunderstanding
Fsss_7
·
2014-12-06 16:00
【LeetCode】
Algorithms
题集(九)
ProductofArrayExceptSelf 题意:Givenanarrayofnintegerswheren>1,nums,returnanarrayoutputsuchthatoutput[i]isequaltotheproductofalltheelementsofnumsexceptnums[i].SolveitwithoutdivisionandinO(n).Forexample,g
jcjc918
·
2014-12-05 22:00
LeetCode
CC150 9.4
Whatarethecommonsorting
algorithms
?
furuijie8679
·
2014-12-05 09:05
interview
【LeetCode】
Algorithms
题集(八)
KthSmallestElementinaBST 题意: Givenabinarysearchtree,writeafunctionkthSmallesttofindthekthsmallestelementinit. Note: Youmayassumekisalwaysvalid,1≤k≤BST'stotalelements. Followup: WhatiftheBSTismod
jcjc918
·
2014-12-04 21:00
LeetCode
[置顶] 高效effective C++ 55条款之个人学习笔记一
Object-orientedC++.TemplateC++ STLcontainers,iterators,
algorithms
条款2:尽量使用const,enum,inline替换#define关键字这样我们可以使用编译器替换预编译器
bjtbjt
·
2014-12-04 10:00
【HEVC学习与研究】38、HEVC编码过程中的块分割结构
本文主要分为前后两部分,前半部分基本是VivienneSze、MadhukarBudagaviGary和J.Sullivan所编著的《HighEfficiencyVideo Coding(HEVC)——
Algorithms
andArchitectures
shaqoneal
·
2014-12-03 22:00
算法
block
h.264
HEVC
块分割
Java Hash算法
author Goodzzp 2006-11-20 * @lastEdit Goodzzp 2006-11-20 * @editDetail Create */ public class Hash
Algorithms
梁杰_Jack
·
2014-12-02 16:00
Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
zzyafyj
·
2014-11-30 22:00
LeetCode:Single Number
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
weiyuefei
·
2014-11-29 13:00
Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
zzyafyj
·
2014-11-28 15:00
位运算
【LeetCode】
Algorithms
题集(七)
ContainsDuplicate题意: Givenanarrayofintegers,findifthearraycontainsanyduplicates.Yourfunctionshouldreturntrueifanyvalueappearsatleasttwiceinthearray,anditshouldreturnfalseifeveryelementisdistinct.思路:
jcjc918
·
2014-11-27 18:00
LeetCode
【LeetCode】
Algorithms
题集(六)
SortColors题意: Givenanarraywithnobjectscoloredred,whiteorblue,sortthemsothatobjectsofthesamecolorareadjacent,withthecolorsintheorderred,whiteandblue. Here,wewillusetheintegers0,1,and2torepresentthe
jcjc918
·
2014-11-26 23:00
LeetCode
【LeetCode】
Algorithms
题集(五)
MergeTwoSortedLists题意: Mergetwosortedlinkedlistsandreturnitasanewlist.Thenewlistshouldbemadebysplicingtogetherthenodesofthefirsttwolists.思路: 合并两个链表,考察的是指针操作。多注意指针是否为空,指针操作需谨慎。有两种情况: 1.其中一个链表为空,则直接
jcjc918
·
2014-11-25 23:00
LeetCode
算法列表
http://en.wikipedia.org/wiki/List_of_
algorithms
Thefollowingisa listof
algorithms
alongwithone-linedescriptionsforeach.Contents
lonelyrains
·
2014-11-25 19:00
算法列表
字符串以及文件的hashlib的md5和sha1等的运用
hashlib的md5和sha1等的运用importhashlibprint(hashlib.
algorithms
_available)print(hashlib.
algorithms
_guaranteed
独钓渔
·
2014-11-25 19:00
关联规则:R与SAS的比较
啤酒和尿布的故事是关联分析方法最经典的案例,而用于关联分析的Apriori算法更是十大数据挖掘算法之一(http://www.cs.uvm.edu/~icdm/
algorithms
/index.shtml
猪猪daxia
·
2014-11-25 10:00
Python hashlib、hmac模块
中的用于加密的函数位于hashlib,hmac模块中,都是内置模块,直接导入即可使用hashlib模块实现了md5,sha1,sha224,sha256,sha384,sha512等算法,可以通过hashlib.
algorithms
_available
Calling_Wisdom
·
2014-11-24 23:53
python
Python
学习笔记
Python hashlib、hmac模块
中的用于加密的函数位于hashlib,hmac模块中,都是内置模块,直接导入即可使用hashlib模块实现了md5,sha1,sha224,sha256,sha384,sha512等算法,可以通过hashlib.
algorithms
_available
Calling_Wisdom
·
2014-11-24 23:00
python
Greedy
Algorithms
| Set 1 (Activity Selection Problem)
转自出处:http://www.geeksforgeeks.org/greedy-
algorithms
-set-1-activity-selection-problem/Greedy
Algorithms
martin_liang
·
2014-11-24 21:00
OpenCascade Modeling
Algorithms
Boolean Operations
Modeling
Algorithms
[email protected]
布尔操作(BooleanOperations)是通过两个形状(S1,S2)的组合来生成新的形状
eryar
·
2014-11-23 12:00
Topology Shapes of OpenCascade BRep
理解了拓朴形状的数据结构,就对ModelingData模块有了清晰认识,方便OpenCascade其他模块如Modeling
Algorithms
和Visiualization模块的理解。
eryar
·
2014-11-23 12:00
OpenCascade Modeling
Algorithms
Fillets and Chamfers
Modeling
Algorithms
FilletsandChamfers造型算法——倒圆与倒角
[email protected]
一、倒圆FilletConstructor1.BRepFilletAPI_MakeFillet
eryar
·
2014-11-23 12:00
CC150 1.1
1.7 Writean
algorithms
uchthatifanelementinanMxNmatrixis0,itsentirerowandcolumnissetto0.Copytoanewmatrix.Oreachelementneedtostoreabooleanflagindicatingwhetherthiselementshouldbe0ornot
furuijie8679
·
2014-11-23 04:11
interview
LeetCode Single Number
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
wdkirchhoff
·
2014-11-20 22:00
LeetCode
sublime text2 打开包含中文的文件会自动追加.dump后缀解决办法
转自:http://www.cnblogs.com/AI-
Algorithms
/p/3819486.html用sublimetext2打开.c,.h,.txt等文件会自动追加一个.dump后缀,這样在打开
qdujunjie
·
2014-11-20 12:00
一致哈希算法Java实现
一致哈希算法(ConsistentHashing
Algorithms
)是一个分布式系统中常用的算法。
kimylrong
·
2014-11-19 18:00
算法
consistent
hashing
一致哈希
基于Qt的图像处理技术和算法
原文链接:http://developer.nokia.com/community/wiki/Image_editing_techniques_and_
algorithms
_using_Qt这篇文章主要阐述了如何使用
拳四郎
·
2014-11-19 17:44
计算机图形学
Qt
基于Qt的图像处理技术和算法
原文链接: http://developer.nokia.com/community/wiki/Image_editing_techniques_and_
algorithms
_using_Qt这篇文章主要阐述了如何使用
qp120291570
·
2014-11-19 17:00
C++
图像处理
OpenSSL中crypto的简单应用(命令篇)
的简单应用author:gerry目录一些命令...1一些问题...3一些测试...4TheOpenSSLcryptolibraryimplementsawiderangeofcryptographic
algorithms
usedinvariousInternetstandards.Theservicesprovidedbythislibra
delphiwcdj
·
2014-11-19 15:11
GNU/Linux
C/C++
Applied
Cryptography
STL六大组件的定义
2、算法(
algorithms
):各种算法如sort、search、copy等。从实现的角度来讲,就是一种functiontemplate。
constPtr
·
2014-11-18 20:45
读书笔记
特征工程(Feature Enginnering)学习记要
特征选取 R中的FSelector包实现了一些特征选取的算法,主要分两大类:
Algorithms
for f
·
2014-11-18 19:00
inner
可视化的数据结构 - 各种算法动画演示
1.可视化数据结构:http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html 2.C++实现的各种算法演示:http://people.cs.pitt.edu
bigleo
·
2014-11-17 22:32
算法及其复杂性理论
CPP
可视化的数据结构 - 各种算法动画演示
1.可视化数据结构:http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html 2.C++实现的各种算法演示:http://people.cs.pitt.edu
BigLeo
·
2014-11-17 22:00
Cross Validation
, wecannotusethetestsetforthepurposeoftweakinghyperparameters.Wheneveryou'redesigningMachineLearning
algorithms
u010555688
·
2014-11-17 18:00
Pattern
learning
machine
recognition
LeetCode题解:Single Number最优解法
Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
u012403246
·
2014-11-16 19:00
POJ 1237 The Postal Worker Rings Once
DescriptionGraph
algorithms
formaveryimportantpartofcomputerscienceandhavealineagethatgoesbackatleasttoEulerandthefamousSevenBridgesofKonigsbergproblem.Manyoptimizationproblemsinvolvedeterminingefficien
Misdom_Tian_Ya
·
2014-11-14 18:00
策略模式
1策略模式的定义 TheStrategyPatterndefines afamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
u013884727
·
2014-11-14 16:00
设计模式
策略模式
各种hash函数
publicclassHash
Algorithms
{ /** *加法hash *@paramkey字符串 *@paramprime一个质数 *@returnhash结果 */ publicstaticintadditiveHash
·
2014-11-14 10:00
hash
LeetCode Question Difficulty Distribution : Sheet1
LeetCodeQuestionDifficultyDistribution:Sheet1 IDQuestionDiffFreqDataStructure
Algorithms
哭你吃完
·
2014-11-14 09:00
LeetCode
Certificates does not conform to algorithm
GooglingIfoundtheanswer.InattempttotightensecuritytheJavateamintentionallyisdisablingMD2andRSA
algorithms
inlatestJavareleaseswhichbreakstheTiVoRPCauthenticationscheme.Tore-enableyoucanedit
stevenliu
·
2014-11-12 18:00
是否应该将SAN上的SQL Server中的user database的data文件, log文件和TempDB文件放在不同的LUN上?
请看下面的两个精彩解答: 解答1: If your SAN has performance and availability
algorithms
built into the management
·
2014-11-12 14:00
SQL Server
[开发笔记] Graph Databases on developing
://github.com/Mr8/timewall) > It be used to apply mathematic model and social network with graph
algorithms
·
2014-11-12 14:00
database
Python抓取单个网页中所有的PDF文档
然后选定一本参考书籍《DataStructuresand
Algorithms
inJava》。刚开始看还是蛮吃力的,慢慢来。由于之前有翻录书籍附录的习惯,于是就
waylife
·
2014-11-11 23:00
python
爬虫
网页抓取
【leetcode】First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
u012162613
·
2014-11-11 21:00
LeetCode
桶排序
哈希表
OpenSSL 有关密钥的那些事儿(HOWTO keys)
OpenSSL有关密钥的那些事儿(HOWTOkeys) 1.介绍(Introduction) Keysarethebasisofpublickey
algorithms
andPKI.Keysusually
sleks
·
2014-11-11 09:00
UVA 1025 A Spy in the Metro DP
3000MS MemoryLimit: Unknown 64bitIOFormat: %lld&%lluSubmit StatusDescriptionSecretagentMariawassentto
Algorithms
Citytocarr
u012797220
·
2014-11-11 00:00
深度学习(Deep Learning)综述
查看abriefintroductiontoMachineLearningforAI 和 anintroductiontoDeepLearning
algorithms
. 深度学习是关于学
u013524655
·
2014-11-09 10:00
上一页
106
107
108
109
110
111
112
113
下一页
按字母分类:
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
其他