搜索资源列表

  1. Eight Queen.rar

    0下载:
  2. 8皇后问题的C++算法
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:12372
    • 提供者:
  1. 8queen2.zip

    0下载:
  2. 国际象棋中8皇后问题算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:2400
    • 提供者:
  1. vc62445261344

    0下载:
  2. 关于8皇后问题的源代码,希望大家多多交流-8 on the Queen's source code, I hope Members can exchange
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:50876
    • 提供者:段天
  1. Estimate

    0下载:
  2. 理解并掌握分析回溯算法效率的方法。 使用Estimate算法就8皇后问题给出效率估算 -understanding and mastery of backtracking algorithm efficiency analysis method. Use Estimate on 8 Queen's algorithm is efficient estimation problem
  3. 所属分类:其它资源

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

    0下载:
  2. 八皇后问题的完整实现,运行正常,结果正确-8 Queen s complete realization of operating normally, the results of the correct
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:eric
  1. queens

    0下载:
  2. prolog语言写的一个八皇后问题,程序比较简单,有注释-prolog language to write an eight-queen problem, the procedure is relatively simple, has the Notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张言国
  1. nqueen

    0下载:
  2. N皇后问题(c语言版),N默认为8,N值可以进行修改-N Queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xsly
  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. 8queen_scr

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

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

    0下载:
  2. 改程序实现用函数式设计语言scheme解决八皇后问题,开发环境为PLT scheme-Function to program design language used scheme to solve the issue of the eight Queen' s, PLT scheme for development environment
  3. 所属分类:Windows编程

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

    0下载:
  2. 用 Scheme 来解决八皇后问题。八皇后问题:在 8*8 的棋盘上放置彼此不受攻击的 8 个皇后。按照国际象棋的规 则皇 后可以攻击与之处在同一行或同一列或同意斜线上的棋子。找出所有合法的 使8 个皇后 彼此不受攻击的放置方法。1 )除了完成 queens 的定义之外 , 给出一个打印输出过程 print-queens-Scheme used to solve the problem of the eight Queen' s.
  3. 所属分类:其他小程序

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

    0下载:
  2. 人工智能部分典型问题答案(传教士问题,骑士周游问题,8皇后问题等)-Some typical answers to questions of artificial intelligence (missionary problems, knights tour problem, eight queens problem, etc.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:201728
    • 提供者:朱庆顺
  1. Las_vigas

    0下载:
  2. 用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. VC++课程设计的八皇后问题 在一个8*8的棋盘上放置彼此不受攻击的8个皇后。 按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。8皇后问题就等价于在8*8格的棋盘上放置8个皇后,任何两个皇后不放在同一行或同一列或同一斜线上。 -VC++ curriculum design the eight queens problem in an 8* 8 chessboard placed 8 Queen no
  3. 所属分类:其他游戏

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

    0下载:
  2. 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve
  3. 所属分类:其他小程序

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

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

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:张莹
  1. 8-queen-issues

    0下载:
  2. 8皇后问题的源码,入门学习人工智能的好程序-Source code 8 queens problem, a good entry-learning artificial intelligence program
  3. 所属分类:Windows编程

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

    0下载:
  2. 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:que51739
  1. N皇后

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It i
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:8569856
    • 提供者:静守成雯
  1. bahunghou_zzy

    0下载:
  2. 我写的八皇后的程序,希望能帮到大家。这个程序简单易懂,希望大家多多下载。(I wrote the eight queens program, I hope to help you.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:眼炸毛
« 1 2 3 45 6 7 8 9 10 ... 19 »

源码中国 www.ymcn.org