搜索资源列表
ChineseChessOnline
- 一个VC++编写的象棋网络对战程序,程序启动时画出棋盘,支持正常对弈,可以悔棋,采用TCP协议连接,界面友好,操作方便。进阶功能还有待进一步改进。-a VC prepared by the network war chess procedures, the commencement of the proceedings painted checkerboard, support normal game. can be deduced using TCP connection, friendly
camara 拍摄棋盘格图像,自动计算相机参数
- 用于相机参数标定,采用opencv工具编写,用两个摄像头,分别拍摄棋盘格图像,自动计算相机参数-For camera calibration parameters, using opencv tools to prepare, with two cameras, were taken checkerboard image, automatic calculation of camera parameters
gogame
- 一套围棋游戏 带AI的 很不错 值得学习一下 棋盘格数可变-Go with a set of game AI is very well worth learning about the number of checkerboard grid variable
Exm302
- 残缺棋盘(defective chessboard)是一个有2k×2k个方格的棋盘-Defective chessboard (defective chessboard) is a 2k × 2k a checkerboard grid
GUO
- 棋盘覆盖算法演示,一个小程序,用TC开发,希望能为有需要的朋友带来帮助!-The checkerboard cover algorithm demonstration, a scr ipt, develops with TC, hoped that can have the need friend to bring the help!
ChessAlgorithm
- 残缺棋盘格算法,实现了选择残缺棋盘格,填充三角板,每种三角板的个数统计等-Incomplete Checkerboard Algorithm
chess
- 棋盘算法,在给定大小的方格状棋盘上, 将棋子”马”放在指定的起始位置 , 棋子”马” 的走子的规则为必须在棋盘上走”日”字 从棋子”马”的起始位置开始, 搜索出一条可行的路径, 使得棋子”马”能走遍棋盘上的所有落子点, 而且每个落子点只能走一次 -Checkerboard algorithm, given the size of the square-shaped board, will be a pawn of " horses" on the specified st
osd
- checker_board.rar: This Visual Studio 2008 project will generate a .yuv file (FOURCC YV12) standard checkerboard patern. It can be used to generate any user defined patern in user application.
qipan
- 能够生成总的大小,里面的小的格子的大小都可调的棋盘格-Able to generate the total size of the grid inside the small size of the checkerboard patterns are adjustable
vga
- Verilog语言编写,能实现在VGA上显示闪烁的俄罗斯方块,横竖彩条和棋盘格-Verilog language, to achieve the VGA display flashes of the Russian box, anyway, and checkerboard patterns of color
N-queen-problem
- 在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。 你的任务是,对于给定的N,求出有多少种合法的放置方法。 -In N* N checkerboard of placed N a queen, so they don t attack each other (that is, any two queen not allowed in the same row, the same listed, and n
cwwzzqgameo
- 计算机下子实际上是分两个步骤的,第一个步骤是尽可能的收集棋盘格局的信息,并且使这些信息以一定的格式存放再内存中,以便于第二步的处理。第二个步骤就是,对收集到的信息进行分析处理,即要给给出一个规则,用穷举搜搜索的办法遍历全部收集到的信息,搜索的过程实际上是用所定下的规则去衡量每一点的权值,搜索的目的是为了找到一个权值最大的点,这个点就是当前的最优解,也就是应该下的子。 -Computer erupted in fact in two steps, the first step is to c
CXCornerDetech
- Opencv的棋盘格角点检测例程程。代码简单,注释齐全。 -Opencv checkerboard corners detection routine process. The code is simple, complete annotation.
FiveChress
- 经典五子棋源码,棋盘比较另类。适用于教学。-The classic 331 source, checkerboard alternative. Suitable for teaching.
Win32_Checker1
- Win32API的练习,画一个棋盘,鼠标点击棋盘的格子使其变色,再次点击回复原色。-The Win32API exercise, draw a checkerboard the mouse click checkerboard plaid its color, Click Reply primaries again.
Knight
- 1. 问题描述 在一个n*n的棋盘上,一个放在棋盘上某个位置的马是否可以恰好访问每个方格一次,并且回到起始位置上? 2. 回溯法的一般思路 深度优先搜索,若寻找到满足要求的解,则输出;否则推回上一层往下一个方向搜索。 3. 求解问题的回溯算法描述 对于当前所在位置(x,y),依次枚举n个方向搜索,直到找到一组可行解为止。使用剪枝有3处:第一、使用Warnsdorff s rule,枚举当前解得时候优先选择下一步可行步数最少的方向;第二、若第一点中的方向存在不止一个,则优先选择
7
- 今有 6 x 6 的棋盘格。其中某些格子已经预先放好了棋子。现在要再放上去一些,使得:每行每列都正好有3颗棋子。 我们希望推算出所有可能的放法。下面的代码就实现了这个功能。-This checkerboard of 6 x 6. Some lattice has been pre-put away a pawn. Recapture up, such that: each row and each column exactly three pieces. We want to figure
ChineseChess
- 单击版中国象棋源码的操作流程: 1、 绘制棋盘,当棋盘加载时,自动将棋盘加载到窗体; 2、 绘制棋子,编写代码实现对应棋子的相应规则; 3、 当开始新游戏时,将棋子加载到窗体对应的网格中。 4、 当单击棋子时,满足该棋子的规则。则移动该棋子到目标位置。若不满足,则不执行任何操作。 5、 在满足规则的情况下,如果有相应被吃掉的棋子,则将目标位置上原来的棋子移除,将新的棋子(选中的棋子)移动到该目标位置.若不满足规则,则不执行什么操作。-Click version of Chin
DefChess_design
- 利用MFC设计残缺棋盘设计,其中包含报告说明。-Incomplete checkerboard design
tileboard
- 残缺棋盘算法 使用分治法求解,喜欢的可以参考-The mutilated checkerboard algorithm using a divide-and-conquer method to solve, like reference