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

搜索资源列表

  1. shiyang3

    0下载:
  2. 迷宫中老鼠模型,马尔可夫过程的应用实现例子-maze rat model, Markov process of achieving example
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:297481
    • 提供者:dangdang
  1. radon_ambiguity

    0下载:
  2. %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT na
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1629
    • 提供者:abcde
  1. GenCode128

    0下载:
  2. day la mot chuong trinh rat la thu vi, duoc su dung rong rai tren toan the gioi
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:75718
    • 提供者:luck
  1. myMouse

    0下载:
  2. 数据结构中,老鼠迷宫程序源码,练习堆栈的操作。-Data structure, the rat maze procedure source, practice stack operation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:40724
    • 提供者:Robert
  1. rat

    0下载:
  2. 迷宫老鼠 2、以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 迷宫根据一个迷宫数据文件建立。迷宫数据文件由一个包含0、1的矩阵组成。迷宫的通路可以使用通路上各点的坐标序列进行展示(使用图形展示最佳)。-Rat in a maze.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:858
    • 提供者:赖登贤
  1. RatSLAM_MATLAB_v1_03

    0下载:
  2. this is a sample code for rat slam in matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:33439
    • 提供者:ashil esmaeili
  1. shiyan_4_2

    0下载:
  2. 实现迷宫中寻找路径的相关算法,运用堆栈的方法解决例如迷宫老鼠问题-The maze to find the path to achieve the correlation algorithm, using the stack means to solve the problems such as the rat maze
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1224
    • 提供者:shy
  1. OntoxRATbase

    0下载:
  2. The base of my future RAT which I named Ontox RAT.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5545
    • 提供者:zorgion
  1. NoDiversity(1Tx1Rx)Alamouti(2Tx1Rx)_andMaximal-Rat

    0下载:
  2. 不分集、STBC编码与最大比合并性能比较-Regardless of set, STBC coding and maximal ratio combining performance comparison
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1948
    • 提供者:牛妞
  1. migong5

    0下载:
  2. 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓-Displayed when the program starts running a maze map, there is a rat maze of the central, lower right there is a barn maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:167274
    • 提供者:pituo
  1. migong7

    0下载:
  2. 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓-Displayed when the program starts running a maze map, there is a rat maze of the central, lower right there is a barn maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:421906
    • 提供者:pituo
  1. 123

    0下载:
  2. 电子老鼠创迷宫问题,主要用递归的方法求解得到最终走出迷宫的最小步数-E rat maze created problems, mainly with the recursive method for solving the minimum to get the final out of the maze the number of steps
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1100
    • 提供者:xiongqu
  1. noron-network

    0下载:
  2. neural network control rat bo ich
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-13
    • 文件大小:20108104
    • 提供者:tr
  1. zoumigong

    0下载:
  2. 走迷宫 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。 要求: 1老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 2迷宫的墙足够结实,老鼠不能穿墙而过; 3正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败; 4找出走出迷宫的所有路径,以及最短路径。 另希望能说明采用的设计方法、设计技术路线,包括采用的设计方法和步骤以及任务流程图,指定的功能模块说明、设计说明
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:803
    • 提供者:孙婷婷
  1. 412124

    0下载:
  2. 这是一个老鼠走迷宫的问题,这是我第一次上传,有问题请见谅。-This is a rat maze problem, this is my first upload, have questions, please forgive me.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1069290
    • 提供者:陈鹏
  1. Computer-rat-maze

    0下载:
  2. 电脑鼠迷宫运动模拟实验平台中文稿 关键词: 路径规划;模拟;智能算法;-Computer rat maze motion simulation experimental platform design KEYWORDS: route planning simulation Intelligence algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:67662
    • 提供者:蒋星星
  1. mousmigong1

    0下载:
  2. 经典算法老鼠迷宫问题第二种情况,vs2010通过-Classic algorithms rat maze the second case, vs2010 through
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:151221
    • 提供者:wangzhenjun
  1. RatInMaze

    0下载:
  2. 数据结构课程设计 Java GUI 迷宫老鼠 非常华丽-Data structure courses design in Java GUI Rat In Maze
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:6902784
    • 提供者:陈首新
  1. Cat_Catch_Rat

    0下载:
  2. 猫抓老鼠程序完整版,在Linux下面编译的,采用深度遍历方法。-This is the Code of Cat Catch Rat。Complined in Linux
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:96185
    • 提供者:方浩
  1. PARTICLE-FILTER-ISSUES

    0下载:
  2. 针对基于贝叶斯原理的序贯蒙特卡罗粒子滤波器出现退化现象的原因, 以无敏粒子滤波(U PF)、辅助粒子滤波 (A S IR) 及采样重要再采样(S IR) 等改进的粒子滤波算法为例, 对消除该缺陷的关键技术(优化重要密度函数及再采样) 进行了 分析研究。说明通过提高重要密度函数的似然度、引进当前测量值、预增和复制大权值粒子等方式, 可以有效改善算法性能。 最后通过对一无源探测定位问题进行仿真, 验证了运用该关键技术后, 算法的收敛精度和鲁棒性得到进一步增强。- Abstract:W e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:298319
    • 提供者:Haiser
« 12 3 4 5 »
搜珍网 www.dssz.com