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

搜索资源列表

  1. 3

    0下载:
  2. C语言版,C/C++开发环境均可用,如VC。可学习借鉴 问题算法 骑士遍历 万年历,N皇后问题回溯算法.c 货郎担限界算法.c-C language, C/C++ development environment can be used, such as VC. Algorithm can learn from the question of ergodicity calendar Knight, N Queen' s problem backward algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:23429
    • 提供者:李小虎
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. Queue

    0下载:
  2. 用回溯法实现n皇后问题,c++语言编写,调试通过。包含代码和完整文档说明-By backtracking the question of the realization of n queen, c++ languages, debugging through
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:8144
    • 提供者:zhlohi
  1. nQueen

    0下载:
  2. n 后问题,用了三种方法解决,希望和大家一起分享-three solutions for N Queen question
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1561
    • 提供者:luffy
  1. yuandaima

    0下载:
  2. 一般背包问题的贪心算法 Dijkstra算法求解单源最短路径问题 N皇后问题 Prim算法 Kruskal算法代码-The general knapsack problem greedy algorithm Dijkstra' s algorithm for single-source shortest path algorithm N Queen' s problem Kruskal Algorithm Prim code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:7352
    • 提供者:liujuan
  1. Cpp1

    0下载:
  2. N皇后问题求解,根据不同的N值得出不同的求解结果-N Queen' s problem solving, based on different N should be the result of different solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:856
    • 提供者:liuzhen
  1. Algorithm

    0下载:
  2. c写的,有骑士遍历,n皇后,最短路径,动态计算网络最长,最短路径等-c write, with Knight traversal, n Queen s, the shortest path, dynamic calculation of the network the longest, shortest path, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:23444
    • 提供者:liyang
  1. myQueen

    0下载:
  2. 解决算法分析和设计中的n皇后问题,并动态显示查找皇后放置位置的过程-Analysis and design of algorithms to solve the n Queen and Queen' s dynamic display to find the location of the process of placing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1952614
    • 提供者:wangyumei
  1. NQueens

    0下载:
  2. N皇后问题的实现,用回溯法实现N皇后问题-N Queen' s problem of the realization method used to achieve N Queen' s back issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:198441
    • 提供者:燃烧
  1. suanfa

    0下载:
  2. 算法分析与设计 的几个实验,n皇后,骑士问题,以及lsc的源程序-Algorithm analysis and design of several experiments, n Queen, Knight, as well as the source of lsc
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:19255
    • 提供者:wangjun
  1. Nqueen1

    0下载:
  2. 实现n皇后问题的实现,排列出所有的结果,并显示运行时间,附有算法描述-To achieve the realization of n queen problem, with all the results and show the running time, with algorithms described in
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:695909
    • 提供者:qyml
  1. jump_omp.c.tar

    0下载:
  2. 基于C的OPENMP并行计算的N皇后问题-C-based parallel computing OPENMP the N-Queen problem
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:624
    • 提供者:cb
  1. N_Queens

    0下载:
  2. The N queens puzzle is the problem of putting N chess queens on an n×n chessboard such that none of them is able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no queens would be
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1459
    • 提供者:
  1. huanghou

    0下载:
  2. c++ N皇后求解源码。。。,希望有帮助。-c++ N Queen solve the source code. . . Hope that helps.
  3. 所属分类:Data structs

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

    0下载:
  2. 用回溯法的思想解答 n皇后问题,掌握使用回溯法求解问题的基本思路-The idea with backtracking to answer n queens problem, master the use of backtracking to solve the problem of the basic ideas
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:766
    • 提供者:xiaolu
  1. nQueen

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

    • 发布日期:2017-04-01
    • 文件大小:1205
    • 提供者:zhf
  1. huisup

    0下载:
  2. 我的回溯算法学习资料,里边包含n皇后、骑士游历等pascal源程序。-My backtracking algorithm for learning materials, inside contains the n queen, knights traveled so pascal source.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:9637
    • 提供者:zhf
  1. 8queen

    0下载:
  2. 通过遗传算法求解N皇后问题,用c++编写-Through the Genetic Algorithm for N queens problem, using c++ write
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1071059
    • 提供者:Bill Gates
  1. n

    0下载:
  2. 要求一个n*n的矩阵要求每一行有一个皇后,但是每一行的皇后不能在同一列上或同一些线上-Requires a n* n matrix requires that each line has a queen, but each line of the Queen can not be in the same column or the same number of lines.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:9536
    • 提供者:陈瑶
  1. queen

    0下载:
  2. 八皇后问题串行算法,可递推n皇后问题 C代码-eight queen question code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2909
    • 提供者:lbo
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com