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

搜索资源列表

  1. matlab7.x

    0下载:
  2. 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.27mb
    • 提供者:yixiao
  1. LDPC_BSN

    1下载:
  2. This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:116.41kb
    • 提供者:张强
  1. Auto_Measure_system

    1下载:
  2. 利用ccs环境、MATLAB环境、DSP(TMS320F2812)、被测对象和Agilient网络分析仪E5071B,构建一个自动测量系统。 相信大部分人都知道基于NI公司的GPIB总线,可以实现自动测量,但NI公司的方案实在太昂贵,采用MATLAB能够大大降低成本。matlab与ccs之间基于RTDX协议进行数据交换,同时matlab基于TCP/IP协议与E5071B之间通信,源码说明如下: (1)RTDX_ok目录:matlab7.0代码,包含了一个用GUI实现的界面和相关的具体代码
  3. 所属分类:matlab

    • 发布日期:2014-12-24
    • 文件大小:1.04mb
    • 提供者:lijian
  1. MatlabC

    0下载:
  2. :Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编 程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用c,C++代码及c,C++调用m文件两方面,深入地研究 了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。-: Matlab has powerful numerical calculation and analysis capabilities, while the C/C++
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:330.73kb
    • 提供者:ws
  1. ControlSystemsSimulationusingMatlabandSimulink

    0下载:
  2. Addison Wesley出版的一本深入讲解c++面向对象编程机理的书,对于c++程序员进一步全面了解面向对象机制的好书。书中有丰富的程序实例和解读。英文版-Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:140.67kb
    • 提供者:lili
  1. Harmonicinterferencesuppression

    0下载:
  2. 针对混沌参数调制( C P M) 的电力线通信( P L C) 中谐波引起的窄带干扰, 两阶段动态估计方法根据最小 相空间体积( MP S V) 准则估计模型参数, 计算量大。为此, 提出将未知参数合并到增广状态矩阵的联合卡尔曼滤 波方法, 避免了专门的参数估计过程, 在提高增益性能的同时有效降低了计算量。方法的性能通过对混沌电力 线通信下的单音干扰和多音干扰的有效抑制得到了验证。-For the chaotic parameter modulation (CPM) of th
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:265.77kb
    • 提供者:张海洋
  1. bin2hex

    0下载:
  2. function total_length=text_length_num(file_cell) total_length=0 for i=1:length(file_cell) y1=char(file_cell(i)) for j=1:length(y1) if(y1(j)== > ) got=j-3 end end y= for k=1:got y(k)=y1(k) end [a,b,c,d]=filepar
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.49kb
    • 提供者:thinkingbig4
  1. c

    0下载:
  2. 循环结构程序设计。while语句、do-wile语句和for语句实现循环的方法。-Cycling structure design program。while statement,do-while statement and for statement.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.43kb
    • 提供者:孙丹丹
  1. queueing_theory

    0下载:
  2. 计算Erlang B,C 模型中阻塞率与输入负载随服务器数量变化的数值关系并绘图。 模拟一个M/M/k排队系统。 该资料为通信系统排队理论matlab实验内容。-Using the iterative scheme, calculate the blocking probability of the Erlang B and C model. Draw the relationship of the blocking probability and offered traffic whi
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2.33kb
    • 提供者:Aurora
  1. kalmanf

    0下载:
  2. KALMANF - updates a system state vector estimate based upon an observation, using a discrete Kalman filter. Version 1.0, June 30, 2004 This tutorial function was written by Michael C. Kleder INTRODUCTION Many people ha
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3kb
    • 提供者:mabaiwang
  1. ml_stc_windows_vc_2008_v1.0

    0下载:
  2. C++ AND MATLAB CODE FOR STEGANOGRAPHY, developed by a third party, Please check it by yourself while you use it
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5.86mb
    • 提供者:Frank
  1. cmex

    0下载:
  2. It is possible to compile C, C++, or Fortran code so that it is callable Matlab. This kind of program is called a Matlab Executable (MEX) external interface function, or more briey a \MEX- function. MEX enables the high performance of C, C++, and For
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:242.88kb
    • 提供者:ahmed
  1. IFP_FCM

    1下载:
  2. IFP_FCM,改进型FCM(模糊C均值)聚类算法,由Frank Hoppner与Frank Klawonn于2003年提出,解决了FCM算法对初始值设定较为敏感、训练速度慢、在迭代时容易陷入局部极小的问题。并附带了Box和Jenkins煤气炉数据模型辨识实例。-IFP_FCM, modified FCM (Fuzzy C-Means) clustering algorithm, in 2003, proposed by Frank Hoppner and Frank Klawonn, FCM
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:620.31kb
    • 提供者:赵旭峰
搜珍网 www.dssz.com