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

搜索资源列表

  1. melcepst.rar

    0下载:
  2. 计算Mel倒谱系数的matlab程序: MELCEPST Calculate the mel cepstrum of a signal C=(S,FS,W,NC,P,N,INC,FL,FH) 使用: c=melcepst(s,fs) % calculate mel cepstrum with 12 coefs, 256 sample frames,Mel cepstrum coefficients calculated the matlab procedure: MELCEPST Calcu
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2.47kb
    • 提供者:凝空子
  1. FFT

    0下载:
  2. 使用c语言在vc++6.0环境下编写的FFT程序,分为三个部分,包括input文件,其中提供2的n次方的数据,main.cpp为主程序,包括读入input的数据和输出结果到自动创建的output文件之中。测试完全可以使用-Using c language in vc++6.0 environment prepared by the FFT program is divided into three parts, including the input file, which provides t
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.4kb
    • 提供者:cx
  1. NSGA-II

    9下载:
  2. 实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。-Achieved a multi-objective genetic algorithm NSGA2, with detailed notes and related papers, the reader just a brief specific issues in accordance with changes to use.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-14
    • 文件大小:124.1kb
    • 提供者:赵爽
  1. GAFCM

    5下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:1.48kb
    • 提供者:孙准
  1. Raptor

    0下载:
  2. 数字喷泉码的仿真,使用C++语言所进行的仿真。-Simulation of digital fountain code, using C++ language for the simulation.
  3. 所属分类:matlab

    • 发布日期:2016-03-28
    • 文件大小:831kb
    • 提供者:Lewis
  1. cvxruanjianbaoshiyongshouce

    0下载:
  2. CVX软件包使用手册,CVX是个与matlab相关的工具包,CVX里面的很多东西可以在matlab中调用。-CVX package user manual, CVX is associated with matlab toolkit, CVX inside a lot of things can call matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.7mb
    • 提供者:李珊珊
  1. Cmex.pdf

    0下载:
  2. 使用C 语言编制Mex算法程序,对于提高算法的性能有很大帮助。 希望该文档能帮助大家进入matlab 和 c 语言之间互动的世界,也期待你编制更多的原创程 序奉献给研学论坛,尤其是混沌和分形版面-The use of C language algorithm Mex procedures, for improving the algorithm performance of much help. I hope the document will help us to enter the
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:114.31kb
    • 提供者:胡海峰
  1. Tally

    0下载:
  2. 一个简单的记账软件,重点在于使用c++与MATLAB混编,使用MATLAB做图,对记账数据进行分析-A simple accounting software, with emphasis on the use of c++ and MATLAB mixed, use MATLAB to do maps, analysis of accounting data
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:174.49kb
    • 提供者:mayjojo
  1. C-means

    0下载:
  2. 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3.23kb
    • 提供者:liz
  1. MexDemo

    0下载:
  2. 几个VC++源代码,使用C-MEX文件来实现VC++与MATLAB的混合编程。-Several VC++ source code, the use of C-MEX file to achieve the VC++ and MATLAB programming mixed.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:441.07kb
    • 提供者:quan
  1. ImprovedKMeans2

    0下载:
  2. 使用C-均值算法对N多个样本进行分类,改进后的C++程序。-C-means algorithm using multiple samples of the N classification, improved C++ program.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:7.74kb
    • 提供者:yu
  1. GMM_background_src

    1下载:
  2. 基于有限混合高斯模型的数据分类 1、使用基于有限高斯混合模型的EM算法对数据样本进行归类 2、使用C++或者Matlab语言编程环境实现该算法,并用给定的数据包对算法的正确性进行检验 -Gaussian mixture model based on limited data classification 1, using the finite Gaussian mixture model based on EM algorithm to classify the data sam
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5.18kb
    • 提供者:路江
  1. GA

    0下载:
  2. 使用遗传算法优化PID参数,附原创教程及源码、试验数据及照片-PID parameters using genetic algorithm optimization, with tutorials and the original source code, test data and photographs
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.78mb
    • 提供者:杨杨
  1. floyd

    0下载:
  2. C语言实现弗洛伊德路径搜索,同时为了提供接口,使用命令行方式给出原始矩阵地址,并且也已txt文本形式将结果保存。测试效果:一个需要在MATLAB中运行8秒的矩阵,在使用该程序时,总共只用了5秒(MATLAB初始化数据+调用该程序+该程序运行+返回至MATALB所用的时间)。而在MATLAB中使用该程序与调用函数相差不大。-C language Freud path search, and in order to provide an interface, use the command line
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:19.81kb
    • 提供者:wjn_nb
  1. cmean

    0下载:
  2. 这时一个聚类程序,使用c均值方法的聚类程序-A classing program of c mean methed
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.48kb
    • 提供者:meijinyan
  1. suiji

    0下载:
  2. 使用c语言,是随机信号分析教科书的实验程序合集,是正确的。-Using the c language, is a random signal analysis of the experimental procedure textbook collection, is correct.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5.02kb
    • 提供者:huihui
  1. IDCTforMatlab

    0下载:
  2. 离散余弦变换,用于matlab环境。使用C语言实现的源代码。-Discrete cosine transform, for the matlab environment. Using the C language source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.62kb
    • 提供者:frank
  1. c-means-algorithm

    0下载:
  2. c均值算法的实现,使用c均值算法对一组三位数据进行聚类,给出了测试的类别数目和初始值。-c-means algorithm, using the c-means algorithm on a set of three data clustering, given the number of categories and initial value of the test.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.74kb
    • 提供者:苏瑞文
  1. c语言产生随机数

    0下载:
  2. 使用c语言产生高斯分布,瑞利分布以及泊松分布的随机数
  3. 所属分类:matlab例程

    • 发布日期:2014-10-30
    • 文件大小:814.75kb
    • 提供者:840348562@qq.com
  1. MATLAB C# Book.pdf

    1下载:
  2. 本书主要讲述的在对时间并不是非常严苛的情况下,使用C# 调用Matlab的DLL动态库来实现高复杂性算法或者某些保密内容的实现。(This book is mainly about using C# to call Matlab DLL dynamic library to realize high complexity algorithm or some confidential content in the case that time is not very strict.)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com