Problem Description
Recently, scientists find that there is love between any of two people. For example, between A and B, if A don’t love B, then B must love A, vice versa. And there is no possibilit...
分类:
其他好文 时间:
2014-07-30 17:38:04
阅读次数:
287
本来用的是Henri Gourvest 1.2版本然后发现了2个问题:1.对于文件名中带有空格的文件, 无法压缩, 原因是1488行, 压缩调用的是TStringList.Delimiter 来拆分文件字符串, 而空格是默认分行符, 导致文件名错误2.解压缩函数, 如果目标文件已存在并且为只读属性....
分类:
其他好文 时间:
2014-07-29 21:20:02
阅读次数:
931
program Manager;uses Forms,Windows,Messages, Unit1 in 'Unit1.pas' {WMGJ_SERVERFORM1}, Unit2 in 'Unit2.pas' {Form2}, Unit3 in 'Unit3.pas' {Form3}, Unit...
分类:
其他好文 时间:
2014-07-29 20:43:12
阅读次数:
259
poj1010——邮票问题
DFS
poj1011——Sticks dfs + 剪枝
poj1020——拼蛋糕
poj1054——The Troublesome Frog
poj1062——昂贵的聘礼
poj1077——Eight
poj1084——Square Destroyer
poj1085——Triangle War(博弈,極大極小搜索+alpha_beta剪枝)
po...
分类:
其他好文 时间:
2014-07-29 18:07:12
阅读次数:
294
Easier Done Than Said?
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7554 Accepted Submission(s): 3737
Problem Description
Pas...
分类:
其他好文 时间:
2014-07-29 14:42:28
阅读次数:
308
其实每一行的结果是二项式展开的系数,但是考虑到当给定的参数过大的时候,在求组合的过程中会出现溢出(中间过程要用到乘法),但是这样的算法的时间复杂度是O(N),所以在参数不太大的时候,还是不错的。
这里用迭代的方法来求,当然复杂度就高了,是O(N^2),这里主要说下迭代时候的技巧,即在一个列表(数组)里进行迭代,实现如此的操作,要求在求下一行的时候,要从后往前进行,若是从前向后,就把后面要用的变量...
分类:
编程语言 时间:
2014-07-29 14:35:28
阅读次数:
452
xe6[dcc32 Fatal Error] ToolsAPI.pas(18): F1026 File not found: 'E:\...\DockForm.dcu'delphi,xe6,包含了DesignEditors, DesignIntf文件后,报错。ToolsAPI.pas里有DockFo...
分类:
其他好文 时间:
2014-07-29 12:45:56
阅读次数:
319
Triangle LOVETime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 2306Accepted Submission(s): 960Proble...
分类:
其他好文 时间:
2014-07-29 12:24:16
阅读次数:
174
épaisilyabeaucoupdesurprise,looksconceptionde"rugueux"implique.Ordinaire"triangleinversé"lourdtalonshautsdiverstalonhaut,estun,unefortesil‘fragiledoucestalons,atransformerenun"pur.m?le"Peuimportesichevillestylesdedémarrage,bottes,Martinbottes,genouchauss..
分类:
其他好文 时间:
2014-07-25 11:31:21
阅读次数:
206
css实现三角没有想象中的那么难,只要明白border的各种属性的意思就很好明白css三角是如何实现的。一下是几个很简单的例子:css三角形状的制作: css样式: .triangle{ width:0; height:0; border-left:10px solid transpare...
分类:
Web程序 时间:
2014-07-24 17:21:45
阅读次数:
259