CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - n皇后

搜索资源列表

  1. 8皇后问题的所有解

    0下载:
  2. 8皇后问题的所有解,可以把它给成N皇后的问题
  3. 所属分类:Windows编程

    • 发布日期:2008-05-14
    • 文件大小:5490
    • 提供者:dongfengaa
  1. 面向对象n皇后

    0下载:
  2. 思路清晰的n皇后问题求解,采用面向对象思路编写,封装类可在其他程序中灵活调用-lucid n Queen's problem solving, object-oriented ideas to prepare, Packaging category in other proceedings flexible call
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1304
    • 提供者:朱竹
  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 Queen's visit, the same s
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1384
    • 提供者:刘二
  1. n皇后问题

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

    • 发布日期:2008-10-13
    • 文件大小:1721
    • 提供者:胡凯
  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. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23239
    • 提供者:李秉肇
  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编程

    • 发布日期:2008-10-13
    • 文件大小:23073
    • 提供者:罗敏秀
  1. N皇后摆法动态演示

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

    • 发布日期:2008-10-13
    • 文件大小:31682
    • 提供者:王哲
  1. QUEues皇后问题

    0下载:
  2. 此程序完成N皇后问题。大家可以互相讨论学习。-N Queen's problem. We can learn from each other discussions.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1409
    • 提供者:武威风
  1. N皇后

    0下载:
  2. N皇后的详细解法,内附说明
  3. 所属分类:控制台(字符窗口)编程

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

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

  1. 8-queen

    0下载:
  2. 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1906524
    • 提供者:Bill Gates
  1. queue

    0下载:
  2. n皇后问题的C++求解方法,就是n个皇后不能同行也不能同列。-n queen problem C++ solving method, that is, n can not be a Queen s peers can not be with out.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1929
    • 提供者:小橘子
  1. queen

    0下载:
  2. N皇后问题,N皇后放置过程的现实。 由八皇后问题扩展开来,在N*N的棋盘上摆放N个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上。求可能的解决方案,并显示每一种解决方案的皇后放置过程。-N Queen' s problem, N Queen placed the reality of the process. Expansion by opening eight to question Queen' s, at the N* N chessboard
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:9254
    • 提供者:xiafan
  1. 1

    0下载:
  2. N皇后问题的回溯算法 N皇后问题的回溯算法 -N Queen' s problem backward algorithm N Queen' s problem backward algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3707
    • 提供者:王浩
  1. nwanghou

    0下载:
  2. 算法分析,N皇后问题,这是上交的作业,准确无误!-Algorithm analysis, N queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:370082
    • 提供者:刘子龙
  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编程

    • 发布日期:2017-12-22
    • 文件大小:310272
    • 提供者:asd23333
  1. n皇后问题

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

    • 发布日期:2017-12-28
    • 文件大小:5445632
    • 提供者:gxk
  1. n皇后

    1下载:
  2.  要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h(NODE; void multiplication( NODE *, NODE * , NODE * ); void input( NODE * ); void output( NODE * ); void input( NODE * head ) { int flag, sign, sum, x;
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:天儿飞
  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编程

    • 发布日期:2018-01-07
    • 文件大小:2110464
    • 提供者:staub
  1. Nqueen

    0下载:
  2. 在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入(On the chess board of 8*8, 8 queens are placed, requiring that no queen can eat any other queen, that is, any two Queens can not be in the same r
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:15360
    • 提供者:babou
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com