搜索资源列表
snake.rar
- 用C++实现的贪吃蛇游戏程序,对游戏的设计思路有比较详细的讲解。,no
caidanci
- 南京邮电大学程序设计实习 简单游戏 猜单词-njupt Programming of guess the word
progeram
- 竞猜 赌大小游戏程序设计 ·自己写的 经过检查无错误 可以运作-Guess the size of gambling game design their own written procedures for the inspection to be error-free operation
clan
- windows 程序设计时做的东西 一个小游戏 可能有BUG-windows procedures designed to do things a little game may have BUG
123
- 三子连珠模仿五子棋的形式,有一方三子连成一线即获胜。 程序设计要求: (1) 玩家可以设置棋盘的大小,即在游戏开始时输入一变量n(n=3~9),使棋盘的大小为n×n。 (2) 本程序有if-else选择语句来判断获胜者,如果棋盘变大这将非常繁琐,现要求将这一功能用循环语句实现,且适用于任意大小的棋盘。 (3) 可以设置悔棋功能,要求任意方可以在对方下棋后悔改一步,即将对方当前步和本方上一步删除,本方重新下棋。 -Three sons Lianzhu Gobang im
mis-2009-06-02
- 打小怪游戏,利用C++开发程序,设计精美界面,-小怪playing games
chengxu
- VisualC++角色扮演游戏程序设计 RPG角色扮演游戏程序设计-VisualC++ program design role-playing game role-playing game RPG Programming
VisualC
- 经典的Visual C++经典游戏程序设计源码,欢迎下载,谢谢。-Classic classic games Visual C++ programming source code, are welcome to download, thank you.
1102
- C++经典游戏程序设计源码,帮助你进一步了解游戏设计-C++ classic game programming source to help you learn more about the game design
Skyblue_Mine
- 经典游戏程序设计---扫雷游戏VC源代码。-Classic game programming--- Minesweeper game VC source code.
2014122415401356
- VC++角色扮演游戏程序设计 是一款有故事,有情节,有战斗型的游戏-C++ programming role-playing game. There is a story, the plot, there are combat-type game
Buckland_AIExecutables
- 智能游戏编程思路和基础算法,是入门学习的好资料。(Intelligent game programming ideas and basic algorithms)
“数独”游戏VC6.0
- 如,玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、 每一个同色九宫内的数字均含1-9,不重复。 数独的答案都是唯一的,所以,多个解也称为无解。 本图的数字据说是芬兰数学家花了3个月的时间设计出来的较难的题目。但对会使用计算机编程的你来说,恐 怕易如反掌了。 本题的要求就是输入数独题目,程序输出数独的唯一解。我们保证所有已知数据的格式都是合法的,并且题目 有唯一的解。 格式要求,输入9行,每行9个数字,0代表未知,其它数字为已知。
PushBox2
- 程序实现简单推箱子游戏有保存加载功能 初学者游戏程序设计(Simple push box game)
Qt写俄罗斯方块游戏教程和源码
- 基于qt的俄罗斯方块游戏编程 包含源码和教程 对于学习qt程序设计很有帮助(QT based Tetris game programming includes source code and tutorials that are helpful for learning QT programming)
C++课程设计
- 菜单选择程序的实现和子程序如棋盘游戏、二元一次方程式的求解(The implementation of the menu selection program and the subroutines such as chessboard games, two yuan and one equation solution)
keshe
- 利用汇编语言呢编写的五子棋小游戏 可以实现人机对战(The use of assembly language to write a small game of chess can achieve man-machine comba)
项目
- 这是一个简单的python程序。ython(英国发音:/?pa?θ?n/ 美国发音:/?pa?θɑ?n/), 是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。 Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大
JAVA002打飞机游戏设计(程序+论文)
- JAVA002打飞机游戏设计(程序+论文)(JAVA002 game design (program + paper))
吃豆子游戏
- 吃豆子游戏新手入门练习用的程序,了解Windows消息循环的工作原理,掌握如何建立一个Windows窗口程序,掌握父类与子类设计,掌握少了GDI函数,了解函数模板和动态分配的实际用途。(Understand the working principle of Windows message cycle, master how to build a Windows window program, master the design of parent and child classes, maste