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

搜索资源列表

  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. java_export

    0下载:
  2. 8皇后源程序These rules (as supplied by Ulli) will be implemented as soon as possible.A version of checkers with most (or all) of these rules should be ready in 1 or 2 weeks time!
  3. 所属分类:Game Program

    • 发布日期:2017-05-09
    • 文件大小:1991801
    • 提供者:XingWEI
  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. tubroprolog

    0下载:
  2. 八皇后的prolog算法,需要的话可以下载八皇后的prolog算法,需要的话可以下载-8 Queen' s prolog algorithm, if necessary you can download the eight Queen' s prolog algorithm, if required, can be downloaded
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:382204
    • 提供者:ffeef
  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. CSharp_8Queens

    0下载:
  2. C#Winform 的8皇后算法实现,外加GDUT的风景-C# 8 Queens
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:448534
    • 提供者:鸟人
  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. 8-queens

    0下载:
  2. 用C语言简单实现八皇后,人工智能,遗传算法-Simple implementation using C language eight queens, artificial intelligence, genetic algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:56905
    • 提供者:小君
  1. nhuanghou

    0下载:
  2. n皇后问题解法,最典型的是8皇后,用于递归回溯法的经典案例。-n queens solution, the most typical is 8 Queen, for a classic example of a recursive backtracking.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:105974
    • 提供者:刘冰淇
  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. Nqueen

    0下载:
  2. 8皇后一直是C语言中的经典问题,本代码利用回溯法解决了N皇后问题-8 Queen has been a classic problem in the C language, the code uses backtracking to solve the N queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:6042
    • 提供者:易琪淙
  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 2 3 4 5 6 78 9 10 11 12 ... 20 »
搜珍网 www.dssz.com