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

搜索资源列表

  1. climb_mountain

    0下载:
  2. 爬山算法实现n皇后问题,实现速度快,一分钟内可实现n为百万的规模。而且增加了新功能,即对角线上不能存在皇后。-n-queen problem by climbing mountain
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1250
    • 提供者:沐洛
  1. Eight-Queen

    0下载:
  2. 历史遗留下的八皇后问题,简单的递归算法实现。-Historical legacy of the eight queens problem, a simple recursive algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1034
    • 提供者:陈通
  1. code

    0下载:
  2. 八皇后问题,改变宏之后可以直接实现任意皇后的,数据结构入门经典题-Eight queens problem, then you can directly implement any changes in the macro queen, data structures portal classic title
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1092
    • 提供者:小白人
  1. Eight-Queen

    0下载:
  2. C语言实现的解决八皇后问题,用二维数组模拟棋盘,使用的非递归算法。-C language to solve the problem of eight queens, with two-dimensional array simulation board, using the non recursive algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:151590
    • 提供者:jiyameng
  1. Source

    0下载:
  2. A c++ program to solve 8 queen problem using genetic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1435
    • 提供者:arman
  1. BFS

    0下载:
  2. java环境下采用广度优先搜索来求解8-puzzle、8-queen等智能问题 -By using BFS java environment to solve the 8-puzzle, 8-queen, intelligent problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:18360
    • 提供者:夏益志
  1. nQueen

    0下载:
  2. 利用回溯法实现n皇后问题,代码简洁易懂,运行速度快,且有注释-Backtracking method is used to realize the n queen problem, understandable code, run fast, and there are comments
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:624
    • 提供者:tutu
  1. the-question-of-N-empress

    0下载:
  2. 在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。 你的任务是,对于给定的N,求出有多少种合法的放置方法。 -Placed in the N* N the checkerboard N queen, so they don t attack each other (i.e. any two queen is not allowed in the same row, same column, are not
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:17442
    • 提供者:黄琪
  1. 1

    0下载:
  2. N-皇后问题,利用回溯算法遍历求出能放置的位置方法。-N- queen problem, the use of backtracking algorithm traverse method can take the place of location.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:718
    • 提供者:韦鑫
  1. eight-queen

    0下载:
  2. 数据结构经典问题 八皇后问题 使用c++语言进行实现-Eight queens problem data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:670
    • 提供者:岳震林
  1. include

    0下载:
  2. 1)编程实现n皇后算法,要求求出8皇后问题的所有解。 2)编程实现0-1背包问题的最优解。测试数据采用贪心算法一章的实验数据。 3)用图形输出中间过程。 4)在程序中添加统计扩展节点数,估计算法的复杂性。 -1) programming to achieve the queen n algorithm, the problem of all solutions to the 8 queens. 2) programming to realize the optimal sol
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:10724
    • 提供者:陈倩
  1. N-Queens

    0下载:
  2. This is a C code for solving the N queen problem
  3. 所属分类:Algorithm

  1. eightQ

    0下载:
  2. 解决把皇后问题的源码, ,这是一种不同与以往解法的一种全新解法。值得研究-Solve the problem of Queen source, which is a different solution with a new solution in the past. Worthy of study
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:354506
    • 提供者:阮英文
  1. jihuangmifengnvwang

    0下载:
  2. 饥荒 蜜蜂女王 mods 比阿特丽丝的精神控制信息素,以一个可配置的HUD表格。她有三个不同的配置HUD 有4个按钮的图形版本,一个简单的基于文本的版本没有按钮,并没有在所有的界面,这仍然是一个配置。-don t starve bee queen
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-07
    • 文件大小:528913
    • 提供者:成招
  1. 8QUEEN

    0下载:
  2. 使用回溯法求8皇后或者N皇后,可以进行输入查看皇后位置是否放错,也可以求回溯法的N皇后球法与普通蛮力法的效率比,-8 N Queen Queen or seek to use backtracking, you can enter to see if the Queen' s position wrong, you can find the N Queens backtracking ball method and efficiency than ordinary brute force
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2360088
    • 提供者:杨朝静
  1. Queen

    0下载:
  2. 采用拉斯维加斯算法和回溯法相结合,解决N皇后问题-Las Vegas using algorithms and backtracking Combination, N Queens problem solving
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3657
    • 提供者:Qing
  1. N-Queens

    0下载:
  2. 优化的N皇后算法,输入皇后的个数N,输出三个解,算法的时间复杂度为O(nlgn)-Optimized N queens algorithm, enter the number of the Queen N, output three solutions, the time complexity of the algorithm is O (nlgn)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:9980
    • 提供者:jbzh
  1. Queen

    0下载:
  2. 八皇后问题解答,c语言描述,开发环境visual studio 2012-Eight queens problem solution, C language, development environment studio visual 2012
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2528790
    • 提供者:jim
  1. nhuanghouwenti

    0下载:
  2. N皇后问题 题目描述: 在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。 你的任务是,对于给定的N,求出有多少种合法的放置方法。 输入: 共有若干测试用例,每个测试用例对应一行一个正整数N≤10,表示棋盘和皇后的数量;如果N=0,表示输入结束。 输出: 对每个测试用例输出一行一个正整数,表示对应棋盘的皇后的可行放置方案总数。-N queens problem Subject de
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:582
    • 提供者:兰志新
  1. EightQueen

    0下载:
  2. 人工智能,使用启发式搜索算法的八皇后问题-Artificial intelligence,eight queen problem solving with heuristic search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:692
    • 提供者:liu
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com