码迷,mamicode.com
首页 >  
搜索关键字:artificial lake    ( 383个结果
如何建立一个完整的游戏AI
http://blog.friskit.me/2012/04/how-to-build-a-perfect-game-ai/人工智能(Artificial Intelligence)在游戏中使用已经很多年了,并且到现在越来越完善。如果你不在你的游戏中加入完善的游戏智能,那么别人就认为你的游戏缺少可玩...
分类:其他好文   时间:2014-11-16 12:02:50    阅读次数:190
dfs/poj 2386 Lake Counting
1 #include 2 using namespace std; 3 const int b[8][2]={{-1,-1},{-1,0},{-1,1},{1,-1},{1,0},{1,1},{0,-1},{0,1}}; 4 int n,m; 5 char a[110][110]; 6 7 vo.....
分类:其他好文   时间:2014-11-15 20:10:40    阅读次数:164
BZOJ 3385: [Usaco2004 Nov]Lake Counting 数池塘
题目3385: [Usaco2004 Nov]Lake Counting 数池塘Time Limit:1 SecMemory Limit:128 MBDescription农夫约翰的农场可以表示成N×M(1≤N,M≤100)个方格组成的矩形.由于近日的降雨,在约翰农场上的不同地方形成了池塘.每一个方...
分类:其他好文   时间:2014-11-05 12:10:38    阅读次数:214
POJ-2386-Lake Counting
比较简单的一道深搜题目,适合练手1//题目链接:http://poj.org/problem?id=23862//解题思路:将湖泊定义为1,陆地定义为0,dfs搜索每个点即可3#include4#include56intmap[110][110],vis[110][110];//map模拟地图,vi...
分类:其他好文   时间:2014-11-03 12:46:30    阅读次数:189
POJ 2253 Frogger
FroggerTime Limit:1000MSMemory Limit:65536KTotal Submissions:26519Accepted:8633DescriptionFreddy Frog is sitting on a stone in the middle of a lake. S...
分类:其他好文   时间:2014-11-02 22:11:44    阅读次数:228
[ACM] HDU 3395 Special Fish (二分图最大权匹配,KM算法)
Special Fish Problem Description There is a kind of special fish in the East Lake where is closed to campus of Wuhan University. It’s hard to say which gender of those fish are, because ever...
分类:编程语言   时间:2014-10-31 12:02:57    阅读次数:266
POJ2386 Lake Counting 【DFS】
Lake Counting Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 20782   Accepted: 10473 Description Due to recent rains, water has pooled in various places i...
分类:其他好文   时间:2014-10-30 00:18:09    阅读次数:183
神经网络用于手写数字识别
一:人工神经网络 人类之所以能够思考,学习,判断,大部分都要归功于人脑中复杂的神经网络。虽然现在人脑的机理还没有完全破译,但是人脑中神经元之间的连接,信息的传递都已为人所知晓。于是人们就想能否模拟人脑的功能用于解决其他问题,这就发展出人工神经网络。 人工神经网络(artificial neural ...
分类:其他好文   时间:2014-10-28 23:49:14    阅读次数:603
Frogger(最短路_floyd变形)
Frogger Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 26435   Accepted: 8603 Description Freddy Frog is sitting on a stone in the middle of a lake. Suddenly ...
分类:其他好文   时间:2014-10-22 18:21:00    阅读次数:306
POJ2253 Frogger 【Dijkstra】
Frogger Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 26417   Accepted: 8592 Description Freddy Frog is sitting on a stone in the middle of a lake. Sudde...
分类:其他好文   时间:2014-10-16 23:46:53    阅读次数:239
383条   上一页 1 ... 33 34 35 36 37 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!