码迷,mamicode.com
首页 >  
搜索关键字:more dos分屏 dos查看文件内容    ( 7141个结果
47. 数组中出现次数超过一半的数字[Number appears more than half times]
Find number which appears more than half times of array length.
分类:移动开发   时间:2014-05-27 00:16:48    阅读次数:339
uva 10673 Play with Floor and Ceil
Problem APlay with Floor and CeilInput:standard inputOutput:standard outputTime Limit:1 secondTheoremFor any two integersxandkthere exists two more in...
分类:其他好文   时间:2014-05-26 14:21:44    阅读次数:270
uva 103 Stacking Boxes
Background Some concepts in Mathematics and Computer Science are simple in one or two dimensions but become more complex when extended to arbitrary dimensions. Consider solving differential equations...
分类:其他好文   时间:2014-05-26 04:31:34    阅读次数:234
hust 1022 K-diff subsequence
题目描述If the difference between any two adjancent elements in a sequence is not more than K, then we call this sequence is a K-diff sequence. A subseque...
分类:其他好文   时间:2014-05-24 09:39:27    阅读次数:340
that is final product
I believe the fractional reserve gold system has seen more stress and was probably in good part responsible for cementing the bottom in gold around $1...
分类:其他好文   时间:2014-05-24 09:13:30    阅读次数:254
HDU1800Flying to the Mars(字典树)
题目: Problem Description In the year 8888, the Earth is ruled by the PPF Empire . As the population growing , PPF needs to find more land for the newborns . Finally , PPF decides to att...
分类:其他好文   时间:2014-05-23 02:32:42    阅读次数:298
【oracle案例】RMAN-08138
使用RMAN删除归档日志报错,RMAN-08138: WARNING: archived log notdeleted - must create more backups,删除操作跟RMAN中设置的归档日志删除策略相互冲突。...
分类:数据库   时间:2014-05-22 22:55:28    阅读次数:413
Matlab的标记分水岭分割算法
1 综述Separating touching objects in an image is one of the more difficult image processing operations. The watershed transform is often applied to this...
分类:其他好文   时间:2014-05-22 04:27:23    阅读次数:497
hdu 1856 More is better
题目:     链接:点击打开链接 题意:     给出n个直接认识的朋友,最大的直接或间接认识的朋友。 思路: 算法:     并查集,,, 代码: #include #include #include using namespace std; #define MAXN 100010 int root[MAXN]; int member[MAXN];//表示在i结点处的,认识的...
分类:其他好文   时间:2014-05-21 10:59:57    阅读次数:254
Is It A Tree?------HDOJ杭电1325(两种方法,可以用也可以不用并查集!!!!!!详解)
Problem Description A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between nodes satisfying the follow...
分类:其他好文   时间:2014-05-21 10:55:57    阅读次数:325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!