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:
UVA 122 - Trees on the level
Treesarefundamentalinmanybranchesofcomputerscience.Currentstate-of-theartparallelcomputerssuchasThinkingMachines'CM-5arebasedonfattrees.Quad-andoctal-treesarefundamentaltomany
algorithms
inc
hellobin
·
2013-03-05 16:00
level
STL六大组件
2、算法(
algorithms
):各种常用算法,如:sort、search、copy、erase。从实现的角度来看,STL算法是一种fu
RQSLT
·
2013-03-05 14:37
算法
迭代器
STL
容器
LVS的调度算法
JobScheduling
Algorithms
inLinuxVirtualServerThispagedescribesthejobscheduling
algorithms
implementedinLinuxVirtualServer.Round-RobinSchedulingWeightedRound-RobinSchedulingLeast-ConnectionSc
·
2013-03-01 11:00
LVS
C#求排列组合数
usingSystem; usingSystem.Collections.Generic; namespace
Algorithms
{ publicclassPermutationAndCombination
anpan1045535101
·
2013-03-01 10:00
ULINK下调试出现“Can not load flash programming algorithm”的解决方法
除此之外,还常伴随“Can’twritetoRAMforFlash
Algorithms
”。这是由于ULINK仿真器在进入RAM下载程序时需要加载FLASH的编程算法所致。
grow_mature
·
2013-02-28 18:00
Flash
调试
load
p
can
not
ULINK
Share Computer Books Read in 2012
我的豆瓣读书 Sharegoodcomputerbooks.1 Data.Structures.and.
Algorithms
.in.Java,(RobertLafore).2nd.EdThisbookintroducesdatastructuresandalgorithemsinJAVAlanguageclearlyandinterestingly.Ipromiseyouwillhaveagood
zhongyangzhong
·
2013-02-25 13:00
[LeetCode] merge sort for linked list
Mergesort isoftenpreferredforsortingalinkedlist.Theslowrandom-accessperformanceofalinkedlistmakessomeother
algorithms
jiyanfeng1
·
2013-02-25 05:00
Leetcode 问题分类
http://leetcode.cloudfoundry.com/ Id Question Difficulty Freqency Data Structures
Algorithms
hellobin
·
2013-02-25 03:00
LeetCode
Leetcode 问题分类
http://leetcode.cloudfoundry.com/IdQuestionDifficultyFreqencyDataStructures
Algorithms
1TwoSum25arraysetsorttwopointers2AddTwoNumbers34linkedlisttwopointersmath3LongestSubstringWithoutRepeatingCharacter
chiiis
·
2013-02-25 03:00
Leetcode
leetcode First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
zyfo2
·
2013-02-24 09:00
reverse linkedlist in k group
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
zyfo2
·
2013-02-23 06:00
Juniper SRX防火墙IPSec SA Lifetime showing "expired"
netscreen@SRX3600>showsecurityipsecsecurity-associationsTotalactivetunnels:1IDGatewayPort
AlgorithmS
PILife
handsomelbl
·
2013-02-21 11:39
SRX
IPSec
SA
Juniper
SRX系列防火
设计模式之一:策略模式(Strategy pattern)
Thestrategypatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryin
longshengguoji
·
2013-02-20 17:37
设计模式
设计模式之一:策略模式(Strategy pattern)
Thestrategypatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryin
longshengguoji
·
2013-02-20 17:00
关联分析:R与SAS的比较
啤酒和尿布的故事是关联分析方法最经典的案例,而用于关联分析的Apriori算法更是十大数据挖掘算法之一(http://www.cs.uvm.edu/~icdm/
algorithms
/index.shtml
高 燕
·
2013-02-17 20:00
统计之都
关联分析:R与SAS的比较
啤酒和尿布的故事是关联分析方法最经典的案例,而用于关联分析的Apriori算法更是十大数据挖掘算法之一(http://www.cs.uvm.edu/~icdm/
algorithms
/index.shtml
高 燕
·
2013-02-17 12:00
统计之都
Introduction
Why Study
Algorithms
a) important for all other branches of computer science b) 
leonzhx
·
2013-02-11 10:00
Algorithm
Merge sort
过年期间争取读完几本书
done,e.g:chapter:2,3,4,5,6,7)DataMiningConceptsandTechniques3rdEditionDistributedComputingPrinciples,
Algorithms
macyang
·
2013-02-08 22:00
MapReduce的模式、算法和用例
英文原文:《MapReducePatterns,
Algorithms
,andUseCases》译文地址:《MapReduce的模式、算法和用例》在这篇文
nosqlfan
·
2013-02-05 09:00
NoSQL杂谈
理论原地
MapReduce的模式、算法和用例
英文原文:《MapReducePatterns,
Algorithms
,andUseCases》译文地址:《MapReduce的模式、算法和用例》在这篇文
nosqlfan
·
2013-02-05 01:00
NoSQL杂谈
理论原地
跳表SkipList
Skiplistsareadatastructurethatcanbeusedinplaceofbalancedtrees.Skiplistsuseprobabilisticbalancingratherthanstrictlyenforcedbalancingandasaresultthe
algorithms
forinsertionan
ssxxjjii
·
2013-02-04 14:00
plist
《
Algorithms
》第8章:NP完全问题 学习笔记
/**第0~第8章的全部笔记已经整理在http://zjsblog.com/ALGO/index.html*
Algorithms
是一本很经典的算法入门书,希望对朋友们有所帮助*/Chapter8:NP-
Zyearn
·
2013-02-02 18:00
线程安全的无锁算法
12–St.OlafCollege–
[email protected]
原文:http://www2.css.edu/mics/Submissions/submissions/Lock-Free%20
Algorithms
CoryXie
·
2013-02-01 01:20
算法
《
Algorithms
》第7章:Linear programming and reductions 学习笔记
Chapter7:Linearprogrammingandreductions1、任何一个线性规划问题都将涉及一组变量。我们的目的是找出这组变量的某种赋值,使得其同时满足下面两个条件:满足一组由这些变量构成的线性方程或不等式极大或极小化某个给定的线性目标函数2、举例说明:3、通常,目标函数的极值在可行区域的一个顶点取到,在以下两种情况中没有极值:4、求解线性规划的经典算法是单纯形算法。简单地说,该
Zyearn
·
2013-01-30 20:00
初识英特尔线程构建模块之内存管理tbb_malloc
TBB(ThreadBuildingBlocks)是英特尔发布的一个库,全称为ThreadingBuildingBlocks,里面包含了
Algorithms
、Containers、MemoryAllocation
lawishere
·
2013-01-28 23:00
MapReduce 算法 - 反转排序 (Order Inversion)
本文另一地址请见MapReduce算法-反转排序本文译自 MapReduce
Algorithms
-OrderInversion排序译者注:在刚开始翻译的时候,我将OrderInversion按照字面意思翻译成
可观
·
2013-01-27 18:00
mapreduce
hadoop
深度学习(Deep Learning)综述
查看abriefintroductiontoMachineLearningforAI 和 anintroductiontoDeepLearning
algorithms
. 深度学习是关
liangtee
·
2013-01-27 11:00
deep
learning
start your own business
://bbs.tianya.cn/post-develop-1310543-1.shtmlhttp://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
http
priestmoon
·
2013-01-24 08:00
@C++11 Thread support library 概览 线程库中英文对照
1.1Functionsmanagingthecurrentthread管理当前线程函数2Mutualexclusion互斥量2.1Genericmutexmanagement通用互斥管理2.2Genericlocking
algorithms
wpc320
·
2013-01-23 15:00
Deep Learning 基础知识
这里有两篇综述文档:BriefintroductiontoMachineLearningforAIIntroductiontoDeepLearning
algorithms
下面这篇文档则是关于Deeplearning
黄言之
·
2013-01-22 04:00
数据挖掘
Merge Sort
MergeSortandQuickSortaretwoclassicsorting
algorithms
andCriticalcomponentsintheworld’scomputationalinfrastructure
leonzhx
·
2013-01-21 13:00
merge
Open Cascade造型算法——倒圆与倒角
造型算法——倒圆与倒角Modeling
Algorithms
[email protected]
一、倒圆FilletConstructor1.BRepFilletAPI_MakeFillet
eryar
·
2013-01-20 19:00
Open Cascade造型算法——倒圆与倒角
造型算法——倒圆与倒角Modeling
Algorithms
[email protected]
一、倒圆FilletConstructor1.BRepFilletAPI_MakeFillet
eryar
·
2013-01-20 19:00
Open Cascade中的布尔操作
OpenCascade中的布尔操作Modeling
Algorithms
[email protected]
布尔操作(BooleanOperations)是通过两个形状(S1,S2
eryar
·
2013-01-17 22:00
NoSQL数据库的分布式算法
本文另一地址请见NoSQL数据库的分布式算法本文译自 Distributed
Algorithms
inNoSQLDatabases系统的可扩展性是推动NoSQL运动发展的的主要理由,包含了分布式系统协调,
kylt
·
2013-01-16 09:00
NoSQL
exercises2.1-4 of introduction to
Algorithms
Considertheproblemofaddingtwon-bitbinaryintegers,storedintwon-elementarraysAandB.Thesumofthetwointegersshouldbestoredinbinaryforminthean(n+1)-elementarrayC.Statetheproblemformallyandwritepseudocodefor
·
2013-01-13 17:00
algorithms
Python: 朴素的字符串匹配算法
envpython #coding:utf-8 ''' docstringfornaive_string_matcher direttansalationfrombook"Introductionto
Algorithms
-CLRS
Honghe
·
2013-01-10 21:00
大学里迷茫的我们,算法?框架?语言?
写这篇文章的灵感,来自于在“高级
Algorithms
/C++研讨组”里的讨论。 现在的大学,似乎越来越少了些知识的味道,越来越多的只有迷茫的芦苇。
bhlvzzl1314
·
2013-01-10 15:00
使用X.509数字证书加密解密实务-- 使用RSA证书加密敏感数据
一、 使用RSA证书加、解密敏感数据X.509证书标准支持三种不对称加密算法:RSA,DSA,Diffie-Hellman
algorithms
。最常用的是RSA算法。
welltjc
·
2013-01-10 00:42
rsa
ca
AlgoXY, Why another algorithm book ?
``Introduction to
Algorithms
liuxinyu95
·
2013-01-08 13:00
数据结构
编程
算法
hash
********************************************************************* ** *GeneralPurposeHashFunction
Algorithms
Library
小熊猫大暴走
·
2013-01-07 11:00
Membrane Protein Simulation with Desmond
Desmondsupports
algorithms
typicallyusedtoperformfastandaccuratemoleculardynamics.Long-rangeelectrostaticenergyandforcescanbecalculatedusingparticle-mesh-basedEwaldtechniques.Constraintscanbeenforcedusi
rogerzhanglijie
·
2013-01-06 10:00
1037_Gridland
computerscientistshavebeentryingtofindefficientsolutionstodifferentcomputingproblems.Forsomeofthemefficient
algorithms
arealreadyavailable
asongsongsong
·
2013-01-05 12:00
K-Means, K-Medoids, GMM, Spectral clustering,Ncut
Clustering
Algorithms
分类1.Partitioningapproach: 建立数据的不同分割,然后用相同标准评价聚类结果。(比如最小化平方误差和)
Armily
·
2013-01-04 16:00
Damn Cool
Algorithms
: Cardinality Estimation
Supposeyouhaveaverylargedataset-fartoolargetoholdinmemory-withduplicateentries.Youwanttoknowhowmanyduplicateentries,butyourdataisn'tsorted,andit'sbigenoughthatsortingandcountingisimpractical.Howdoyoue
macyang
·
2013-01-01 20:00
/etc/shadow
Theglibc2versionofthisfunctionsupportsadditionalencryption
algorithms
.
cybertan
·
2012-12-31 22:00
算法网站汇总
算法导论答案mitpress.mit.edu/
algorithms
/MIT算法导论ocw.mit.edu/courses/electrical-engineering-and-computer-science
zhaoyue007101
·
2012-12-31 10:00
Machine Learning Open Source Software
Tosupporttheopensourcesoftwaremovement,JMLRMLOSSpublishescontributionsrelatedtoimplementationsofnon-trivialmachinelearning
algorithms
zhaoyue007101
·
2012-12-31 10:00
.NET 下运用策略模式(组合行为和实体的一种模式)
再来个官方的解释:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
·
2012-12-30 12:05
《算法精解:C语言描述》勘误
书名:《算法精解:C语言描述》原书名:Mastering
Algorithms
withC作者:KyleLoudon译者:肖翔/陈舸豆瓣收藏:http://book.douban.com/subject/14267904
hzbooks
·
2012-12-29 17:26
(1-5)勘误和下载
上一页
123
124
125
126
127
128
129
130
下一页
按字母分类:
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
其他