搜索资源列表
8shumayouxi
- 常用搜索算法原代码 (8数码游戏) \".\\Release\\DialogInput.obj\" \".\\Release\\DlgDepth.obj\" \".\\Release\\DlgWait.obj\" \".\\Release\\JiuG.obj\" \".\\Release\\Jiugong.obj\" \".\\Release\\JiugongDlg.obj\" \".\\Release\\StdAfx.obj\" \".\\Release\\Ji
Black_White_Chess
- 一个黑白棋的游戏,可以选择难度。 主要用到了一些常用的搜索算法-a game, we can choose more difficult. Main uses some of the commonly used search algorithm
yydcyx
- 《英语单词游戏》。共有1千常用单词。屏幕中有10个英语单词飘动,屏幕下有对应的中文单词,取中文单词去碰英文单词,正确得加分。可单人或双人玩。-"English word games." A total of 1,000 used a word. Screen are 10 English words wafted screen counterparts under the Chinese words, the Chinese word for the English word
tuixiangzi
- 推箱子游戏,MFC,经典益智游戏,编程练习常用。-Sokoban game, MFC, classic puzzle games, programming exercises used.
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
tanchishe
- 贪吃蛇游戏,MFC,经典益智游戏,编程练习常用。-Snake game, MFC, classic puzzle game, common programming practice.
Sudoku
- 简单的数独游戏。通过”新建游戏“,程序会在9*9的方格中填入常用的数据,玩家也可以采用“人工输入”的方式填入数据。 然后玩家需要按规则填满这81个方格,最后通过“检查”来验证正确性;也可以通过“自动解答”来填满所有方格。“自动解答”程序采用状态压缩搜索算法。-Simple Sudoku. Through the " New Game" , the program will be 9* 9 grid fill the data used, the player can also be used "
C-language-design-
- C编程的各种常用小程序,俄罗斯方块,环境搭建,优酷广告,净化模型代码-C language design,kinds of models
wince_games_sourcecode
- 常用的WINCE下几个小游戏的源代码,很有参考借鉴价值-source code for wince6 .0 games
china-chess
- 用于双人娱乐,消遣,提供不同的娱乐项目。相信大家在空闲时候也会感到无聊,在电脑没有网络,不能用网络来消遣的情况下,我们就需要用像贪吃蛇这样的小游戏来消遣。熟练使用vc++,提高自身对MFC类的理解及更好的应用MFC类制作软件.Microsoft Visual C++6.0程序设计语言的基本概念和语法结构以及常用控件的使用,并通过大量的例子介绍C++程序设计的方法和技巧,内容包括:C++程序设计基础、对象及C++应用程序的建立、数据的输入与输出、基本的控制结构、数组和过程的程序设计、常用控件的使用
AStar
- 游戏中常用的寻路算法-A星算法 直接将此代码加到自己的程序中就能实现最短路径的查找-Game pathfinding algorithm commonly used algorithm-A star This added to the code directly own program to find the shortest path can be achieved