搜索资源列表
ChessRoadOK
- 1,本软件实现了围棋打谱,编辑棋谱,可以对每一步棋写心得体会,增加若干变化图(并有解说及字母可标注),以后可随时调出查看. 2,本软件实现了围棋死活,手筋,妙手的试题创作,并且可以分析若干正解图,变化图,失败图.并且可加入到试题库中. 3,本软件实现了从试题库中加载试题,并可自己作练习. 4,本软件实现了定式的学习 5,本软件实现了加载棋谱续下等功能 -1, the software Go to fight the spectrum, editing batter, ever
sudoku_gui
- Sudoku! is the ultimate GUI for Sudoku fans. No messy scribbles, simply click away to the solution.
皇后之謎
- this small program to give one possible solution of the 8 queens puzzle...
Blackjack-Solution
- WCF 做的游戏,翻牌游戏,作为学习wcf的例子很不错-wcf game
1321_preblem_of_chess_board
- DP——棋盘问题,动态规划解决。递推的方式。注意结果的优化-DP- chessboard problem, dynamic programming solution. Recursive way. Note that the optimization results
knight
- 2、 写出6×6方阵的骑士周游的解。要求骑士的起跳位置是任意指定的。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字依次填入6×6的方阵中,并输出。 (骑士周游:从起始位置出发,按国际象棋马的走法,不重复地将所有区域恰好走一遍。) -2, write a 6 × 6 square Cavalier travel solution. Requirements of the take-off position Cavalier arbitrary specified. The p
BaHuangHou
- 题目:八皇后问题。 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突的放置八个皇后棋子。因为在国际象棋里,皇后的移动方式是横竖交叉,所以在任意一个皇后所在的位置的水平,竖直和斜45度都不能有其他棋子的存在。一个完整的无冲突的八皇后棋子分布成为八皇后问题的一个解。设计思路:我使用了回溯的方法来解决八皇后问题,也就是逐次试探的方法。这个方法是通过函数putchess()对自身的递归调用来实现的。运行程序后,主函数调用putchess()函数在棋盘第一行第一列上放置棋子,开始向下一行递归。每一步
Nqueenproblem
- 这个程序采用局部搜索算法(Local Search),速度很快, 在配置为奔腾200,内存64MB,上测试可以在 几秒钟内解一百万阶的皇后问题。-This procedure using a local search algorithm (Local Search), fast, in the configuration for the Pentium 200, RAM 64MB, the test solution in a few seconds of order 1 million
code
- Chapter 0 在閱讀本書之前 本書中製作的範例程式 範例的執行方法 範例專案 Chapter 1 描繪地圖與角色 地圖的顯示方法 使用Direct3D來描繪2D地圖 描繪3D地圖 角色的描繪 描繪的實作與問題的解決方法 描繪處理的實作 Chapter 2 角色的移動 移動處理的製作 障礙物的對策 支援3D 視點與角色顯示的應用 Chapter 3 戰鬥部分的處理 戰鬥的種類 尋
HorseRiding
- 马踏棋盘最优解 以及 MFC下的实现 主要是找出一种给定起始点,找出一条最优解的算法和实现方式-Horse riding a board under the optimal solution as well as the realization of MFC is mainly to find a given starting point to find an optimal solution algorithms and implementations
NQeen
- N-Queen Problem solution
shudu
- 第一行是随机生成的1~9的排列,第2到9行就要通过搜索来产生了。对于第2到9行的每一个空格,要从1到9逐个尝试放入,看同一列、同一行、同一个3×3的小方阵中是否出现过相同的数字,若没有就尝试放入,然后递归地搜索下一个位置的数字,若1到9都不行就返回上一个位置尝试下一个数字。直到找到一组解就返回。 -The first line is randomly generated from 1 to 9 are arranged, the first 2-9 rows will come throug
digui
- 象棋游戏程序采用的就是递归算法递归算法是把问题转化为规模缩小了的同类问题的子问题。然后递归调用函数(或过程)来表示问题的解 -Chess game procedures used is the recursive algorithm. The algorithm is put into the scale of the narrowing of the same problem problem. Then the recursive function call ( or process )
quweicaidan
- 趣味菜单 1、设计菜单 给出3个菜单项的内容和输入提示: 1.解一元二次方程 2. 出圈游戏 3. 退出程序 2、解一元二次方程要求:编制一个求方程ax2+bx+c=0的根的程序。一般将系数设成floa t型,可以把变量设成double型,使用库函数sqrt()在头文件math.h中定义 。 3、出圈游戏的要求:使用约瑟夫环游戏。这里假设有人数为n个人的一个小组,他们按顺时针方向围坐一圈。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报
qipanfugai_CPP
- 用C++编写的棋盘覆盖问题的解决,其中有非常清楚的注释,帮助学习者了解分治法在类似问题中的应用-Board cover solution written in C++, which has a very clear comments to help students understand the divide and conquer those problems
FillBoard
- MFC实现的填充棋盘小程序,鼠标单击窗口任一点,即时生成填充棋盘的解法。填充算法使用分治法。-Fill the chessboard small program is implemented by MFC, mouse click the window at any point, the solution immediately generated to fill the board. Filling algorithm using the divide and conquer.
0810610
- 编写程序求解“骑士巡游”问题:在n行n列的棋盘上(如n=5),假设一位骑士(按国际象棋中“马走日”的行走法)从初始坐标位置(x,y)出发,要遍访(巡游)棋盘中的每一个位置有且仅有一次。请编一个程序,为骑士求解巡游“路线图”(或告诉骑士,从某位置出发时,无法遍访整个棋盘 — 问题无解)。由于n比较大的时候输出结果会很多,以至于运行时间很长,没有实际意义,所以本程序只做了n=5的时候的情况。-Write a program for solving the Knight Parade ": n lin
24
- 神奇24游戏的玩法是,由计算机随机产生4个自然数,玩家利用加减乘除和加括号,将4个数组成结果等于24的四则运算算式。在大多数情况下这个问题都有解,这就是“神奇”所在之处。通常的解法都是采用穷举法,对所有可能的算式进行求解,然后判断结果是不是24。问题的难点在于如何生成这所有的算式,由于括号的缘故,使问题变得复杂了。一种办法是将中缀表达式转化为后缀表达式,转入对后缀表达式的分析。由于后缀表达式的特点,后缀表达式的分析和求解都比较容易实现,这样就简化了问题的求解。-The magic 24 game
Desktop
- Background This a classical problem. N Queens are placed on a N x N checkerboard. There should not be more than one "Queen" on the same horizontal line, nor on the same vertical, nor on the same diagonal line. Given the size of a checkerboa
sudoku
- 数独程序 可以求解不同level的数独 基于C语言实现 可以从txt文档中读入数独题目 再解出来-Sudoku program can solve several different level of independence based on the C language can be read a txt file sudoku puzzle solution out again