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

搜索资源列表

  1. main

    0下载:
  2. N皇后问题,本代码使用了图文试的棋盘输出,可动态学习N皇后的问题的解法。-N queen problem, try this code USES graphic board output, dynamically study N queen problem solutions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:742
    • 提供者:xyx_0
  1. bahuanghou

    0下载:
  2. 利用栈结构实现八皇后问题。 八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。   提示:     1、可以使用递归或非递归两种方法实现     2、实现一个关键算法:判断任意两个皇后是否在同一行、同一列和同一斜线上-Use the stack structure to achieve the eight queens probl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1336
    • 提供者:
  1. queen

    0下载:
  2. 用c++解决了经典的皇后问题,是数据结构的经典问题。-The program uses c++ to solve the problem which is the data structure of the classic case.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:236037
    • 提供者:sean
  1. nQueen

    0下载:
  2. n皇后的回溯算法实现及多边形求和的动归实现。-n Queen backtracking algorithm and the sum of dynamic polygon return achieved.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1250
    • 提供者:owthea
  1. NQueens

    0下载:
  2. Implement N Queen’s problem using Back Tracking.
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:573
    • 提供者:jcdc987
  1. di-gui-qiujie-8-Queen

    0下载:
  2. 递归求解八皇后问题。C语言程序,数据结构课程作业,注释完全,简单易懂,亲测可用。-Recursively solving the eight queens problem. C language programs, data structures course work, notes completely, easy to understand, pro-test is available.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:905
    • 提供者:JYF
  1. pai

    0下载:
  2. 编写扑克牌的类及测试程序,随机抽取一张牌并显示,演示输出一幅牌中所有的牌,-Ace of Diamonds Two of Diamonds Three of Diamonds ………. Ten of Diamonds Jack of Diamonds Queen of Diamonds King of Diamonds Ace of Clubs …….. King of Clubs Ace of Hearts ……. King of Heart
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4449
    • 提供者:葛江波
  1. eight-queen

    0下载:
  2. 八皇后游戏C++代码,程序运行后,显示步骤位置,没有游戏界面-Eight Queens game C++ code, the program runs, the step of displaying the position, there is no game interface
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:1112196
    • 提供者:syj
  1. algorithm

    0下载:
  2. 1、Bellman-FordJ解决单源最短路径问题 c++实现 2、所有点之间最短路径问题 3、8皇后问题回溯法 4、0-1背包问题 回溯法 -Bellman-Ford algorithm All-pairs shortest path (choose one from the three algorithms) 8-queen problem (back backing) 0-1 knapsack problem (back tracking)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:10651
    • 提供者:薛影奇
  1. Queen.java

    0下载:
  2. Building a queens game in java
  3. 所属分类:Games

    • 发布日期:2017-04-12
    • 文件大小:1485
    • 提供者:DaCardinal
  1. Chess

    0下载:
  2. Solving Classic 8 queens dilemma in matlab, In chess, a queen can move as far as she pleases, horizontally, vertically, or diagonally. A chess board has 8 rows and 8 columns. The standard 8 by 8 Queen s problem asks how to place 8 queens on an ordina
  3. 所属分类:matlab

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

    0下载:
  2. N皇后问题是算法中回溯法应用的一个经典案例 回溯算法也叫试探法,它是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。 -N queens problem is backtracking algorithm applied a classic case of backtracking algorithm, also called heuristics, which is a systematic method for solvi
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:604805
    • 提供者:余啸坤
  1. queen8

    0下载:
  2. 遗传算法解决八皇后问题。八皇后问题是一个NP问题,它的目标是把国际象棋的八个皇后摆在8X8的棋盘上,使得没有一个皇后能俘获任何别的皇后,即每一行每一列仅有一个皇后,每条对角线上至多有一个皇后。-Genetic algorithms to solve the eight queens problem. Eight queens problem is an NP problem, and its goal is to place the chess queen on the eight 8X8 ch
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2771
    • 提供者:冯姥姥
  1. queen

    0下载:
  2. 利用mpi实现八皇后算法 可以作为学习并行计算的参考-Eight Queens use mpi achieve learning algorithm can be used as a reference for parallel computing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2897
    • 提供者:gyc
  1. 1.10queen

    0下载:
  2. 要解决N皇后问题,其实就是要解决好怎么放置这n个皇后,每一个皇后与前面的所有皇后不能在同一行、同一列、同一对角线,在这里我们可以以行优先,就是说皇后的行号按顺序递增,只考虑第i个皇后放置在第i行的哪一列,所以在放置第i个皇后的时候,可以从第1列判断起,如果可以放置在第1个位置,则跳到下一行放置下一个皇后。如果不能,则跳到下一列...直到最后一列,如果最后一列也不能放置,则说明此时放置方法出错,则回到上一个皇后向之前放置的下一列重新放置。此即是回溯法的精髓所在。当第n个皇后放置成功后,即得到一个
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3282
    • 提供者:Mj
  1. The-queen

    0下载:
  2. 实现N个皇后问题,输出所有的排列情况,利用TXT实现输入输出-Realization of N-queens problem, the output of all of the arrangement, the use of input and output TXT achieve
  3. 所属分类:assembly language

    • 发布日期:2017-05-07
    • 文件大小:1446833
    • 提供者:秦启翰
  1. queen

    0下载:
  2. 局部搜索的方法实现n皇后问题,在较快的时间内找到一个n皇后解。-Local search methods to achieve n queens problem and find a solution in n-queens faster time.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:16393
    • 提供者:欧阳文俊
  1. eightqueen

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an old and well-known proble
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6610
    • 提供者:师顿
  1. eightqueen

    0下载:
  2. 经典问题 8皇后,使用深度优先搜索算法。-8 Queen classic problem, using a depth-first search algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:147495
    • 提供者:ccitlb
  1. eight_queue

    0下载:
  2. 实现对八皇后问题的概率求解,当皇后个数到12+后速试快度提升-Realization probability of the eight queens problem solving, when the number of the Queen s 12+ degrees to enhance the speed test fast
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1123233
    • 提供者:k
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com