搜索资源列表

  1. queen

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

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:chj
  1. games

    0下载:
  2. 数据结构算法中一些经典的小游戏的算法,如魔法矩阵,八皇后问题,骑士游历问题,环游世界问题,一笔画问题,非递归的汉诺塔问题等-Data structure algorithm some classic game of algorithms, such as magic matrix, 8 Queen s problem, the issue of Cavalier traveled, round-the-world problem, th
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:王家玮
  1. 8queen

    0下载:
  2. 国际象棋中八皇后问题 数据结构算法-Eight Queens chess problem data structure algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:sam
  1. 8queen

    0下载:
  2. 8皇后问题-8 Queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:dawn
  1. 8queen_scr

    0下载:
  2. 用遗传算法解决八皇后问题的VC++源代码。-Using genetic algorithms to solve the issue of the eight Queen
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:ljc
  1. NQueens

    0下载:
  2. 这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。-This is an expansion of 8 Queen
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:pingyang
  1. 8quene

    0下载:
  2. 暴力算法和回溯算法求解8皇后问题,图像化界面-Violence algorithm and backtracking algorithm 8 Queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:LOCUST
  1. queen

    0下载:
  2. 用Python实现的八皇后问题-Using Python to achieve the eight queen problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lyx
  1. astar

    0下载:
  2. A*算法在寻路和8皇后问题中的C++实现-A* algorithm in routing problems, and 8 in the Queen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:原无星
  1. shujujiegoubaogao

    0下载:
  2. 该文档实现8皇后的递归非递归的算法,是一道好的课程设计题。-8 Queen of the document to achieve the recursive non-recursive algorithm, is a good curriculum design title.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:465920
    • 提供者:muse
  1. nhuanghou

    0下载:
  2. n皇后问题啊 我这个是8皇后的 算法比别人的简单点儿 相信你会看懂哦 !-n Queen
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:haha
  1. queen8

    0下载:
  2. 用java 语言实现8皇后问题,实现8个 皇后都不在同一行,同一列,和同一斜线上-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈聪
  1. 8_queens

    0下载:
  2. 8_queens 经典8皇后问题 希望能为刚入门的朋友提供些许帮助-8 Queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:113664
    • 提供者:FGJ
  1. 8QUEENS

    0下载:
  2. c语言算法中的8皇后问题的解答 而且结果的输出很漂亮 一眼就明白-c language algorithm 8 Queen s questions and the results of the output is very beautiful to understand at a glance
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:胡淳
  1. EightQueen

    0下载:
  2. 8皇后演示程序,可以动态修改皇后个数,以及单步、连续显示等。-8 Queen s demo program, you can dynamically modify the number of Queen s, as well as single-step, continuous display.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:80896
    • 提供者:小何
  1. Queen

    0下载:
  2. 经典的8皇后java源代码 可以稍作改变成为迭代式-8 Queen
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Michael
  1. eightqueen

    0下载:
  2. 8皇后问题的算法 改算法可以扩展到N皇后的问题,不过时间会很长的-It s about the eight queens problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1494016
    • 提供者:liuzhiping
  1. h

    0下载:
  2. 5. 8皇后问题 在一个8×8的棋盘里放置8个皇后,要求这8个皇后两两之间互相都不“冲突”。 -5. 8 Queen' s problem in an 8 × 8 chessboard placed 8 Queen' s, 8' s requirement that 22 is not between " conflict."
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:149504
    • 提供者:松柏长青
  1. n_queen

    0下载:
  2. 传统有8皇后的经典算法,这是修改后的n皇后-about n-queen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:209920
    • 提供者:黄华
  1. Queen

    0下载:
  2. 分别用面向过程、面向对象和函数式程序设计的方法解决八皇后问题。 附报告-Were process-oriented, object-oriented programming and function of the eight Queen' s problem to solve. The attached report
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:206848
    • 提供者:邵震
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »

源码中国 www.ymcn.org