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

搜索资源列表

  1. problem-of-eight-number

    0下载:
  2. 本文档讲解经典难题八数码问题,通过给出广搜、A*算法的实例。容易理解,适合学习算法的初学者。-This document explaining the the the classic conundrum eight digital problem by giving wide search, A* algorithm instance. Easy to understand for beginners learning algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:528244
    • 提供者:loveyou
  1. Eight-16-band-frequency-meter-design

    0下载:
  2. 8位16进制频率计的设计,其中包括测评控制电路的设计,32位锁存器的设计,32位计数器的设计和频率计顶层文件-Eight 16-band frequency of the design, including the design of the evaluation of the control circuit, 32-bit latch design, the design of 32-bit counter and frequency meter top-level document
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1829806
    • 提供者:杨静
  1. A-star---Eight-digital-problem

    0下载:
  2. 用A*算法解决八数码问题。由于实验要求,该八数码为5*2的格式,其中第一行最后一个方格为死格。-Artificial intelligence job with the A* algorithm to solve eight digital problem. Due to the experimental requirements, the eight digital 5* 2 format, the first line of the last checkered as dead cells.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-08
    • 文件大小:245854
    • 提供者:李华
  1. Eight-digital-tube-displays-scan

    0下载:
  2. 八位数码管显示扫描,用于显示数字或者字母等-Eight digital tube displays scan, used to display numbers or letters, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:16910
    • 提供者:Vincent
  1. Eight-queens

    0下载:
  2. 应用程序向导已为您创建了此 八皇后问题 应用程序。 本文件概要介绍组成 八皇后问题 应用程序的每个文件的内容。 八皇后问题.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 八皇后问题.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2139762
    • 提供者:刘兵
  1. eight-queens-

    0下载:
  2. 针对八皇后问题的解答,列举出相应的93种解在二维数组的坐标-Answers to the eight queens problem, listed 93 kinds of solutions
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:269882
    • 提供者:罗康建
  1. A-star-eight-the-number-of-problems

    0下载:
  2. 用A星算法实现--八数码问题 C++源代码 使用错误位置法-A star algorithm Law- eight digital C++ source code using the wrong position
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:3151
    • 提供者:丛琳
  1. eight-light-water

    1下载:
  2. 基于MSP430G2553直接控制8个流水灯轮流点亮程序,对初学者很有用-Direct control of eight light water based MSP430G2553 ROTATE program, very useful for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:2923
    • 提供者:王轩
  1. eight-queens-.doc

    0下载:
  2. 一个java的代码的文档,关于八皇后的有界面的同时有比较简单的自动和手动功能-The java code eight queens interface simple automatic and manual functions
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:14041
    • 提供者:dd
  1. eight-queen

    0下载:
  2. VC++6.0实现八皇后问题 包含说明文档-VC++6.0 eight queens problem contains documentation
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:879673
    • 提供者:guolu
  1. Eight-way-Responder

    0下载:
  2. 八路抢答器的课程报告和八路抢答器的开题报告及其源程序-Eight-way Responder
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:245577
    • 提供者:小涛
  1. EIGHT-QUEEN

    0下载:
  2. 八皇后问题的解法。。。数据结构常用问题。-Eight queens problem solution. . . Commonly used data structures.
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:255269
    • 提供者:zhoulu
  1. eight--queens--problem

    0下载:
  2. 这是一个求解八皇后问题的 源代码,这是一种新的方式 ,非常简洁-eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:13162
    • 提供者:gs
  1. Artificial-Intelligence-EIGHT-NUMBER

    0下载:
  2. 人工智能实验 运用启发式搜索中的A*算法和A算法分别比较求解八数码问题-Artificial intelligence experiments using heuristic search in A* and A algorithms for Eight digital
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:160434
    • 提供者:melody
  1. solutions-eight-queens-problem

    0下载:
  2. 八皇后问题要求在一个8X8的棋盘上放上8个皇后,使得每一个皇后既攻击不到另外七个皇后,也不被另外七个皇后所攻击-Eight queens problem requirements put eight queens on a 8x8 board, making a queen both attack less than seven other Queen or seven Queen' s attack
  3. 所属分类:File Formats

    • 发布日期:2017-11-07
    • 文件大小:99812
    • 提供者:ljy
  1. eight-queen-problem

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

    • 发布日期:2017-11-09
    • 文件大小:2747
    • 提供者:杨基隆
  1. Eight-puzzle

    0下载:
  2. 八数码难题-两种不同的分支限界法解决 input.txt中为起始的状态,output.txt\output2.txt为两种不同解法的输出-Eight digital problem- two different branch and bound method for solving input.txt initial state, output.txt \ output2.txt solution for the two different output
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:2432
    • 提供者:damon
  1. Eight-steps-to-learn-microcontroller

    0下载:
  2. 学习单片机的八大步骤,个人认为总结的比较简洁且痛彻。对于迷茫于学习单片机的朋友不妨下载来看看,或许另有一番感悟~-Eight steps to learn microcontroller, personally think more concise summary and broke. For confused to learn SCM friends may wish to download to see, perhaps there is a different perception ~
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:35737
    • 提供者:fzuye
  1. Buzzer-playing-eight-laurel-flowers

    0下载:
  2. 51单片机进阶程序,蜂鸣器放音,播放名曲五月桂花香。-Buzzer playing eight laurel flowers
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:1241
    • 提供者:steve
  1. eight-queen

    0下载:
  2. 用回溯法,实现八皇后问题的程序,通过矩阵符号显示每种布局-Procedures to achieve the eight queens problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:359442
    • 提供者:赵富家
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com