登录
首页 » Visual C++ » jds_snake

jds_snake

于 2010-06-28 发布 文件大小:1875KB
0 217
下载积分: 1 下载次数: 2

代码说明:

  贪吃蛇是家喻户晓的益智类小游戏,选择这个题目一是为了将自己的所学知识加以运用,二是一直以来贪吃蛇这个游戏就深深地吸引着我,它的制作方法对于以前的我而言都是很神秘的。我希望通过自己的所学知识把它剖析开来,真真正正的了解它的本质和精髓。(Snake is a well-known puzzle games, select the topic first, to own the knowledge to be used, and second, the game Snake has always been deeply attracted to me, it' s making way for the past of me is very mysterious. I hope that, through their own analysis of the knowledge open to it to really understand the essence and the essence of it.)

文件列表:

!双击导入!.reg,149,2009-05-23
jds_snake
.........\Debug
.........\.....\jds_snake.exe,122958,2009-07-27
.........\.....\jds_snake.ilk,386632,2009-07-27
.........\.....\jds_snake.obj,22853,2009-07-19
.........\.....\jds_snake.pch,5499520,2009-07-19
.........\.....\jds_snake.pdb,517120,2009-07-27
.........\.....\jds_snake.res,7420,2009-07-20
.........\.....\jds_snakeDoc.obj,14601,2009-07-19
.........\.....\jds_snakeView.obj,45459,2009-07-27
.........\.....\MainFrm.obj,19967,2009-07-20
.........\.....\StdAfx.obj,105375,2009-07-19
.........\.....\vc60.idb,279552,2009-07-27
.........\.....\vc60.pdb,454656,2009-07-27
.........\jds_snake.aps,29096,2009-07-23
.........\jds_snake.clw,2563,2009-07-27
.........\jds_snake.cpp,4263,2009-07-18
.........\jds_snake.dsp,4618,2009-07-18
.........\jds_snake.dsw,526,2009-07-18
.........\jds_snake.h,1389,2009-07-18
.........\jds_snake.ncb,99328,2009-07-27
.........\jds_snake.opt,49664,2009-07-27
.........\jds_snake.plg,1192,2009-07-27
.........\jds_snake.rc,12052,2009-07-20
.........\jds_snakeDoc.cpp,1802,2009-07-18
.........\jds_snakeDoc.h,1508,2009-07-18
.........\jds_snakeView.cpp,7146,2009-07-27
.........\jds_snakeView.h,2635,2009-07-20
.........\MainFrm.cpp,2369,2009-07-20
.........\MainFrm.h,1440,2009-07-20
.........\ReadMe.txt,5851,2009-08-09
.........\res

.........\...\jds_snake.rc2,401,2009-07-18


.........\Resource.h,831,2009-07-20
.........\StdAfx.cpp,211,2009-07-18
.........\StdAfx.h,1054,2009-07-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • console
    说明:  象棋马的哈密顿回路算法代码,分治递归的方法。当m n<24时结果正确。这是重新上传,上一次工程中疏漏没有包含源码。(Hamilton horse chess circuit algorithm code, recursive partition method. When mn &lt 24 hours was correct. This is a re-upload, the last project oversight does not include source code.)
    2010-04-14 10:50:12下载
    积分:1
  • suoermario
    用c语言编写的超级玛丽源程序,非常具有探讨意义(Using c language source code Super Queen Mary, explore the very meaning of)
    2008-03-29 12:44:30下载
    积分:1
  • AiryNLSE
    这是关于airy 函数的分析 辅助程序 主要用于衍射研究(This is on the analysis of auxiliary programs airy function is mainly used for diffraction studies)
    2014-05-14 23:35:51下载
    积分:1
  • coreAlgorithmInGameTechnology
    core Algorithm In Game Technology.
    2014-01-22 09:33:44下载
    积分:1
  • pintu
    c++开发的拼图小游戏,喜欢的朋友进来看看(c++ developed puzzle game, like friends come to see)
    2013-06-04 14:33:50下载
    积分:1
  • mine
    用vc++6.0编程实现一个扫雷的游戏程序(Programming using vc++6.0 of a mine' s games)
    2010-07-12 16:57:48下载
    积分:1
  • Dx9MengBan
    多重纹理的高级混合,适用于图像仿真显示。(Advanced Blending multiple textures for image simulation display.)
    2011-08-26 00:54:54下载
    积分:1
  • ACV
    分解各种劲舞团的ACV分解器比较好用的一款!h很赞哦!!!!!!!(Decomposition of audition ACV resolver is listed with a! H good oh!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
    2020-10-14 00:27:32下载
    积分:1
  • 2.3
    一个简单的猜数游戏程序:  利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。  利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。  猜测错误的时候,重新输入inNum,直到猜对为止。如果猜测10次后仍未猜对,显示“猜测次数已达10次,猜数失败.”,并结束程序的运行。 (A simple guessing game program:  use Math.random () method to generate double-type numbers between 0-1 dNum, will dNum into an integer between 0-100 iNum.  use KeyInput.readInt () method receives the keyboard input integer inNum. If inNum less than iNum, the screen " Enter the value of the small, enter the greater number." If inNum than iNum, the screen " Enter the value of the large number of smaller type." If inNum equal iNum, displayed on the screen, " guessed." and end the run.  guess wrong, re-enter inNum, until you guess it right up. If the guess was right 10 times not to show " guess the number has reached 10 times, guess the number of failures." And end the program.)
    2010-11-03 14:29:09下载
    积分:1
  • N-Queen
    : N皇后问题,在一个N×N国际象棋盘 上,有N个皇后,每个皇后占一格;要求皇后间不会出现 相互“攻击”的现象,即不能有两个皇后处在同一行、同一 列或同一对角线上。问共有多少种不同的方法。下图以4 个皇后为例,说明一个正确的解( N是一个大于等于2并 且小于等于100的整数)(: N queens problem, a NN chess disk, N-Queen, Queen of the grid requirements between each other " attack" phenomenon does not appear in the Queen' s, that can not have two queens in the same row , the same column or on the diagonal. Asked a total of a number of different ways. The following diagram 4 Queen, for example, indicating that a correct solution (N is a number greater than or equal to 2 and less than or equal to an integer of 100))
    2012-08-31 17:31:00下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载