码迷,mamicode.com
首页 >  
搜索关键字:sub    ( 10221个结果
HDU 1003.Max Sum【最大连续子序列和】【8月14】
Max Sum Problem Description Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max sum in this sequence is...
分类:其他好文   时间:2015-08-14 19:06:00    阅读次数:118
ZOJ 1074 最大子矩阵和
DescriptionGiven a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located...
分类:其他好文   时间:2015-08-13 17:52:26    阅读次数:108
Eddy's digital Roots
http://acm.hdu.edu.cn/showproblem.php?pid=1163 Eddy's digital Roots Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5203    Accepted Sub...
分类:其他好文   时间:2015-08-13 15:49:26    阅读次数:145
Asp.net 未处理异常
页面级捕获未处理异常 - Page 的 Error 事件1 Protected Sub Page_Error(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Error2 Response.Red...
分类:Web程序   时间:2015-08-13 15:40:14    阅读次数:134
libjpeg交叉编译
下载libjpeg http://libjpeg.sourceforge.net/ 解压tar -zxf jpegsrc.v6b.tar.gz cd jpeg-6b cp /usr/bin/libtool ./ cp /usr/share/libtool/config/config.guess . cp /usr/share/libtool/config/config.sub...
分类:其他好文   时间:2015-08-13 12:22:42    阅读次数:161
最长升序子序列
DescriptionGiven a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the ma...
分类:其他好文   时间:2015-08-13 12:02:10    阅读次数:82
集训第五周动态规划 F题 最大子矩阵和
Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the...
分类:其他好文   时间:2015-08-12 21:30:31    阅读次数:106
HDU 4587 TWO NODES 枚举+割点
原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=4587TWO NODESTime Limit: 24000/12000 MS (Java/Others)Memory Limit: 65535/32768 K (Java/Others)Total Sub...
分类:其他好文   时间:2015-08-12 01:00:35    阅读次数:106
php函数超实用
DateTimeDateTime::addDateTime::diffDateTime::formatDateTime::modifyDateTime::sub...* DateIntervalformat character Description% Literal %Y Years, numer...
分类:Web程序   时间:2015-08-11 23:00:50    阅读次数:168
【VBA研究】生成随机密码
作者:iamlaosong 很简单的一个功能,网上也有很多在线生成器,也有小工具可以下载,这儿用VBA做一个,结果就保存到当前工作表中,简单、快速。生成函数也可以放到其它程序中使用。函数实现的流程是:用一个变量保存所有用到的字符,然后根据级别取不同的子串,最后产生随机数,从子串中取出字符合并出随机密码。程序如下: '生成密码并保存到当前工作表中 Sub GetPassword() le...
分类:编程语言   时间:2015-08-11 18:46:21    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!