搜索资源列表

  1. 16-queens

    0下载:
  2. 16(N)皇后问题,用回溯法和位运算结合编程,在效率上有很大的改进-16 (N) queens problem using backtracking and bitwise combination of programming, a great improvement on the efficiency
  3. 所属分类:系统编程

    • 发布日期:2024-05-23
    • 文件大小:13312
    • 提供者:杜宾
  1. eight-queens

    0下载:
  2. c++解决八皇后问题,用数学方法实现,不是枚举法。可以正确找出96组全解和12组无重复解。-c++ solve the eight queens problem using mathematical methods to achieve, not enumeration method. Can correctly identify 96 sets of solutions and 12 without repeating solutio
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:8192
    • 提供者:赵晓蓓
  1. eight-queens-problem

    0下载:
  2. 解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not
  3. 所属分类:其他小程序

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

    0下载:
  2. 八皇后问题:回溯法+递归法+排列法+位运算法-Eight queens problem: backtracking+ the recursive method+ permutation+ bit algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:鲁虹伟
  1. Eight-queens

    0下载:
  2. 应用程序向导已为您创建了此 八皇后问题 应用程序。 本文件概要介绍组成 八皇后问题 应用程序的每个文件的内容。 八皇后问题.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 八皇后问题.vcxproj.filters 这是使用“应用程序向
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:2140160
    • 提供者:刘兵
  1. eight-queens-

    0下载:
  2. 针对八皇后问题的解答,列举出相应的93种解在二维数组的坐标-Answers to the eight queens problem, listed 93 kinds of solutions
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:270336
    • 提供者:罗康建
  1. eight-queens-.doc

    0下载:
  2. 一个java的代码的文档,关于八皇后的有界面的同时有比较简单的自动和手动功能-The java code eight queens interface simple automatic and manual functions
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-23
    • 文件大小:14336
    • 提供者:dd
  1. N-Queens

    0下载:
  2. PHP implementation of the N-Queens problem
  3. 所属分类:其他游戏

    • 发布日期:2024-05-23
    • 文件大小:3129344
    • 提供者:hellsm0th89
  1. N-queens

    0下载:
  2. N皇后问题的所有解输出,代码简单易懂,且短小快速-N-queens problem all solutions of output, the code is easy to understand, and the short and fast
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:郭涛
  1. eight--queens--problem

    0下载:
  2. 这是一个求解八皇后问题的 源代码,这是一种新的方式 ,非常简洁-eight queens problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:13312
    • 提供者:gs
  1. solutions-eight-queens-problem

    0下载:
  2. 八皇后问题要求在一个8X8的棋盘上放上8个皇后,使得每一个皇后既攻击不到另外七个皇后,也不被另外七个皇后所攻击-Eight queens problem requirements put eight queens on a 8x8 board, making a queen both attack less than seven other Queen or seven Queen' s attack
  3. 所属分类:文件格式

    • 发布日期:2024-05-23
    • 文件大小:99328
    • 提供者:ljy
  1. Queens

    0下载:
  2. 使用haskell语言编写的Queens皇后问题,是对算法的进一步研究,利于掌握haskell的运用-Using haskell language Queens Queens is the algorithm further research, which will help to master the use of haskell
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:4096
    • 提供者:豆豆
  1. Eight-Queens-algorithm

    0下载:
  2. 八皇后算法源码,八皇后算法的C++代码,用VC++6.0 编译,生成-Eight Queens algorithm source code, eight queens algorithm C++ code, VC++6.0 compiler to generate
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:31744
    • 提供者:k-java
  1. eight-queens

    0下载:
  2. 八皇后问题的递归解法,虽然可能跟已有的算法类似,但真的是我自己写的,望不要删-Eight queens problem recursive solution
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1021952
    • 提供者:sloe
  1. Queens

    0下载:
  2. 本程序用Matlab实现了八皇后问题的所有解,用到了递归的编程思想-The procedures used Matlab eight queens problem all the solutions use recursive programming ideas
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:冰冰
  1. N-queens-problem

    0下载:
  2. 利用c语言实现的高效N皇后问题,并输出计算时间。-Use c language to achieve efficient N queens problem, and outputs the computation time
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 经典的八皇后问题,有92种解,这里采用的是循环嵌套,不是最好的算法,但容易看懂-Eight queens chess problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:谢代龙
  1. Eight-Queens

    0下载:
  2. 八皇后问题,是一个经典的问题,本代码,对其进行分析,用C实现。-Eight queens problem is a classic problem, the code, analyze, with the C implementation.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:姜文丽
  1. n-Queens-In-Matlab

    0下载:
  2. n-queens implementation in MATLAB
  3. 所属分类:软件工程

    • 发布日期:2024-05-23
    • 文件大小:44032
    • 提供者:Akbar Siahi
  1. Eight-queens-problem

    0下载:
  2. 八皇后问题求解!用OPEN表和CLOSED表实现!人工智能实验!-Eight queens problem solving! OPEN and CLOSED table with table to achieve! AI experiment!
  3. 所属分类:系统编程

    • 发布日期:2024-05-23
    • 文件大小:490496
    • 提供者:张三
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org