CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 数码

搜索资源列表

  1. sanjiguan

    0下载:
  2. 此代码可以实现对三极管的计数,其采用的软件是matlab.但是前提下是数码管不要重叠-This code can be achieved on the transistor count, which uses the software matlab., But the premise is not overlapping digital! !
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1930777
    • 提供者:黄思达
  1. 8numberPSudoku

    0下载:
  2. 采用A*算法计算8数码问题和数独问题,界面都是采用windows程序设计api接口函数编写。-The program uses the A* algorithm to calculate 8 numbers problem and several unique problems, and the interface uses windows api programming interface function to write.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-01
    • 文件大小:13527244
    • 提供者:陈蔚文
  1. EightCode_BFS

    0下载:
  2. 用广度优先遍历实现八数码的自动求值,写出到文件,从文件读入时有小问题-Breadth-first traversal is used to implement the eight digital automatic evaluation, to write to a file, read from the file have a little problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1292344
    • 提供者:w
  1. GENETIC

    0下载:
  2. 利用遗传算法求解8数码问题。这里是个框架性的,可以有很多改进之处-Using Genetic Algorithm eight digital problem. Here is a framework, there can be a lot of improvements at
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2059
    • 提供者:吴云燕
  1. 8puzzle.tar

    0下载:
  2. 人工智能经典入门问题:八数码(百度一下就知道是什么了),使用A*算法实现,能够迅速求解出八数码的最简单解法。-Artificial intelligence introduction to the classic question: eight digital (Baidu Search know what it is), using the A* algorithm, can quickly find out the simple solution of eight digital.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3455
    • 提供者:terran
  1. JiuG

    0下载:
  2. 这是总结的常用搜索算法,列子为8数码游戏-Commonly used search algorithm 8 digital games
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2571
    • 提供者:
  1. JiugongDlg

    0下载:
  2. 这是常用搜索算法的列子,也是我们耳熟能详的8数码游戏-This is the example of commonly used search algorithm and 8 digital games
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4281
    • 提供者:
  1. Jiugong

    0下载:
  2. 这是常用搜索算法的列子,恩说的也是8数码游戏-This is the example of commonly used search algorithm and 8 digital games
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2641
    • 提供者:
  1. zhineng

    0下载:
  2. 利用人工智能里面启发式搜索算法,编写了典型的八数码问题的一段程序。-Using heuristic search in artificial intelligence algorithm, write a typical eight digital problem of a program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:万羽
  1. eightNum

    0下载:
  2. A* 算法实现八数码问题,包括问题可解性分析-A* algorithm to achieve the eight digital issues, including the question of solvability analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2555922
    • 提供者:王争
  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. 8NUM

    0下载:
  2. 简单利用A*算法对八数码问题进行搜索求解,用于实现初级人工智能-Simple use of A* algorithm to solve eight digital search for achieving the primary artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:256893
    • 提供者:王查
  1. G729a_lib

    0下载:
  2. G.729的全名Code Excited Linear Prediction Model (CELP) and Conjugate-Structure Algebraic CELP (CS-ACELP). 共轭结构-代数码激励线性预测编码. -Code Excited Linear Prediction Model (CELP) and Conjugate-Structure Algebraic CELP (CS-ACELP
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:38437
    • 提供者:曹旭辉
  1. 3_cubic_puzzle

    0下载:
  2. 立方数码问题(8数码问题的三维拓展) 使用C/C++实现4个算法,即,使用启发函数h1(n)的A*算法:Astar_h1.cpp,使用启发函数h2(n)的A*算法:Astar_h2.cpp,使用启发函数h1(n)的IDA*算法:IDAstar_h1.cpp,使用启发函数h2(n)的IDA*算法:IDAstar_h2.cpp。输出文件名与算法对应。以h1为启发函数的A*算法输出到output_Ah1.txt;以h2为启发函数的A*算法输出到output_Ah2.txt;以h1为启发函数的IDA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:8624
    • 提供者:typ
  1. A_star_solve_Eight_digital

    0下载:
  2. A*算法解决八数码问题,文件读取八数码,输出为操作步骤。-A* algorithm to solve eight digital, file reads eight digital outputs for the steps.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:291855
    • 提供者:刘峰
  1. main

    0下载:
  2. ds18b20的驱动程序 此代码用于STC89c51单片机 能够获取温度 并显示于数码管-ds18b20 driver code for STC89c51 the device to obtain temperature and displayed on the digital tube
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:passort cen
  1. jiaotongdeng

    0下载:
  2. 用于实现led灯的控制来模拟交通灯,数码管来模拟时间的长短。-no way
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:75002
    • 提供者:黄灿
  1. Digital-simulation-of-the-flow

    0下载:
  2. 用keil程序编写的单个个数码管模拟水流的基本程序-Programming using keil single digital tube analog basic program flow
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:8605
    • 提供者:杜冲
  1. project--V1.5

    0下载:
  2. STM32程序总结 串口 按键 指示灯 数码管显示 ucos_-STM32 summary Serial port Key Indicator light Digital tube display ucos_ii
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:410051
    • 提供者:王伟
  1. 20122

    0下载:
  2. 这是八数码问题的C++代码以及详细实验报告 可以直接运行 -This is the C++ code to eight digital issues, and detailed test reports can be run directly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:63822
    • 提供者:许梦婷
« 1 2 ... 20 21 22 23 24 2526 27 »
搜珍网 www.dssz.com