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

搜索资源列表

  1. 8Queens

    0下载:
  2. 八皇后经典问题 输出任一种解-eight Queen's classic output as a Solution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:951
    • 提供者:戴俊
  1. 8queens

    0下载:
  2. the main function of this C++ source file is actualize how to find the loads of 8 queens.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1452
    • 提供者:jimmy
  1. 8queens

    0下载:
  2. 著名的八皇后问题,回溯算法求解,包括cpp文件和工程文件-Well-known eight queens problem, backtracking algorithm for solving
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:553129
    • 提供者:wc
  1. C

    1下载:
  2. line.c-某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 Compute.cpp--约瑟夫(Josephus)环问题 8Queens.cpp--8皇后问题 4Colors.cpp--4色问题 4Fib.cpp--f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:3910
    • 提供者:huchenzhi
  1. 8Queens

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列-Eight queens problem: the solution set for the 8 queens problem (x1, x2, x3, ..., x8), constraints are: 8x8 chessboard in which any two xi and xj c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:619
    • 提供者:bjtupro
  1. vc62445261344

    0下载:
  2. 摘 要 本设计的内容是在一个八行八列的国际棋盘上,放置八个皇后,要求在任意一行,任意一列及任意一条对角线上都不能出现两个棋子。 本设计所涉及到的程序设计语言是VC++,采用的是递归和回溯的方法。首先在棋盘上找到一个位置,放置其中的一个皇后,然后对该皇后进行检查,查看她是否与棋盘同一行、同一列或同一斜线上已存在的皇后发生冲突。如果该皇后与棋盘上已经存在的皇后不发生冲突,则该皇后就摆放在此位置,继续试探下一个皇后的合适的位置;如果该皇后与棋盘上已经存在的皇后反生冲突,则该皇后就不能放在此位置
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:53248
    • 提供者:刘邵博
  1. bahuanghou

    0下载:
  2. 摘 要 本设计的内容是在一个八行八列的国际棋盘上,放置八个皇后,要求在任意一行,任意一列及任意一条对角线上都不能出现两个棋子。 本设计所涉及到的程序设计语言是VC++,采用的是递归和回溯的方法。首先在棋盘上找到一个位置,放置其中的一个皇后,然后对该皇后进行检查,查看她是否与棋盘同一行、同一列或同一斜线上已存在的皇后发生冲突。如果该皇后与棋盘上已经存在的皇后不发生冲突,则该皇后就摆放在此位置,继续试探下一个皇后的合适的位置;如果该皇后与棋盘上已经存在的皇后反生冲突,则该皇后就不能放在此位置
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:2007956
    • 提供者:刘邵博
  1. N_Queen_So1615087152003

    0下载:
  2. this file for 8queens problem and it is very useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:83180
    • 提供者:hoemami
  1. N-Queens-Genetic-Algorithm

    0下载:
  2. 8queens Algorithm This is not mine so I don t take credit for it. It helped me with my backtracking method and it would help anyone.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:8878
    • 提供者:dk
  1. 8queens

    0下载:
  2. c++解决八皇后问题,输出八皇后问题的解决方案数目-8 queens problem solved via C++ language
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:528145
    • 提供者:毛祥荟
  1. 8Queens

    0下载:
  2. 八皇后问题 C++ 八皇后问题 八皇后问题-Eight Queens Problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:662
    • 提供者:骆晓徽
  1. 8queens

    0下载:
  2. Eight Queens Problem : Here are my solutions to the N-Queens / 8 queens Problem . Regarding the display of solutions : The solutions appear in the following format :: Example : SOLN 1 : (1,1) (2,5) (3,8) -Eight Queens Problem : Here are my so
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:1450
    • 提供者:adelina
  1. 8queens

    0下载:
  2. 遗传算法实现八皇后程序,八皇后程序的主要功能就是利用进化计算来找到符合要求的八皇后排列,该程序可在10000代内找到全部92种符合要求的排列。-Genetic Algorithms eight queens program, eight queens program' s main function is to make use of evolutionary computation to find the arrangement meets the requirements of the
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:486012
    • 提供者:匿名
  1. 8Regine

    0下载:
  2. 8queens problem solving algorithm . . . . . . simple implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:12002
    • 提供者:htmaxamaxa
  1. 8Queens

    0下载:
  2. 8 queen implementation matlab
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:234215
    • 提供者:sh
  1. sample-srouce-codes-in-c++

    0下载:
  2. Some useful source codes in c++
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:saymosi
搜珍网 www.dssz.com