CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - checkerboard

搜索资源列表

  1. chess

    0下载:
  2. 棋盘算法,在给定大小的方格状棋盘上, 将棋子”马”放在指定的起始位置 , 棋子”马” 的走子的规则为必须在棋盘上走”日”字 从棋子”马”的起始位置开始, 搜索出一条可行的路径, 使得棋子”马”能走遍棋盘上的所有落子点, 而且每个落子点只能走一次 -Checkerboard algorithm, given the size of the square-shaped board, will be a pawn of " horses" on the specified st
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1.8mb
    • 提供者:王军
  1. vga

    1下载:
  2. Verilog语言编写,能实现在VGA上显示闪烁的俄罗斯方块,横竖彩条和棋盘格-Verilog language, to achieve the VGA display flashes of the Russian box, anyway, and checkerboard patterns of color
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.61kb
    • 提供者:秦玉龙
  1. 7

    0下载:
  2. 今有 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1015byte
    • 提供者:苏萨斯
  1. tileboard

    0下载:
  2. 残缺棋盘算法 使用分治法求解,喜欢的可以参考-The mutilated checkerboard algorithm using a divide-and-conquer method to solve, like reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:829byte
    • 提供者:ni die
  1. Flip-Game

    0下载:
  2. POJ 755——Flip Game 有一块4*4的棋盘,每个格子上有一个黑色或白色的棋子,翻转一个棋子会使这个棋子及周围的4个棋子变为相反的颜色,给定棋盘的初始状态,求将棋盘中的格子都变为黑色或白色的最少翻转次数。-POJ 755- Flip Game has a 4* 4 chessboard, each grid on a black or white piece, flip a pawn makes this piece and around 4 pawn becomes the opp
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:1.29kb
    • 提供者:dlfsjal
  1. cqqp

    0下载:
  2. 这是典型的残缺棋盘oj题解决方案,采用简单的dp。-This is typical of the mutilated checkerboard the oj title solution, simple dp.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:218.34kb
    • 提供者:杨伟健
  1. eightqueues

    0下载:
  2. 这是一个古老的具有代表性的问题,用计算机求解时的算法也很多,这里仅介绍一种。 采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。 程序中首先假定a[1]=1,表示第一个皇后放在棋盘的第一列的第一行的位置上,然后试探第二列中皇后可能的位置,找到合适的位置后,再处理后续的各列,这样通过各列的反复试探,可以最终找出皇后的全部摆放方法。 程序采用回溯法,算法的细节参看程序。-This is
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:874byte
    • 提供者:陆凯
  1. Sudoku

    0下载:
  2. 简单的自动搜索数独程序,输入文件为棋盘,输出棋盘解答。控制台程序。-A simple automatic search Sudoku program, the input file as a chessboard, output checkerboard answer.Win32 Console program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:4.13mb
    • 提供者:my
  1. peg

    0下载:
  2. 孔明棋(英语:Peg solitaire)亦称单身贵族及独立钻石棋。大约在二百多年前的法国大革命前夕,在巴士底狱中关押著一名贵族囚犯。此人面对铁窗,百无聊赖,终于想起下棋可以消磨时光,解除烦闷。但由于他被囚于独间牢房,找不到对手,于是就在当时欧洲流行的“狐狸和鹅”的棋盘上,设计出一种一个自己能够玩的棋。这就是孔明棋。C语言 广度优先搜索实现-Ming Qi (English: Peg solitaire), also known as singles and independent diamon
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.85kb
    • 提供者:孙英浩
  1. Number-of-lens-parameters-extraction

    0下载:
  2. 提取镜头参数数的matlab算法,利用棋盘格靶标照片能直接计算出相机内参数-Extraction of lens parameters of the matlab algorithm, using the checkerboard target photos in the camera can be directly calculated parameters
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:37.46kb
    • 提供者:carl
  1. qipan

    0下载:
  2. 用matlab编程实现棋盘格的黑白棋盘格的制造,并附有棋盘格模板,改变m文件中的0和1就可得到相应的棋盘格。-Implemented by matlab programming checkerboard grid plate manufacturing Othello, along with checkerboard template, change the m file 0 and 1 can get the corresponding checkerboard.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:11.81kb
    • 提供者:zhanaihua
  1. pro21

    0下载:
  2. 检查一个如下的6 x 6的跳棋棋盘,有六个棋子被放置在棋盘上,使得每行、每列有且只有一个,每条对角线(包括两条主对角线的所有平行线)上至多有一个棋子。请编一个程序找出所有跳棋放置的解。-Checkerboard checks following a 6 x 6, there are six pieces are placed on the board, so that each row, each column and only one, each diagonal (two parallel
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:181.88kb
    • 提供者:
  1. Pro3_chessmove

    0下载:
  2. 用Verilog HDL语言实现在FPGA上编码,在显示器上显示一个16*9的棋盘格,棋盘格可以移动的,每秒左移一个像素。-Implementation of coding in FPGA using Verilog HDL language, display chessboard a 16*9 on the display, checkerboard can move, the left one pixel per second.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.22mb
    • 提供者:林阿俊
  1. camera_qt

    0下载:
  2. 摄像头标定,用棋盘格的方法标定,方法简单容易,效果也不错-Camera calibration, calibration using checkerboard method, the method is simple and easy, with good results
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2.56kb
    • 提供者:zt
  1. qipan

    0下载:
  2. java实现的小程序,运行后显示一个黑白方格相间的棋盘。-java applet realized, after running display a black and white checkered white checkerboard.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:634byte
    • 提供者:lingfei
  1. Chess

    0下载:
  2. 我们将存在一特殊方格的棋盘称为特殊棋盘,用L型骨牌覆盖此棋盘,不允许骨牌间相互叠加与超出棋盘范围。-We will exist a special board called the special checkerboard squares, covering the board with L-type domino, superimposed on each other and go beyond the scope of the board between the dominoes are n
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:155.24kb
    • 提供者:黄佳佳
  1. game-of-life

    0下载:
  2. 假设有一个像棋盘一样的方格网,每个方格中放置一个生命细胞,生命细胞只有两种状态:“生”或“死”。-Suppose you have a like a checkerboard grid, each box placed in a living cell, the cell life only two states: life or die .
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.88kb
    • 提供者:wangyanhong
  1. Checker

    0下载:
  2. 能够模拟物体表面颜色细节或几何细节的计算机图形学技术称为纹理映射技术(texture    mapping  technology)。利用纹理映射技术,可以在不增加场景绘制复杂度,不显著增加计算量的前提下,大幅度提高图形的真实感。-Checkerboard texture mapping
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:81.8kb
    • 提供者:左岸
  1. the-question-of-N-empress

    0下载:
  2. 在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。 你的任务是,对于给定的N,求出有多少种合法的放置方法。 -Placed in the N* N the checkerboard N queen, so they don t attack each other (i.e. any two queen is not allowed in the same row, same column, are not
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:17.03kb
    • 提供者:黄琪
  1. BaShuMa

    0下载:
  2. 八数码问题:在3×3的方格棋盘上,摆放着1到8这八个数码,有1个方格是空的,其初始状态如图1所示,要求对空格执行空格左移、空格右移、空格上移和空格下移这四个操作使得棋盘从初始状态到目标状态。-Eight digital problem: On the 3 × 3 checkerboard, placed 1-8 eight digital, there is a box is empty, its initial state shown in Figure 1, the requirements
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.84kb
    • 提供者:杨宇凡
« 12 »
搜珍网 www.dssz.com