Problem Description
Suppose that we have a square city with straight streets. A map of a city is a square board with n rows and n columns, each representing a street or a piece of wall.A blockhouse is...
分类:
Web程序 时间:
2015-02-16 13:04:59
阅读次数:
188
HDU 4012 Paint on a Wall (状态压缩+BFS)...
分类:
其他好文 时间:
2015-02-10 15:30:31
阅读次数:
165
题意:这题的意思有一个2*n的矩形,要给这个矩形涂色每次可以涂一个矩形形状的某种颜色,允许新颜色覆盖旧的颜色求最少多少步可以求出。(1
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4012
准备拿这题学位压缩,结果看不懂题解...,然后一气之下去学状压dp...才看懂了什么是位压缩,才看懂了这题的题解,然后自己码出来了,一题好题就这么被我水掉了...
分类:
其他好文 时间:
2015-02-06 11:27:30
阅读次数:
171
uva 1335 Beijing Guards
Beijing was once surrounded by four rings of city walls: the Forbidden City Wall, the Imperial City Wall, the Inner City Wall, and finally the Outer City Wall. Most of t...
分类:
其他好文 时间:
2015-01-31 12:41:54
阅读次数:
234
2015.1.28星期三 小雪变量可以理解为内存gcc -Wall 打开所有警告指针数组:注意指针数组是以一个NULL指针结束的; c和指针 P105给定一个指向以NULL结尾的指针列表的指针strings,在列表中的字符串查找一个特定的字符#include #define TRUE 1#defin...
分类:
其他好文 时间:
2015-01-29 23:53:26
阅读次数:
193
Wall
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 30701
Accepted: 10340
Description
Once upon a time there was a greedy King who ordered his chief Archite...
分类:
其他好文 时间:
2015-01-29 09:26:50
阅读次数:
112
Painter's Problem
Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
There is a square wall which is made of n*n small square b...
分类:
其他好文 时间:
2015-01-26 17:10:18
阅读次数:
176
-o 产生目标(.i .s .o 可执行文件等)-c 通知gcc取消链接步骤,编译生成目标文件-E 只运行C预编译器-S 告诉编译器产生汇编语言文件后停止编译,产生的汇编语言文件拓展名为.s-Wall 使gcc对源文件的代码有问题的地方发出警告-Idir 将dir目录加入搜索头...
分类:
其他好文 时间:
2015-01-25 16:35:30
阅读次数:
172
链接: POJ2935
题意:
6 X 6的地图 格子和格子可能有墙 整个地图中有三道墙 求起点起点到终点的路径
本题中的墙可以理解为某a位置的X方向不能走 即用一个三维数组map[x][y][z]表示(x,y)的Z方向不能走
关于记录路径可以用一个pre数组记录每个坐标的前一个坐标的复合值 最后倒序输出方向即可
...
分类:
其他好文 时间:
2015-01-20 15:45:50
阅读次数:
151
droidwall.sh#!/system/bin/shIPTABLES=iptablesBUSYBOX=busyboxGREP=grepECHO=echo# Try to find busyboxif /data/data/com.example.my_android_wall/app_bin/b...
分类:
其他好文 时间:
2015-01-16 18:58:18
阅读次数:
174