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

搜索资源列表

  1. bahuanghouwent

    0下载:
  2. 此源码是用C++语言编写的八皇后问题小程序。-this source is the C language 8 Queens small programs.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:825
    • 提供者:我来也
  1. 8QUEENS-BEST

    0下载:
  2. 8皇后问题最好的算法,请登陆本站才能下载哦!这是最优的解法哦!-8 Queens best algorithm, please log onto the site can download! This is the best solution!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1566
    • 提供者:江泽民
  1. bhh1

    0下载:
  2. 八皇后问题源代码,简单易懂,适合经验较浅者使用-8 Queens source code is simple to understand and suitable for inexperienced users
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2959
    • 提供者:张小凡
  1. queen

    0下载:
  2. 所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4322
    • 提供者:chj
  1. Queens(mfc)

    0下载:
  2. 利用MFC图形界面做的经典题目 八皇后算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33206
    • 提供者:zukang.wu
  1. Queen

    0下载:
  2. 多线程计算、并行计算。使用MPI计算八皇后问题。主从线程结构-Calculate the problem of Eight Queens with MPI.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2517490
    • 提供者:任倚天
  1. queen

    0下载:
  2. 一个用汇编写的八皇后程序,可以打印所的解,一行一个-You can print 92 Solutions to the eight queens program
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1737
    • 提供者:蒋文俊
  1. queen8

    0下载:
  2. 汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试. -Assembler to achieve: program features: Using depth-first search method to solve the eight queens prob
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2041
    • 提供者:王明杰
  1. queen

    0下载:
  2. 汇编语言的八皇后 masm5或6.11 输出92行结果-Eight Queens masm5 assembly language output of 92 lines, or 6.11 the results of
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1402
    • 提供者:傅煜
  1. EightQueen

    0下载:
  2. vc6.0,重新以图像化的方式实现经典的“八皇后”算法。-vc6.0, back to the image of the realization of the classic " Eight Queens" algorithm.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:29880
    • 提供者:lip
  1. bahuanghou

    0下载:
  2.  八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the nineteenth c
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:125688
    • 提供者:刘超群
  1. bahuanhouwenti

    0下载:
  2. 通过一个简单的程序来解决八皇后的问题,是一个比较经典的程序设计例子-Through a simple program to solve the Eight Queens problem is a more classic example of program design. . .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:chen
  1. 156

    0下载:
  2. 八皇后问题是一个古老而著名的问题。该问题是十九世纪著名的数学家高斯1850年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an ancient and well-known problem. The problem is that the nineteenth century the famous mathematician Gauss 1850: Under th
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:542
    • 提供者:gaona
  1. eightPqueensPproblem

    0下载:
  2. 八皇后问题。输入第一个皇后所在的行和列,给出所有符合条件的解。输出使用0和1画棋盘-Eight queens problem. Enter the first row and column where the Queen gives all eligible solution. Output board with 0 and 1 draw
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:2369
    • 提供者:易文
  1. QUEENS

    0下载:
  2. 用MIPS实现的求八皇后解法数的汇编语言程序-8 Queens problem solved using MIPS
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1718
    • 提供者:max
  1. QUEENS

    0下载:
  2. 一个求解八皇后问题(任意数目皇后问题)的方法,MIPS汇编程序-A method to solve the problem of Eight Queens(as well as any numbers of queens),with MIPS
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1721
    • 提供者:
  1. 8Queens

    0下载:
  2. a recursive program in java that print all the combination to set 8 queens on chess board.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:37025
    • 提供者:kkk
  1. mpiqueen

    0下载:
  2. 基于MPI的N皇后问题,且剔除镜像解和旋转解-Of MPI-based N-queens problem and the solution removed the mirror solution and the rotation
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:4883
    • 提供者:andy
  1. EightQueen

    0下载:
  2. 八皇后的老算法,特别适合c的初学者探究其算法,希望对你有帮助!-Eight queens of the old algorithm, particularly suitable for beginners of c to explore the algorithm, and hope to help you!
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:163415
    • 提供者:邹超
  1. 8-queens

    0下载:
  2. 8皇后问题   在一个8×8的棋盘里放置8个皇后,要求这8个皇后两两之间互相都不“冲突”。-eight queens
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4981
    • 提供者:张莹
« 12 3 »
搜珍网 www.dssz.com