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

搜索资源列表

  1. eight-igital

    0下载:
  2. 编码实现八数码问题,实现从初始状态到目标状态的过程。-Encoding eight digital process from the initial state to target state.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:48550
    • 提供者:lj
  1. Eight-Queens-code

    0下载:
  2. 介绍了用回溯的方法解决八皇后问题。通过改变参数,还能扩展解决N皇后问题-Back method to solve the eight queens problem. By changing the parameters, but also extended to solve the N queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:187525
    • 提供者:张琦
  1. eight-queen

    0下载:
  2. 八皇后的源代码,自己写的,可以运行,结果正确,而且一切正常,代码简洁-Eight queens of the source code, write your own, you can run, the results are correct and everything is normal, simple code
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:549
    • 提供者:rosecy
  1. Eight-queens-problem

    0下载:
  2. C语言版八皇后问题,里面包含源代码,能运行。-C language version of the eight queens problem, which contains the source code can run.
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:138050
    • 提供者:唐飞
  1. eight-queens

    0下载:
  2. 这是八皇后问题的C程序,非常完整的源代码,解决了很多难题。-This is a C program, complete source code of the eight queens problem, and solve many problems.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-20
    • 文件大小:2130
    • 提供者:yangyang
  1. eight-code-A-star

    0下载:
  2. 八数码实现的a星算法,用c++编写,代价函数课重载-Eight digital algorithm to achieve a star c++ written lesson overloaded cost function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-14
    • 文件大小:1199954
    • 提供者:青笑笑
  1. Eight-responder

    0下载:
  2. 八人抢答器,有倒计时功能,汇编编写,采用两个二位一体数码管显示-Responder of eight people, a countdown function compilation prepared using two two one digital display
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:846
    • 提供者:yuhua
  1. eight-queen-problem

    0下载:
  2. Eight queens problem
  3. 所属分类:STL

    • 发布日期:2017-11-18
    • 文件大小:1361629
    • 提供者:唐格
  1. half-step-eight-beat-way

    0下载:
  2. 4线双极性半步八拍方式步进电机旋转源程序代码-4-wire bipolar half-step eight-beat way of stepper motor rotating source code
  3. 所属分类:Goverment application

    • 发布日期:2017-10-31
    • 文件大小:17408
    • 提供者:刘佳
  1. eight-queens

    0下载:
  2. c++解决八皇后问题,用数学方法实现,不是枚举法。可以正确找出96组全解和12组无重复解。-c++ solve the eight queens problem using mathematical methods to achieve, not enumeration method. Can correctly identify 96 sets of solutions and 12 without repeating solutions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:8319
    • 提供者:赵晓蓓
  1. eight

    0下载:
  2. 使用A*算法解决八数码问题。这是我的一份作业,-A* algorithm solve eight digital issue. This is my job,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:3515
    • 提供者:回音男孩
  1. eight-queen-problem

    0下载:
  2. 以一个很巧妙的递归算法实现8皇后问题,该递归算法思路很独特,是初学者一个很好的借鉴-To a very clever recursive algorithm resolve eight queen problem .
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:706
    • 提供者:庄希
  1. eight

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。所谓问题的一个状态就是棋子在棋盘上的一种摆法。棋子移动后,状态就会发生改变。解八数码问题实际上就是找出从初始状态到达目标状态所经过的一系列中间过渡状态。 八数码问题一般使用搜索法来解。搜索法有广度优先搜索法、深度优先搜索法
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:1226394
    • 提供者:cl
  1. Eight

    0下载:
  2. 用启发式搜索实现八数码问题,其中有估价函数。-To eight digital heuristic search, including valuation function.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-29
    • 文件大小:4275
    • 提供者:houfengming68
  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. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:1046
    • 提供者:mlcolour
  1. eight-digital-papers

    0下载:
  2. 人工智能的八数码论文,关于八数码原理和代码-Artificial Intelligence eight digital papers, eight digital principle and code
  3. 所属分类:Project Design

    • 发布日期:2017-11-12
    • 文件大小:68719
    • 提供者:程敏
  1. The-eight-scanning-Responder-design

    0下载:
  2. 八路扫描式抢答器设计,利用Atmel89C51系列单片级和矩阵按键实现八路抢答器,使用汇编语言实现,源程序在word文档中,有完整实验报告,-The eight scanning Responder design
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:162272
    • 提供者:陈俊达
  1. Eight-digital-code

    0下载:
  2. 八数码问题的代码实现,这段代码直接输出了一道题目的结果,以及每一步的走法,直接运行即可(含说明)-Eight digital code implements the code directly output the results of a subject, and every step of the walk, and can be run directly
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-13
    • 文件大小:69207
    • 提供者:shan
  1. Eight-Responder

    0下载:
  2. 八路抢答器,八个按键,八个人进行对问题的抢答,然后,老师按下复位键清零,实现八人抢答功能。-Eight Responder, eight buttons, eight people answer in the question, the teacher then press the reset button cleared, eight people answer in the function.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-18
    • 文件大小:572
    • 提供者:xuchengguo
  1. eight-bit-multiplier

    0下载:
  2. an assembly program to do eight bit multiplication and store the value
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:719
    • 提供者:AAuronn
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com