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:
九月十月百度人搜,阿里巴巴,腾讯华为小米搜狗笔试面试八十题(10.23)
“与此同时,工作之余,也一直在闲心研究数据挖掘:"神经网络将可能作为Top10
Algorithms
inDataMining之番外
lvwenwen
·
2012-10-25 22:00
阿里巴巴
九月十月百度人搜
Algorithms
第四版 习题 4.1.16- 4.1.18
原书部分内容见:http://algs4.cs.princeton.edu/home/4.1.16计算点的离心率,图的直径,半径,中心4.1.18计算图的围长定义:点的离心率:图中任意一点v,v的离心率是图中其他点到v的所有最短路径中最大值。图的直径:图中所有点的离心率的最大值。图的半径:图中所有点的离心率的最小值。图的中心:图中离心率长度等于半径的点。图的围长:如果图中有环,围长则为所有环的长度
zhouhao011280s
·
2012-10-25 14:00
【转】计算机科学中最重要的32个算法
原文来自:http://www.infoq.com/cn/news/2012/08/32-most-important-
algorithms
奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
宫玖
·
2012-10-24 20:00
算法;计算机科学
how to write psedocode(reprint)
http://users.csc.calpoly.edu/~jdalbey/SWE/pdl_std.htmlPseudocodeisakindofstructuredenglishfordescribing
algorithms
.Itallowsthedesignertofocusonth
zhb8015
·
2012-10-24 18:00
linux c 实现八大排序算法总结
实现:[liul@test
algorithms
]$moreInsertSort.c #include voidInsertSort(intL[],intlength) { inti,j,T
stone548534
·
2012-10-24 13:00
看Independent Component Analysis (ICA) 有感
下午在看IndependentComponentAnalysis:
Algorithms
andApplications这篇论文,虽然是00年的,但是很经典。
monsterkill
·
2012-10-17 15:45
机器学习
KMThreadPool: 3 – Thread Pool Step 1: Utilities, Locks and
Algorithms
3–ThreadPoolStep1:Utilities,Locksand
Algorithms
Utilities:We’regoingtosetupsomeclassesandtypedefinitionsforusethrough-outthethreadpool.Thesewillbeourutilityobjects
Plutus_Lee
·
2012-10-17 15:00
九月十月百度人搜,阿里巴巴,腾讯华为小米搜狗笔试面试八十题(10.14)
“与此同时,工作之余,也一直在闲心研究数据挖掘:"神经网络将可能作为Top10
Algorithms
inDataMining之番外
ygqwan
·
2012-10-14 20:00
面试
百度
腾讯
阿里巴巴
华为
搜狗
Particle Swarm Optimization(粒子群)——Introduction
StochasticOptimizationTechnique:随机优化技术EvolutionaryComputationTechniques:用计算机的计算来模仿生物的进化过程,演化计算技术Genetic
Algorithms
fovwin
·
2012-10-14 14:00
优化
velocity
Random
Parameters
optimization
策略模式
(原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,and
sunmenggmail
·
2012-10-13 21:00
Algorithm
算法
单元测试
each
UML
仅用一个指针域,实现双向循环链表
原题出自"Introductionto
Algorithms
"中的练习题,10.2.8.今天恰巧看到,觉得挺有意思,就写一写。
ChenQi
·
2012-10-12 19:00
双向循环链表
验证Wifi加密类型的操作
intType) { WifiConfigurationconfig=newWifiConfiguration(); config.allowedAuth
Algorithms
.clear
faith_boys
·
2012-10-11 18:00
加密
String
排序算法
EventArgse) { TimeSpans=newTimeSpan(); DateTimedt=DateTime.Now; Sorting
Algorithms
ort
eastlhu
·
2012-10-10 11:00
九月十月百度人搜,阿里巴巴,腾讯华为小米搜狗笔试面试五十题(10.08)
“与此同时,工作之余,也一直在闲心研究数据挖掘:"神经网络将可能作为Top10
Algorithms
inDataMining之番外
行者PHPer
·
2012-10-09 17:00
Distributed
Algorithms
in NoSQL Databases
ScalabilityisoneofthemaindriversoftheNoSQLmovement.Assuch,itencompassesdistributedsystemcoordination,failover,resourcemanagementandmanyothercapabilities.Itsoundslikeabigumbrella,anditis.Althoughitcanh
macyang
·
2012-10-09 13:00
SkipList 跳表
SkipList跳表博客分类:
algorithms
为什么选择跳表目前经常使用的平衡数据结构有:B树,红黑树,AVL树,SplayTree,Treep等。
qingwa
·
2012-10-09 09:00
堆排序
********************************* **Heapsorting.Moredetailscanbefoundin **Chapter6.4inIntroductionto
Algorithms
wolenski
·
2012-10-08 20:00
书籍的选择
ComputerSystems:AProgrammer'sPerspective3、StructureandInterpretationofComputerPrograms 4、Introductionto
Algorithms
·
2012-10-08 15:46
书籍
的
书籍的选择
ComputerSystems:AProgrammer'sPerspective3、StructureandInterpretationofComputerPrograms 4、Introductionto
Algorithms
usb_host
·
2012-10-08 15:46
书籍
的
LeetCode: Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
Tingmei
·
2012-10-08 15:00
Algorithm
function
list
struct
null
均匀分割问题 负载均衡问题
例如,S={2,2,3,4},k=3.那么应该分成{2,2},{3},{4}.这个问题转自:http://www8.cs.umu.se/kurser/TDBAfl/VT06/
algorithms
/BOOK
jiyanfeng1
·
2012-10-08 13:00
Algorithm
search
processing
each
subroutine
books
《数据结构与算法C#语言描述》笔记目录
本书原版书名为:DataStructuresand
Algorithms
UsingC#。出版时间是2007年3月26日。当时.NetFramework的最新版本是3.0。
Maths_bai
·
2012-10-07 23:00
hoj 2430 Counting the
algorithms
题解:这个题的关键在于:如果是两个包含的区间则先删除外边的最优。如果是交叉区间的情况,无论先删哪个,答案都是一样的。所以采取如下策略,从左边向右边,一个一个删除。至于统计动态的两个相邻元素之间的数目,可以使用树状数组。时间复杂度O(nlogn)#include #include #include usingnamespacestd; constintmaxn=200010; intf[maxn],
HyogaHyoga
·
2012-10-05 16:00
LeetCode: First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
Tingmei
·
2012-10-04 21:00
Algorithm
function
Integer
Class
n2
可视化的数据结构和算法
一个旧金山大学DavidGalles做的各种可视化的数据结构和基本算法的主页:http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html基础
jiabinjlu
·
2012-10-03 15:00
[读书] Computer Vision:
Algorithms
and Applications
RichardSzeliski一本系统介绍计算机视觉算法和应用的书籍,作者为微软研究院的:RichardSzeliski。Ashumans,weperceivethethree-dimensionalstructureoftheworldarounduswithapparentease.However,despitealloftherecentadvancesincomputervisionre
·
2012-09-29 17:00
application
Range Minimum Query and Lowest Common Ancestor
Static&d1=tutorials&d2=lowestCommonAncestor Introduction Notations RangeMinimumQuery(RMQ) Trivial
algorithms
forRMQ
fanbird2008
·
2012-09-29 13:00
Little-Known Awesome
Algorithms
: Fenwick Trees – Rapidly Find Cumulative Frequen
http://www.swageroo.com/wordpress/little-known-awesome-
algorithms
-fenwick-range-trees-rapidly-find-cumulative-frequency-sums
standalone
·
2012-09-28 17:00
Algorithm
Boost 的 STL Container 切割工具(中):Tokenizer
CLASS_ID=1&SUB_ID=1&PAPER_ID=210上一篇大概介紹了C的strtok()這個專門用來切割C字串的函式,以及BoostC++Libraries裡的String
Algorithms
Library
yacper
·
2012-09-27 18:00
String
list
iterator
character
工具
deprecated
排序算法
SortingAlgorithmAnimationshttp://www.sorting-
algorithms
.com/这是一个非常不错的排序算法的网站,当你打开这个网站的时候,请不要因为看到很多个图片的大红叉而鄙视它
B_H_L
·
2012-09-26 10:00
Algorithm
算法
shell
文档
merge
sorting
算法:第4版
《算法:第4版》基本信息原书名:
Algorithms
,FourthEdition作者:(美)塞奇威克(Sedgewick,R.)(美)韦恩(Wayne,K.)
china-pub2010
·
2012-09-25 17:00
数据结构
算法
正则表达式
OpenCASCADE中的数学图元及其算法
MathPrimitivesand
Algorithms
数学图元及其算法
[email protected]
一、概述OverviewOpenCASCADE中的数学图元及其算法包括以下内容:l向量和矩阵(Vectorsandmatrices
eryar
·
2012-09-24 23:00
快速匹配算法(KMP)
==================================================================/*KMP
algorithms
forstringcomparse...
zqt520
·
2012-09-23 22:00
c
算法
String
System
input
Idea List
-GamesProject:OpenWarI-Foundational
Algorithms
Project:Foundational
Algorithms
LibsWithCProject:SimpleSearchingEngineProject
hk_mars
·
2012-09-23 09:23
docs
平衡搜索三叉树
三叉树的结构(左子树,中子树,右子树,索引,元素) 三叉树主要应用于字符串,数据串作为索引来查找,N年前JonL.Bentley,RobertSedgewick发表了篇名叫Fast
Algorithms
forSortingandSearchingStrings
cut
·
2012-09-22 18:00
数据结构
字典树
字符搜索
三叉树
啄木鸟图形框架
算法设计经典书籍推荐
2.
Algorithms
算法概论短小精悍,别据一格,准经典之作。一个坏消息:同算法导论,该书没有习题答案。好消息:习题很经典,难度也适中,
xiaoding133
·
2012-09-21 09:00
Memetic algorithm
本文源自:http://blog.sina.com.cn/s/blog_714e46f80100sozi.htmlMemetic
algorithms
(MA)representoneoftherecentgrowingareasofresearchinevolutionarycomputation.ThetermMAisnowwidelyusedasasynergyofevolutionaryora
bookwormno1
·
2012-09-19 20:00
LeetCode First Missing Positive
FirstMissingPositiveGivenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
maqingli87
·
2012-09-16 10:00
Algorithm
null
Integer
Class
UVaOJ 567 - Risk
TypeGraph
Algorithms
Analysis询问数较多,是经典的Floyd求任意两点间的最短路径长度。
Ra_WinDing
·
2012-09-16 10:00
Graph
Go
iterator adaptors - stream iterators
Astreamiteratorisaniteratoradapterthatallowsyoutouseastreamasasourceordestinationof
algorithms
.Inparticular
CPP_CHEN
·
2012-09-14 15:00
算法精解:C语言描述
《算法精解:C语言描述》基本信息原书名:Mastering
Algorithms
withC作者:KyleLoudon[作译者介绍]译者:肖翔陈舸丛书名:O’Reilly精品图书系列出版社:机械工业出版社ISBN
iteye_11916
·
2012-09-14 14:54
计算机图书
算法精解:C语言描述
阅读更多《算法精解:C语言描述》基本信息原书名:Mastering
Algorithms
withC作者:KyleLoudon[作译者介绍]译者:肖翔陈舸丛书名:O’Reilly精品图书系列出版社:机械工业出版社
china-pub2010
·
2012-09-14 14:00
算法
数据结构
算法精解:C语言描述
《算法精解:C语言描述》基本信息原书名:Mastering
Algorithms
withC作者:KyleLoudon[作译者介绍]译者:肖翔陈舸丛书名:O’Reilly精品图书系列出版社:机械工业出版社ISBN
china-pub2010
·
2012-09-14 14:00
数据结构
算法
编程艺术第十六~第二十章:全排列/跳台阶/奇偶调序,及一致性Hash算法
故常常关注个人所建的
Algorithms
1-14群内朋友关于笔试,面试,宣讲会,offer,薪资的讨论以及在群内发布的各种笔/面试题,常感言道:咱们这群
dazhi_100
·
2012-09-13 23:00
各种排序算法时间复杂度、空间复杂度比较
www.cnitblog.com/houcy/archive/2009/07/24/60349.html各种排序算法时间复杂度比较以上图片来维基百科,http://en.wikipedia.org/wiki/
Algorithms
fivedoumi
·
2012-09-13 11:00
算法
Analysis of
Algorithms
1. Scientificmethodofanalyzingalgorithm: a) Observesomefeatureofthenaturalworld. b) Hypothesizeamodelthatisconsistentwiththeobservations. c) Predicteventsusingthehypothesis. d) Verifythepredictionsbym
leonzhx
·
2012-09-12 13:00
Algorithm
经典算法书籍推荐
Algorithms
算法概论 短小精悍,别据一格,准经典之作。一个坏消息: 同算法导论,该书没有习题答案。好消息:习题很经典,难度也适中,只需花点点时间自己也都能做出来。
cloudtech
·
2012-09-07 22:00
算法
[置顶] 经典算法书籍推荐
2.
Algorithms
算法概论短小精悍,别据一格,准经典之作。一个坏消息:同算法导论,该书没有习题答案。好消息:习题很经典,难度也适中,只需花点点时间自己也都能做出来。
atupal
·
2012-09-07 22:00
Algorithm
数据结构
编程
算法
面试
百度
易学设计模式12 策略模式(Strategy)
(原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakesthemint
焦志广
·
2012-09-07 19:00
设计模式
WPF Chart Control With Pan, Zoom and More
IntroductionThisarticlegivesanoverviewofthecodeand
algorithms
Icreatedwhilewritingachartcontrolfor.NET3.0
wmjcom
·
2012-09-04 13:00
image
basic
button
features
WPF
charts
上一页
126
127
128
129
130
131
132
133
下一页
按字母分类:
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
其他