搜索资源列表

  1. Experimetation3

    0下载:
  2. java 实现的八皇后问题,有图形(applet) -java achieve the eight Queens, graphics (applet)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:11264
    • 提供者:zheng
  1. VisualQueen

    0下载:
  2. n皇后问题求解(8<=n<=1000) a) 皇后个数的设定 在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000) b) 求解 点击<Solve>按钮即可进行求解. c) 求解过程显示 在标有Total Collision的静态文本框中将输出当前棋盘上的皇后总冲突数. 当冲突数降到0时,求解完毕. d) 求解结果显示 程序可以图形化显示
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:128000
    • 提供者:jiangtao
  1. Queen

    0下载:
  2. 局部搜索法求解N皇后问题。这个算法的特点是引入随机因素,每次运行并不能保证求得问题的最优解,但经过运行之后,一般总能得到一个与最优解相差不大的满意解。-Local Search Method for Solving N Queens problem. The algorithm is characterized by the introduction of random factors, each running and can not
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:清和信平
  1. queens

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

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:张言国
  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-22
    • 文件大小:4096
    • 提供者:chj
  1. 8queen

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

    • 发布日期:2024-05-22
    • 文件大小:12288
    • 提供者:sam
  1. Queens(mfc)

    0下载:
  2. 利用MFC图形界面做的经典题目 八皇后算法 -Graphical interface using MFC to do the classic topic of the eight Queen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1588224
    • 提供者:zukang.wu
  1. eightqueen

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

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

    0下载:
  2. 这是一个自己实现的N皇后问题c++解法,请各位指教-This is an own implementation of the N Queens problem c++ solution
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:测试加利
  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-22
    • 文件大小:2048
    • 提供者:lishy
  1. eightqueens

    0下载:
  2. 主要用c++来解决八皇后问题,非常有效.-to deal with the problem of eight queens
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:穆丹
  1. Fastn-Queens

    0下载:
  2. 快速 n—皇后 问题解决算法,是本人见过的代码中最快的,利用位操作-Fast n-Queens problem-solving algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:674816
    • 提供者:li
  1. 8QUEEN

    0下载:
  2. 8皇后,是个很好的算法游戏 8皇后,是个很好的算法游戏 8皇后,是个很好的算法游戏-8 Queens
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:3873792
    • 提供者:WB
  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&qu
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:妄想生
  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 w
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:
  1. code

    0下载:
  2. import java.doc,MATLAB拟合函数.doc 八皇后程序代码.doc,求杨辉三角.doc 光栅的模拟.doc-import java.doc, MATLAB fitting function. doc 8 Queens program code. doc, seeking Yang Hui triangle. doc grating simulation. doc
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:17408
    • 提供者:王丽
  1. 06413407

    0下载:
  2. 在10乘10的棋牌上进行八皇后排列,并输出排列情况和种类-10 x 10 8 Queens on a chess arranged and the arrangement of the output and variety of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:207872
    • 提供者:芦传
  1. n_queen_problem

    0下载:
  2. 在VC6.0环境下实现的n皇后问题,供需要的朋友参考-In the VC6.0 environment to achieve n-queens problem, for a friend in need for reference
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:张英霞
  1. Queen

    0下载:
  2. 求解n皇后问题的MATLAB源程序。此程序只需输入皇后个数,即可得到所有的解。-N queens problem solving MATLAB source code. Just enter the number of this program at Queen' s, you can get all of the solution.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:qiyifei
  1. queens

    0下载:
  2. 一个使用greedy search算法实现的N个queen排列的程序。用星号代表国际象棋中的queen。随机生成布局后,显示每次移动,最后使queen不能互相攻击。即都不在相同的行,列和对角线。-A greedy search algorithm using the N-a queen arranged procedure. Behalf of the international chess with an asterisk in th
  3. 所属分类:游戏

    • 发布日期:2024-05-22
    • 文件大小:12288
    • 提供者:刘洋
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org