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

搜索资源列表

  1. VCZHONGDIAOYONGMatlab

    0下载:
  2. VC中调用Matlab测试代码混合编程 对于学习VC和MATLAB 很有帮助
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:ajie
  1. Curvature

    3下载:
  2. 这是一个曲率算法实现工具,对图像处理有着重要的应用,并有测试代码-This is a curvature algorithm tool for image processing has important applications, and test code
  3. 所属分类:matlab

    • 发布日期:2017-02-10
    • 文件大小:3.57kb
    • 提供者:wang yiren
  1. matrix

    0下载:
  2. 很好的matlab测试代码 对于了解矩阵由很大的好处啊 谢谢大家 还有下载-Very good test code for matlab matrix know a lot of benefits from the U.S. also download ah thanks
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.39kb
    • 提供者:marx
  1. rake_simulation

    0下载:
  2. matlab CDMA扩频通信以及RAKE接收机仿真测试代码-matlab CDMA spread spectrum communication, as well as simulation test code RAKE receiver
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.06kb
    • 提供者:liulifeng
  1. PnGen

    0下载:
  2. PN序列生成函数, 测试代码. 带有一组生成多项式-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:799byte
    • 提供者:jx.liang
  1. testfunction

    5下载:
  2. 各种测试函数的源代码,包括ackleysfunction、braninfunction等-Various test functions of the source code, including ackleysfunction, braninfunction etc.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-03
    • 文件大小:4.34kb
    • 提供者:yuchang
  1. mjh

    0下载:
  2. 用实数编码求盲均衡,包含一些测试代码,效果还不错-Demand with real-coded blind equalization, including some test code, the results were good
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:14.75kb
    • 提供者:zhengmao
  1. my_OBW_algorithm

    0下载:
  2. 我编写的计算occupied bandwidth(OBW)的测试代码,仅供参考,如有改进请通知我xiangzhiyi@gmail.com,谢谢。 原理是先找到极大值,然后分别向左右外推,计算何时能达到规定的能量百分比,外推的方案是,左右两点取高点外推,同时限定单方向连续外推数不超过3次,防止遇到奇异点引起单方向外推不止,总的来说,左右两边外推次数基本相等,但每次外推越过的点数不一样。-Test code of calculate the occupied bandwidth (OBW) wr
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6.77kb
    • 提供者:向志毅
  1. my_OBW_algorithm2

    0下载:
  2. 计算occupied bandwidth(OBW)的测试代码,在原来的基础上增加了回退修正的功能,结果更准确一些。-Test code of calculate the occupied bandwidth (OBW),append some code to fix the result.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:6.89kb
    • 提供者:向志毅
  1. GA-TEST

    0下载:
  2. 遗传算法的测试代码 用于目标优化模型的求解过程-Test code for the genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:858byte
    • 提供者:yanyi
  1. LSB

    0下载:
  2. 基于Matlab的图像LSB隐藏算法代码实现,包括隐藏算法hide_lsb.m,提取算法: db_lsb.m和测试代码test.m-Matlab-based image LSB the hiding algorithm code to achieve, including the hiding algorithm hide_lsb.m, extraction algorithm: db_lsb.m the test code test.m
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:1.42kb
    • 提供者:syfclj
  1. m_test

    0下载:
  2. 一个可调节循环的测试代码,可以用于测试计算机性能-An adjustable loop test code, can be used to test the performance of your computer
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:2.86kb
    • 提供者:覃小军
  1. K-Shortest-Path-Yen-Algorithm

    0下载:
  2. Yen 算法求解最短路径 附加测试代码 例程-Yen shortest path algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:11.06kb
    • 提供者:Andy
  1. matlab灰度测试代码

    0下载:
  2. matlab灰度测试代码,,,请填写不少于20字的介绍说明,以便通过审核,获得积
  3. 所属分类:matlab例程

  1. LBP1

    0下载:
  2. 用lbp实现纹理特征提取,并分类说明: 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法, 一个是getmapping,用以做算法的辅助函数, 一个是lbptest.m,存放着测试代码。 这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片, 具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。代码最后给出效果图 这三个文件是最传统的LBP方法,有256种。-With lbp achieve texture feature ext
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:278.59kb
    • 提供者:wandangdang
  1. vfh1

    2下载:
  2. VFH+ 机器人matlab改进测试代码-VFH+ improved testing robot matlab code
  3. 所属分类:matlab

    • 发布日期:2015-03-01
    • 文件大小:20kb
    • 提供者:张凯
  1. MA_EMA_AMA

    1下载:
  2. 卡夫曼自适应移动平均线MATLAB代码 SMA:Simple MA 简单平均线 EMA:Exp MA指数平均线 AMA:Adaptive MA 卡夫曼自适应移动平均 算法过程 卡夫曼自适应移动平均算法过程整理 对比测试代码(测试数据使用HS300指数,数据直接从Yahoo上下载):-Kaufman adaptive moving average MATLAB code SMA: Simple MA Simple Average EMA: Ex
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者:光辉
  1. gibbsdemo

    0下载:
  2. 用Matlab实现的gibbs抽样,包含了若干完整的测试代码。-Demos for Gibbs sampling, in which the matlab language is used.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:117.47kb
    • 提供者:wang chuntao
  1. FFT测试代码

    1下载:
  2. 用户进行DSP测试时,通过matlab生成的FFT测试的原始数据
  3. 所属分类:matlab例程

  1. Benchmark 最优化测试函数

    4下载:
  2. Matlab中智能算法最优化测试函数公式及代码,有30几个,可用来验证算法的性能(There are more than 30 intelligent algorithm optimization test function formulas and codes in Matlab, which can be used to verify the performance of the algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-23
    • 文件大小:976kb
    • 提供者:jayleebest
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com