搜索资源列表

  1. 棋盘覆盖

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

    • 发布日期:2008-10-13
    • 文件大小:99806
    • 提供者:张晓明
  1. qipanfugai

    0下载:
  2. 该程序是算法分析与设计中的棋盘覆盖算法,C++环境下编写
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:94684
    • 提供者:许锐敏
  1. 棋盘覆盖算法

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

  1. 棋盘覆盖

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

    • 发布日期:2024-10-21
    • 文件大小:99328
    • 提供者:张晓明
  1. chessplate

    0下载:
  2. 分治算法解决棋盘覆盖问题-partition algorithm chessboard coverage
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-21
    • 文件大小:1024
    • 提供者:方西
  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-10-21
    • 文件大小:33792
    • 提供者:夏琛
  1. chesscover

    0下载:
  2. 此程序是关于算法设计与分析中的棋盘覆盖问题,采用分治策略实现的。-on algorithm design and analysis covering the chessboard, using the divide and conquer strategy to achieve.
  3. 所属分类:其他小程序

    • 发布日期:2024-10-21
    • 文件大小:2048
    • 提供者:xsj
  1. suanfa

    0下载:
  2. 算法分析里的棋盘覆盖问题,VC编程实现,是基于图形界面的,能很好的演示。附带有算法的实验报告-Algorithm Analysis of the chessboard in coverage, VC Programming is based on the graphical interface, can very good presentation. Algorithm comes with the experimental repor
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-21
    • 文件大小:56320
    • 提供者:陈坤
  1. ChessBoard

    0下载:
  2. 棋盘覆盖问题,用递归分治算法写的。可以在VC6上运行。-Chessboard coverage issues, divided by recursive algorithm written. VC6 can run.
  3. 所属分类:书籍源码

    • 发布日期:2024-10-21
    • 文件大小:1024
    • 提供者:林辉
  1. qipanfugai

    0下载:
  2. 该程序是算法分析与设计中的棋盘覆盖算法,C++环境下编写-The procedure is Algorithm Analysis and Design of chessboard covering algorithm, C++ Environment to prepare
  3. 所属分类:对话框与窗口

    • 发布日期:2024-10-21
    • 文件大小:94208
    • 提供者:许锐敏
  1. qipan

    0下载:
  2. 此程序源码为算法分析与设计中的棋盘覆盖问题,以经过调试,可以根据需要在源码中改棋盘大小。-This procedure for the algorithm source code analysis and design of the chessboard coverage in terms of debugging, can change in the source size chessboard.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-21
    • 文件大小:167936
    • 提供者:zhu
  1. chessBoard

    0下载:
  2. MFC实现用分治算法中的用L型骨牌的棋盘覆盖的问题。-MFC algorithm using sub-rule in the L-type domino with the board the issue of coverage.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-21
    • 文件大小:40960
    • 提供者:kakaxi
  1. fenzhifa

    0下载:
  2. 棋盘覆盖问题,是用分治法实现的。基本上全是数字实现的。虽然简单,但是这是为了说明一个算法的设计问题-Board cover problem is the use of sub-rule method to achieve. Basically, all the figures attainable. Although simple, but this is to illustrate the design of an algorithm
  3. 所属分类:并行运算

    • 发布日期:2024-10-21
    • 文件大小:1024
    • 提供者:刘锦瑞
  1. 12

    0下载:
  2. 棋盘覆盖算法实现,很好的算法 棋盘覆盖算法实现,很好的算法-Chessboard covering algorithm achieved a very good algorithm chessboard covering algorithm achieved a very good algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-21
    • 文件大小:8630272
    • 提供者:
  1. chessboard

    0下载:
  2. 关于棋盘覆盖问题的算法设计与分析,经VC++6.0编译通过-ABOUT CHESSBOARD
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-21
    • 文件大小:888832
    • 提供者:dsfas
  1. chesscovered

    0下载:
  2. 经典算法棋盘覆盖的C++语言实现。一个小小的算法,矩阵数组为100*100,超过后会溢出。-Classical algorithm board cover C++ language. A small algorithm, matrix array of 100* 100, more than after overflow.
  3. 所属分类:其他小程序

    • 发布日期:2024-10-21
    • 文件大小:1024
    • 提供者:suzhen
  1. qipanfugai

    0下载:
  2. 算法分析之棋盘覆盖问题(上机作业) c#图形界面-Algorithm analysis covering the board
  3. 所属分类:C#编程

    • 发布日期:2024-10-21
    • 文件大小:56320
    • 提供者:lxl
  1. ChessBoard

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

    • 发布日期:2024-10-21
    • 文件大小:2232320
    • 提供者:草人
  1. fillChessboard

    0下载:
  2. 用分治策略解决棋盘问题的一个简捷的算法。(A simple algorithm for solving chessboard problem using divide and conquer strategy.)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-21
    • 文件大小:1024
    • 提供者:bubble噜
  1. qipanfugai

    0下载:
  2. 实现算法书上的棋盘覆盖 史蒂那挺好你让他电饭锅发红包的反弹人头狗根深蒂固公司的人三国杀帝国时代的算法鬼斧神工而是高僧(chess board cdf dfsgdgwe fd dsfr rever rewfer erwvrv erv.)
  3. 所属分类:书籍源码

    • 发布日期:2024-10-21
    • 文件大小:1100800
    • 提供者:fanTuasy
« 12 3 4 5 6 »

源码中国 www.ymcn.org