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:
Heapsort
Heapsort is one of the best general-purpose sorting
algorithms
, a comparison sort and part of the selection
cxl2086
·
2010-08-10 17:00
sort
UVa OJ 110 - Meta-Loopless Sorts (无循环-元排序)
3.000秒Background背景Sortingholdsanimportantplaceincomputerscience.Analyzingandimplementingvarioussorting
algorithms
formsanimportantpartoftheeducationofmostcomputerscientists
Devymex
·
2010-08-10 03:00
STL 六大组件 功能与运用
2、算法(
Algorithms
):各种常用算法如Sort,Search,Copy,Erase,从实现的角度来看,STL算法是一种FunctionTemplates。3、迭代器(Iterators):
numenshane1
·
2010-08-08 09:00
GP
数学题
10DescriptionLonggeisgoodatmathematicsandhelikestothinkabouthardmathematicalproblemswhichwillbesolvedbysomegraceful
algorithms
.N
abcjennifer
·
2010-08-06 09:00
c
Integer
input
each
output
Algorithms
- Basic
Elementary Data Structures Abstract Data Types Java provides many abstract data types, for example in the java.util package. This exam does not refer to the built-in collections, but to your own clas
sakakokiya
·
2010-08-05 17:00
java
排序算法复习(Java实现)(一): 插入,冒泡,选择,Shell,快速排序
排序算法复习(Java实现)(一):插入,冒泡,选择,Shell,快速排序为了便于管理,先引入个基础类:package
algorithms
;/***@authoryovn**/publicabstractclassSorter
ilex
·
2010-08-04 20:31
Java
算法
Shell
JAVAEE
排序算法复习(Java实现)(一): 插入,冒泡,选择,Shell,快速排序
排序算法复习(Java实现)(一):插入,冒泡,选择,Shell,快速排序为了便于管理,先引入个基础类:package
algorithms
;/** *@authoryovn * */publicabstractclassSorter
ilex
·
2010-08-04 20:31
java
算法
shell
冒泡
复习
排序算法复习(Java实现)(一): 插入,冒泡,选择,Shell,快速排序
排序算法复习(Java实现)(一):插入,冒泡,选择,Shell,快速排序为了便于管理,先引入个基础类:package
algorithms
;/** *@authoryovn * */publicabstractclassSorter
ilex
·
2010-08-04 20:31
java
算法
shell
冒泡
复习
java策略模式
(原文:The Strategy Pattern defines a family of
algorithms
,encapsulates each one,and makes them interchangeable
tinkingdzj
·
2010-08-02 16:00
java
设计模式
算法
Securing Data
加密方式onewayhashesSymmectric
Algorithms
:对称加密。服务器和用户使用同一密钥。
stevens_chen
·
2010-08-01 08:08
职场
Data
休闲
Securing
Securing Data
加密方式onewayhashesSymmectric
Algorithms
:对称加密。服务器和用户使用同一密钥。
stevens_chen
·
2010-08-01 08:08
职场
Data
休闲
Securing
openssl
介绍三种常用的加密方式:①Symmetric
Algorithms
:对
VickyDu
·
2010-07-31 21:15
职场
OpenSSL
休闲
openssl
介绍三种常用的加密方式:①Symmetric
Algorithms
:对
VickyDu
·
2010-07-31 21:15
职场
openssl
休闲
学习总结
经典书籍(C、数据结构、编译器、Unix)
TheCProgrammingLanguage2ed(K&R)C89标准StructureandInterpretationofComputerPrograms2ed数据结构:Introductionto
Algorithms
2ed
zhenyongyuan123
·
2010-07-31 16:00
数据结构
c
unix
NetWork
编译器
structure
Java排序算法
回顾一下排序算法 稍微地设计一下基础类:package
algorithms
;/***@authorLansine**/publicabstractclassSorter>{publicabstractvoidsort
lansine2005
·
2010-07-30 22:00
java
算法
Class
javadoc
Java设计模式之策略模式
STRATEGY (Object Behavioral) Purpose Defines a set of encapsulated
algorithms
that can be swapped
alex_nit
·
2010-07-29 19:00
java
设计模式
算法
Access
算法概论-堆排序
那么在深入堆排序之前先来列举一下常见的排序方法,Insertionsort,最简单直观的排序方法,时间复杂度最坏O(n2),inplace(Recallthatasorting
algorithms
ortsinplaceifonlyaconstantnumberofelementsoftheinputarrayareeverstoredouts
fxjtoday
·
2010-07-21 11:00
数据结构
算法
搜索引擎
input
Exchange
sorting
文本分类之特征简约
http://hi.baidu.com/
algorithms
/blog/item/565243d9c5c009e238012f1e.html featurereduce(特征简约)在classify(分类
aalbertini
·
2010-07-20 15:00
Commons-math-2.1 01 Variance
给个计算Variance的链接:http://en.wikipedia.org/wiki/
Algorithms
_for
zab08
·
2010-07-19 14:00
职场
休闲
variance
Commons-math-2.1 01 Variance
给个计算Variance的链接:http://en.wikipedia.org/wiki/
Algorithms
_for
zab08
·
2010-07-19 14:00
职场
休闲
variance
hoj 2430 Counting the
algorithms
★★ 从后往前删除 树状数组
/**//* 题意:给出2*N的序列,每个数∈[1,N]出现2次 2个数之间的间隔为得分, 求得一个得分后会删除这两个数,问最大得分 N比较大,应该是贪心 从后往前删除数,用树状数组求得sum(x)个数 对于嵌套的、相互独立的,先删除谁都没关系 但对于包含关系的,必须先删除外围的,所以从后开始(从前开始也一样)*/#include#includ
Yuan
·
2010-07-17 17:00
各种排序算法C++实现(冒泡,选择,插入,快速,归并,堆)
***************************************************************************** *sort.h * *Somesort
algorithms
张明
·
2010-07-17 11:00
clrs算法导论题解
id=NLngYyWFl_YC&pg=PA15&dq=introduction+to+
algorithms
&psp=1&sig=jX-xfEDWJU3PprUwH8Qfxidli6M
wapysun
·
2010-07-14 22:00
C++
c
算法
C#
F#
NAG数值算法库原
TheNumerical
Algorithms
Group(NAG)specializesintheprovisionofsoftwareforthesolutionofmathematical,statisticalanddataminingproblems.Thesecomponents
huihexie
·
2010-07-13 17:42
算法
职场
数值
休闲
NAG
NAG数值算法库原
TheNumerical
Algorithms
Group(NAG)specializesintheprovisionofsoftwareforthesolutionofmathematical,statisticalanddataminingproblems.Thesecomponents
huihexie
·
2010-07-13 17:42
算法
职场
数值
休闲
NAG
C++语言学习之STL 的组成
STL有三大核心部分:容器(Container)、算法(
Algorithms
)、迭代器(Iterator),容器适配器(containeradaptor),函数对象(functor),除此之外还有STL
bingxuebage
·
2010-07-12 15:00
C++
算法
vector
iterator
Class
语言
Data_Structures_And_
Algorithms
_In_Java_Robert_Lafore_2nd_Edition_Programming
package chapter2; // 2.1 To the HighArray class in the highArray.java program (Listing 2.3), add a // method called getMax() that returns the value of the highest key in the array, // or –1 if th
kingaragorn
·
2010-07-09 18:00
java
J#
Multithreaded
Algorithms
[1]
1.Althoughthefunctionalityofdynamic-multithreadingenvironmentsisstillevolving,almostallsupporttwofeatures:nestedparallelismandparallelloops.Nestedparallelismallowsasubroutinetobe“spawned,”allowingthec
QIBAOYUAN
·
2010-07-09 18:00
排序算法复习(Java实现): 插入,冒泡,选择,Shell,快速排序
:CodehighlightingproducedbyActiproCodeHighlighter(freeware)http://www.CodeHighlighter.com/-->package
algorithms
wapysun
·
2010-07-09 15:00
java实现
STL实践指南(二) 收藏
TYPEDEFANSI/ISO字符串游标(Iterator)Set和Map中的排序STL的烦恼之二——错误信息算法(
Algorithms
) Allocator(分配器) EmbedTemplates
fjiale
·
2010-07-07 15:00
算法
String
vector
iterator
iostream
templates
策略模式(Strategy)
TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
kgdso
·
2010-07-05 11:00
算法
J#
数据结构与算法(Java版)【2010/7/3】【0】
DATA STRUCTURES AND
ALGORITHMS
IN JAVA Table of Contents Data Structures and
Algorithms
in Java
kingaragorn
·
2010-07-03 19:00
java
数据结构
算法
C#
oop
合并排序
一般用户文件排序,空间复杂度为O(n) package
algorithms
; /** * 合并排序 * @author heng * @date 2010-6-26 */ public
henry2009
·
2010-06-27 13:00
J#
CLRS video lectures
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-
algorithms
-sma
nomad2
·
2010-06-22 21:00
计算机领域世界顶尖学术期刊与会议论文
世界计算机算法最权威会议SODA---全称ACM-SIAMSymposiumonDiscrete
Algorithms
。
jkxsanger
·
2010-06-08 23:00
数据库
数据挖掘
processing
自然语言处理
Signal
transactions
Algorithms
//Inserting sort int A[] = {3,43,34,21,7,56,2}; for (int i=1;i<A.length;i++){ int key = A[i]; loop: for(int j= i-1;j>=0;j--){ if(A[j] > key){ A[j + 1 ] = A[j];
dmhorse
·
2010-06-07 16:00
J#
strategy pattern
Thestrategypatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit.seeSimUDuckapp.forreference.belowyou'llfindam
frank127
·
2010-06-04 13:00
C++
c
C#
睡不着写算法(二)
循环链表 package
algorithms
; /** * 链表 * @author henry * @date 2010-06-04 1:06:22 */ public
henry2009
·
2010-06-04 01:00
算法
睡不着写算法(一)
package
algorithms
; /** * 快排,递归二分查找 * @author henry * @date 2010-06-04 1:04:10 */ public
henry2009
·
2010-06-04 00:00
算法
J#
VS 下 Open Cascade Source Code 编译及自定义工程设置
.*)Modeling
Algorithms
(fileModeling
Algorithms
.*)Visualization(fileVisualization.*)ApplicationFramework
Augusdi
·
2010-06-02 14:00
File
include
compiler
Visualization
linker
compilation
函数对象、仿函数
[STL]函数对象/仿函数提到C++STL,首先被人想到的是它的三大组件:Containers,Iterators,
Algorithms
,即容器,迭代器和算法。
daojin
·
2010-06-02 00:00
数据结构
编程
算法
jLayout — JavaScript Layout
Algorithms
ThejLayoutJavaScriptlibraryprovideslayout
algorithms
forlayingoutcomponents.Acomponentisanabstraction;itcanbeimplementedinmanyways
kongxx
·
2010-05-31 19:00
JavaScript
html
layout
library
border
Components
java算法
排序算法复习(Java实现)(一): 插入,冒泡,选择,Shell,快速排序 为了便于管理,先引入个基础类: package
algorithms
; /** * @author yovn
deng5566
·
2010-05-29 16:00
java
算法
J#
UP
红黑树的实现
/** * Introduction to
Algorithms
, Second Edition * true3 Red-Black Trees * * 红黑树的条件: * 1
religiose
·
2010-05-25 20:00
java
mysql 同步工具 mk-table-sync
NAMESYNOPSISRISKSDESCRIPTIONOUTPUTREPLICATIONSAFETY
ALGORITHMS
BIDIRECTIONALSYNCINGEXITSTATUSOPTIONSDSNOPTIONSDOWNLOADINGENVIRONMENTSYSTEMREQUIREMENTSBUGSCOPYRIGHT
zdx3578
·
2010-05-24 17:00
sql
sql
mysql
server
perl
UP
《大话设计模式》之 策略模式 Delphi实现
{ 策略模式 :用来封装算法,处理各种变法,而简单工厂模式,则是解决创建对象的问题 策略(Strategy)模式的用意是定义一组算法(
algorithms
),并将每个算法封装到具有共同接口的独立的类中
tjb_1216
·
2010-05-24 16:00
设计模式
object
Class
button
Delphi
Constructor
hash 算法
algorithmNone*@authorGoodzzp2006-11-20*@lastEditGoodzzp2006-11-20*@editDetailCreate*/publicclassHash
Algorithms
20102182255277
·
2010-05-22 11:13
算法
职场
hash
休闲
hash 算法
algorithmNone*@authorGoodzzp2006-11-20*@lastEditGoodzzp2006-11-20*@editDetailCreate*/publicclassHash
Algorithms
20102182255277
·
2010-05-22 11:13
职场
算法
hash
hash 算法
algorithmNone*@authorGoodzzp2006-11-20*@lastEditGoodzzp2006-11-20*@editDetailCreate*/publicclassHash
Algorithms
20102182255277
·
2010-05-22 11:13
算法
职场
hash
休闲
A Tutorial on Clustering
Algorithms
-聚类小知识
俗话说:“物以类聚,人以群分”,在自然科学和社会科学中,存在着大量的分类问题。所谓类,通俗地说,就是指相似元素的集合。聚类分析又称群分析,它是研究(样品或指标)分类问题的一种统计分析方法。聚类分析起源于分类学,在古老的分类学中,人们主要依靠经验和专业知识来实现分类,很少利用数学工具进行定量的分类。随着人类科学技术的发展,对分类的要求越来越高,以致有时仅凭经验和专业知识难以确切地进行分类,于是人们逐
chl033
·
2010-05-17 13:00
上一页
137
138
139
140
141
142
143
144
下一页
按字母分类:
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
其他