本文是对该教程的学习练习http://www.jb51.net/tools/zhengze.html1.\bContent\bstatic void Main(string[] args){ string str = "Act game - Uncharted3, act Game - God...
分类:
其他好文 时间:
2014-06-19 06:02:58
阅读次数:
200
主要是思维,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
1006. 求和游戏Description石柱上有一排石头键盘,每个键上有一个整数。请你在键盘上选择两个键,使这两个键及其之间的键上的数字和最大。如果这个最大的和不为正,则输出“Game Over"。Input Format第1行:键的个数n。第2..n+1行:键上的数字整数ai。?100≤ai≤1...
分类:
编程语言 时间:
2014-06-18 00:25:48
阅读次数:
281
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
Problem DescriptionTeacher HU and his 40 students were trapped by the brigands. To show their power, the head of the brigands want to select one peopl...
分类:
其他好文 时间:
2014-06-17 00:28:32
阅读次数:
362
最近用unity3d引擎做了一个拼图游戏,会分几次写完,以此作为总结。本文基本查找了网上能查到的所有资料作为参考。也算是大家节省了时间。
目前只完成了拼图部分,leap motion手势控制部分会在后续完成,不过说实话不太看好LM。
项目资源来自 栋笃神探 http://blog.csdn.net/cube454517408/article/details/7907247,不过玩法不同,玩法与...
分类:
其他好文 时间:
2014-06-16 19:04:01
阅读次数:
182
暴利搜索即可#include #include #include using namespace std;int main(){ int n,k,x; cin >> n >> k >> x; vector c(n); for(int i = 0 ; i > c[i]; ...
分类:
其他好文 时间:
2014-06-14 18:47:42
阅读次数:
206
坦克大战
时间限制:1000 ms | 内存限制:65535 KB
难度:3
描述
Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on computer now.
What we are dis...
分类:
其他好文 时间:
2014-06-14 14:30:01
阅读次数:
274
题目链接:
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
http://acm.hdu.edu.cn/game/entry/problem/list.php?chapterid=1§ionid=21.2.5
#include
/*
题意:找闰年。
if((i%4==0 && i%100!=0) || i%400==0)count++;
3
2005 25
1855 12
2004 10000
2108
1904
43236
*/
int ma...
分类:
其他好文 时间:
2014-06-14 06:32:08
阅读次数:
320