一、max-height:.div-max-height{max-height:270px;_height:expression(this.scrollHeight
> 270 ? "270px" : "auto"); overflow-y:auto}二、min-height.div-min-hei...
分类:
其他好文 时间:
2014-04-29 23:37:26
阅读次数:
489
转载:http://blog.csdn.net/wangqiulin123456/article/details/170686491.
添加删除受信任站点:/HKEY_CURRENT_USER/SoftWare/Microsoft/Windows/CurrentVersion/Internet
Se...
分类:
其他好文 时间:
2014-04-29 23:00:29
阅读次数:
657
思路:用邻接矩阵存储图,然后矩阵的k次方即为答案。只需要修改矩阵乘法c[i][j] =
min(c[i][j], a[i][k] + b[k][j])即可。并不难写关键是思路。代码如下: 1 #include 2 #include 3
#include 4 #include 5 #inclu...
分类:
其他好文 时间:
2014-04-28 17:08:01
阅读次数:
659
Traveling salesmen ofnhn. (the prestigious
Korean internet company) report their current location to the company on a
regular basis. They also have to...
分类:
其他好文 时间:
2014-04-28 01:25:55
阅读次数:
582