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

搜索资源列表

  1. eight-queensl

    0下载:
  2. 这是一个关于国际象棋中八皇后问题的具体算法。这个代码能够输出所有可能的排列-This is one of the eight queens problem in chess algorithm. This code can output all the possible permutations
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1657
    • 提供者:swhole
  1. The-level-of-eight-exchange-hex

    0下载:
  2. 在labview中实现十六进制高低八位互换-The level of eight exchange hex
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:7781
    • 提供者:夏彦
  1. eight-princess

    0下载:
  2. 用c语言编的八皇后游戏代码用c语言编的八皇后游戏代码-C language series with eight queens game code compiled with the c language code for the eight Queen Games
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2396
    • 提供者:stbedsse
  1. eight-puzzle

    0下载:
  2. Eight puzzle game in python
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2382
    • 提供者:emfairl
  1. eight-queen

    0下载:
  2. 八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于棋盘的同一行、同一列和同一条对角线上。试问有多少种放法?-Eight Queens is an old and interesting game, by Gauss in 1850 first proposed. Requirements in place on the chess board eight queen, it can not attack eac
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6812
    • 提供者:ywisewit
  1. eight-queens-problem

    0下载:
  2. 解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not in the same line, same column
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1207
    • 提供者:hinthe
  1. eight-queensl

    0下载:
  2. 这是一个关于国际象棋中八皇后问题的具体算法。这个代码能够输出所有可能的排列-This is one of the eight queens problem in chess algorithm. This code can output all the possible permutations
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1773
    • 提供者:realmofsci
  1. eight-queens

    0下载:
  2. 八皇后游戏,c++代码编写,八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:5875
    • 提供者:ck lv
  1. eight-queen

    0下载:
  2. 该算法为一经典算法案例,八皇后算法,利用C++进行实现,大家可以参考利用-The algorithm is a classical algorithm case, eight Queen s algorithm, using C++ be achieved, we can refer to the use of
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3799
    • 提供者:王向上
  1. JAVA-Eight-digital-problem

    0下载:
  2. 九宫排字问题(又称八数码问题)是人工智能当中有名的难题之一。问题是在 3×3 方格盘上,放有八个数码,剩下第九个为空,每一空格其上下左右的数码可移至空格。问题给定初始位置和目标位置,要求通过一系列的数码移动,将初始位置转化为目标位置。本文介绍用普通搜索方法、双向广度搜索和启发式搜索如何缩短寻找路径的时间,以及各算法间的利与弊。-Jiugong typesetting problem (also known as eight digital problem) is one of famous pr
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:27065
    • 提供者:开发者
  1. Eight-Queen

    0下载:
  2. 数据结构中非常经典的八皇后问题,皇后个数可以更改,使用C编写。-Data structure very classic eight queens problem, you can change the number of Queens, use C to write.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:135770
    • 提供者:baiqiuju
  1. eight-way-responder

    0下载:
  2. 八路抢答器,完成基本的计时、抢答、复位功能-Eight-way responder, complete the basic timing, vies to answer first, the reset function
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:谢飞
  1. Eight

    0下载:
  2. 运用诸多C++特性如模板,继承等手法完成的针对八数码问题的A*算法求解。-Use a lot of C++ features such as templates, inheritance, and other techniques for the completion of the A* algorithm eight digital problem solving.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4158
    • 提供者:刘凯新
  1. eight-node--brick-element

    3下载:
  2. 八节点六面体等参实体单元,包含总刚集成,可用于弹性计算-eight-node brick element with trilinear isoparametric formulation can be used for simple analysis
  3. 所属分类:matlab

    • 发布日期:2015-01-08
    • 文件大小:2048
    • 提供者:king
  1. eight-qiangda-chuangxinban

    0下载:
  2. 这是课程设计中根据八路抢答器设计的产品项目,有proteus仿真,有所创新,真的很好,值得一下里面的程序也是比较完善的。-This is a course design based on eight Responder product design projects, proteus simulation, be innovative, really good, worth about inside the program is relatively perfect.
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:76105
    • 提供者:重工
  1. Eight-queen

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-Eight queens problem is an old and famous, is a typical case of backtracking algorithm The problem is the international chess player
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:4008802
    • 提供者:zhuobengang
  1. eight-led-recycle-light

    0下载:
  2. 八只led来回点亮在单片机上运行,适合单片机入门者参考。-Eight led lights back and forth on a single chip to run for microcontroller beginners reference.
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:7782
    • 提供者:wangmingze
  1. Eight-people-buzzer

    0下载:
  2. Multisim八人抢答器设计,包括抢答器定时显示报警电路,时间信号产生电路等-eight people buzzer
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:4079548
    • 提供者:bobo
  1. eight-number

    0下载:
  2. 八位数据选择器和序列10010检测器,数据选择器具有数据选择功能,序列检测器是一个自动检测序列功能-Eight data selector 10010 and the sequence detector, a data selector having a data selection function, the sequence detector is a sequence of automatic detection function
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:3397
    • 提供者:jasonlcj
  1. eight-queens

    0下载:
  2. 使用c语言编写程序解决八皇后这个经典问题,也可以说是骑士巡游问题-Use c language program to solve the eight queens problem。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:shirley
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com