CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - depth matlab

搜索资源列表

  1. Depthmap

    0下载:
  2. Generate a depth map
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:7106
    • 提供者:yasyas
  1. seawater

    22下载:
  2. Matlab seawater工具包,可以通过海水的温盐等信息计算海水的密度、比容、位密、地转流速等重要参数。- SW_ADTG Adiabatic temperature gradient SW_ALPHA Thermal expansion coefficient (alpha) SW_AONB Calculate alpha/beta (a on b) SW_BETA Saline contract
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-14
    • 文件大小:50237
    • 提供者:庄伟
  1. 1

    0下载:
  2. 实验1 线性表(1) 输入若干正整数,建立一个顺序表,并在顺序表上实现如下操作:(1)在第3个元素位置插入666。(2)将第8个元素删除。(3)查找值为65的元素,若存在则输出,否则打印没有该元素。 实验2 线性表(2) 输入若干正整数,建立一个带头结点的单链表,并在单链表上实现如下操作:(1)在第3个元素位置插入666。(2)将第8个元素删除。(3)查找值为65的元素,若存在则输出,否则打印没有该元素。(4)查找第3个元素,若存在则输出,否则打印没有该元素。 实验6
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:11441
    • 提供者:fff
  1. 12

    0下载:
  2. 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法-This procedure has been collected from the foreign website, the standard depth-first search algorithm, can be achieved and the detection circuit node t
  3. 所属分类:Static control

    • 发布日期:2017-05-21
    • 文件大小:6568161
    • 提供者:fly
  1. fun

    0下载:
  2. 这是一个用matlab读取txt(特定格式)文件并读取文件,画出figure,自动保存和关闭figure。程序运用了深度搜索递归算法。(因为大家没有input的txt文件,所以阅读程序领会思想和方法即可)-This is a use matlab to read txt (a specific format) file and read documents, painted figure, on and off automatically to preserve figure. Procedur
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:1554
    • 提供者:huo peng
  1. DFS

    0下载:
  2. 标准的深度优先搜索算法,可实现节点遍历、产生随机路由、检测图中是否有回路等功能,-Standard depth-first search algorithm, the node traversal can be achieved, resulting in a random routing, testing whether there is any loop diagram functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1721
    • 提供者:quzhijian
  1. crc_rs_inv

    1下载:
  2. CRC和RS的组合编码,自编程序,能正确运行通过。 CRC+RS+交织 编码:计算CRC-->RS-->交织 数据:19byte 21byte 49byte 49byte 解码:解交织-->校验CRC-->输出/解RS后输出-->CRC校验-->输出 交织以7x7求转置交织,元素以字节为单位,交织深度7字节 数据量:19byte---->49byte(中包) 小包:10byte=
  3. 所属分类:Windows Develop

    • 发布日期:2016-03-16
    • 文件大小:9039
    • 提供者:
  1. NSGA2

    0下载:
  2. 包含多目标遗传算法于深入了解NSGA及NAGA2算法有一定帮助-Includes multi-objective genetic algorithm NSGA and NAGA2 in-depth understanding of a certain algorithm to help
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:203173
    • 提供者:standy17
  1. DMC

    0下载:
  2. 基本的DMC预测控制matlab程序源代码,初学者值得一看并深入研究。-The basic DMC predictive control matlab program source code, beginner worth a visit and in-depth study.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:892
    • 提供者:程功
  1. WML_cppo

    0下载:
  2. 值得深刻阅读的基于CP的OFDM同步程序这是一个非常好的用于OFDM的基于CP的 最大似然符号定时同步和载波同步的MATLAB仿真程序,经本人深入阅读吸收经典文献,反复编程调试而提炼而成,代码精炼有序序,绝对没有错误,由此程序仿真得到的同步曲线与经典文献完全一致。同仁们阅读此程序一定受益匪浅! 这里不吝成果,特上载与诸位网友共享。也欢迎同仁们提供更多的优秀程序。 由于文献要求采用N=1024个子载波 -Worthy of profound reading of the CP-based OF
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1519
    • 提供者:勇敢
  1. particle-filter

    1下载:
  2. 本手册主要介绍粒子滤波的基本原理和其在非线性系统的应用。同时本手册最大的优点是介绍原理和应用的同时,给出实现例子的matlab代码程序,方便读者对照公式,理解代码。因此,它是相关方面的研究者快速上手和进入研究领域的快捷工具。同时,对于有一定基础的研究者,可以在本手册提供代码的基础上,做算法进一步改进和深入研究。-This manual describes the basic principles of particle filter and its application in nonlinea
  3. 所属分类:Other systems

    • 发布日期:2014-05-12
    • 文件大小:362496
    • 提供者:黄许
  1. ngwavelet

    0下载:
  2. 基于matlab的小波图像降噪,亲测调试成功,但需使用8位深度图片方能完美-Based on the matlab wavelet image noise reduction, pro-test debugging success, but need to use 8-bit depth images can only perfect
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:743
    • 提供者:杨舰
  1. matlab

    0下载:
  2. 通过图表的数据对遗传算法进行深入的研究。-Data through charts of genetic algorithm-depth study
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:38295
    • 提供者:王云杰
  1. Untitled11

    0下载:
  2. 基于matlab编程,航速最优求解,自己博士论文里的程序,相互学习-Sailing, the ship ran aground or define rich depth of Speed ​ ​ Vessel wind, own doctoral thesis code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1052
    • 提供者:高红蕊
  1. SSS06.Prac2.MonocularSLAM

    0下载:
  2. Andrew J. Davison的源程序MATLAB版本,发表于2006年的SLAM夏令营。附有程序使用说明。 Matlab-based MonoSLAM with Inverse Depth-MATLAB source version of the Andrew J. Davison, published in 2006, SLAM summer camp. With program instructions. Matlab-based MonoSLAM with Inverse Dep
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-14
    • 文件大小:22032134
    • 提供者:bobo
  1. makeWoaData

    0下载:
  2. woa数据插值已获得自己想要的数据深度,与实际观测的深度数据比较(The data interpolation has obtained the depth of the data you want, compared with the actual observed depth data)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:海边淡水
  1. filon program matlab

    0下载:
  2. filon depth estimation potential field data gravity and magnetic data
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:7168
    • 提供者:hasansar
  1. lightNet

    0下载:
  2. matlab轻量级深度学习工具箱 lightnet, 方便大家学习使用(Matlab lightweight depth learning toolbox lightnet, which is convenient for everyone to learn and use)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:619520
    • 提供者:star_boy
  1. faceRecognition

    1下载:
  2. 基于深度学习的卷积神经网络CNN的matlab小程序(Matlab small program of convolution neural network CNN based on depth learning)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:112640
    • 提供者:hxp
  1. DeepLearnToolbox-master

    2下载:
  2. 深度学习的工具包 包含各种网络的使用及实例、、、、、(In-depth learning kit includes a variety of network usage and examples of,,,,,)
  3. 所属分类:Windows编程

    • 发布日期:2019-02-18
    • 文件大小:14741504
    • 提供者:pf
« 12 »
搜珍网 www.dssz.com