搜索资源列表
拼图游戏算法
- 本程序是简单拼图游戏的算法,可以解决如八数码难题 -this procedure is simple puzzles and the algorithm can solve problems such as eight digital
delphi扫雷版
- 酷似windows真版,主要的界面都是来自系统,算法较简单-really like windows version, the main interface are from the system, a simple algorithm
qddown_vc11184323424
- 自动扫雷程序本程序的算法没有采用匹配模式,基本上可以完成大多数情况的高级扫雷(初级和中级布局情况过于简单,不值得讨论)-automatic clearance procedure of the proceedings did not use matching algorithm model, basically completed most of the senior mine (primary and secondary distribution of too simple and not w
24dian1
- VC开发的游戏,算法简单而有效,可以解决24点中的经典问题-VC development of the game, is simple and effective, can solve 24 points of the classic issues
PingPong
- 用VC做的一个乒乓球游戏,虽然比较简单不过其中也有自己的算法,而且能够将游戏过程中某个场景保存-VC do a table tennis game, though comparatively simple but which has its own algorithm, and the game will be able to process a scene preservation
autosweepersaolei
- 本程序的算法没有采用匹配模式,基本上可以完成大多数情况的高级扫雷(初级和中级布局情况过于简单,不值得讨论),但是还有进一步改进的地方,例如下面的情况: ??....1. ??..@**. ??B3*2.. ??B.*... ........ “*”:表示未知区域,“.”:表示该区域周围没有雷,“B”:表示已经标识是雷-the procedures adopted without matching algorithm model basically com
eluosifangkuai
- 这是一个小巧的俄罗斯方块游戏源代码,做的比较简单,要体现算法和分析思路。很详细的注释和很清晰的编码风格,是初学者学习的好范例-This a small Tetris game source code, so relatively simple, to demonstrate algorithms and analysis of ideas. A very detailed notes and clear coding style is a good beginners learning para
car_GL
- 这是自己用GL实现的一个,模拟赛车型的小游戏 算法简单 适合初学GL 但又想做出来一定东西的人们研究 注释详细-This is the own use GL to achieve a simulated racing-type game GL algorithm is simple and suitable for beginners but people who want to do something out of a certain research notes in detail
els
- 一个用BC写的~很简单很简单的俄罗斯方块~ 但是算法不错-Writing with BC ~ A very simple Tetris is a simple algorithm is good ~ but
maze
- 4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法,分别编译其中的.dsw文件即可获得相应的应用程序。-4 maze-related source code: a simple maze generation algorithm, a complex maze generation algorithm, a simple maze search algorithm, a complex maze search algorithm, which w
SnakeApp
- 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。 -I another Snake game source code, although each of the games are played are the same as a Snake, but
vbyfldy
- 自编小游戏的代码,可供借鉴其算法,其实挺简单,适合初学者-Self game code, the algorithm for reference, is actually very simple, suitable for beginners
weiqi
- 5子棋的小游戏,可以保存游戏和棋谱 实现简单的人机对战 人机对战算法有待进一步完善-5 sub-chess game, you can save games and simple man-machine chess battle Battle algorithm be further improved man-machine
MFC-Snake
- MFC平台贪吃蛇游戏 用面向对象程序设计思想编写 和简单的一款游戏 算法测试 没有太多可玩性-Snake MFC platform design using object-oriented program written and simple algorithm for testing a game is not much playability
look-at-the-figures-and-thought
- 一款简单的数字练练看,没有复杂的图形,然而算法原理几乎是一样的。单个java文件就搞定!-A simple look at the figures and thought, no complex graphics, but the principle is almost the same algorithm. Get a single java file!
count-24
- 24点算法简单程序,基于递归算法的24点算法程序-24-point algorithms simple program, 24 points algorithm based on a recursive algorithm
counter
- 模拟的简单计算器,在TC下实现,可以看下它们的算法-Simulation of a simple calculator, realize the TC, can see their algorithm
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矩阵,lMatrixResult是输出的m*p矩阵。 因
lianliankan-C-language-code
- 这是连连看小游戏的C语言源代码。运用一些简单的函数与算法实现此游戏。-This is a small game lianliankan C language source code. Use some simple functions and algorithms for this game.
t3
- 井子棋游戏, 基于简单的算法来实现。能给初学者一个参考帮助。-This is sample game for tic tac toe for player. it has simple algorithm.