Robot Motion
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 10280
Accepted: 5006
Description
A robot has been programmed to follow the instructions in...
分类:
其他好文 时间:
2014-07-09 11:24:57
阅读次数:
290
Robot Motion
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 10280
Accepted: 5006
Description
A robot has been programmed to follow the instructions in...
分类:
其他好文 时间:
2014-07-09 11:24:16
阅读次数:
196
Robot Motion
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 10267
Accepted: 5001
Description
A robot has been programmed to follow the instructions ...
分类:
其他好文 时间:
2014-07-08 19:13:43
阅读次数:
203
题目链接:POJ 1573 Robot Motion
一个小模拟,很简单,按照提示一步步走就是了
#include
#include
#include
#include
#include
using namespace std;
int n = 0,m = 0,st = 0;
int map[10][20],dis[10][20];;...
分类:
其他好文 时间:
2014-06-22 18:14:23
阅读次数:
182
主要是思维,dis[s][t]数组的作用#include #include #include int map[101][101];int v[101][101],dis[101][101];int n,m,x;int jx[]={-1,1,0,0};int jy[]={0,0,-1,1};void ...
分类:
其他好文 时间:
2014-06-18 08:25:38
阅读次数:
205
Robot Motion
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 10219
Accepted: 4977
Description
A robot has been programmed to follow the instructions in...
分类:
其他好文 时间:
2014-06-17 22:41:33
阅读次数:
294
最近用unity3d引擎做了一个拼图游戏,会分几次写完,以此作为总结。本文基本查找了网上能查到的所有资料作为参考。也算是大家节省了时间。
目前只完成了拼图部分,leap motion手势控制部分会在后续完成,不过说实话不太看好LM。
项目资源来自 栋笃神探 http://blog.csdn.net/cube454517408/article/details/7907247,不过玩法不同,玩法与...
分类:
其他好文 时间:
2014-06-16 19:04:01
阅读次数:
182
1、Every object in a state of uniform motion tends to remain in that state of motion unless an external force is applied to it.无外力的作用下,物体静态
2.The relationship between an object's mass m,it's accelerat...
分类:
其他好文 时间:
2014-06-15 16:46:22
阅读次数:
304
题目链接:
http://poj.org/problem?id=1573
题目:
Robot Motion
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 10202
Accepted: 4971
Description
A robot h...
分类:
其他好文 时间:
2014-06-14 07:44:51
阅读次数:
244
1059: 判别该年份是否闰年Time Limit:1 SecMemory Limit:128
MBSubmit:222Solved:139[Submit][Status][Web
Board]Description给年份year,定义一个宏,以判别该年份是否闰年。提示:宏名可以定义为LEAP_YE...
分类:
其他好文 时间:
2014-06-10 20:34:26
阅读次数:
288