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:
Algorithms
系列之for_each
c++其中的有个优势就是在集成和许多工具大家可以直接拿过来直接来使用。我们经常使用的vectorstringbitset等等容器都是一些很基本的模板类,有了模板类对应的就会出现模板函数,也就是众多的算法。今天我们要说的这个算式是for_each。这个模板函数的含义就是对for循环的一个简单的封装,实际上我们在实际的编码过程中也要学会制作一些普通,共用的工具以方便调用。 下面
lihui130135
·
2011-06-16 18:00
Algorithm
function
struct
Class
each
排序算法: 归并排序,堆排序,桶式排序,基数排序
package
algorithms
; import java.lang.reflect.Array; /** * @author yovn * */ public class
wengge
·
2011-06-15 19:00
算法
J#
排序算法复习:插入,冒泡,选择,Shell,快速排序
为了便于管理,先引入个基础类:package
algorithms
;/***@authoryovn**/publicabstractclassSorter>{publicabstractvoidsort(
wengge
·
2011-06-15 19:00
算法
J#
UP
.Net集合算法举例
using System; namespace Rabbit.Tools { public static class Set
Algorithms
{ /// <summary> /// 集合算法的回调
isiqi
·
2011-06-11 04:00
算法
.net
J#
[收集]大量常用的Hash算法
algorithmNone*@authorGoodzzp2006-11-20*@lastEditGoodzzp2006-11-20*@editDetailCreate*/publicclassHash
Algorithms
Mirage520
·
2011-06-06 20:00
java
Algorithm
算法
function
String
byte
算法导论15.5-1答案
题目:算法导论第二版 P216 15.5-1 package introductionTo
Algorithms
.dp; public class ConstructOprimalBST {
chriszeng87
·
2011-06-04 15:00
C++
c
算法
C#
STL概述
2算法(
algorithms
):各种常用算法,如:sort、search、copy、erase。从实现的角度来看,STL算法是一种functiontemplate。共
HEYUTAO007
·
2011-06-03 16:00
算法
function
iterator
Class
callback
functor
TOC for Introduction to
Algorithms
TOCforIntroductionto
Algorithms
TableofContentsPrefaceIFoundations1TheRoleof
Algorithms
inComputing1.1
Algorithms
EverSpring working shop
·
2011-06-02 14:00
步步为营 .NET 设计模式学习笔记 三、Strategy(策略模式)
(原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyf
网络金领
·
2011-06-01 23:00
0122
253一.主要将加密协议的基础:是在第三章 1.加密方法: RandromNumberGenerator:随机数生成器 OneWayHashs:单向加密 Symmetric
Algorithms
蓝天jun
·
2011-05-15 19:27
学习笔记
学习笔记
笔记
休闲
0122
蓝天jun
How MySQL Does Sorting
HowMySQLDoesSorting(filesort)MySQLhastwofilesort
algorithms
forsortingandretrievingresults.TheoriginalmethodusesonlytheORDERBYcolumns.ThemodifiedmethodusesnotjusttheORDERBYcolumns
zapldy
·
2011-05-15 18:00
Algorithm
mysql
buffer
sorting
optimization
tuples
一个分号引发的血案
最近在看《DataStructuresand
Algorithms
》这本书,书里对数据结构和算法进行了简单的描述,并且用伪码进行了实现。
hackmind
·
2011-05-13 18:00
数据结构
算法
C#
null
delete
Class
用QuickSort快速查找中位数(median)
查找中位数属于Selection
Algorithms
的一种。用快速排序可以做到每次divide之后,只需要conquer一个分支,时间复杂度为O(nlogn)。
ljsspace
·
2011-05-10 15:00
Algorithm Visualization of USFCA
Citedfromhttp://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html Visualizing
Algorithms
Thebestwaytounderstandcomplexdatastructuresistoseetheminaction.We'vedevelopedinteractiveanimationsforavariet
fduan
·
2011-05-08 13:00
Algorithms
to Insertion Sort
InsertionSortInsertionsortbelongstotheO(n2)sorting
algorithms
.Unlikemanysorting
algorithms
withquadraticcomplexity
Ytl's Java Blog
·
2011-05-08 12:00
Auralization: fundamentals of acoustics, modelling, simulation,
algorithms
Auralization:fundamentalsofacoustics,modelling,simulation,
algorithms
zch2u
·
2011-05-06 16:00
Sorting
algorithms
--Selection Sort
SelectionSortSelectionsortisoneoftheO(n2)sorting
algorithms
,whichmakesitquiteinefficientforsortinglargedatavolumes.Selectionsortisnotableforitsprogrammingsimplicityanditcanoverperformothersortsincertai
Ytl's Java Blog
·
2011-05-06 16:00
Sorting
algorithms
--Bubble sort
BubbleSortBubblesortisasimpleandwell-knownsortingalgorithm.Itisusedinpracticeonceinabluemoonanditsmainapplicationistomakeanintroductiontothesorting
algorithms
.BubblesortbelongstoO
Ytl's Java Blog
·
2011-05-06 16:00
Frowns-ChemoInformatics System
Frowns-ChemoInformaticsSystemFrownsisachemoinformaticstoolkitgearedtowardrapiddevelopmentofchemistryrelated
algorithms
生命科学领域的专业信息解决方案!
·
2011-05-04 21:00
Hierarchies in SQL Server 2008
最近在做一个silverlight项目,有关于树的,需要用到SQLServer2008里的Hierarchies,以下文章是转载自国外的一个博客,自感觉挺不错的:Graphs,tree
algorithms
andstructureshavebeenusedforlongtimeindatabasestosolvehierarchyrelatedproblems.Adjacencylist
ilove3
·
2011-05-04 14:00
数据库
典型哈希方法源码
r=801 /***Knownhashing
algorithms
forlocatingaserverforakey.Notethatallhash*
algorithms
r
HEYUTAO007
·
2011-05-03 20:00
Algorithm
mysql
String
Integer
lua
byte
软件设计模式 策略模式 Strategy Pattern
(原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyf
anduo1989
·
2011-05-01 19:00
设计模式
算法
软件测试
UML
Strategy
定义: The Strategy Pattern defines a family of
algorithms
paddy.w
·
2011-05-01 01:00
设计模式
算法
Blog
几种字符串匹配算法,我基本上没有听说过
BruteForcealgorithmDeterministicFiniteAutomatonalgorithmKarp-Rabin
algorithmS
hiftOralgorithmMorris-PrattalgorithmKnuth-Morris-Pratt
algorithmS
imonalgorithmColussialgorithmGalil-GiancarloalgorithmApostol
ZCSYLJ
·
2011-04-29 09:00
Algorithm
oracle
算法
String
search
搜索引擎重复网页发现技术分析
这些重复网页有的是没有一点改动的拷贝,有的在内容上稍作修改,比如同一文章的不同版本,一个新一点,一个老一点,有的则仅仅是网页的格式不同(如HTML,Postscript),文献[Modelsand
Algorithms
forDupl
lwm_1985
·
2011-04-29 00:00
算法
搜索引擎
filter
存储
文档
Duplicates
hash算法大全
algorithmNone*@authorGoodzzp2006-11-20*@lastEditGoodzzp2006-11-20*@editDetailCreate*/publicclassHash
Algorithms
zhengweizhong
·
2011-04-28 19:00
算法
J#
Speedtree 剔除优化原理
MotivationThissectionoutlinesaculling
algorithms
pecificallydesignedforrenderingverylargeforestsandhasbeentestedonforestsaslargeas10,000,000treescovering1,600squaremiles
pizi0475
·
2011-04-25 16:00
Algorithms
about GIS
http://online-gis.com/matlab.php SolarRadiation
alaclp
·
2011-04-23 23:00
[STL]函数对象/仿函数
提到C++STL,首先被人想到的是它的三大组件:Containers,Iterators,
Algorithms
,即容器,迭代器和算法。
CRICH_MOON
·
2011-04-22 14:00
【数据结构与算法基础】几种典型的排序算法 / Typical sort
algorithms
//所有原创文章转载请注明作者及链接//blackboycpp(AT)gmail.com//QQ群:135202158 几种典型的排序算法:冒泡排序、插入排序、桶排序(基数排序前面的文章有,这里不实现了)、希尔排序、堆排序、归并排序,快速排序。所有算法均使用ANSIC实现。 /*********************************************************
blackboyofsnp
·
2011-04-19 19:00
ICA扩展描述
7.ICA算法扩展描述上面介绍的内容基本上是讲义上的,与我看的另一篇《IndependentComponentAnalysis:
Algorithms
andApplications》(AapoHyvärinenandErkkiOja
JerryLead
·
2011-04-19 16:00
回归第一天学习笔记之iphone开发,编程网易公开课地址
麻省理工-算法导论http://v.163.com/special/opencourse/
algorithms
.html斯坦福大学-编程范式http://v.163.com/special/opencourse
yinshuiy
·
2011-04-18 15:00
关于RC系列密码算法
heRC
algorithms
areasetofsymmetric-keyencryption
algorithms
inventedbyRonRivest.The"RC"maystandforeitherRivest'scipheror
taolinke
·
2011-04-18 14:00
算法
Stream
encryption
Cryptography
transformation
protocols
Information Retrieval: Data Structures &
Algorithms
http://orion.lcg.ufrj.br/Dr.Dobbs/books/book5/toc.htmInformation Retrieval: Data Structures &
Algorithms
edited
登山之道
·
2011-04-18 12:00
快速排序的代码
package introductionTo
Algorithms
; public class QuickSort { static int[] a = {3,1,7,4,10,6,8,9,2,5
chriszeng87
·
2011-04-17 23:00
J#
啊!Geek:算法的舞蹈
程序员最熟悉,而我最糊涂的一个玩意,
algorithms
/算法。你可能已经见过许多算法,还有用各种全新方式或模拟,或者展示的东东。但我保证你从来没有见过这样的算法。
oioi Sirius
·
2011-04-12 06:00
share
Geek
啊!Geek:算法的舞蹈
程序员最熟悉,而我最糊涂的一个玩意,
algorithms
/算法。你可能已经见过许多算法,还有用各种全新方式或模拟,或者展示的东东。但我保证你从来没有见过这样的算法。
oioi Sirius
·
2011-04-12 06:00
share
Geek
several ways to solve np-complete problems
Atpresent,allknown
algorithms
forNP-completeproblemsrequiretimethatissuperpolynomialintheinputsize,anditisunknownwhetherthereareanyfaster
algorithms
.Thefollowingtechniquescanbeappliedtosolvecomputational
shenlan211314
·
2011-04-11 21:00
Algorithm
search
input
Parameters
structure
一些书籍资料网站资源
《Introductionto
Algorithms
》第二版中文名《算法导论》关于算法的标准学习教材与工程参考手册,在去年CSDN网站上其翻译版竟然评为年度二十大技术畅销书,同时《程序员》杂志上开设了“算法擂台
coreBugZJ
·
2011-04-08 23:00
学习笔记-bag of words (5)--相关论文
总的介绍可以看RichardSzeliski的ComputerVision:
Algorithms
andApplications一书中相关章节 EricNowak等的SamplingStrategiesforBag-of-FeaturesImageClassification
txdb
·
2011-04-08 13:00
image
classification
zz The Ten Classical
Algorithms
in Data Mining
数据挖掘十大经典算法国际权威的学术组织theIEEEInternationalConferenceonDataMining(ICDM)2006年12月评选出了数据挖掘领域的十大经典算法:C4.5,k-Means,SVM,Apriori,EM,PageRank,AdaBoost,kNN,NaiveBayes,andCART. 不仅仅是选中的十大算法,其实参加评选的18种算法,实际上随便拿出一种来都可
Skai_CSDN
·
2011-04-06 22:00
Algorithm
算法
网络
数据挖掘
Google
classification
java中常用的排序算法
为了便于管理,先引入个基础类: package
algorithms
;public abstract class Sorter<E extends
andylau521
·
2011-04-02 18:00
java
算法
J#
UP
《算法导论》第十五章第一道习题代码
下面是《算法导论》第十五章第一道习题代码: package introductionTo
Algorithms
; //动态规划求装配线调度最短路线 public class Scheduling
chriszeng87
·
2011-03-28 16:00
算法
J#
微语录(2010-12-31—2011-0108)
我这周发布了3条微博,下面是我通过博客微语录应用筛选出来的微博2010/1231新年看新书,Szeliski的巨著ComputerVision
Algorithms
andApplications15:282011
chenyusiyuan
·
2011-03-25 02:00
算法
matlab
2010
微语录(2010-12-31—2011-0108)
我这周发布了3条微博,下面是我通过博客微语录应用筛选出来的微博2010/1231新年看新书,Szeliski的巨著ComputerVision
Algorithms
andApplications15:282011
womendu
·
2011-03-25 02:00
算法
matlab
微语录(2010-12-31—2011-0108)
阅读更多我这周发布了3条微博,下面是我通过博客微语录应用筛选出来的微博2010/1231新年看新书,Szeliski的巨著ComputerVision
Algorithms
andApplications15
womendu
·
2011-03-25 02:00
Matlab
算法
MFC下拉菜单选项设置与读取
折腾了好久,总算workaround了,下面的方法可以满足需求: CStringall_
Algorithms
[]={"CCEDF","Old_EDF"};//实现的所有调度算法名((CComboBox*
wangcj625
·
2011-03-24 22:00
算法
mfc
论文上对GPU的讨论之《矩阵式FDTD算法图形加速实现》
ONAGRAPHICSACCELERATOR》首位两段就不加介绍了,主要翻译正文: 稀疏矩阵的压缩 SofartheefficiencyofGPUshasbeendemonstratedon
algorithms
suchasFDTD
wangjiannuaa
·
2011-03-24 20:00
算法
测试
table
图形
Matrix
compression
与基于锁的方案相比稍显复杂非阻塞算法
阻塞算法介绍 目前,很多关于并发算法的研究都聚集在非阻塞算法(nonblocking
algorithms
)上,这种算法使用低层原子化的机器指令取代锁,比如compare-and-swap
zwt2001267
·
2011-03-24 11:00
数据结构
oracle
sql
算法
SQL Server
Design Pattern-Strategy Pattern 设计模式之策略模式
DefinitionDefineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.Strategyletsthealgorithmvaryindependentl
bmzydream_007
·
2011-03-24 05:00
Algorithm
设计模式
list
Class
interface
sorting
上一页
134
135
136
137
138
139
140
141
下一页
按字母分类:
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
其他