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
收藏一段VBA脚本【根据Excel的sheet名排序】
Sub
Sorting
()DimsCountAsInteger,iAsInteger,jAsIntegerApplication.ScreenUpdating=FalsesCount=Worksheets.CountIfsCount
dotjar
·
2011-05-13 12:00
脚本
Excel
VBA
J#
工作
Solution of ZOJ 1188 DNA
Sorting
Onemeasureof``unsortedness''inasequenceisthenumberofpairsofentriesthatareoutoforderwithrespecttoeachother.Forinstance,inthelettersequence``DAABEC'',thismeasureis5,sinceDisgreaterthanfourletterstoitsri
fduan
·
2011-05-12 09:00
String
Integer
input
output
sorting
functor
Entity Framework in ASP.NET MVC Application (三)
IntheprevioustutorialyouimplementedasetofwebpagesforbasicCRUDoperationsforStudententities.Inthistutorialyou'lladd
sorting
baobeituping
·
2011-05-10 20:00
.net
mvc
asp.net
asp
LINQ
Java
Sorting
: Comparator vs Comparable
Java
Sorting
: Comparator vs Comparable Hello All … hope everyone is in good health and enjoying the
forrest420
·
2011-05-10 13:00
java
bean
Blog
IE
Alogrithms to quicksort
QuicksortQuicksortisafast
sorting
algorithm,whichisusednotonlyforeducationalpurposes,butwidelyappliedinpractice.Ontheaverage
Ytl's Java Blog
·
2011-05-08 14:00
Algorithms to Insertion Sort
InsertionSortInsertionsortbelongstotheO(n2)
sorting
algorithms.Unlikemany
sorting
algorithmswithquadraticcomplexity
Ytl's Java Blog
·
2011-05-08 12:00
Algorithm to merge sorte
Mergesort isan O(n log n) comparison-based
sorting
algorithm.Mostimplementationsproducea stablesort,meaningthattheimplementationpreservestheinputorderofequalelementsinthesortedoutput.Itisa
Ytl's Java Blog
·
2011-05-06 17:00
Sorting
algorithms --Selection Sort
SelectionSortSelectionsortisoneoftheO(n2)
sorting
algorithms,whichmakesitquiteinefficientfor
sorting
largedatavolumes.Selectionsortisnotableforitsprogrammingsimplicityanditcanoverperformothersortsincertai
Ytl's Java Blog
·
2011-05-06 16:00
Sorting
algorithms --Bubble sort
BubbleSortBubblesortisasimpleandwell-known
sorting
algorithm.Itisusedinpracticeonceinabluemoonanditsmainapplicationistomakeanintroductiontothe
sorting
algorithms.BubblesortbelongstoO
Ytl's Java Blog
·
2011-05-06 16:00
jQuery UI 插件 使用说明
所有效果说明: 基本的鼠标互动: 拖拽(drag and dropping)、排序(
sorting
kaminlee
·
2011-05-01 19:00
html
jquery
UI
css
ext
2011.4.26 insertion
sorting
1//insert
sorting
2#include 3#include 4void InsertSort(int array[],unsigned int len){ 5 int i,
polly study cs
·
2011-04-26 23:00
BWT数据压缩算法
urrower-Wheeler变换1994年MichaelBurrows和DavidWheeler在《ABlock-
sorting
LosslessDataCompressionAlgorithm》一文中共同提出了一种全新的通用数据压缩算法
nwpulei
·
2011-04-18 15:00
Algorithm
算法
table
buffer
transformation
compression
Monotone Chain Convex Hull.java
* It takes O( NlogN ) in
sorting
& O(N) in
hnjzsyjyj
·
2011-04-16 14:00
java
PHP
Gmail
Gridview中按字段排序
首先对gridview的Allow
Sorting
属性值改为True;然后对需要排序的字段的SortExpression属性加上该字段的名字;接着添加gridview的
Sorting
方法,如下;最后写1个方法
20050724065
·
2011-04-14 14:00
[Teach Youself SQL in 10 Minutes] Grouping and
Sorting
ORDER BY GROUP BY Sorts generated output. Groups rows. The output might not be in group order, however. Any columns (even columns not selected) may be used. Only selected columns or
mcqueen
·
2011-04-13 16:00
sql
ZOJ 1060
Sorting
It All Out(POJ 1094)(关系闭包+计数排序)
这题原来是按拓扑排序的思路走的,因为思维定势的缘故,看到题目的input就想到拓扑排序了,后来听路竹说,他第一眼看到题目,想到的是关系闭包,自己好好想想,的确是啊,关系闭包更新邻接矩阵后,不仅可以判环,而且只要加个计数排序,那么序列就直接出来了,这个比用拓扑排序方便的多啊。 哎,重要的是思想,谨记,谨记…… #include#include#include#defineN30structnode{
l04205613
·
2011-04-07 10:00
c
struct
ini
input
sorting
快速排序(Quicksort)的Javascript实现
排序算法(
Sorting
algorithm)是计算机科学最古老、最基本的课题之一。要想成为合格的程序员,就必须理解和掌握各种排序算法。
杨军军
·
2011-04-06 13:00
ZOJ 1060
Sorting
It All Out (POJ1094) (拓扑排序)
其实这题是我拿到这些题时,第一道仔细看的题(当然我开始没有看到过的人数只有100……),第一反应是拓扑排序,可是后来发现传统拓扑排序过不了,因为这道题要求图的联通,于是想当然的加了个并查集函数,敲完交上就WA了,再仔细看,发现题目要求输出的序列是唯一的,而拓扑排序并不是稳定排序,所以直接拓扑的肯定不行。 我的处理方案(其实是大神刘超的处理方案)是:找到第一个入度为0的点,以它为起点,更新所有点入度
l04205613
·
2011-04-05 20:00
poj1007——DNA
Sorting
发现喜欢用上了sort!操作简单、方便。 #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; class str { public: char a[60]; int cout; str() { cout=0; }
44424742
·
2011-03-29 22:00
J#
nlogn求逆序数 POJ 2299解题报告
MemoryLimit:65536KTotalSubmissions:19686 Accepted:6959DescriptionInthisproblem,youhavetoanalyzeaparticular
sorting
algo
xinghongduo
·
2011-03-29 11:00
Algorithm
Integer
delete
input
output
sorting
归并排序poj2299
MemoryLimit: 65536KTotalSubmissions: 19252 Accepted: 6828DescriptionInthisproblem,youhavetoanalyzeaparticular
sorting
algorithm.Thealgorithmprocessesasequenceofndistinc
dongfengkuayue
·
2011-03-25 21:00
Integer
Arrays
input
merge
n2
sorting
扩展jquery实现客户端表格的分页、排序功能代码
下载代码和示例:jqueryPaging.rar使用方法如下:复制代码代码如下:$("#myTable").tablePaging({pageSize:5,
sorting
:true,sortSelector
·
2011-03-16 23:31
两种外排序的思路
sorting
by merging&
sorting
by distribution
很早以前我写过一篇博客推荐过一本书《Algorithms and Data Structures for External Memory》 http://blog.csdn.net/pennyliang/archive/2010/02/28/5334218.aspx 今天我思考了一个问题,顺便翻了翻,对外排序进行了些思考,分享如下: 假定在磁盘上有16个数字,而内存只能容下4个数进行排序,
talin2010
·
2011-02-24 15:00
.net
Blog
两种外排序的思路
sorting
by merging&
sorting
by distribution
很早以前我写过一篇博客推荐过一本书《Algorithms and Data Structures for External Memory》 http://blog.csdn.net/pennyliang/archive/2010/02/28/5334218.aspx 今天我思考了一个问题,顺便翻了翻,对外排序进行了些思考,分享如下: 假定在磁盘上有16个数字,而内存只能容下4个数进行排序,
talin2010
·
2011-02-24 15:00
.net
Blog
两种外排序的思路
sorting
by merging&
sorting
by distribution
很早以前我写过一篇博客推荐过一本书《Algorithms and Data Structures for External Memory》 http://blog.csdn.net/pennyliang/archive/2010/02/28/5334218.aspx 今天我思考了一个问题,顺便翻了翻,对外排序进行了些思考,分享如下: 假定在磁盘上有16个数字,而内存只能容下4个数进行排序,
javayestome
·
2011-02-24 15:00
.net
Blog
两种外排序的思路
sorting
by merging&
sorting
by distribution
很早以前我写过一篇博客推荐过一本书《Algorithms and Data Structures for External Memory》 http://blog.csdn.net/pennyliang/archive/2010/02/28/5334218.aspx 今天我思考了一个问题,顺便翻了翻,对外排序进行了些思考,分享如下: 假定在磁盘上有16个数字,而内存只能容下4个数进行排序,
isiqi
·
2011-02-24 15:00
.net
Blog
两种外排序的思路
sorting
by merging&
sorting
by distribution
很早以前我写过一篇博客推荐过一本书《AlgorithmsandDataStructuresforExternalMemory》http://blog.csdn.net/pennyliang/archive/2010/02/28/5334218.aspx 今天我思考了一个问题,顺便翻了翻,对外排序进行了些思考,分享如下:假定在磁盘上有16个数字,而内存只能容下4个数进行排序,那么归并的排序和桶排序有
pennyliang
·
2011-02-24 15:00
input
merge
output
2010
磁盘
sorting
关于Arrays.sort()方法用到的设计模式
possibly larger) array destination with a possible offset * low is the index in dest to start
sorting
dracularking
·
2011-02-18 09:00
设计模式
thread
J#
3270 Cow
Sorting
//利用置换排序
Cow
Sorting
TimeLimit:2000MS MemoryLimit:65536KTotalSubmissions:3610 Accepted:1196DescriptionFarmerJohn'sN
hqd_acm
·
2011-02-13 13:00
Integer
input
each
Exchange
output
sorting
POJ-1007-DNA
Sorting
-求逆序数
之前看过这题道,由于当时对如何使用STL的sort还不熟悉,而自己又想偷懒,故没有做下去。今天看了《C++标准程序库》对sort有了一定的认识,便A了这道题。 经典的求逆序数的题,只是我是用暴力求解的。《算法导论》第二章的习题上面也有类似的题。看来还得研究下。 #include#includeusingnamespacestd;/*表示DNA的类*/classDNA{public:stringst
lihao21
·
2011-01-29 16:00
c
算法
String
SQL之限定和排序(Restricting and
Sorting
)
从数据库取回数据的时候,需要限制所显示的数据行,或者将显示的结果行排序。 用查询限制行数(Limiting Rows Using a Selection) 用where子句限制输出行(Restrict the rows returned by using the WHERE clause.) 语法: SELECT
Javakeith
·
2011-01-27 10:00
sql
POJ 1486 二分图的最大匹配(强化)
Sorting
SlidesTimeLimit:1000MS MemoryLimit:10000KTotalSubmissions:1801 Accepted:648DescriptionProfessorClumseyisgoingtogiveanimportanttalkthisafternoon.Unfortunately
xieshimao
·
2011-01-14 21:00
input
each
output
sorting
pair
Numbers
zoj 1060 || poj 1094
Sorting
It All Out(拓扑排序)
拓扑排序。==。 我就因为要应付考试,所以看了看。顺便还看了AOE网,考试居然出中了,大幸。。。 觉得这个也不难啊,拓排。把入度为0的点删掉,把它出的边删掉,连接的顶点的入度减1,一直这样。。。 这个题。好吧。我承认开始没看懂意思。结果做完之后一直很纳闷。poj的disscuss很强大。看了人家思路。终于理解啥意思了。TT。 边是一条一条读的,如果读到某条边就找到环(即矛盾了),就记录这个边,输
zxy_snow
·
2011-01-12 22:00
IM
output
sorting
计算机程序设计艺术 第3卷
计算机程序设计艺术第3卷排序和查找(英文影印版.第2版)基本信息:原书名:ArtofComputerProgramming,Volume3:
Sorting
andSearching(2ndEdition)
china-pub2010
·
2011-01-06 10:00
工作
算法
出版
光棍年发个排序演示, ^_^
voidsort(); intgetMaxValue(); intgetTopBoundIndex(); intgetBottomBoundIndex(); int[]get
Sorting
Data
jorneyR
·
2011-01-01 01:00
thread
UI
算法
swing
J#
PKU 1094 -
Sorting
It All Out 拓扑排序
题目大意: 对于给定的前n个字母(A-... ),给出可能的字母间的偏序,问是否能确定构成一个线性序T,如果能或不能,则给出最早能做出判断的偏序在第几个。否则说明不可判。 这道题有点犀利,弄了半个晚上。一开始思维没打开,找不到思路,最后想到判断可达性的复杂度不可能比DFS传递闭包更好,因此果断改变思路。可以顺序读入每个偏序,对于每次读入,构造一次拓扑排序,那么在第几个偏序出解,结果就
_飞寒の魂器.h
·
2010-12-20 22:00
Cycle Sort
前两天在codeproject看到一篇排序算法的文章
sorting
algorithms in C# ,看了今晚对仔细看了一下Cycle Sort,终于明白其中的原理: Cycle Sort(其实中文叫什么
·
2010-12-15 12:00
sort
ZOJ 1188 DNA
Sorting
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1188 题意:本题提供了一个string的reverse值的模型:对string的每个位上的字符,在其后面如果有一个字符小于它,reverse值加一。本题需要对一系列string(DNA序列)按照reverse值由小到大排序。当有相等情况时,按照输入顺序排序。题目没有太大难度
cherry_sun
·
2010-12-11 00:00
c
String
iterator
Matrix
sorting
Linq之动态排序(字符传入)
最近做的是一个MVC的项目,至于MVC是个啥东西,群里已经有很多朋友讲过,这里不再多讲了,本文的前提是在MVC项目的View中显示Table,对Table进行
Sorting
和Paging,我都知道View
fhzh520
·
2010-12-08 11:00
mvc
action
button
LINQ
sorting
Types
Java插入排序递归算法(insert
sorting
recursively)
importjava.util.*;publicclassInsertSort{publicstaticvoidsort(int[]a,intm){if(m==0){return;}sort(a,m-1);intk=a[m];while(m>0&&k
huoyin
·
2010-12-05 21:00
poj1094——
Sorting
It All Out
拓扑排序!具体方法见:http://www.cnblogs.com/xiaosuo/archive/2010/03/26/1690302.html #include<stdio.h> #include<string.h> struct node { int u,v; }tt[1000]; int n,m,k,dgree[27],queue[1000],rear,front
44424742
·
2010-12-02 16:00
html
C++
c
C#
J#
快速排序
一般情况是O(logn),最坏情况是O(n)#include#include#include#defineN10intQ
Sorting
(int*result,intfirst,intend){ intkey
hao507
·
2010-11-29 11:00
STL之排序算法
Sorting
Algorithms
/******排序性算法根据实用性和常用性依次为 sort()对所有元素进行排序,内部采用quicksort算法,保证了良好的平均性能. stable_sort()对所有元素进行排序,并保持相等元素间的相对次序 partial_sort()排序,直到前n个元素就位 partial_sort_copy() 排序,直到前n个元素就位,结果复制于他处 partition()改变元素
东方快翔
·
2010-11-21 00:02
职场
休闲
STL之排序算法
USACO 2.1.3
Sorting
A Three-Valued Sequence
USACO2.1.3
Sorting
AThree-ValuedSequence/**//*ID: lorelei3TASK: sort3LANG: C++*/#include #include #include
小阮的菜田
·
2010-11-21 00:00
AS3 depth
sorting
of display objects
AS3depth
sorting
ofdisplayobjectsSometimesirememberback,howeasyitwasinAS2daystocopewithvisualobjects´depthsorz-indexes
gembin
·
2010-11-18 16:00
zoj 1188 || poj 1007 DNA
Sorting
(水~)
SE一次,PE了N次,YM。。 下次一定要好好看输出格式!!! 将一个字符串的顺序最少的个数排序。题目开始介绍的真是误导啊!!! 相同的也加个数==。。。比如ACAC。。。里面有俩AC,个数为2。 我采用的最水的寻找逆序最少的,然后最少的赋值为INT_MAX,然后再找。。。数据弱,居然没超时。。。== POJ上居然格式不一样。。。让我纠结了一会。。。 又看了讨论版的代码。。。受益啊!! #incl
zxy_snow
·
2010-11-07 12:00
sorting
Qt实现遍历文件夹和文件目录(递归)
dir.exists()) returnfalse; dir.setFilter(QDir::Dirs|QDir::Files); dir.set
Sorting
(QDir::DirsFirst
rbagglo
·
2010-10-28 13:00
list
qt
Path
Chapte6 Spatial
Sorting
第六章 Spatial
Sorting
Spatial
Sorting
的两个目的:(1) 便于不透明物体从前往后的绘制,半透明物体从后往前的绘制。
huazai434
·
2010-10-27 22:00
游戏
算法
url
图形
sorting
behavior
smartGridView控件正式版(使用说明-简明版)
鼠标经过行的时候改变该行的样式,鼠标离开行的时候恢复该行的样式使用方法(设置属性): MouseOverCssClass-鼠标经过行时行的CSS类名2、对多个字段进行复合排序;升序、降序的排序状态提示使用方法(设置Smart
Sorting
zjl5211314
·
2010-10-27 17:00
css
String
list
Excel
encoding
dataset
Get The Whole Arrangement of String ( PNN )
GetTheWholeArrangementofString(PNN)Getthewholearrangementofastring.Igotnobettermethodtogetthiskindof
sorting
sequence.Hereisasimpleimplementationofprintingwholearrangement.Betteroneisexpectednow
JonsenElizee
·
2010-10-20 16:00
上一页
63
64
65
66
67
68
69
70
下一页
按字母分类:
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
其他