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

搜索资源列表

  1. cj

    0下载:
  2. 8皇后问题。就是八个皇后在8*8的网格中排列时不能同在一行、一列或者一条斜线上。只有92中解决方案。
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:830
    • 提供者:
  1. queen

    0下载:
  2. 用回溯法解决8皇后问题,用的是vc递归。一个92种解法,希望对大家有用。
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1680
    • 提供者:
  1. LPTc

    0下载:
  2. 8皇后问题,N皇后问题,随机算法,提高速度-this is a randomized solution of N Queens. with random algrithism, we can improve the speed of finding solution
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:1588
    • 提供者:dxmgood
  1. eightQUeen

    0下载:
  2. 自编的8皇后问题的C++编写程序,含递归调用-8 queens problem C++ programming, including recursive calls
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:546
    • 提供者:fan
  1. rengongzhineng

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

    • 发布日期:2017-04-02
    • 文件大小:201995
    • 提供者:朱庆顺
  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. Queen_Fasttest

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

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

    0下载:
  2. 描述: 输出8皇后问题所有结果。 输入: 没有输入。 输出: 每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 输入样例: 输出样例: 输出的前几行: No 1: A....... ....A... ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1301
    • 提供者:yagedao
  1. bahuanghou

    0下载:
  2.  八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the nineteenth c
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:125688
    • 提供者:刘超群
  1. C

    1下载:
  2. line.c-某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 Compute.cpp--约瑟夫(Josephus)环问题 8Queens.cpp--8皇后问题 4Colors.cpp--4色问题 4Fib.cpp--f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:3910
    • 提供者:huchenzhi
  1. 8Queens

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列-Eight queens problem: the solution set for the 8 queens problem (x1, x2, x3, ..., x8), constraints are: 8x8 chessboard in which any two xi and xj c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:619
    • 提供者:bjtupro
  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. eight_queens

    0下载:
  2. 8皇后问题 在一个8*8的棋盘里放置8个皇后,要 这8个皇后两两之间互相都不“冲突”-8 queens on an 8* 8 board in place eight queens, to the Queen' s 22 8 are not each other " conflicts"
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:520
    • 提供者:zhangkai
  1. 8queens

    0下载:
  2. 8皇后问题,其中前四个是随机输出,后四个采用回溯法,并输出计算所耗时间。-8 queens problem, which is a random output of the first four, the last four by backtracking, and output calculation of the time-consuming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:942336
    • 提供者:wing
  1. 8-queens

    0下载:
  2. 八皇后问题所有解的Java程序代码,能得到92种全部解。-Java source code of the "Eight queens problem". It can work out all 92 solutions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3089
    • 提供者:李鹏飞
  1. the-problem-of-eight-queens

    0下载:
  2. 用遗传算法解决8皇后问题,并在VC++环境下调试通过,得出了正确结果,word文档说明和C源代码-With a genetic algorithm to solve 8 queens problem, and in the VC++ debugging environment through, come to the right result, word and the C source code documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:20066
    • 提供者:paradise
  1. q8

    0下载:
  2. 全面解决八皇后问题,本程序中用了3种方法解决8皇后问题。-Comprehensive settlement of the Eight Queens problem, the program used three methods to solve the 8 Queens problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:347911
    • 提供者:
  1. QueensLVB

    0下载:
  2. 8皇后问题.LVB以及随机算法。 .C文件-8 queens problem. LVB and random algorithms. . C file
  3. 所属分类:Data structs

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

    0下载:
  2. 8皇后问题源代码,可供学生学习,初学者可用,非常好的-8 queen problem source code, may be learning for students, beginners can be used, very good
  3. 所属分类:Data structs

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

    0下载:
  2. 一个简单的8皇后问题的解答,里面有一个cpp文件和两个h文件,h文件一个是棋盘类,一个是写函数,cpp文件为主程序。输出为一个.txt文件,上面有所有问题的答案-A simple 8-queens problem solution, which has a cpp file and two h files, h files one is the class board, one is to write functions, cpp file-based program. Output as a.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1614
    • 提供者:reddog
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com