CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - queens

搜索资源列表

  1. 8queens_by_MFC

    0下载:
  2. 用回溯算法MFC实现八皇后问题 不仅展示了使用Microsoft基础类的基本知识 而且也是MFC应用程序的起点 -Backtracking algorithm using MFC to achieve the eight queens problem is not only demonstrated the use of basic knowledge of Microsoft Foundation Classes MFC applications, but also the sta
  3. 所属分类:Console

    • 发布日期:2017-05-08
    • 文件大小:1.55mb
    • 提供者:姚方伟
  1. test

    0下载:
  2. N Queens Code developed in VC-N Queens Code developed in VC++
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:883byte
    • 提供者:hasanatrasul
  1. eight-queens-problem

    0下载:
  2. eight queens problem;e ight queens problem;e ight queens problem;e ight queens problem;e ight queens problem;eight queens problem;-eight queens problem;
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:749byte
    • 提供者:shede223
  1. N-queen

    0下载:
  2. 求解n皇后问题。给定一个N×N的棋盘,在棋盘上放置N个皇后,使得N个皇后两两之间互不攻击。任何两个处于同一列,同一行,同一对角线上的皇后都会互相攻击。 -Solve the n queens problem. To set a NN board, place N queens on a chessboard, making the N-queens do not attack each other between every two. Any two in the same column,
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1018byte
    • 提供者:liao
  1. nQueen

    0下载:
  2. 用回溯算法解决n皇后问题,使用VC2008开发平台。-Backtracking algorithm to solve the n-queens problem, to use VC2008 development platform.
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:511.95kb
    • 提供者:bao
  1. NQueens-returnback

    0下载:
  2. 使用调用返回的软件架构风格来实现N皇后问题,可以用于比较效率-using the renturn-back software archetecture style to solve the N-Queens problem
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:250.55kb
    • 提供者:何清
  1. NQueens-filter

    0下载:
  2. 使用管道过滤的软件架构风格实现N皇后问题,可以用于比较运行效率-sove the N-Queens problem using filter style
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:257.63kb
    • 提供者:何清
  1. nqueen

    0下载:
  2. 这个是计算机算法基础的n皇后问题,可以完美的显示处理的结果,有好几个程序-This is a computer algorithm based on n-queens problem, can the perfect display processing results, there are several procedures
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:2.36mb
    • 提供者:吴慢慢
  1. NQueens-huisu

    0下载:
  2. 使用回溯的软件架构风格来实现N皇后问题,可以用于比较效率-using huisu style to solve the N-Queens problem
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:257.28kb
    • 提供者:何清
  1. queen

    0下载:
  2. vc6下的控制台程序,实现四皇后问题,解决算法问题-vc6 under the console program, the four-queens problem solve algorithmic problems
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:157.81kb
    • 提供者:臧燕
  1. EightQueen

    0下载:
  2. 简单的经典八皇后问题,输出八皇后问题所有情况-Simple classic eight queens problem, the output of all the circumstances of the eight queens problem
  3. 所属分类:Console

    • 发布日期:2017-11-28
    • 文件大小:501.26kb
    • 提供者:王咏乾
  1. Nqueen

    0下载:
  2. 经典的N皇后问题,用VC编程实现N个皇后不想冲突的模式,并将各种模式打印出来-Classic N-queens problem, the N queens do not want conflict mode, and print out various modes VC programming
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:2.61mb
    • 提供者:尤行刚
  1. n_queen_QS4

    0下载:
  2. 利用QS4算法解决N皇后问题,解决300万的皇后所需时间在5s左右,特别快-Use QS4 algorithm to solve the N-queens problem, solve 3000000 Queen the time required for about 5s, particularly fast
  3. 所属分类:Console

    • 发布日期:2017-11-05
    • 文件大小:11.3mb
    • 提供者:张琨
  1. N_queen_QS2

    0下载:
  2. 利用QS2算法解决N皇后问题,解决50万的皇后所需时间在5s左右,特别快-QS2 algorithm to solve the N-queens problem, solve 500000 Queen the time required for about 5s, particularly fast
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:11.38mb
    • 提供者:张琨
  1. 8queens

    0下载:
  2. 遗传算法实现八皇后程序,八皇后程序的主要功能就是利用进化计算来找到符合要求的八皇后排列,该程序可在10000代内找到全部92种符合要求的排列。-Genetic Algorithms eight queens program, eight queens program' s main function is to make use of evolutionary computation to find the arrangement meets the requirements of the
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:474.62kb
    • 提供者:匿名
  1. Queen2

    0下载:
  2. 八皇后游戏 将八皇后的摆放变成一种游戏-Eight Queens Eight Queens game will be placed into a game
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.55mb
    • 提供者:房鑫
  1. five-classic--C-code

    0下载:
  2. 里面有五个C语言初学者遇到的经典递归问题的代码及详解!八皇后、回文、顺转矩阵、斐波那契及整数分划问题。-There are five classic C language for beginners recursive problems encountered by the code and explain! Eight queens, palindrome, clockwise rotation matrix, Fibonacci and integer partition problem.
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:45.74kb
    • 提供者:李展
  1. N-queens

    0下载:
  2. 3D car code nice to use pls all try once and let me know
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:72.32kb
    • 提供者:tiny
  1. Eight-queen

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-Eight queens problem is an old and famous, is a typical case of backtracking algorithm The problem is the international chess player
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.82mb
    • 提供者:zhuobengang
  1. NQueens

    0下载:
  2. 利用快速局部搜索算法,在几秒内解决百万皇后问题-solve the million queens problem in just a few secs.
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1.96kb
    • 提供者:huang
« 12 »
搜珍网 www.dssz.com