搜索资源列表
-
0下载:
C语言写的一个五子棋的游戏,主要是学习C语言的graphic.h图形库的应用以及五子棋的算法。希望对入门的朋友有帮助。-C language to write a backgammon game, mainly to learn C language graphic.h graphics library of applications and backgammon algorithm. Introduction to the friends want to help.
-
-
0下载:
介绍Windows中游戏编程的一本好书,从编程基础到算法-Introduction of game programming Windows in a good book, from the basics to programming algorithm
-
-
0下载:
很久以前就下载的一本,未能发行的电子书,涉及的C++的基础概念,二维和三维游戏在DX下的开发概述,还有对应算法的简单介绍。个人认为是编程爱好者不错的入门书籍。-Long ago downloaded a failed e-book distribution, involving the concept of C++ based, two-dimensional and three-dimensional game developed under the overview of the DX, a
-
-
0下载:
桌面小游戏:俄罗斯方块 (含源程序)
【软件简介】
虽然是非常古老的小游戏, 但现在仍然百玩不厌。
这个程序用BCB实现也非常简单。
为了让大家看清程序的算法, 程序的界面尽量简单, 没有过多的修饰。-Desktop games: Tetris (including source code)
[Software Introduction]
Although it is a very old game,
-
-
0下载:
24点是一个古老而常新的益智游戏,本程序采用模块化的设计模式,用命令提示符的方式来设计算法。
一、 需求分析:
1、程序流程及功能简介:
(1) 随机产生四个1-13的数,分别代表13张牌。
(2) 提示玩家输入算式。
(3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到(1)。
(4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明
-