摘要: 1.CSDN博客 http://blog.csdn.net/huixingshao/article/details/43667485 其中的http://home.isr.uc.pt/~henriques/circulant/(牛津大学,MATLAB) 2.http://www.gnebehay.c 阅读全文
posted @ 2016-11-25 13:53 Pumpkin0227 阅读(149) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; int const ROW = 4; int const COL = 4; int game[ROW][COL] = {0}; //上下左右 int const UP = 1; int const DOWN = 2; int const LEFT ... 阅读全文
posted @ 2016-11-25 10:31 Pumpkin0227 阅读(241) 评论(0) 推荐(0) 编辑