搜索资源列表

  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
    • 文件大小:9330
    • 提供者:李风
  1. 棋盘覆盖

    0下载:
  2. 棋盘覆盖问题的算法源程序-chessboard coverage of the algorithm source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:99806
    • 提供者:张晓明
  1. 马走日棋盘搜索算法

    0下载:
  2. 本代码演示了马走日棋盘搜索算法。-demonstration of the code Ma days away chessboard search algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:69441
    • 提供者:张强
  1. 算法分析-棋盘覆盖

    0下载:
  2. 这是计算机本科专业算法分析课程里的一个算法,现用c#实现,供大家学习参考-This is the undergraduate professional computer algorithm analysis of the curriculum of an algorithm is used c #, for your reference learning
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10903
    • 提供者:夏琛
  1. 残缺棋盘报告

    0下载:
  2. 算法分析实验报告:残缺棋盘问题,简单易懂-algorithm analysis experiment : Incomplete chessboard, easily understood
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9353
    • 提供者:刘兰英
  1. 马踏棋盘-vc.net

    0下载:
  2. 采用贪婪算法在VC.net环境下实现马踏棋盘。并提供多种路径-greedy algorithm used in VC.net environment under chessboard horse riding. And provide multiple paths
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:271794
    • 提供者:刘印亮
  1. C马踏棋盘

    0下载:
  2. C语言实现的马踏棋盘,也是一个数据结构的小实验,代码简短,思路清楚,但算法效率不是很高-C language of the chessboard horse riding, as well as a small data structure experiments, code brief, clear thinking, but not very efficient algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:843
    • 提供者:胡利会
  1. 简单的马踏棋盘

    0下载:
  2. 这是一个马踏棋盘游戏的原代码,其中只是一种算法,还有很多方法可以实现!以后陆续上载!-This is a horse riding the original board game code, which is an algorithm, there are many ways to achieve! After gradually uploaded!
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2355
    • 提供者:
  1. 带局部优化算法的马踏棋盘

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

  1. 算法设计与分析源代码

    0下载:
  2. 包括:0-1背包.cpp 矩阵连乘.cpp 棋盘覆盖.cpp 整数划分.cpp 最大子段和
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-11-02
    • 文件大小:3792
    • 提供者:yawei1234
  1. 棋盘覆盖算法

    0下载:
  2. 棋盘覆盖算法~
  3. 所属分类:WEB源码

  1. 五子棋对战算法设计与实现

    0下载:
  2. 在一个15*15的棋盘上,进行五子棋的对战,不同的是这一次要求由程序代替你战斗。 系统设计目的 根据系统提供的对战信息,通过计算给出合理的下一步落子的位置。
  3. 所属分类:源码下载

  1. 基于Harris算法的黑白棋盘格角点检测

    1下载:
  2. 基于Harris算法的黑白棋盘格角点检测 关键词 棋盘格Harris角点检测 亚像素摄像机标定二次曲面拟合
  3. 所属分类:文档资料

    • 发布日期:2011-03-12
    • 文件大小:414250
    • 提供者:lvan1234
  1. 棋盘覆盖

    0下载:
  2. 棋盘覆盖问题的算法源程序-chessboard coverage of the algorithm source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-31
    • 文件大小:99328
    • 提供者:张晓明
  1. 算法分析-棋盘覆盖

    0下载:
  2. 这是计算机本科专业算法分析课程里的一个算法,现用c#实现,供大家学习参考-This is the undergraduate professional computer algorithm analysis of the curriculum of an algorithm is used c#, for your reference learning
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-31
    • 文件大小:33792
    • 提供者:夏琛
  1. 残缺棋盘报告

    0下载:
  2. 算法分析实验报告:残缺棋盘问题,简单易懂-algorithm analysis experiment : Incomplete chessboard, easily understood
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:9216
    • 提供者:刘兰英
  1. 马踏棋盘-vc.net

    0下载:
  2. 采用贪婪算法在VC.net环境下实现马踏棋盘。并提供多种路径-greedy algorithm used in VC.net environment under chessboard horse riding. And provide multiple paths
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-31
    • 文件大小:271360
    • 提供者:刘印亮
  1. C马踏棋盘

    0下载:
  2. C语言实现的马踏棋盘,也是一个数据结构的小实验,代码简短,思路清楚,但算法效率不是很高-C language of the chessboard horse riding, as well as a small data structure experiments, code brief, clear thinking, but not very efficient algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:胡利会
  1. 简单的马踏棋盘

    0下载:
  2. 这是一个马踏棋盘游戏的原代码,其中只是一种算法,还有很多方法可以实现!以后陆续上载!-This is a horse riding the original board game code, which is an algorithm, there are many ways to achieve! After gradually uploaded!
  3. 所属分类:游戏

    • 发布日期:2024-05-31
    • 文件大小:2048
    • 提供者:
  1. host2

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

    • 发布日期:2024-05-31
    • 文件大小:9216
    • 提供者:李风
« 12 3 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org