搜索资源列表

  1. NqueenProblem

    0下载:
  2. 著名的n皇后问题 在一个棋盘上, 如果任意两个皇后排在同一行或者同一列上就会互相残杀, 此算法用以解决棋盘上n个皇后如何排列才能不互相残杀。 -N the famous Queen s problem in a chessboard, if any two of Queen s in the same line or on the same row will be killing each other, the algorithm to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:161792
    • 提供者:piki
  1. eightempress

    0下载:
  2. 自己收集的八皇后问题相关知识,有不少源代码,能解决八皇后问题-Queen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:290816
    • 提供者:chenzeng
  1. queen

    0下载:
  2. 应用JBuilder环境,编程实现经典的八皇后问题,其中共92种排列方法,均以+QX等符号给出排列位置-Application JBuilder environment, and programming to achieve the eight Queen s classic, which with a total of 92 kinds of methods, are+ QX symbols are given with the lo
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:ruohana
  1. 8queens

    0下载:
  2. 这是八皇后算法,自己写的,但是主题思想一样,深度优先,大家参考-This is the eight Queen s algorithm, wrote it myself, but the main idea, the depth-first, we refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:han
  1. N-QUEEN

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。 N皇后算法源码-N × N in a chess board in N months before Queen s, so that the N-Queen s was the other side can not eat each other. N Queen s algorithm source code
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:张晓
  1. Queen_GA

    0下载:
  2. 使用人工智能的遗传算法来解N皇后问题,能已较快的速度来搜索N皇后。-The use of artificial intelligence genetic algorithms to solve N Queen s problem, can have high speed to search for N Queen.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:ganbin
  1. Queen

    0下载:
  2. 可以用于解算国际象棋中的八皇后问题,即如何排列8个皇后使之之间不能互相吃-Solver can be used for chess in the eight Queen s question, that is, how to order 8 so that between the Queen s can not eat each other
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:钟灿
  1. Queen

    0下载:
  2. 经典的8皇后java源代码 可以稍作改变成为迭代式-8 Queen
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:Michael
  1. queen

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。-In an 8 × 8 chess set, there' s eight, each accounting for one' s cell request will not be mutual between Queen' s " attac
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:337920
    • 提供者:huaying
  1. Queen

    0下载:
  2. 这是一个解决皇后问题的遗传算法,是用c语言编写的,可以直接运行。-This is a solution to the problem' s genetic algorithm, are prepared using c language, can be directly run.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:184320
    • 提供者:刘振
  1. queen-problem

    0下载:
  2. 八皇后问题,递归和分治算法的初步结合,可在VC6.0环境下调试,可修改其中注释部分以观察运行步骤-Eight queen problem, the recursive division algorithm and the initial integration of environment in the VC6.0 debugger to modify one part of the Notes in order to observe
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:鲁林涛
  1. queen.tar

    0下载:
  2. 八皇后问题的代码,有详细的注释,运行后可以给出八皇后问题的所有92个解。-Eight queen problem code has detailed notes, running eight queen problem can give all the 92 solutions.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:luxin
  1. N-Queens

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

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:sandeepan1986
  1. queen

    0下载:
  2. 八皇后C++递归实现 以及AKM的C++实现-Eight Queen' s C++ recursive implementation as well as the AKM' s C++ implementation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:gaef
  1. eight-queen

    0下载:
  2. 在plt schenme 下用scheme函数式程序语言所写的八皇后问题,基于一个特殊的框架-At scheme using plt schenme Functional programming language written by the Queen' s eight questions, based on a special fr a mework
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:方程
  1. queen

    0下载:
  2. 这是在Jcreator下用java语言编写的八皇后问题,采用递归回溯解决,在控制台打印输出92个解-This is at Jcreator using java language eight Queen' s problem using recursive backtracking resolved, at the console printout 92 Solutions
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:方程
  1. Queens

    0下载:
  2. JAVA 采用递归的方式实现八皇后问题 -JAVA implementation using recursive manner eight queen problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:nightkid
  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&
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:xiafan
  1. queen

    0下载:
  2. 采用递归回溯算法求解N皇后问题;C语言实现,可以动态控制皇后数量-Backward recursive algorithm using N Queen' s problem C language implementation, you can dynamically control the number of Queen' s
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yangxh
  1. Queen

    0下载:
  2. 分别用面向过程、面向对象和函数式程序设计的方法解决八皇后问题。 附报告-Were process-oriented, object-oriented programming and function of the eight Queen' s problem to solve. The attached report
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:206848
    • 提供者:邵震
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org