CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 8queen

搜索资源列表

  1. 8queen

    0下载:
  2. vb平台下用回溯法求解n皇后问题,只输出一种结果
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2422
    • 提供者:qj
  1. 8Queen

    0下载:
  2. 在8*8的国际象棋盘上放置八个皇后,使得这八个棋子;不能互相被对方吃掉。要求: 1、依次输出各种成功的放置方法 2、画出棋盘的图形形式,并在带上动态的演示试探过程 3、程序能方便的移植到其他规格的棋盘上
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:50846
    • 提供者:李浩
  1. 8queen

    0下载:
  2. 国际象棋中八皇后问题 数据结构算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13023
    • 提供者:sam
  1. 8queen

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

    • 发布日期:2008-10-13
    • 文件大小:1329
    • 提供者:dawn
  1. 8queen

    0下载:
  2. c语言实现的八皇后问题的解法-c language of the Queen's eight Solution
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3287
    • 提供者:赵勇
  1. 随机生成八皇后棋盘

    1下载:
  2. 随机生成八皇后棋盘,利用爬山法选择较优方案,Randomly generated eight Queen s chessboard, using mountain climbing method to choose better programs
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-23
    • 文件大小:9866
    • 提供者:ls112112
  1. 8Queen

    0下载:
  2. 此程序乃8皇后问题,是数据结构中一个典型递归调用程序,此程序可输入任意个皇后数目赖进行计算-This procedure is 8 Queen' s problem is the data structure of a typical recursive procedure call, this program can enter any number of Queen' s calculation depends on
  3. 所属分类:Data structs

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

    0下载:
  2. 用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。-With DEV C++ to write the achievement of all eight of Queen' s search algorithm may be. Did not use recursion, all is for the cycle to achieve, the code is very obscure, I can not now
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:111372
    • 提供者:xiamin
  1. 8QueenPShow

    0下载:
  2. 8皇后问题及深/宽度优先的讲解及 8皇后问题.exe的演示程序-8Queen Problem Slide Presentation and Execution Show
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:343260
    • 提供者:mx
  1. 8QUEEN

    0下载:
  2. 8皇后,是个很好的算法游戏 8皇后,是个很好的算法游戏 8皇后,是个很好的算法游戏-8 Queens
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3873810
    • 提供者:WB
  1. 8queen

    0下载:
  2. 数据结果中的很有名的8皇后问题,该程序实现了8皇后的动态演示,图形界面友好,易用,对于学习C++编程和数据结构很有帮助-Data results in the well-known 8-queens problem, the program achieved an 8-Queen' s dynamic presentations, graphical user-friendly, easy to use, for learning C++ programming and data stru
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:462272
    • 提供者:
  1. 8QUEEN

    0下载:
  2. 8 queens problem in c/c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1232
    • 提供者:aditya
  1. 8QUEEN

    0下载:
  2. Program in C++ for 8QUEEN Problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:672
    • 提供者:Ravi
  1. 8QUEEN

    0下载:
  2. it solves the 8 queen problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1024
    • 提供者:lordaragorn
  1. 8Queen

    0下载:
  2. 这是在VC环境下编写的一个数据结构的经典问题八皇后问题-This is written in VC environment, a data structure of the classic problem eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:876049
    • 提供者:sunkang
  1. 8queen

    0下载:
  2. 8皇后问题 皇后数量可以自己输入 非常好用-Queen number 8 queens problem can be very useful for their input
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:542
    • 提供者:mrlee
  1. 8Queen

    0下载:
  2. 8 Queen game with c++ console app
  3. 所属分类:AI-NN-PR

  1. 8queen

    0下载:
  2. 通过学习奥赛培训课程,利用回溯加递归的编程技巧完成的八皇后问题-Training courses through learning Orsay, plus use of recursive programming skills back to complete the eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:854679
    • 提供者:hust小羊
  1. astar

    0下载:
  2. A*算法c++实现包括8queen的解决办法-A* algorithm implementation c++ solutions, including 8queen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:17890
    • 提供者:yanmingfu
  1. 8Queen

    0下载:
  2. 用递归解决八皇后问题。3种做法。面向对象和面向过程。-8queen problem solved in recursive algorithm。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-09
    • 文件大小:3427
    • 提供者:yang
« 12 »
搜珍网 www.dssz.com