CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 8queen

搜索资源列表

  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. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:149913
    • 提供者:松柏长青
  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. eightQueen

    0下载:
  2. 简单的八皇后问题。分别用一般的递推法和二叉树前序遍历写成,非常适合初学者阅读。-8 Queen' s problem simple. Were general and recursive binary tree traversal pre-written, very suitable for beginners to read.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:159599
    • 提供者:
  1. 8queen

    0下载:
  2. 计算机算法中八皇后问题的演示程序,可供编程学习者参考-Queen of eight computer algorithms demo issues, programming for learner reference
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:794
    • 提供者:andyyang
  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. the file is about solve for eight quenn problem
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:16252
    • 提供者:tosa
  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. AI_8Queen

    0下载:
  2. This a simple program to help you to find the 8 Queen problem with climbhill method. Using vb6-This is a simple program to help you to find the 8 Queen problem with climbhill method. Using vb6
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:8281
    • 提供者:Guestx
  1. 8Queen

    0下载:
  2. 八皇后问题 ,已经实现了Java可视化界面,用Eclipse运行即可,有详细的代码解释-Eight queens problem, has achieved the Java visual interface, can be used to run Eclipse, contains a detailed explanation of the code
  3. 所属分类:Software Testing

    • 发布日期:2017-04-07
    • 文件大小:2502
    • 提供者:任美玲
  1. 8queen

    0下载:
  2. 通过遗传算法求解N皇后问题,用c++编写-Through the Genetic Algorithm for N queens problem, using c++ write
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1071059
    • 提供者:Bill Gates
  1. 8Queen

    0下载:
  2. this source is for 8 queen, that i write by C\C++.
  3. 所属分类:Game Program

    • 发布日期:2017-04-25
    • 文件大小:45170
    • 提供者:jam
  1. 8queen

    0下载:
  2. 参考网上资料写的一个能在linux下编译通过的8皇后问题,可以显示出每一步的过程,和所有的结果。-Written in a reference to on-line information.It can be compiled under linux, adopted by 8 Queens problem, It can show every step of the process, and all the results.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 本程序显示出的结果为国际象棋棋盘上上八个皇后不能在同一条直线或者斜线排法-This program shows the results of the eight chess queen on the chessboard can not be in the same straight line or diagonal row of France
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:209671
    • 提供者:叶碧
  1. 8QUEEN

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

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

    0下载:
  2. 8皇后问题,采用递归回溯算法,结构完美,迄今运算最快的-8queen program mit rekusiv method
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1012
    • 提供者:kao
  1. 8queen

    0下载:
  2. 经典的八皇后问题,使用C++编写。源码已打包成工程,可直接打开。-The classic Eight Queens problem, use C++ written. Source have been packaged into a project, can be directly opened.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:498330
    • 提供者:成新
  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 23 4 »
搜珍网 www.dssz.com