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
Sorting
各类排序算法
| 奇偶排序 | 梳排序 | Gnomesort | 快速排序 选择排序法选择排序 | 堆排序 插入排序法插入排序 | 希尔排序 | 二叉查找树排序 | Librarysort | Patience
sorting
endual
·
2012-02-04 13:00
排序算法
POJ 2299 Ultra-QuickSort
7000MSMemoryLimit:65536KTotalSubmissions:24310Accepted:8696DescriptionInthisproblem,youhavetoanalyzeaparticular
sorting
algorithm.Thealgorithmprocessesasequenceofndistinctintege
cmonkey_cfj
·
2012-02-03 22:00
Sorting
Basics
Python lists have a built-in sort() method that modifies the list in-place and a sorted() built-in function that builds a new sorted list from an iterable. There are many ways to use them to sort da
tojaoomy
·
2012-02-02 10:00
sort
sort in cassandra
from http://ayogo.com/2010/04/09/
sorting
-in-cassandra/
Sorting
in Cassandra Posted on: 09/04
ggsonic
·
2012-01-31 13:00
cassandra
poj 1007 DNA
Sorting
DNA
Sorting
TimeLimit:1000MS MemoryLimit:10000KTotalSubmissions:61155 Accepted:24162DescriptionOnemeasureof
Tdreamge
·
2012-01-18 13:00
POJ-1007:DNA
Sorting
1007:DNA
Sorting
时间限制: 1000ms 内存限制: 65536kB描述Onemeasureof``unsortedness''inasequenceisthenumberofpairsofentriesthatareoutoforderwithrespecttoeachother.Forinstance
theprinceofelf
·
2012-01-17 22:00
维基百科上的算法和数据结构链接很强大
其实这个网站不错:http://www.
sorting
-algorithms.com冒泡排序:bubble冒泡的意思http://zh.wikipedia.org/wiki/%E5%86%92%E6%B3%
21aspnet
·
2012-01-13 18:19
算法和数据结构
维基百科上的算法和数据结构链接很强大
其实这个网站不错:http://www.
sorting
-algorithms.com冒泡排序:bubble冒泡的意思http://zh.wikipedia.org/wiki/%E5%86%92%E6%B3%
21aspnet
·
2012-01-13 18:00
数据结构
算法
Flash
library
merge
sorting
jQuery DataTables and J2EE web application integration
Thisarticleexplainshowyoucaneasilyimplementfullyfunctionaltableswithpagination,
sorting
,andfilteringinaJavawebapplication.AlltherequiredpresentationlogicisplacedinthejQueryplug-in
jiagou
·
2012-01-12 15:00
application
基于贝叶斯平均的产品排序方法
转自:http://www.solagirl.net/
sorting
-products-by-bayesian-average.html做产品评测(ProductReviewWebsite)网站时会遇到如何对产品进行智能排序
izuoyan
·
2012-01-09 08:00
排序
基于贝叶斯平均的产品排序方法
转自:http://www.solagirl.net/
sorting
-products-by-bayesian-average.html做产品评测(ProductReviewWebsite)网站时会遇到如何对产品进行智能排序
pipi0714
·
2012-01-09 08:00
c
PHP
产品
website
Strand sort 属于归并排序
Strandsort isa
sorting
algorithm.Itworksbyrepeatedlypullingsortedsublistsoutofthelisttobesortedandmergingthemwitharesultarray.Eachiterationthroughtheunsortedlistpullsoutaseriesofelementswhichwerealread
tiantangrenjian
·
2012-01-03 15:00
Algorithm
list
each
merge
n2
structure
Gridview自动排序功能
注意两点:1.要将gridview的Allow
Sorting
属性置为true,同时设置On
Sorting
事件2.在On
Sorting
事件中对排序的列设定SortExpression属性 protectedvoidPage_Load
xwdpepsi
·
2011-12-31 15:00
Google's Python Class 4 (Python
Sorting
)
原文:http://code.google.com/edu/languages/google-python-class/
sorting
.html Python
Sorting
(排序)GoogleCodeUniversity
royaki
·
2011-12-30 13:00
python
Google
Class
纽约时报为Splunk造势
2011年12月25日的《纽约时报》发表了一个报道,题为《ForStart-UpsThatAimatGiants,
Sorting
theDataCloudIstheNextBigThing》,为Splunk
叶蓬
·
2011-12-29 13:18
职场
大数据分析
休闲
splunk
BDA
纽约时报为Splunk造势
2011年12月25日的《纽约时报》发表了一个报道,题为《ForStart-UpsThatAimatGiants,
Sorting
theDataCloudIstheNextBigThing》,为Splunk
weixin_34355559
·
2011-12-29 13:18
Android中文联系人排序及检索补丁的原理(090819更新)
原文转自孙志岗老师Sunner的博客:http://blog.sunner.cn/2009/04/android_pinyin_
sorting
/ 文章写的是针对Android1.0, 1.1及1.5
sharp2wing
·
2011-12-28 16:00
android
排序算法总览(方便自己查阅)
概念:http://en.wikipedia.org/wiki/
Sorting
_algorithm#实战:http://www.
sorting
-algorithms.com/http://www.concentric.net
wangweixaut061
·
2011-12-26 16:00
算法
排序查询结果
Sorting
Query Results 1.
Sorting
by Variable-Length Substrings select id,left(substring(id,4),char_length
jvuentuslm
·
2011-12-17 14:00
substring()
field()
字符串到数字的转换
POJ 1007 解题报告 DNA
Sorting
#include #include #include usingnamespacestd; classDNA{ public: stringstrDNA; DNA(string); }; DNA::DNA(strings) { strDNA=s; } intcalculateInversionsNum(conststring&); booloperat
ysshuai19
·
2011-12-15 17:00
poj
解题报告
sorting
1007
dna
QToolTip 的使用
最简单和常规的用法QWidget::setToolTip()高级用法,使用类型的QEvent::ToolTip的QHelpEvent事件(注意ignore使用)bool
Sorting
Box::event
duyouhua
·
2011-12-13 15:43
QT
排序算法介绍
排序算法在计算机科学与数学中,一个排序算法(
Sorting
algorithm)是一种能将一串数据依照特定排序方式的一种算法。最常用到的排序方式是数值顺序以及字典顺序。
xieyuntestShow
·
2011-12-12 20:00
Algorithm
算法
merge
compiler
n2
sorting
HDU1379 DNA
Sorting
题目连接 http://acm.nyist.net/JudgeOnline/problem.php?pid=160 题目大意: 求逆序数,按排序程度从好到差排序(代数)。如果逆序数相同,则按原来顺序输出。wa了好几次,输出结果没看清就提交上去,唉。。。。。。。。在这里不能用简单sort。要stable_sort。因为sort排序如果逆序数相同则不分大小随机排序。 冒泡+ stable _s
touchinsert
·
2011-12-11 21:00
sort
一个关于各种排序算法的网站
http://www.
sorting
-algorithms.com/
suwei19870312
·
2011-12-07 15:00
算法
POJ1007 DNA
Sorting
水题
题意:给你一个DNA的序列,给定逆序数的定义,叫你按逆序数从小到大排序输出。其实很简单。只不过为了排序,弄个结构体出来比较方便。#include #include #definemax(a,b)(a>b?a:b) #definemin(a,b)(a usingnamespacestd; constintN=55,M=105; intn,m; charstr[M][N]; structNode {
wuyanyi
·
2011-12-03 16:00
c
struct
sorting
POJ-1007 DNA
Sorting
题目链接:http://poj.org/problem?id=1007题目大意:给你多组DNA的序列,求出每个序列的逆序数,然后按逆序数从小到大输出。如果相等,则按照原输入输出。解题思路:这道题其实暴力能过,但是sort之后一直wrong,原来是用stable_sort才能过,稳定排序就是如果按照某一规则排序后,两个元素值相等,就不会改变顺序了,而sort是不确定的。所以要用稳定排序。代码如下:#
niushuai666
·
2011-12-02 20:00
sorting
Cocoa:NSArray
Sorting
Cocoa:NSArray
Sorting
Question: WhatIwanttodoseemsprettysimple,butIcan'tfindanyanswersontheweb.IhaveanNSMutableArrayofobjects
逛奔的蜗牛
·
2011-12-02 00:00
Cocoa:Inline Arrays of NSSortDescriptors
isnowavailablefrom O'Reilly.InlineArraysofNSSortDescriptorsNSSortDescriptorisCocoa'sstandardclassfor
sorting
anNSTableView
逛奔的蜗牛
·
2011-12-02 00:00
Perl Sort
转自:http://www.sysarch.com/Perl/sort_paper.htmlAFreshLookatEfficientPerl
Sorting
UriGuttmanandLarryRoslerUriGuttmanisanindependentPerlandInternetconsultant
linfengfeiye
·
2011-12-01 22:00
算法导论Java实现-选择排序(习题2.2-2)
package lhz.algorithm.chapter.two; /** * 《选择排序》,《算法导论》习题2.2-2 * Consider
sorting
mushiqianmeng
·
2011-11-29 13:41
java
选择排序
sort
算法导论
休闲
selection
poj 1094
Sorting
It All Out 很好的拓扑排序,让我对拓扑排序有了一个很好的写法!!!
话说这道题是我大前天包宿看的一道题,一看是拓扑排序,不怎么难嘛!!于是乎从10点开始做,加上我这糟烂得英语能力,看了半天才开始写 后来事实证明,我那天晚上读题还读错了,题意说是第几组后就可以排除顺序,第几组后就可以开出矛盾,我给理解成一共有几组矛盾的,晕!! 写着写着,调着调这,大半夜过去了,天快亮了,这一下子给我整不会了,越想与不对劲!!于是寡人就看一下别人的结题报告,我去,没有一个
youngyangyang04
·
2011-11-20 11:00
[置顶] 判断有向图是否有环 [No. 75]
要判断一个有向图是否有环,我们可以选择选择BFS,DFS或者Topological
sorting
.用BFS或者DFS进行判断时,我们主要判断要被访问的node是否已经被访问过,如果被访问过,就有环。
beiyeqingteng
·
2011-11-14 01:00
算法
Graph
insert
each
output
sorting
【ProjectEuler】ProjectEuler_022
Usingnames.txt(rightclickand'SaveLink/TargetAs...'),a46Ktextfilecontainingoverfive-thousandfirstnames,beginby
sorting
itintoalphabeticalorder.Thenworkingoutthealphabeticalv
sytzz
·
2011-11-05 15:00
String
Integer
iterator
cassandra
sorting
Numbers
http://poj.org/problem?id=1486
Sorting
SlidesTimeLimit:1000MSMemoryLimit:10000KTotalSubmissions:2259Accepted:828DescriptionProfessorClumseyisgoingtogiveanimportanttalkthisafternoon.Unfortunately
smallacmer
·
2011-11-01 19:00
POJ-1094
Sorting
It All Out
题目链接:http://poj.org/problem?id=1094题目大意:给你一些关系式,全部是小于关系的,且都是大写字母和 #include #include #include #include usingnamespacestd; #defineMAXN27 intin[MAXN],temp[MAXN],topo[MAXN];//入度,topo排序结果 boolvisit[MAXN][
niushuai666
·
2011-10-31 12:00
c
算法
sorting
STL排序函数运用
include<iostream> using namespace std; const int SIZE=25; int main() { //create four vector for
sorting
wangxiaohigh
·
2011-10-29 17:00
STL
java数组排序Arrays.sort,以及Comparator接口的用法
Sorting
anArray1.数字排序int[]intArray=newint[]{4,1,3,-23};Arrays.sort(intArray);输出:[-23,1,3,4]2.字符串排序,先大写后小写
cyzero
·
2011-10-25 17:33
java数组排序Arrays.sort,以及Comparator接口的用法
Sorting
anArray1.数字排序 int[]intArray=newint[]{4,1,3,-23};Arrays.sort(intArray);输出:[-23,1,3,4]2.字符串排序,先大写后小写
CYZERO
·
2011-10-25 17:00
java
String
object
Arrays
Class
sorting
6.087 Practical Programming in C, lec5: Pointers and memory addressing
Searchingand
sorting
algorithms.Pointersandaddresses•Pointer:memoryaddressofavariable•Addresscanbeusedtoaccess
jubincn
·
2011-10-22 23:00
c
Arrays
Primitive
sorting
variables
Pointers
6.087 Practical Programming in C, lec5
Searching and
sorting
algorithms.
jubincn
·
2011-10-22 23:00
programming
图论练习题
1062*昂贵的聘礼枚举等级限制+dijkstraAccepted1087*APlugforUNIX2分匹配1094
Sorting
ItAllOutfloyd或拓扑Accepted1112*TeamThemUp
smallacmer
·
2011-10-18 09:00
oracle sga相关
Buffer cache Streams pool size Log buffer Process-private memory, such as memory used for
sorting
chuanzhongdu99
·
2011-10-12 17:00
oracle
[POJ] 1094
Sorting
It All Out
这是一道水题,看看通过数量就知道了。可是我还是犯了几个很2的错误。当然,我最后指出的是出题者的错误。1>眼神不好使,不小心将C++勾成了G++,不支持#include,compileerror,mem*函数族在G++里是在string.h里。2>代码中检测失败时,直接跳出,忘记了将剩下的输入也全部读完,runtimeerror3>到了最后,终于都自以为OK的时候,出来个wronganswer。看了
gogdizzy
·
2011-10-11 12:00
POJ 1007 DNA
Sorting
(待改善)
POJ 1007 DNA
Sorting
这道题做的不舒服,明白题目的意思后就想到一种最笨的解题思路——双重 for 循环来计算 DNA 序列的数值(左边字母大于右边字母的总个数)。
mycream
·
2011-10-08 21:00
sort
POJ 1007 DNA
Sorting
(待改善)
POJ 1007 DNA
Sorting
这道题做的不舒服,明白题目的意思后就想到一种最笨的解题思路——双重 for 循环来计算 DNA 序列的数值(左边字母大于右边字母的总个数)。
mycream
·
2011-10-08 21:00
sort
jQuery UI 插件 使用说明+官方插件js包+jQuery及UI官方英文原版API手册
JavaScript]jQueryUI插件使用说明+官方插件js包+jQuery及UI官方英文原版API手册所有效果说明:基本的鼠标互动: 拖拽(draganddropping)、排序(
sorting
wangliqiang1014
·
2011-10-08 15:00
自然排序算法介绍
Order String Comparison byMartin Pool 转载:http://sourcefrog.net/projects/natsort/ Computer string
sorting
iwebcode
·
2011-10-07 11:00
排序算法
POJ 图论 题目列表
[AC2011-9-17] 1062*昂贵的聘礼枚举等级限制+dijkstra1087*APlugforUNIX2分匹配[AC2011-9-20]1094
Sorting
ItAllOutfloyd或拓扑1112
sevenster
·
2011-09-17 11:00
Sorting
Array Values in PHP(数组排序)
复制代码代码如下:$full_name=array();$full_name["Roger"]="Waters";$full_name["Richard"]="Wright";$full_name["Nick"]="Mason";$full_name["David"]="Gilmour";Tosortthisarray,youjustusetheassort()function.Thisinvol
·
2011-09-15 21:14
java实现排序算法之选择排序(直接选择排序、堆排序)
一、直接选择排序(Straight Select
Sorting
) 也是一种简单的排序方法,它的基本思想是:第一次从R[0]~R[n-1]中选取最小值,与R[0]交换,第二次从R{1}~R[n-1]中选取最小值
zengzhaoshuai
·
2011-09-14 20:00
java
算法
上一页
61
62
63
64
65
66
67
68
下一页
按字母分类:
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
其他