资源列表
[其他智力游戏] Super-mushroom-game
说明:这是用C++ MFC 开发的一个小游戏的源代码,可运行。仿照超级玛丽的游戏类型与内容进行设计实现,其中 方向键 控制前、后移动,z键控制发射子弹, x键控制跳跃。-This is C++ MFC developed a small game source code can be run. Super Mario game modeled on the type and content of design and implementation, where the first arrow keys<XQ> 在 2025-06-10 上传 | 大小:2.13mb | 下载:0
[其他智力游戏] Russian_Rect
说明:俄罗斯方块,重温经典。本程序为你展现她的每一寸肌肤,并在她的指导下深入C-Tetris, relive classic. This program is to show you every inch of her skin, and under the guidance of her depth C++<韩伟> 在 2025-06-10 上传 | 大小:879kb | 下载:0
[其他智力游戏] tank-war
说明:小游戏脚本html开发游戏,利用javascr ipt编辑游戏,网页拼图游戏-Small game development game html scr ipt using javascr ipt editor games<chen zhiyao > 在 2025-06-10 上传 | 大小:54kb | 下载:0
[其他智力游戏] Super-Mario
说明:‘超级玛丽’游戏的源代码,C++语言的超级玛丽源代码,有兴趣可以看下-' Super Mario' game source code, C++ Super Mario language source code, are interested can look<star> 在 2025-06-10 上传 | 大小:116kb | 下载:0
[其他智力游戏] Maze-code
说明:以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an<Ryan> 在 2025-06-10 上传 | 大小:3kb | 下载:0