搜索资源列表
超经典推箱子游戏
- 推箱子这游戏就不用介绍了吧 本程序算法巧妙,自动生成地图,支持鼠标点击自动搜索路径,是学习vc编程的好例子-viewing this game would not have introduced it this procedure clever algorithm automatically generated maps, support for mouse clicks automatically search path is studying vc good example of progr
mpoint
- 算法实现题2 算m点问题 « 问题描述: 给定k 个正整数,用算术运算符“+”,“- ”,“* ”,“/ ”将这k 个正整数连接起来,使最 终的得数恰为m。 « 编程任务: 对于给定的k个正整数,给出计算m的算术表达式。 « 数据输入: 由文件input.txt给出输入数据。第一行有2 个正整数k和m,表示给定k个正整数,且 最终的得数恰为m。接下来的1 行中,有k个正
skyblue_BoxMan
- 推箱子游戏,了解 SDK编程游戏,算法
elsfk带算法
- 很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程序的整个过程写一份详细的东西,-many programming enthusiasts are prepared off Tetris game procedures. A long time ago, I used a Tc2.0 have done; Recently, I saw some friends of the Russi
lianliankan
- 《连连看》游戏,使用Access做开发平台,对使用VBA处理图像及其他数据有一定帮助。另外,对连连看游戏及规则的算法实现,充分利用了AccessVBA中的内置对象,减少了编程的难度。-" Lianliankan" game development platform to use Access to do, on the use of VBA to deal with images and other data have some help. In addition, the r
Snake_App
- 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置-I also a Snake game source code, even though each of the games are played are the same as a Snake, but the programming algorithm is d
c
- c大全 包含常用算法程序及游戏编程实例 九百种算法和九百种实例 推箱子日历等小游戏程序-c Daquan commonly used algorithms include the procedures and examples of 900 kinds of game programming algorithm and 900 kinds of examples of the calendar and other small games Sokoban
Jiugong
- 九宫游戏——基于C++编程,考虑到人工智能方面的算法,是一个学习搜索算法不错的程序。-jiugong game--based on c++ program.it is a very good example about learning the searcher algorithm,it is based on Artificial Intelligence
ELS
- 俄罗斯方块源程序,它是用c语言写的,有一些是图形编程,它的思想和算法很好,对c语言编程有很大的作用-Tetris source code, it is c language, there are some graphical programming, it' s a good idea and algorithm of c programming language has a significant role
chap-1
- 编程之美中有关游戏的内容, 包括连连看游戏设计,中国象棋将帅问题,NIM“拈”游戏分析 三个重要的算法详细讲解,对于想要提高自己算法水平的人群,非常必须-Programming in the beauty of the game, including Lianliankan game design, Chinese chess generals problem, NIM " twist" game analysis to explain three important algo
Sudoku
- 数独游戏编程,对算法学习及MFC学习有很大的帮助!-sudo Game c++ source! a very good tool for you to study!
super-mario(DIY)
- 超级玛丽的源代码程序,有部分DIY内容。可以帮助学习游戏编程和算法设计-Super Mario source code program, part of the DIY content. Can help to learn game programming and algorithm design
Fairy lx 小精灵游戏
- 小精灵游戏,含贴图,趣味强,能很好锻炼编程能力和算法思想-Elf game, containing maps, fun, good exercise programming capabilities and algorithms thought
The-algorithm-of--a-Maze
- 这是一个走迷宫算法的源程序,适用于走迷宫游戏的编程-This is the algorithm of the source of a Maze, Maze Game Programming
firstpro
- 人工智能大作业,十滴水游戏的搜索算法,采用C++编程。-AI great job, Dishui game search algorithm, using C++ programming.
src
- 采用深度优先算法通过C++编程解决八数码问题(Eight digital problem)