CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - checkerboard

搜索资源列表

  1. HORSEJUMPCHESS

    0下载:
  2. 马跳棋盘递归算法(TC实现,并提供示意图),可移植到任何C编译器-Ma checkerboard recursive algorithm (TC achieved, and to provide diagram), and can be transplanted to any C compiler
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:胡安
  1. gezi1

    0下载:
  2. matlab源程序 ,实现提取棋盘格坐标的方法 -Matlab source files, to achieve extraction Checkerboard coordinates of
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:zhl962
  1. knight

    1下载:
  2. 骑士遍历问题,在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。-Knight, in an n * n box at the international chess board, Ma (Knight) from the arbitrary designation box and, in accordance with a further horizontal two-step vert
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:1.33kb
    • 提供者:张三
  1. VC马跳棋盘

    0下载:
  2. 用vc实现的马跳棋盘-achieve with a horse vc checkerboard
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:51.42kb
    • 提供者:刘地宁
  1. toolbox_calib

    0下载:
  2. 摄像机的标定、角点的提取、三维空间的重建、最后生成矫正后无畸变的图形-Camera Calibration,This section takes you through a complete calibration example based on a total of 20 (and 25) images of a planar checkerboard. This example lets you learn how to use all the features of the tool
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:237.45kb
    • 提供者:文英
  1. aipeng

    0下载:
  2. 马踏棋盘 问题的解法- The horse treads the checkerboard question the solution
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:1.38kb
    • 提供者:艾鹏
  1. Chess-robot-arm-inverse-kinematics-motion-analysis

    1下载:
  2. 本文针对机器人手臂沿棋盘格运动问题展开了研究,对五自由度机器人手 臂进行了运动学分析并分别求解出正运动学方程和逆运动学方程,针对机器人 手臂末端沿棋盘格的运动进行了路径规划,并对理论分析和算法设计进行实验 验证,得到良好的仿真效果。-This robot arm for movement along the grid of the research issues on the robot arm with five degrees of freedom kinematic an
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3.65mb
    • 提供者:ltx
  1. localequalizedpixelshift

    0下载:
  2. This code applies local histogram equalization an input image with a view to improve its contrast ratio. The image is read, converted to grayscale and resized with the inbuilt function of MATLAB. The window size may be changed, however, the window sh
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:744byte
    • 提供者:Sal
  1. localequalisedwindowshift

    0下载:
  2. This code applies local histogram equalization an input image with a view to improve its contrast ratio. The image is read, converted to grayscale and resized with the inbuilt function of MATLAB. The window size may be changed, however, the window sh
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:676byte
    • 提供者:Sal
  1. game_of_life

    0下载:
  2. 生命游戏,简单有趣。在一个棋盘上的网格里可能有生命体,每一个生命体在时间t时,会依照环绕它的八个相邻网格的特性而决定在t+1时间时是否能生存下去。益智类游戏。-Life games, simple interesting. In a checkerboard on the grid, may have organism, every organism in time, will in accordance with t eight adjacent grids around it and dec
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:17.79kb
    • 提供者:楚天印
  1. checkerboard.tar

    0下载:
  2. mpi code for matrix multiplication using checkerboard approach
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7.34kb
    • 提供者:read1
  1. bahuanghou

    0下载:
  2. 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2,7) (4,8) Q + + + + + + + +
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:221.08kb
    • 提供者:jiangshan
  1. exam6-5

    0下载:
  2. 采用递归算法求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行,不同列,不同左右对角线。-Using recursive algorithm queens problem: Place n queens on n* n checkerboard, each Queen different rows, different columns, different left and right diagonal.
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:633byte
    • 提供者:
  1. ChessDisplay

    0下载:
  2. VC++马走日棋盘搜索算法源码举例,运行时候电脑比较慢,运行完毕显示结果,可以以动画演示或直接显示棋盘的方式显示结果-For example VC++ horse day chessboard search algorithm source code run when the computer is relatively slow, finished running show results, animation or direct way to display the results of t
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:72.21kb
    • 提供者:魏朋
  1. ACM

    0下载:
  2. acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。-acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika tri
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:433.85kb
    • 提供者:cyj
  1. bashuma

    0下载:
  2. 重排九宫问题,在3×3的方格棋盘上放置分别标有数字1,2,3,4,5,6,7,8的8张牌,0表示空格,可使用的算符有空格左移,空格右移,空格上移空格下移,即他们只允许把位于空格左右上下的牌移入空格,要求寻找从初始状态到目的状态的路径。-Rearrangement JiuGongTu placed on the checkerboard-labeled 33 digital 1,2,3,4,5,6,7,8 of 8, 0 represents a space, operators can use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.93kb
    • 提供者:阳光思雨
  1. Chessboard-coverage

    0下载:
  2. 算法设计与分析之棋盘覆盖问题的解答 有需要的朋友可以看一下-And checkerboard analysis algorithm designed to answer questions covering a friend in need can look
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1.32mb
    • 提供者:
  1. findcornerbyorder

    0下载:
  2. 根据最外3个角点位置作线性变换找新角点在还原原图像中对应位置附近搜索。基本能够给给棋盘格中的角点拍顺序-Linear transformation based on the outermost three angular position corresponding to the corner to find a new location near the restored original image. Able to give basic checkerboard corner shot i
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.41kb
    • 提供者:percy
  1. exp5-1

    0下载:
  2. 求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行、不同列、不同左右对角线。-Queens Problem Solving: n* n on the checkerboard, place n queens, queens different requirements of each row, different columns and different about the diagonal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:785byte
    • 提供者:Chetme
  1. matlab_camera

    0下载:
  2. 通过拍摄的棋盘格图像对摄像机进行标定,兼具校正功能的完整程序,可直接运行,不需调试。- 42/5000 Tōngguò pāishè de qípán gé túxiàng duì shèxiàngjī jìnxíng biāodìng, jiān jù jiàozhèng gōngnéng de wánzhěng chéngxù, kě zhíjiē yùnxíng, bù xū tiáoshì. The camera can be calibrated by shooting t
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:296.67kb
    • 提供者:小红帽
« 12 »
搜珍网 www.dssz.com