码迷,mamicode.com
首页 >  
搜索关键字:wall    ( 568个结果
[POJ1177]Picture
[POJ1177]Picture 试题描述 A number of rectangular posters, photographs and other pictures of the same shape are pasted on a wall. Their sides are all vert ...
分类:其他好文   时间:2016-10-12 19:09:59    阅读次数:277
hdu-4810 Wall Painting(组合数学)
题目链接: Wall Painting Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2681 Accepted Submission(s): ...
分类:其他好文   时间:2016-10-02 00:20:11    阅读次数:162
UVa 11040 Add bricks in the wall (水题递推)
题意:给定一个金字塔,除了最后一行,每个数都等于支撑它的两个数的和,现在给奇数行的左数奇数位置,求整个金字塔。 析:很容易看出来,从下往上奇数行等于 a[i][j] = (a[i-2][j-1] - a[i][j-1] - a[i][j+1]) / 2;然后偶数行就推出来了。 代码如下: ...
分类:其他好文   时间:2016-09-26 19:57:37    阅读次数:140
UVa 1336 Fixing the Great Wall (区间DP)
题意:给定 n 个结点,表示要修复的点,然后机器人每秒以 v 的速度移动,初始位置在 x,然后修复结点时不花费时间,但是如果有的结点暂时没修复, 那么每秒它的费用都会增加 d,修复要花费 c,坐标是 pos,问你最少花费是多少。 析:dp[i][j][k] 表示已经修复了 i-j 区间,并且当前在 ...
分类:其他好文   时间:2016-09-26 19:53:45    阅读次数:121
Wall---hdu1348(求凸包周长 模板)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1348 求凸包周长+2*PI*L ...
分类:其他好文   时间:2016-09-26 13:11:28    阅读次数:189
POJ 1681 Painter's Problem 高斯消元
Painter's Problem Description There is a square wall which is made of n*n small square bricks. Some bricks are white while some bricks are yellow. Bob ...
分类:其他好文   时间:2016-09-19 18:02:12    阅读次数:265
CVE-2016-6662 mysql RCE测试
参考:http://bobao.360.cn/learning/detail/3027.html ,我尝试第一种方法 1.先修改mysql_hookandroot_lib.c里面的反弹地址和端口: 在攻击者机器上做好端口监听,等待反弹: 2.编译库 gcc -Wall -fPIC -shared - ...
分类:数据库   时间:2016-09-14 19:04:13    阅读次数:259
Paint on a Wall
Paint on a Wall 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=4012 搜索+状态压缩 这题刚开始以为是dp(之前写过墙是一行的题,然而是在艾神讲完之后才调出来的= =),但是想不出来怎么搞,看到n<=8数据量这么小,应该搜 ...
分类:其他好文   时间:2016-09-08 21:35:57    阅读次数:177
lua笔记之userdata
1.一直使用框架里封装好的c库,想着自己一点一点的写些例子,学习下,以后需要c库,可以自己写了。 下边是一个简单的userdata的例子--数组操作。 newarray.c 编译这个c文件,生成动态库 , 命令: gcc -O2 -g -Wall -shared -fPIC -o newarray. ...
分类:其他好文   时间:2016-09-05 01:28:31    阅读次数:586
天朝使用GAE入门指南
0. 引言 Across the Great Wall, we can reach every corner in the world. 洒家最近玩了几下 Google App Engine。由于众所周知的原因,天朝恶劣的网络环境十分影响程序猿的生产活动。另外,GAE对新手来说需要摸索和练习才能掌握 ...
分类:其他好文   时间:2016-09-03 06:20:29    阅读次数:215
568条   上一页 1 ... 21 22 23 24 25 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!