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

搜索资源列表

  1. Queen

    0下载:
  2. n皇后 在一定范围内,可以输出n皇后问题的所有解。-solve the "n queen" problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:635
    • 提供者:woka
  1. queen

    0下载:
  2. 超牛的8皇后程序,整个程序只有短短的10行,而且是按标准格式,控制台上输出的格式也是符合美观条件的-8, Queen' s super-cow program, the whole process is only a short span of 10 lines, and is based on a standard format, the format of the console output is also in line with the conditions of appeara
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1772
    • 提供者:娜娜
  1. Queen

    0下载:
  2. 算法分析中的皇后问题,采用分枝限界法进行求解-Algorithm analysis of Queen' s question, the use of Branch and Bound method for solving
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:927
    • 提供者:
  1. Queen

    0下载:
  2. scheme写的一个关于求解8皇后问题的源码,同时还有C和java的-written in a scheme to solve the issue of 8 Queen' s source code, along with the C and java
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:97274
    • 提供者:cmis
  1. Queen

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法-8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, can n
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:4869
    • 提供者:妄想生
  1. 8-Queen

    0下载:
  2. 8-Queen problem, that is one of the most famous algorithm problem.
  3. 所属分类:Algorithm

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