搜索资源列表

  1. n皇后

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

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:
  1. QUEEN

    0下载:
  2. N皇后游戏。-N empress plays.
  3. 所属分类:游戏

    • 发布日期:2024-06-01
    • 文件大小:6144
    • 提供者:李婷
  1. n皇后问题

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:胡凯
  1. VCslx

    0下载:
  2. 经典问题的源码(n皇后问题,点灯问题)-the classic source (n Queen, the Lantern)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:12288
    • 提供者:宋雷先
  1. 运用递归来解N皇后问题

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

    • 发布日期:2024-06-01
    • 文件大小: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-06-01
    • 文件大小: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-06-01
    • 文件大小:2048
    • 提供者:中国
  1. 算法分析与设计多媒体

    0下载:
  2. 在毕业设计期间由多人开发的一个算法演示系统,它包n皇后问题、拉维斯加算法等-This is a algorithm demo system developed by some persons, which including n queen problem, Laplac algorithm,etc.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:3955712
    • 提供者:吴义军
  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-06-01
    • 文件大小: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-06-01
    • 文件大小:31744
    • 提供者:王哲
  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-06-01
    • 文件大小:1024
    • 提供者:刘二
  1. 5-Queen

    0下载:
  2. N皇后问题!图形界面演示,VC6.0开发-N Queen! GUI demonstration VC6.0 development. .
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:37888
    • 提供者:郭上华
  1. n-Queen

    0下载:
  2. 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the inte
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:251904
    • 提供者:王涛
  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-06-01
    • 文件大小:3833856
    • 提供者:吴俊杰
  1. QueenJFace

    0下载:
  2. N皇后问题的实现,采用JFace做界面,可以方便地计算N皇后问题-N Queen
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:yus
  1. queenn

    0下载:
  2. 用MFC实现的可视化N皇后问题演示程序,可按皇后数动态调整棋盘大小,可逐个观察所有可行解。-Using MFC to achieve Visualization Demonstration Program N Queen s problem can be dynamically adjusted number of Queen s board size, can be observed by all the feasible solut
  3. 所属分类:界面编程

    • 发布日期:2024-06-01
    • 文件大小:22528
    • 提供者:Diana
  1. Queen

    0下载:
  2. n皇后问题的C语言实现,有图形界面的,非常之经典的程序,用的是回溯法-n s C language issues, there are graphical interface, and very classic procedure, using a backtracking
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:27648
    • 提供者:wen
  1. N-Queens

    0下载:
  2. N-Queen solver written in java with excellent Graphical user interface.
  3. 所属分类:其他行业

    • 发布日期:2024-06-01
    • 文件大小:4096
    • 提供者:sandeepan1986
  1. N-queen_linear_time

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:Fancy
  1. n-queen

    0下载:
  2. N-queen soluotion. Print into screen the the solution of queen in the chess board
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:yah
« 12 3 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org