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

搜索资源列表

  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. usefulprogram

    0下载:
  2. 主要是我自己平时用的一些小程序,希望对其他人有用,包括: (1)我的朋友信息管理 (2)一个小公司的工资管理系统 (3)金卡帐目管理 (4)建立学生成绩管理系统 (5)二分法求方程根 (6)长途电话计费程序 (7)八皇后游戏-Is usually used in my own small program, I hope useful to others, including: (1) my friend, information management (2) a sm
  3. 所属分类:Education soft system

    • 发布日期:2017-04-16
    • 文件大小:70049
    • 提供者:王明
  1. 8queen

    0下载:
  2. 数据结果中的很有名的8皇后问题,该程序实现了8皇后的动态演示,图形界面友好,易用,对于学习C++编程和数据结构很有帮助-Data results in the well-known 8-queens problem, the program achieved an 8-Queen' s dynamic presentations, graphical user-friendly, easy to use, for learning C++ programming and data stru
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:462272
    • 提供者:
  1. queen

    0下载:
  2. 八皇后问题解法,使用递归实现,简介化输出92组解-queen question solution
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 八皇后问题的具体实现,用递归来寻找每个皇后的位置,有注释!-Concrete realization of the eight queens problem, using recursion to find the location of each of the Queen, there are comments!
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:923
    • 提供者:CSlaf
  1. n_queen

    0下载:
  2. N-Queen implementation in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3909
    • 提供者:bahman
  1. queen

    0下载:
  2. 八皇后问题。可以解决很多问题,数据结构,必备文件-Queen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:467052
    • 提供者:xu hao
  1. queen

    0下载:
  2. 用回溯法解决8皇后问题,用的是vc递归。一个92种解法,希望对大家有用。
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1680
    • 提供者:
  1. queen

    0下载:
  2. 实现八皇后再棋盘上安全的摆放,每一个QUEEN不能和前面所摆的再一个行或列或对角线-complete the question how to place the queen on the chess safely
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. n个皇后问题 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。-n-Queens problem in n rows n columns of the chess board, up to n-Queens cloth. If the two Queens in the same row, same column, the same diagonal, then c
  3. 所属分类:Data structs

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

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

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

    0下载:
  2. 这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查编程者对C语言的递归理解与运用的,我是受到蛊惑才费尽心血写出来的,当然我没用VB的递归来解决问题,一是用VB这样编效率太低,二是在我写这些代码的时候,我还根本不能熟练运用递归的方法。我要告诉每一位同学,你如果自己用VB写出八皇后,江苏的二级电脑考试上机你就没问题了。-code for queen
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8392
    • 提供者:iwqwer
  1. Nqueens

    0下载:
  2. N queen problem in c++ coding
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:7691
    • 提供者:reka
  1. Hill_Climbing_Searching

    0下载:
  2. solving 8-Queen problem by using hill climbing.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:25364
    • 提供者:shahin
  1. Queen

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

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

    0下载:
  2. 在8*8的国际象棋的棋盘上摆8个皇后,使他们之间不能相互攻击。即任意两个皇后不能位于同一行、同一列或同一对角线上。以下为一种可能,请求出共有多少种可能。-8* 8 chess board put eight queens, so that between them can not attack each other. That any two of the Queen can not in the same row, same column or the same diagonal. The
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:128994
    • 提供者:大为
  1. reinas

    0下载:
  2. queen problem resolve with Tabu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2849
    • 提供者:marcos
  1. Genetic

    0下载:
  2. Genetic algorithms in 8 queen problem
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1222
    • 提供者:Feroj
  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 2 3 45 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com