搜索资源列表
ImageGame
- 拼图游戏,原理:将原图切分成预先设定的若干块,然后用一个Bitmap数组来管理,每个Bitmap对象管理一个图块-pieces of the jigsaw principle : the maximum cut into the pre-set number of pieces, then use a Bitmap array management, each a Bitmap object management Segment
Fgame
- 一个自己写的简单原理的飞机游戏实在nokia40系列的上的-himself wrote a simple principle of the aircraft is nokia40 game of the series
migonggong
- 小迷宫 用c语言实现 实现的原理很简单 大家自己看吧-small maze with C Language Implementation of the principle is very simple we all Look here
OpenNineRing
- 解九连环:玩过九连环吗?知道九连环也是应用递归原理吗?该程序演示了利用递归算法解九连环的过程。-chain solutions 9 : played nine chain? Know that the chain is nine recursive application of the principle? Demonstration of the procedure used recursive algorithms for nine chain process.
neck
- 一个用VC++编程的穿纽扣的小游戏,原理很简单,希望对于新手们有一定帮助.-a programming with VC wear buttons small game, the principle is very simple, hoping to novices who have helped.
“猜数字”游戏 算法破解
- 一个不错的小游戏,猜猜数字,与文曲星的猜数字原理相同,不过是用Delphi编写罢了-a good little game, guess the number of rings and viewing the same principle, but is just using Delphi
pintu
- 这是一个拼图游戏,我也是从其它网站上搞到的,是MFC做的,虽然原理简单,但是浏览后会对你的编程有一定思路-This is a jigsaw puzzle, I also got from other sites is done MFC, although simple in principle, but after browsing the programming you will have some ideas
mine-sweeping
- 经典的扫雷游戏。可以供大家下载学习。也可以修改其中的部分,是大家更加了解此游戏的编程原理。-The classic Minesweeper. You can download for everyone to learn. Can also modify the part of the game we learn more about the programming of this principle.
MagicCube
- 三维魔方的源代码,供大家下载学习。此段代码可以使大家了解三维魔方的原理,也可以通过对代码的学习提高自己的编程思维。-Three-dimensional cube of the source code for all to download the study. This code allows us to understand the principle of three-dimensional cube, the code can also learn to improve their pro
2Dpinball
- 一个在java环境下的小动画,有效地说明了2D弹球的原理,是一个典型的Applet小程序-A small animated java environment, effectively illustrates the principle of 2D pinball, is a typical applet Applet
minesweep
- 扫雷游戏,三段程序实现,三种MFC界面风格,C++实现,和windows上原理一致-Minesweeper, three sections of the program implementation, three MFC interface style, C++ implementation, and windows on the same principle
Russian-box-java
- 俄罗斯方块java源代码,通过运行代码可得到俄罗斯方块游戏,里面有代码的注释,可以很好理解其原理。-Russian box java source code, available Tetris game by running the code inside a code comment, you can very well understand the principle.
elsfkjava
- 俄罗斯方块java源代码,简单介绍了此游戏的编程原理,最后集成了游戏界面-Tetris java source code and a brief introduction to the programming principle of this game, and finally integrated the game interface
super-marry
- 超级玛丽的简单模拟程序,图形界面不是很美观,但原理可以-Super Mario simple simulation program, the graphical interface is not very beautiful, but the principle can take a look at
flash8net_9419
- A寻路算法的原理演示(as3.0) flash系统-A routing algorithm principle demonstration (as3.0) flash system
24
- 24点游戏: 基本要求及步骤: 1) 随机产生四个1-13的数,分别代表13张牌。 2) 提示玩家输入算式。 3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到1)。 4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明不能,并回到1)。 5) 当用户正确输入算式后,用“堆栈来求表达式的值”的原理 求出结果并判断是否为24,
The-character-of-small-game
- 使用VB写的自由落球小游戏,画面较为粗糙,源码原理较为简单,练手之作。-Use VB to write a free falling ball game, the picture is more rough, source principle is relatively simple, practice for.
Main
- 这是一个基于C++语言的拼图小游戏,可以根据其程序原理运行-This is a puzzle game C++ language, according to their principle of operation of the program
001
- 24点是一个古老而常新的益智游戏,本程序采用模块化的设计模式,用命令提示符的方式来设计算法。 一、 需求分析: 1、程序流程及功能简介: (1) 随机产生四个1-13的数,分别代表13张牌。 (2) 提示玩家输入算式。 (3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到(1)。 (4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明