搜索资源列表

  1. n皇后问题

    0下载:
  2. n皇后问题的C++实现-n Queen's realization of C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1721
    • 提供者:胡凯
  1. 运用递归来解N皇后问题

    0下载:
  2. 运用递归来解N皇后问题-use recursive solution to the problem of N Queen
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1638
    • 提供者:黄乔军
  1. N皇后问题的回溯法,非递归实现

    0下载:
  2. 这是N皇后问题的回溯法,非递归实现.此算法对初学者有难度,最好去参考书.这个问题也是回溯法的经典例题,推荐自己去实践.还有,我贴的程序在TC3.0下调试通过.-This the Queen's retroactive law, non - recursive. This algorithm is difficult for beginners, to the best reference books. This issue i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4227
    • 提供者:fzr
  1. 回溯法实现N皇后问题

    0下载:
  2. vc++源码 N皇后

  3. 所属分类:其它源码

    • 发布日期:2008-12-03
    • 文件大小:787
    • 提供者:ykqfan
  1. 并行N皇后问题

    1下载:
  2. 利用OPENMP的方法解决N皇后问题!
  3. 所属分类:并行运算

    • 发布日期:2009-08-13
    • 文件大小:624
    • 提供者:chenbiao56
  1. n后问题

    0下载:
  2. n皇后问题
  3. 所属分类:其它

    • 发布日期:2009-12-23
    • 文件大小:9447
    • 提供者:cocker
  1. n皇后问题

    0下载:
  2. 这是n皇后的源代码,用分支界限法实现的
  3. 所属分类:Windows编程

  1. n皇后问题

    0下载:
  2. n皇后问题的C++实现-n Queen's realization of C
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:胡凯
  1. 运用递归来解N皇后问题

    0下载:
  2. 运用递归来解N皇后问题-use recursive solution to the problem of N Queen
  3. 所属分类:文档资料

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:
  1. N皇后问题回溯算法

    0下载:
  2. 皇后问题的拓展 经典算法-Queen expand the classical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:王丰
  1. 回溯法N皇后问题

    0下载:
  2. 这是计算机算法中的回溯法中的一个经典的问题--N皇后问题!希望对学计算机算法的同学有用!-This is a computer algorithm, the retroactive law on the issue of a classic-- N Queen! Want to learn how to use computer algorithms useful to the students!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:中国
  1. N皇后问题

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-Put on N queens in a N multiply N chessboard,preventing each queen to be knocked over
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:22528
    • 提供者:罗敏秀
  1. C语言实现的皇后问题

    0下载:
  2. n皇后问题,可以显示所有的合适路径,典型的回溯算法-n Queen's, will show you all the appropriate path, the typical backtracking algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:9216
    • 提供者:吴限负
  1. n后问题

    0下载:
  2. 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。 若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。 n 行 n 列的棋盘上,主次对角线各有2n-1条。-n n trip out of the international chess board, the maximum n Queen's cloth. If two at the same
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:刘二
  1. N-queen_linear_time

    0下载:
  2. N-皇后问题线性时间算法 O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:Fancy
  1. 回溯算法实验八皇后问题

    0下载:
  2. 利用回溯算法求解N皇后问题,理解求解流程和搜索顺序(Backtracking algorithm used to solve the N queen problem, understand the flow of the solution and search order)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:105472
    • 提供者:anbao
  1. n皇后问题

    0下载:
  2. 递归回溯法求解并输出输出n皇后问题所有解法(n的取值不限)(Output all solutions to the N queens problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:5445632
    • 提供者:gxk
  1. BFS 求解 N 皇后问题(252370)

    0下载:
  2. BFS算法实现N皇后问题,12个皇后是速度还行,超过了就有点慢。(BFS algorithm to achieve N queen problem, 12 queens is the speed is OK, more than a little slow.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:9216
    • 提供者:loganic
  1. n皇后问题

    0下载:
  2. n皇后问题 课程设计上的一个小作业 水平有限(n-queen problem A small assignment in the curriculum design is limited)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:cg123456
  1. n皇后

    0下载:
  2. 运用爬山法和遗传算法解决n皇后问题,vs2013编译通过(Using mountain climbing and genetic algorithm to solve the problem of N Queen, vs2013 compiled and passed)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:2110464
    • 提供者:staub
« 12 3 4 5 6 7 8 9 10 ... 27 »

源码中国 www.ymcn.org