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

搜索资源列表

  1. queen

    0下载:
  2. 对N皇后问题进行优化,可以在较短时间内计算出皇后排列方法的个数-Optimized for N queens problem, you can calculate the Queen in a relatively short period of time means the number of ordered
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:882
    • 提供者:ding
  1. NQueenSubset

    0下载:
  2. N皇后的排列树与子集数算法!里面是Cpp的源代码 带注释-N Queen subset of the arrangement of trees and the number of algorithms!
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1132
    • 提供者:zhaohui
  1. NQueen

    0下载:
  2. n皇后问题可以表示成n-元组(x1,…,xn),其中xi是放在第i行的皇后所在的列号。于是,解空间由nn个n-元组组成。 显示约束条件为Si={1,2,…….,n},1 i  n。 隐式约束条件之一为没有两个xi相同(即任意两个皇后不在同一列上)。将其加入到显式条件中,于是解空间的大小由nn个元组减少到n!个元组。 -n queens problem can be expressed as n-tuple (x1, ..., xn), where xi i
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1028
    • 提供者:lily
  1. OUT

    0下载:
  2. this a simple solution of n queen problem of AI-this is a simple solution of n queen problem of AI
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:2856
    • 提供者:kinkini
  1. Queen

    0下载:
  2. 使用递归算法解决n皇后问题,可供初学递归者参考-The use of a recursive algorithm to solve the n queens problem, for beginners who refer to the recursive
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:387952
    • 提供者:王鼎
  1. acmmoban

    0下载:
  2. acm 模板,数论,图论,各种模板,最大字段和,N皇后模板,欧拉函数-acm templates, number theory, graph theory, a variety of templates, the largest field and, N Queen template, the Euler function
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1315278
    • 提供者:endcorps
  1. nqueensquestion

    0下载:
  2. 可以对n皇后问题进行全面的实现,求出n皇后有多少种解法-N queens problem can be to achieve a comprehensive, calculate how many kinds of solution n Queen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2864
    • 提供者:yunfei
  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. Queen

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

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

    1下载:
  2. n queen puzzle as you can s-n queen puzzle as you can see
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:311293
    • 提供者:boffi
  1. 1234

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

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

    0下载:
  2. N-Queen Problem solution
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:1598
    • 提供者:Fariba
  1. queue

    0下载:
  2. 皇后问题 在n×n格的国际象棋上摆放n个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-N × n queen problem in grid placing n chess queens on, so that it can not attack each other, that any two Queens can not in the same row, same column or on the same diagonal, asked
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:361982
    • 提供者:moxieyaran
  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. Nqueensproblem

    0下载:
  2. 题目说明: 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。 题目要求: (1)依次输出各种成功的放置方法。 (2)最好能画出棋盘的图形形式,并动态的演示试探过程。 (3)程序能方便的移植到其它规格的棋盘上。 -Title Descr iption: In an N × N chess board in place N queens, so that the N-Queen can not eat each other to be each
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:676
    • 提供者:浩星无恨
  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. queen

    0下载:
  2. 实现N皇后的问题,主要是利用回朔算法,觉得挺好,和大家分享-N Queens problem to achieve, mainly using retrospective method, I feel very good, and share
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:764
    • 提供者:王庄
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com