码迷,mamicode.com
首页 >  
搜索关键字:wall    ( 568个结果
poj 2632 Crashing Robots(模拟)
题意:在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
unity 截图保存及显示
需要注意的是win平台加载图片,用到"file:///"参考来源 StartCoroutine(SaveThePlayerColorImage(320));//save the color image when the player pass the wall IEnumerator Save...
分类:其他好文   时间:2014-09-26 12:39:08    阅读次数:238
HDU 4810 Wall Painting【二进制+异或+暴力枚举】
给出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 Wall 凸包的应用
题目链接: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
Problem:To Connect with MySQL in Virtual PC Environment
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
POJ 2632 Crashing Robots(较为繁琐的模拟)
题目链接: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 错误:collect2: ld returned 1 exit status
编译: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
HDU-4031-Attack(树状数组)
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
erlang 调度器CPU利用率低排查
-问题起因 近期线上一组服务中,个别节点服务器CPU使用率很低,只有其他1/4。排除业务不均,曾怀疑是系统top统计错误,从Erlang调度器的利用率调查找到通过erlang:statistics(scheduler_wall_time) 查看服务器CPU低的机器调度器实际的CPU利用率很高接近1....
分类:其他好文   时间:2014-09-18 00:47:23    阅读次数:959
568条   上一页 1 ... 48 49 50 51 52 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!