资源列表
[其他游戏] cPPGluttonousSnakeGame
说明:贪吃蛇游戏代码 通过编译 代码清晰简洁 适合初学者学习参考-Snake game code by the compiled code is clear and simple and suitable for beginners to learn reference<yxy> 在 2024-11-18 上传 | 大小:11kb | 下载:0
[其他游戏] TowerOfHanoi
说明:汉诺塔的小游戏,是研究递归算法时写的,界面很丑-Tower of Hanoi game is written in the study of the recursive algorithm, the interface is ugly ~ ~ ~<luoxu> 在 2024-11-18 上传 | 大小:11kb | 下载:0
[其他游戏] opengl.zip
说明:利用opengl实现动画效果的源代码,编译环境是xp + vc6.0,The source code, compiled using opengl animation environment xp+ vc6.0<人的人> 在 2024-11-18 上传 | 大小:11kb | 下载:0
[其他游戏] juzhenxiangcheng
说明:编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析: 首先我们可以根据题意写出函数头。可以定为void MatrixMutiply(int m,int n,int p,long lMatrix1[MAX][MAX],long lMatrix2[MAX][MAX],long lMatrixResult[MAX][MAX]),其中lMatrix1和lMatrix2分别是输入的m*n矩阵和n*p<郑雯雯> 在 2024-11-18 上传 | 大小:11kb | 下载:0