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

搜索资源列表

  1. nQueens

    0下载:
  2. 使用C语言解决n皇后问题,包括递归和非递归的实现源码。运行环境:Linux,g-Using the C language to solve n queens problem, including the recursive and non-recursive implementation of source code. Runtime Environment: Linux, gcc
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10143
    • 提供者:ajaxhe
  1. nqueensquestion

    0下载:
  2. 可以对n皇后问题进行全面的实现,求出n皇后有多少种解法-N queens problem can be to achieve a comprehensive, calculate how many kinds of solution n Queen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2864
    • 提供者:yunfei
  1. Queen

    0下载:
  2. Queen,用回溯法递归方法实现n皇后问题-Queen, with backtracking recursive method to achieve n queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1464384
    • 提供者:草人
  1. queue

    0下载:
  2. n皇后问题,解决n皇后的排列问题,仅限于较小的数值情况下-n queens problem, to solve the arrangement of n queen problem, limited to a smaller value cases
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1830
    • 提供者:洛克
  1. queens

    0下载:
  2. 这是N皇后问题,主要解决算法设计中的求解效率-* Program to find number of solutions to the N queens problem. * This program assumes a twos complement architecture.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:5029
    • 提供者:剑云
  1. Queen

    0下载:
  2. JAVA实现,动态规划算法解N皇后问题。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:5492
    • 提供者:李开
  1. NQueen

    0下载:
  2. N皇后问题的人工求解和自动求解实现,有详细的课件。-N Queens Problem Solving manual and automatic solving to achieve, detailed courseware.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-16
    • 文件大小:3862395
    • 提供者:王桂平
  1. NQueen

    0下载:
  2. N皇后问题,可以设置皇后个数,很简单的实现,适合初学者学习。-N queens problem, you can set the number of the Queen, very simple to achieve, for beginners to learn.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:7045
    • 提供者:jack
  1. nqueen

    0下载:
  2. 著名的N皇后问题的两种解法: 在棋盘上放置N个皇后,使之不能互相攻击,输出可能的方法数。 JAVA实现。-2 kind of solutions of nqueen.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:5219
    • 提供者:龙腾
  1. NQueen5

    0下载:
  2. 搜索算法-N皇后问题的自动求解搜索算法-N皇后问题的自动求解-Search algorithm-N Queens Problem-N automatic search algorithm for solving the problem of automatically solving Queen
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1938935
    • 提供者:sunbin
  1. nhuanghou0-1beibao

    0下载:
  2. N皇后问题和背包问题的详细解释,PPT内容非常好。包括算法分析,时间复杂度-N Queens problem and knapsack problem explained in detail, PPT content is very good. Including the algorithm analysis, complexity, etc.
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:313197
    • 提供者:崔雅珍
  1. nqueens

    0下载:
  2. 本程序实现的是回溯法解决N皇后问题,并且还有图形化显示。-Implementation of this program is backtracking to solve N Queens problem, and also displayed graphically.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3757953
    • 提供者:小陈
  1. nQueen

    0下载:
  2. 一个简单的解决N皇后问题的算法,主要用到的是递归算法-A simple solution of nQueen
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:110226
    • 提供者:李顺前
  1. n_queen

    0下载:
  2. 自己写的解决n皇后问题的一个c++ 源代码,希望对初学者有所帮助-Write your own solution to an n queens problem c++ source code, want to help beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1361
    • 提供者:湘衡
  1. queen

    0下载:
  2. 本程序应用c++语言,很好地实现了n皇后问题。-The program application c++ language, it is very well n queens problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:804
    • 提供者:郭明
  1. QueenN

    0下载:
  2. 国际象棋棋盘中的N皇后问题,不少朋友请知道吧?在一个NXN的国际象棋棋盘中摆n个皇后,使这N个皇后不能互相被对方吃掉,你知道应该怎么做么?怎么个摆法?要想知道答案,就解读一下本代码吧。-Chess board in the N queens problem, many friends you know? In a NXN chess board in the place n queens, so that the N queens can not eat each other by the ot
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:25602
    • 提供者:张伟伟
  1. nn

    0下载:
  2. N皇后问题的算法,算法设计中的基本算法,-N queens algorithm, algorithm design, the basic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1557
    • 提供者:yyswallow
  1. nqueen

    0下载:
  2. 用概率算法求解N皇后问题。1、拉斯维加斯概率算法 每一行得到了几个摆放位置时,不是按顺序进行摆放,而是随机摆放的。因此程序每次运行的时间都不一样。用拉斯维加斯算法除非找不到解,如果找到,答案就一定是正确的。-Probabilistic algorithm with N queens problem. 1, Las Vegas probabilistic algorithms have several display each line position, not by placing the
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1257
    • 提供者:miss_xu
  1. queen

    0下载:
  2. 本代码实现了n皇后问题,是我大二时数据结构的课程设计源码,编译运行过的。-data structure design
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:632
    • 提供者:红豆女
  1. Queen_lv

    0下载:
  2. 这个代码是用visual c++6.0编写的用概率算法求n皇后问题,当输入n具体值时便会出现失败和成功探测的步数,以及耗时等信息,很好地实现了经典的n皇后问题,即棋盘上放置皇后要有一定的规则,比如不同行列等。-This code is written in visual c++6.0 using probabilistic algorithms find n queens problem, the exact value of the input n there will be failures
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:266559
    • 提供者:天使
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com