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

搜索资源列表

  1. vcmatlab7src

    1下载:
  2. MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Co
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:26.64kb
    • 提供者:林林
  1. bldc_1_sinusoidal

    0下载:
  2. 用C语言编写的S函数源代码,用于在MATLAB/Simulink环境下仿真永磁无刷直流电机,在MATLAB7.0以上环境下编译成动态链接库然后在Simulink中使用。模块信息见源码注释。-C language prepared by the S-function source code, for the MATLAB / Simulink environment simulation permanent magnet brushless DC motor, In the above circu
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5.03kb
    • 提供者:孙萌
  1. DCM_H

    0下载:
  2. 用C语言编写的在Simulink环境下对转速可调永磁直流电机进行数值仿真的S函数源代码。该仿真源代码的特点是:能够仿真目前广泛应用的H桥驱动PWM调制调速永磁直流电机。将功率器件H桥与电机本体的数学模型完整的结合到一起。执行效率很高,仿真结果与实验结果非常相近。-C language in the Simulink environment for adjustable speed permanent magnet DC motor simulation S-function source cod
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:孙萌
  1. current_park

    0下载:
  2. 用C语言编写的在Simulink环境下对3相交流电机交直流帕克变换进行数值仿真的S函数源代码。特点:考虑到了便于在单片机中执行的特点,完全使用定点算法实现。在MATLAB中编译成动态链接库后就可在Simulink中使用。-C language in the Simulink environment for 3-phase AC and DC motor Parker transform few value of the S-function simulation source code. Fea
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4.63kb
    • 提供者:孙萌
  1. Masking example Matlab_smlk

    0下载:
  2. Example of using RTW toolbox to generate a S-Function/ C/C++ source code for a masked block in simulink
  3. 所属分类:matlab例程

    • 发布日期:2011-05-04
    • 文件大小:7.32kb
    • 提供者:nofree
  1. barplot

    0下载:
  2. An example C-file S-function for accessing simulink signals * without using the standard block inputs. In this case, a floating * bar-plot style scope is implemented. The signals that are selected * on the diagram (via the mouse) are display
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4.94kb
    • 提供者:fair
  1. s_function_CH

    0下载:
  2. matlab中simulink中用C语言编写S函数模板的翻译版本-matlab in simulink using C language translation S function template version
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13.34kb
    • 提供者:way
  1. s.t

    0下载:
  2. 有约束2a+b^2+tan(c)=15 目标函数a*exp(b/x)+c=y 的最小二乘解-Binding 2a+ B ^ 2+ Tan (c) = 15 the objective function a* exp (b/x)+ C = y the least squares solution
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.57kb
    • 提供者:ZT
  1. MGA

    0下载:
  2. 这是一个基于多智能体的遗传算法,算法中以一个30维Rastrigin的函数(该函数有无数个局部积小点一个最小点)为例进行了演示——连续独立运行五十次,每次的解小于1e-4,使用了matcom45和C++的混合编程,请先下载后使用程序-This is a Multi-agent-based genetic algorithm with a 30-dimensional Rastrigin function (the function has numerous local small plot po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5.3kb
    • 提供者:huwentao
  1. matlab_rs232

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:10.99kb
    • 提供者:俞斌
  1. EKF

    4下载:
  2. 上研究生时写的扩展卡尔曼滤波程序(EKF),带测试例子,可编译执行-When the graduate writing program of the extended Kalman filter (EKF), with the test example, the implementation can be compiled
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-09-18
    • 文件大小:1.54mb
    • 提供者:杨文海
  1. CodeCoverageTool

    0下载:
  2. The Code Coverage Tool (CCT) Matlab代码转化用于实时仿真的S函数。-The Code Coverage Tool (CCT) measures C statement coverage in code built as a Real-Time Workshop S-Function. It operates in conjunction with lcc (the C-Compiler that ships with the standard MATLAB in
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:775.06kb
    • 提供者:杨枫
  1. csfunc

    0下载:
  2. Example C-file S-function for defining a continuous system. * * x = Ax + Bu * y = Cx + Du * * For more details about S-functions, see simulink/src/sfuntmpl_do-Example C-file S-function for defining a continuous system. * *
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.59kb
    • 提供者:fair
  1. pmsm_simulink

    0下载:
  2. 基于C MEX S-函数永磁同步电机控制系统仿真建模研究-C MEX S-function based on permanent magnet synchronous motor control system simulation modeling
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:239.3kb
    • 提供者:刘晓辉
  1. C-MEX-S-function

    1下载:
  2. C MEX S-function的一般格式,用c语言形式编写-C MEX S-function of general form, the form of written language with c
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:587byte
    • 提供者:mfj
  1. c-program

    0下载:
  2. main函数中结构数组a中存储了5个职员的工资信息(这里称每个职员的工资信息为一条“记录”)。sift函数的形参cond接收筛选条件字符串,函数实现从s指向数组元素开始的n个元素中筛选出所有wage符合筛选条件的记录并将这些记录复制到res指向的结构数组。函数返回res数组中存储的记录数(筛选结果)。-The main function is stored in an array of structures a five staff wages (here referred to the inf
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8.25kb
    • 提供者:贾明
  1. S-Function

    0下载:
  2. s-function,支持c/c++/m文件等语言,交互性强-s-function
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:738.28kb
    • 提供者:baobeiqing
  1. s-function

    1下载:
  2. matlab 仿真弹道导弹拦截来袭敌方导弹的程序,用s函数编写,既直观而且转换成c/c++很方便,可以与vc混合编程,有问题随时联系-Matlab simulation of ballistic missile intercepting the enemy s missile program, written using the s function, both intuitive and converted to c/c++ is very convenient, can be mixed w
  3. 所属分类:matlab例程

    • 发布日期:2013-12-30
    • 文件大小:9.83kb
    • 提供者:周胜俞
  1. imhistc.c

    1下载:
  2. /* * imhistc.c * * Y = IMHISTC( A, N, ISSCALED, TOP ) makes an N bin histogram of * the image matrix A. This function is written as an auxiliary to * the M-file IMHIST.M. * * This is a MEX file for MATLAB. * */
  3. 所属分类:matlab例程

  1. S-Function

    0下载:
  2. 详细介绍了怎么编写S函数和函数的实现。既有M文件的s函数范例,也有C语言编写的s函数范例-Details of how to prepare and implement the function S function. s existing M-file function example, there s an example of C language functions
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:738.47kb
    • 提供者:王蒙
« 12 3 4 5 »
搜珍网 www.dssz.com