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

搜索资源列表

  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. AlgorithmCode

    0下载:
  2. 海明码 出站入站序列 非递归生成树 九格填质数 七子控棋盘等等算法-Haiming yards out station stops recursive sequence-9 grid spanning tree fill several seven-quality control algorithm chessboard, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.05kb
    • 提供者:张广旭
  1. host2

    0下载:
  2. 马踏棋盘算法编程,实现在棋盘上任意两点间的最短路径求解。-horse riding chessboard programming algorithm to achieve on the chessboard arbitrary 2:00 of finding the shortest path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.11kb
    • 提供者:李风
  1. n-Queen

    0下载:
  2. 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the international rules of chess, any
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.49kb
    • 提供者:王涛
  1. mataqipan00122121

    0下载:
  2. 这是数据结构的一个课程设计.马踏棋盘,其中包含两种算法.一种只有一条路线,另一种有多条路线.还有设计文档.希望对大家有用.-This is the data structure of a curriculum design. Horse riding chessboard. which includes two algorithms. Only one of a line, A number of other routes. There design documents. We hope tha
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34.03kb
    • 提供者:jannock
  1. 3.2

    0下载:
  2. 作品:算法设计课程作业 作者:陈兴 学号:J04120010 操作说明: 1、最长公共子序列: 用VC6.0打开文件以后输入一串数字,按“\\”为结束,输出结果。 2、背包问题 用vc6.0打开文件以后按提示操作。 3、残缺棋盘问题 用vc6.0打开文件以后按提示操作。 4、(3.1和3.2还有3.3) 这个是课本82页的作业,基本实现了。其中3.2的算法时间复杂度不是nlogn而是n,nlogn的算法没做出来! -e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:809byte
    • 提供者:陈兴
  1. suanfa

    0下载:
  2. 算法分析里的棋盘覆盖问题,VC编程实现,是基于图形界面的,能很好的演示。附带有算法的实验报告
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:55.61kb
    • 提供者:陈坤
  1. mtqp

    0下载:
  2. 马踏棋盘 讲述的是一些在棋盘上的算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:668byte
    • 提供者:LC
  1. 带局部优化算法的马踏棋盘

    0下载:
  2. 马踏棋盘的局部优化算法,我把它实现了.为了交作业啊.不容易!五个作业才完成了两个了. 测试结果很棒.只有(5,4)点需要回溯.不过立刻就可出结果.其余的点直接出结果.哈哈.就是代码乱了点. 祝好!
  3. 所属分类:数据结构常用算法

  1. 棋盘覆盖算法

    0下载:
  2. 有3个棋盘覆盖的算法,C++程序,
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-19
    • 文件大小:2.37mb
    • 提供者:w755472897
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:538.39kb
    • 提供者:赵刚
  1. mtqp

    0下载:
  2. 马踏棋盘的C算法,数据结构,堆栈的学习,算法分析,贪婪算法-Horse riding board C-algorithms, data structures, stack, learning, algorithm analysis, greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3.29kb
    • 提供者:mr_lin
  1. mataqipan

    0下载:
  2. 能够实现马踏棋盘得算法运算 输入开始坐标点即可依次得到下个节点的坐标直到整个棋盘遍历完毕-Horse riding can be achieved board may enter a start coordinate point arithmetic operations can in turn be the coordinates of the next node until it has finished traversing the entire board
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.34kb
    • 提供者:LEO
  1. chessboard

    0下载:
  2. 新编写人机交互性棋盘算法 ChessBoard.cpp ChessBoard.h ChessBoardDoc.cpp MainFrm.cpp MyChessBoard.cpp ChessBoardChessBoardiew.dsw-ChessBoard
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4.75mb
    • 提供者:陈青
  1. ChessBoard

    0下载:
  2. 算法分析与设计中用分治法解决棋盘覆盖问题。-Algorithm Analysis and Design using divide and conquer to solve the problem the board cover.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2.13mb
    • 提供者:草人
  1. mataqipan

    0下载:
  2. 马踏棋盘经典算法,用到非递归回溯算法,C/C-Mata board classic algorithms, used in non-recursive backtracking algorithm, C/C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.06kb
    • 提供者:jesse
  1. Queen-of-the-board

    0下载:
  2. 皇后棋盘算法和C++程序实现。横行纵行斜行不能摆两个以上的皇后。-Queen board algorithms and C++ Program. Transverse oblique longitudinal Queen can not put more than two.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:253.45kb
    • 提供者:vin
  1. The-Horse-On-Board-And-PPT

    0下载:
  2. 自己解出的马踏棋盘算法,附带ppt详细说明-Own solution to the horse riding board algorithm, with the detailed descr iption of ppt
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.12mb
    • 提供者:moixao
  1. Knight-traveled-the-board-algorithm

    0下载:
  2. 数据结构经典算法C++实现(三):骑士走遍棋盘算法-Data structures classical algorithm C++ of realization (c): Knight traveled the board algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:91.85kb
    • 提供者:carmen
  1. Horse-riding-board

    0下载:
  2. 马踏棋盘算法 用贪心算法求出马能够遍历整个棋盘的一条路线-Horse riding board
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:148.28kb
    • 提供者:MissLiu
« 12 3 4 »
搜珍网 www.dssz.com