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

搜索资源列表

  1. VisualQueen

    0下载:
  2. n皇后问题求解(8<=n<=1000) a) 皇后个数的设定 在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000) b) 求解 点击<Solve>按钮即可进行求解. c) 求解过程显示 在标有Total Collision的静态文本框中将输出当前棋盘上的皇后总冲突数. 当冲突数降到0时,求解完毕. d) 求解结果显示 程序可以图形化显示8<=n<=50的皇后求解结果. e) 退出
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27248
    • 提供者:jiangtao
  1. No33

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:38323
    • 提供者:张波
  1. No44

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:29567
    • 提供者:张波
  1. 12

    0下载:
  2. n*m个方格的棋盘(1<=m,n<=100),求出该棋盘中包含多少个正方形、多少个长方形(不包括正方形)。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:936
    • 提供者:xdlrz
  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. EightQueens

    0下载:
  2. 利用C#语言实现的八皇后问题。只有8*8的棋盘形式,可以输入皇后摆放的位置-This program is used by c#,which called eight-queen .It can show every situation about the able place to put the queen.But there is a disadvantage that it is set only 8*8 chess .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:17169
    • 提供者:yq
  1. liantongxing

    0下载:
  2. 本程序引入了连通性状态压缩动态规划方法,可以在非常快的时间内解决棋盘上的哈密顿回路个数的计数。 时间复杂度O(n*m*3^n)远低于搜索。-This procedure introduced in the state of connectivity compression methods of dynamic programming can be very fast in time to solve the Hamiltonian circuit board on the count of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1010
    • 提供者:curimit
  1. qipanfugaiwenti

    0下载:
  2. 特殊棋盘覆盖问题,主要是熟悉递归调用过程,把一个大问题转换为若干个相似的小问题,从而递归调用函数解决。-Special board covering problem is familiar with the process of recursive call into a big problem is converted to a small number of similar problems in order to solve the recursive call function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:982
    • 提供者:chenjuan
  1. ChessDisplay

    0下载:
  2. VC++马走日棋盘搜索算法源码举例,运行时候电脑比较慢,运行完毕显示结果,可以以动画演示或直接显示棋盘的方式显示结果-VC++ horse to go on board search algorithm Source For instance, when the computer is running slow, run the finished result will be displayed, can be animated presentations or direct way to di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:75888
    • 提供者:zhengjr123
  1. Hamilton

    2下载:
  2. 8*8 的国际象棋棋盘上的一只马,恰好走过除起点外的其它 63 个位置各一次,最后回 到起点。这条路线称为一条马的 Hamilton 周游路线。对于给定的 m*n 的国际象棋棋盘,m 和n均为大于5的偶数,且|m-n|≤2,试设计一个分治算法找出一条马的Hamilton周游路线。 编程任务: 对于给定的偶数m,n≥6,且|m-n|≤2,编程计算 m*n 的国际象棋棋盘一条马的Hamilton 周游路线。 Input 输入数据的第一行有2
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:16216
    • 提供者:zhang
  1. code

    0下载:
  2. 天马行空(马走日字不重复地走完整张N*N棋盘)求解算法-This is the algorithm which can let the horse go all over the chess board without repeating.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1972
    • 提供者:时风瞬
  1. putcar

    0下载:
  2. VC++解决棋盘置车问题,常用算法中的优秀解答-VC++ to solve the problem the board is set vehicles, commonly used algorithm in the best answer. . . .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:20874
    • 提供者:陈勇
  1. knight

    0下载:
  2. 在n行n列的棋盘上(如n=5),假设一位骑士(按象棋中“马走日”的行走法)从初始坐标位置(x1,y1)出发,要遍访(巡游)棋盘中的每一个位置一次。请编一个程序,为骑士求解巡游“路线图”(或告诉骑士,从某位置出发时,无法遍访整个棋盘 — 问题无解)。-In the n-n chessboard (for example, n = 5), assuming a knight (in chess in the " horse to go on" walk method) from t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:132673
    • 提供者:蔡哲文
  1. chess

    0下载:
  2. 实现棋盘覆盖的功能,是基于C的棋盘算法代码,可以-Board covering the function, the board of C-based algorithm code, you can see
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1752336
    • 提供者:aijia
  1. knight2

    0下载:
  2. 8*8的国际象棋棋盘上的一只马,恰好走过除起点外的其它63个位置各一次,最后回到起点,这条线路成为马的一条Hamilton周游路线-8* 8 chess board on a horse, just walked the other outside the starting point of the 63 position each time, and finally back to the starting point, the lines become a horse of a Hamilt
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:1153
    • 提供者:游素青
  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
    • 文件大小:73948
    • 提供者:魏朋
  1. ChessBoard

    0下载:
  2. 有个一特殊方格的棋盘覆盖问题,可以用4种不同形态的L型骨牌覆盖棋盘。-There is a special box at the chessboard coverage problem, you can use four different forms of L-type domino cover board.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3977
    • 提供者:laogao4
  1. the-horse-working-in-the-chass

    0下载:
  2. 实现马踏棋盘的功能。 输入:马的初始位置。 输出:马踏棋盘的路径。利用贪心算法+回朔算法实现!可以产生全部可能的路径!而且可以可视化的输出动态行走路径!-implementation of the horse working in the chess.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3831
    • 提供者:飞天狐
  1. KnightTour

    0下载:
  2. 骑士巡游问题的算法。骑士巡游的问题简述如下:在国际象棋攀上某一位置放置一个马的棋子,然后采用象棋中“马走日字”股则,要求这匹马能不重复地走完25个格子。本实例用枚举方法求解骑士巡游问题。程序可自定义棋盘的大小,先输出标志矩阵,然后输入骑士在棋盘的初始位置,即可给出其中的一种解法。-Knight Parade algorithm problem. Knight Parade problems are summarized as follows: Place a horse chess piece
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1189
    • 提供者:
  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
    • 文件大小:1378910
    • 提供者:
搜珍网 www.dssz.com