搜索资源列表

  1. eight-queens

    0下载:
  2. 分治法求解八皇后问题,一个简单的分治法应用算法。-Divide and conquer method to solve the eight queens problem, a simple application of divide and conquer algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:李俊炜
  1. queens

    0下载:
  2. 女皇排序问题的简单实现-simple achievement of Eight Queens Problem using Python
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:123
  1. the-eight-queens

    0下载:
  2. 解决C++中的一个难题:八皇后问题,代码有一定的参考性。-Solution in C++ a problem: the eight queens problem, the code has some reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:Guling
  1. N-Queens

    0下载:
  2. pascal语言使用迭代法求解N皇后问题的源码-pascal language use iteration method to solve N-Queens problem code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:182272
    • 提供者:李毅
  1. N-Queens-Algorithm

    0下载:
  2. N皇后问题算法,N皇后问题是关于国际象棋的一个著名问题,本算法给出了其中一种解法-N Queens Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:92160
    • 提供者:duanyuxing
  1. 8-queens-problems

    0下载:
  2. 用回溯递归法有效解决八皇后问题,这个问题是数据库中的经典例题,用c语言实现。-8 queens problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:yinli
  1. queens

    0下载:
  2. queens in java dont miss it
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:18432
    • 提供者:Clovis Ribeiro
  1. 8-queens-game

    0下载:
  2. 八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-22
    • 文件大小:6144
    • 提供者:wendell
  1. 8-queens-problems

    0下载:
  2. MFC实例, 八皇后问题, 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出。-MFC example, 8 queens problems, 8 queens problems is an ancient and famous problem, is the typical examples of retrospective algorithm. The problem is th
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:46779392
    • 提供者:rs
  1. 8-queens-game

    0下载:
  2. 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-22
    • 文件大小:131072
    • 提供者:jim
  1. eight-queens

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-Eight queens problem: Let the eight queens problem, the solution (x1, x2, x3, ..., x8), constraint conditions: on a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:24576
    • 提供者:娜迪拉
  1. eight-queens--problem

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该源码实现八皇后问题。-8 queens problems, is an ancient and famous problem, is the typical examples of retrospective algorithm. This source realize 8 queens problems.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:569344
    • 提供者:kingofZQJ
  1. Queens-problem

    0下载:
  2. 基于C语言皇后问题编程,对于大学里面刚接触C语言的学弟学妹希望有帮助。-Queens problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:417792
    • 提供者:张新
  1. QUEENS

    0下载:
  2. 用MIPS实现的求八皇后解法数的汇编语言程序-8 Queens problem solved using MIPS
  3. 所属分类:汇编语言

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

    0下载:
  2. N皇后问题回溯算法,算法质量高,参加ACM的同学,喜欢C算法的同学可以研究一下-N-Queens problem backtracking algorithm, the algorithm of high quality, to participate in the ACM students, students like C algorithm can be studied
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:杨龙飞
  1. QUEENS

    0下载:
  2. 一个求解八皇后问题(任意数目皇后问题)的方法,MIPS汇编程序-A method to solve the problem of Eight Queens(as well as any numbers of queens),with MIPS
  3. 所属分类:汇编语言

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

    0下载:
  2. 数据结构,《八皇后问题》(基于c语言)-Data structure, the eight queens problem " (c language)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:霜天晓角
  1. Eight-Queens-code

    0下载:
  2. 介绍了用回溯的方法解决八皇后问题。通过改变参数,还能扩展解决N皇后问题-Back method to solve the eight queens problem. By changing the parameters, but also extended to solve the N queens problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:187392
    • 提供者:张琦
  1. Eight-queens-problem

    0下载:
  2. C语言版八皇后问题,里面包含源代码,能运行。-C language version of the eight queens problem, which contains the source code can run.
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:138240
    • 提供者:唐飞
  1. eight-queens

    0下载:
  2. 这是八皇后问题的C程序,非常完整的源代码,解决了很多难题。-This is a C program, complete source code of the eight queens problem, and solve many problems.
  3. 所属分类:棋牌游戏

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

源码中国 www.ymcn.org