搜索资源列表

  1. 回溯法实现N皇后问题

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

  3. 所属分类:其它源码

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

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

  1. n皇后

    0下载:
  2. n皇后-n Queen
  3. 所属分类:Linux/Unix编程

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

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

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

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

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

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王丰
  1. queenn(N皇后问题)

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-in an N N chess board wavers N Queen so that the N-Queens that can be eaten by the other side.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:22528
    • 提供者:李秉肇
  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-10
    • 文件大小: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-10
    • 文件大小:22528
    • 提供者:罗敏秀
  1. N皇后摆法动态演示

    0下载:
  2. 用VC编写的N皇后摆法动态演示程序,已经较为完美!欢迎下载指导!-A N queen game dynamic demonstration program write in VC, already perfect. please come and download!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:31744
    • 提供者:王哲
  1. C语言实现的皇后问题

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

    • 发布日期:2024-05-10
    • 文件大小: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-10
    • 文件大小:1024
    • 提供者:刘二
  1. N-queen-Cplusplus

    0下载:
  2. 解国际象棋的N皇后问题的C++源代码,可用于大学计算机技术课程《算法分析》上机联系-Solutions International Chess Queen of the N C source code, University computer can be used for technical courses "algorithm analysis" on the plane link
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:3833856
    • 提供者:吴俊杰
  1. N-queen_linear_time

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Fancy
  1. N皇后

    0下载:
  2. n皇后求解利用给定的程序,针对10个不同问题规模n,计算正确的n后排列方案。啊实打实的(Use of a given application, in view of 10 different problem size n, calculate the correct arrangement scheme after n. Oh, hush)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:310272
    • 提供者:asd23333
  1. n皇后问题

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

    • 发布日期:2024-05-10
    • 文件大小: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-10
    • 文件大小:9216
    • 提供者:loganic
  1. n皇后问题

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

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

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It i
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:8569856
    • 提供者:静守成雯
  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-10
    • 文件大小:2110464
    • 提供者:staub
« 12 3 4 5 6 7 8 9 10 ... 34 »

源码中国 www.ymcn.org