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

搜索资源列表

  1. Queen

    0下载:
  2. Queen,用回溯法递归方法实现n皇后问题-Queen, with backtracking recursive method to achieve n queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1464384
    • 提供者:草人
  1. queue

    0下载:
  2. n皇后问题,解决n皇后的排列问题,仅限于较小的数值情况下-n queens problem, to solve the arrangement of n queen problem, limited to a smaller value cases
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1830
    • 提供者:洛克
  1. bahuanghou

    0下载:
  2. 经典八皇后实现 N皇后游戏C++编程,这是C++入门必学的编程案例-8 N Queen Queen classic games to achieve C++ programming, this is C++ Programming Introduction to case study will
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2071001
    • 提供者:benjamin
  1. queens

    0下载:
  2. 这是N皇后问题,主要解决算法设计中的求解效率-* Program to find number of solutions to the N queens problem. * This program assumes a twos complement architecture.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:5029
    • 提供者:剑云
  1. Queen

    0下载:
  2. JAVA实现,动态规划算法解N皇后问题。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:5492
    • 提供者:李开
  1. CPUTest

    0下载:
  2. 通过运算N皇后算法测试CPU运算速度的软件-cpu tester
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:36599
    • 提供者:sa
  1. NQueen

    0下载:
  2. N皇后问题的人工求解和自动求解实现,有详细的课件。-N Queens Problem Solving manual and automatic solving to achieve, detailed courseware.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-16
    • 文件大小:3862395
    • 提供者:王桂平
  1. 1234

    0下载:
  2. 经典数据结构 N皇后 矩阵算术等~一些注视-Classical data structures such as ~ N Queen matrices some attention
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3066
    • 提供者:ruinw
  1. NQueen

    0下载:
  2. N皇后问题,可以设置皇后个数,很简单的实现,适合初学者学习。-N queens problem, you can set the number of the Queen, very simple to achieve, for beginners to learn.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:7045
    • 提供者:jack
  1. nqueen

    0下载:
  2. 著名的N皇后问题的两种解法: 在棋盘上放置N个皇后,使之不能互相攻击,输出可能的方法数。 JAVA实现。-2 kind of solutions of nqueen.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:5219
    • 提供者:龙腾
  1. queen

    0下载:
  2. Linux环境下运行的N皇后C源代码下载-Running under Linux environment N Queen C source code download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:756
    • 提供者:qq389747955
  1. NQueen5

    0下载:
  2. 搜索算法-N皇后问题的自动求解搜索算法-N皇后问题的自动求解-Search algorithm-N Queens Problem-N automatic search algorithm for solving the problem of automatically solving Queen
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1938935
    • 提供者:sunbin
  1. cx

    0下载:
  2. n皇后回溯算法,C语言编写的程序。能够学习使用-C language to program
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1112
    • 提供者:cx
  1. nhuanghou0-1beibao

    0下载:
  2. N皇后问题和背包问题的详细解释,PPT内容非常好。包括算法分析,时间复杂度-N Queens problem and knapsack problem explained in detail, PPT content is very good. Including the algorithm analysis, complexity, etc.
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:313197
    • 提供者:崔雅珍
  1. nqueen

    0下载:
  2. N皇后可视化演示程序,动态演示N皇后回溯过程,用MFC编的,直观、简单。-N Queen visual demonstration program, the dynamic presentation N Queen back in the process of using MFC code, intuitive and simple.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1989290
    • 提供者:chenlong
  1. nqueens

    0下载:
  2. 本程序实现的是回溯法解决N皇后问题,并且还有图形化显示。-Implementation of this program is backtracking to solve N Queens problem, and also displayed graphically.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3757953
    • 提供者:小陈
  1. nQueen

    0下载:
  2. 一个简单的解决N皇后问题的算法,主要用到的是递归算法-A simple solution of nQueen
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:110226
    • 提供者:李顺前
  1. n_queen

    0下载:
  2. 自己写的解决n皇后问题的一个c++ 源代码,希望对初学者有所帮助-Write your own solution to an n queens problem c++ source code, want to help beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1361
    • 提供者:湘衡
  1. NQueensProblemBitComputingVersion

    0下载:
  2. 这个是我的作业报告,写的是UVA167题目的位运算方法,效率很高,这种N皇后的方法用到USACO上面,提交也很高效,朋友测试了一下,0.3秒-This is my job report, written by subject-bit computing is UVA167 method, very efficient, this method uses USACO N Queen above, the author Ye is efficient, friends, test it, 0.3 s
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:162153
    • 提供者:jiaqi
  1. queen

    0下载:
  2. 本程序应用c++语言,很好地实现了n皇后问题。-The program application c++ language, it is very well n queens problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:804
    • 提供者:郭明
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 29 »
搜珍网 www.dssz.com