题意:在n*m的房间有num个机器,它们的坐标和方向已知,现给定一些指令及机器k执行的次数,
L代表机器方向向左旋转90°,R代表机器方向向右旋转90°,F表示前进,每次前进一米
若前进时机器i撞到机器j,输出“Robot i crashes into robot j ”
若机器走出了n*m的房间,输出“Robot i crashes into the wall ”
当出现上述情况,只需输出第一次出现上述的情况
若所有指令执行完,所有机器都没碰到上述情况,输出“OK”...
分类:
其他好文 时间:
2014-10-02 14:28:03
阅读次数:
150
需要注意的是win平台加载图片,用到"file:///"参考来源 StartCoroutine(SaveThePlayerColorImage(320));//save the color image when the player pass the wall IEnumerator Save...
分类:
其他好文 时间:
2014-09-26 12:39:08
阅读次数:
238
给出n个数
求从这n个数取k个数异或,所有情况得到的值(Cnk个值(可能有些相同))全加起来的值是多少
k从1到n
输出这n个数
这题一开始想毫无思绪
也没有说这n个数的大概范围,想用背包来着本来
结果发现它是这么解的
就样例来说,把四个数1,2,10,1拆开,当前是取k个数
0001
0010
1010
0001
对第四位来说,如果某些方案是取k个数异或...
分类:
其他好文 时间:
2014-09-25 14:10:58
阅读次数:
185
题目链接:poj 1113 单调链凸包小结题解:本题用到的依然是凸包来求,最短的周长,只是多加了一个圆的长度而已,套用模板,就能搞定;AC代码: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int m,n;...
分类:
其他好文 时间:
2014-09-24 12:27:56
阅读次数:
215
connect with mysql service in virtual pc from really pc environment. it seems to be that the port rule in fire wall configuration should be noticed.
分类:
数据库 时间:
2014-09-24 01:35:45
阅读次数:
244
题目链接:http://poj.org/problem?id=2632题目大意:题意简单,N个机器人在一个A*B的网格上运动,告诉你机器人的起始位置和对它的具体操作,输出结果:1.Robot i crashes into the wall, if robot i crashes into a wal...
分类:
其他好文 时间:
2014-09-21 18:42:01
阅读次数:
340
编译:ipvsadm-1.26编译错误问题[root@SquidMaster241ipvsadm-1.26]#make
make-Clibipvs
make[1]:Enteringdirectory`/root/ipvsadm-1.26/libipvs‘
gcc-Wall-Wunused-Wstrict-prototypes-g-fPIC-DLIBIPVS_USE_NL-DHAVE_NET_IP_VS_H-c-olibipvs.olibipvs.c
gcc-Wall-Wunused-..
分类:
其他好文 时间:
2014-09-18 09:53:14
阅读次数:
421
Problem Description
Today is the 10th Annual of “September 11 attacks”, the Al Qaeda is about to attack American again. However, American is protected by a high wall this time, which can be treatin...
分类:
其他好文 时间:
2014-09-18 00:52:23
阅读次数:
268
-问题起因 近期线上一组服务中,个别节点服务器CPU使用率很低,只有其他1/4。排除业务不均,曾怀疑是系统top统计错误,从Erlang调度器的利用率调查找到通过erlang:statistics(scheduler_wall_time) 查看服务器CPU低的机器调度器实际的CPU利用率很高接近1....
分类:
其他好文 时间:
2014-09-18 00:47:23
阅读次数:
959