CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - MATLAB与C

搜索资源列表

  1. MatlabEngineer

    0下载:
  2. 该类封装maltab与c联合开发的程序,使用方便-matlab and c
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:236644
    • 提供者:winsun
  1. c_matlab

    0下载:
  2. 一个关于MATLAB与c混合编程的资料,适合与混合编程的初学者-1 c mixed on MATLAB programming and data, suitable for beginners and mixed programming
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5575944
    • 提供者:lilei
  1. cmex

    0下载:
  2. MATLAB与C接口的关于求两个数最小公倍数的C语言MEX文件-MATLAB and C interface to request two numbers on the least common multiple of the C-MEX files
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:677
    • 提供者:张风生
  1. cSharpfile

    0下载:
  2. 看到 rocwoods rocwoods rocwoods rocwoods 版主发的关于 matlab 与 VC++ 的混合编程,心有所感,其实利 用 C# 与 matlab 混编更容易理解,更容易为新手所接受。-csharp with matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:15965
    • 提供者:zwb
  1. C-sharp-vs-matlab

    0下载:
  2. 看到 rocwoods rocwoods rocwoods rocwoods 版主发的关于 matlab 与 VC++ 的混合编程,心有所感,其实利 用 C# 与 matlab 混编更容易理解,更容易为新手所接受。-c sharp with matlab
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:297659
    • 提供者:zwb
  1. stockdatadsIF300

    0下载:
  2. 获取通达信软件IF300系列股指期货数据,如果matlab安装了与c的编译,并能与matlab连接画出K线走势图-For Mastery letter software stock data, if matlab is installed and c compiler, and the connection with the matlab draw a stock K-Line Chart
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1597
    • 提供者:胡海波
  1. Matlab-code

    0下载:
  2. Matlab与C语言混合编程源代码,2012年出版的新书-Matlab and C language mixed programming source code, a new book published in 2012
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:11397118
    • 提供者:王进波
  1. C-and-MATLAB-examples

    0下载:
  2. C语言与MATLAB接口编程实例,主要是一些C语言与MATLAB 接口的程序,希望对大家有用-C language MATLAB interface programming examples, some of the C language and MATLAB interface program, and hope to be useful
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:3385020
    • 提供者:杨超
  1. MATLABcPP

    0下载:
  2. MATLAB与c++混编的案例代码,可运行,是学习的好例子-MATLAB and c++ mixed case code can be run, is a good example of learning
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:11297
    • 提供者:mark
  1. MwArray

    1下载:
  2. matlab与visual C++混编中mwArray与Mat之间相互转换-The translation between mwArray and Mat.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1204
    • 提供者:南瓜
  1. fft

    0下载:
  2. 纯c 实现的fft 正变换,与matlab 计算结果比对一样。肯定是可以用的(It contains a file . You need include mach.h.This fft result have be compare it to matlab .)
  3. 所属分类:其他

  1. DLLPaintTest

    0下载:
  2. 基于MFC用户界面线程开发的,关于C++与Matlab联合仿真中dll调用方式的例子,以绘制单条曲线为例(Based on the development of MFC user interface thread, the example of DLL calling method in C++ and Matlab co simulation is used to draw a single curve as an example)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1479680
    • 提供者:gewenyi15
  1. 四元数解算姿态Matlab程序代码

    5下载:
  2. 四元数是简单的超复数。 复数是由实数加上虚数单位 i 组成,其中i^2 = -1。 相似地,四元数都是由实数加上三个虚数单位 i、j、k 组成,而且它们有如下的关系: i^2 = j^2 = k^2 = -1, i^0 = j^0 = k^0 = 1 , 每个四元数都是 1、i、j 和 k 的线性组合,即是四元数一般可表示为a + bk+ cj + di,其中a、b、c 、d是实数。 对于i、j、k本身的几何意义可以理解为一种旋转,其中i旋转代表X轴与Y轴相交平面中X轴正向向Y轴正向的旋转,j
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:枫棱
  1. 多项式最小二乘法拟合

    6下载:
  2. 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:洪少
  1. 联合编程

    1下载:
  2. matlab与c#联合编程的实现过程,从而通过C#语言平台调用matlab已编程好的函数。(The implementation process of MATLAB combined with c# programming, function through C# language programming platform called MATLAB has good.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:343040
    • 提供者:张三91
  1. [C语言与MATLAB接口

    0下载:
  2. c语言与matlab的接口教程材料,用于两者的兼容使用(c language and MATLAB interface tutorial material for the compatible use of both)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:5611520
    • 提供者:小妖儿
  1. C语言与MATLAB接口-编程与实例 2004

    0下载:
  2. C programming with Matlab interface
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:5682176
    • 提供者:issacwy
  1. matrixvb-使用手册

    1下载:
  2. Visual Basic是Microsoft 公司推出的应用广泛的可视化编程工具,简单易学、功能丰富,而且能够设 计出界面优美的应用程序;可视化的用户界面设计功能使程序设计人员摆脱繁琐复杂的界面设计,因而 很快就风靡全球。Visual Basic是一种十分强大和有生命力的Windows 编程语言。但是VB语言也有它的 缺点,即数值计算方面能力欠佳,因此将其与计算能力强大的MATLAB混合编程将能体现各自的优势,一 般的集成方法我们在前面的章节中已有介绍,本章将详细讨论基于MatrixVB
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:231424
    • 提供者:高原雄鹰
  1. gddlx1

    0下载:
  2. 以x0=[-5292392.072;-4862.201380;3111662.355; -4136.781314;3101114.660; -4147.028008]人造地球轨道卫星的初始条件,编制C或C++程序,计算卫星轨道,并与Matlab的结果进行比较。(The satellite orbit is calculated and compared with the result of Matlab.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:50176
    • 提供者:qqqwrd
  1. 精通Matlab与C C++ 混合程序设计

    0下载:
  2. matlab 与C语言程序互相调用,实现快速计算(MATLAB and C language program call each other to realize fast computation.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:28181504
    • 提供者:zcx952
« 12 »
搜珍网 www.dssz.com