搜索资源列表

  1. 5-Queen

    0下载:
  2. N皇后问题!图形界面演示,VC6.0开发-N Queen! GUI demonstration VC6.0 development. .
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:32259
    • 提供者:郭上华
  1. n-Queen

    0下载:
  2. 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the inte
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5617
    • 提供者:王涛
  1. N-queen-Cplusplus

    0下载:
  2. 解国际象棋的N皇后问题的C++源代码,可用于大学计算机技术课程《算法分析》上机联系-Solutions International Chess Queen of the N C source code, University computer can be used for technical courses "algorithm analysis" on the plane link
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3834021
    • 提供者:吴俊杰
  1. queen

    0下载:
  2. 并行算法的queen问题实现。在smp环境下使用mpi编写
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3174
    • 提供者:322
  1. EIGHT—QUEEN

    0下载:
  2. 这是在VC下本人编写的解决八皇后问题的程序 ,92种解会直接输出在C:SIGN。H文件中。是用来测试一款C编译器而写的。-This the VC I prepared by the Queen's problem to solve eight procedures, 92 kinds of solutions will be directly output in the C : SIGN. H files. It is used
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11977
    • 提供者:陶自权
  1. Ndk_demo

    0下载:
  2. 网络开发工具包,包含三个类:服务器,客户端和消息队列 -Tool lib for network development, contains three class : server, client and message queen
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-04
    • 文件大小:51200
    • 提供者:站长
  1. 8queen2

    0下载:
  2. 国际象棋中8皇后问题算法-Algorithm of Eight queen question in chess
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:站长
  1. n皇后

    0下载:
  2. n皇后-n Queen
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:
  1. QUEEN

    0下载:
  2. N皇后游戏。-N empress plays.
  3. 所属分类:游戏

    • 发布日期:2024-05-04
    • 文件大小:6144
    • 提供者:李婷
  1. n皇后问题

    0下载:
  2. n皇后问题的C++实现-n Queen's realization of C
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:胡凯
  1. 5-Queen

    0下载:
  2. N皇后问题!图形界面演示,VC6.0开发-N Queen! GUI demonstration VC6.0 development. .
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:37888
    • 提供者:郭上华
  1. n-Queen

    0下载:
  2. 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the inte
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:251904
    • 提供者:王涛
  1. Queen

    0下载:
  2. 八皇后问题,运行结果导入到txt文本文件中-8 Queen
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-04
    • 文件大小:223232
    • 提供者:shawnhoo
  1. Queen

    0下载:
  2. 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的-8 Queen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:21504
    • 提供者:
  1. QUEEN

    0下载:
  2. 這是利用基因演算法來計算皇后問題的小程式 絕對是狠快速的方法-This is the use of genetic algorithms to calculate the Queen s problems is a small program relentless rapid method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:葉書豪
  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-04
    • 文件大小:4096
    • 提供者:chj
  1. Queen

    0下载:
  2. 求解八皇后问题 Java 2K-Solving the issue of the eight Queen s Java 2K
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:阿达
  1. queen

    0下载:
  2. 拉斯维加斯(Las Vegas)算法来解皇后控制问题的解题报告和源代码。问题描述:在一个n×n个方格组成的棋盘上的任一方格中放置一个皇后,该皇后可以控制他所在的行,列以及对角线上的所有方格。对于给定的自然数n,在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击? 设计一个拉斯维加斯算法, 对于给定的自然数n (1≤n≤100)计算在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:80896
    • 提供者:吴钦阳
  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-04
    • 文件大小:1024
    • 提供者:qiyifei
  1. n-queen

    0下载:
  2. N-queen soluotion. Print into screen the the solution of queen in the chess board
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:yah
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org