Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - MATLAB c
Search - MATLAB c - List
本书介绍了MATLAB7.x版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。. 本书可以作为高等院校各工程专业的教学参考书,也可作为广大科技工作者的参考用书。
Date : 2010-10-27 Size : 12.39mb User : creasy0117

不错的matlab学习资料。其中包含有matlab程序如何转化为c,如何用notebook等源码。-good Matlab learning materials. It will contain procedures for how Matlab into c, such as how to use notebook source.
Date : 2025-12-27 Size : 4.61mb User : 魏新亮

标准C语言实用全书,对C语言的复杂性和核心特征进行了详细的论述。-standard C language practical book on the C language and the complexity of the core features are discussed in detail.
Date : 2025-12-27 Size : 15.74mb User : 王鑫

数字信号处理实践方法(第二版),书中使用的Matlab源程序。-digital signal processing practices (2nd edition), the use of Matlab book source.
Date : 2025-12-27 Size : 147kb User : slg

MATLAB C# Book. This book is a great tutorial for C# programmers who use MATLAB to develop applications and solutions-MATLAB C# Book. This book is a great tutoria l for C# programmers who use MATLAB to develop ap plications and solutions
Date : 2025-12-27 Size : 2.88mb User : 徐慧

《VisualC++-MATLAB图像处理与识别实用案例精选》书的源代码,里面各个章节的程序例子都有-"VisualC- MATLAB image processing and recognition practical case Showcase" on the source code, inside the various sections of the procedures examples
Date : 2025-12-27 Size : 5.59mb User : 韩晴

介绍matlab编程的经典著作,包括与VC++进行联合编程,还包括一些经典的算法和源程序-Matlab programming on the classics, including the VC and joint programming, also including some classic algorithms and source
Date : 2025-12-27 Size : 19.45mb User : liumin

DL : 0
matlab的课件。非常不错。总共分为7部分
Date : 2025-12-27 Size : 2.33mb User : 付文

< 深入浅出MATLAB 7_X混合编程>>电子书,系统介绍了matlab和其他语言的混合编程,和交互接口,如C/C++ fortran等!深入浅出,很值得推荐
Date : 2025-12-27 Size : 12.38mb User : kohl song

DL : 0
本书提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。-err
Date : 2025-12-27 Size : 320kb User : 董毅

基于C++ Builder 与Matlab 的配电网无功优化软件设计-Based on the C++ Builder and Matlab distribution network reactive power optimization software design
Date : 2025-12-27 Size : 381kb User : hujik

从 Win32 控制台程序调用MATLAB C Math Library,从VC++中调用m函数,有几十个例子-From a Win32 console program called MATLAB C Math Library, from VC++ Call m function, has dozens of examples of
Date : 2025-12-27 Size : 16.97mb User : lihua


Date : 2025-12-27 Size : 1004kb User : 张三

学习matlab,用c语言读wav格式的必备资料;自己写的寻找一组数据的峰值点程序,提取信号包络的程序,小波工具箱-Learning matlab, using c language read wav format necessary information their search for a set of data written in the peak-point program, extract the signal envelope of the process, wavelet toolbox
Date : 2025-12-27 Size : 15.14mb User : 李娜

DL : 0
基于认知无线电网络的接入策略仿真实现,大家有做cr的可以一块讨论 -This is an on learning c++ for some good suggestions, we want to help.
Date : 2025-12-27 Size : 349kb User : eric

Robust control design with matlab
Date : 2025-12-27 Size : 5.29mb User : tatica

Matlab C-C++ Graphics Library User s Guide-Matlab C-C++ Graphics Library User s Guide
Date : 2025-12-27 Size : 239kb User : krzyszkowa

Matlab C/C++图形图像编程官方教程,特别的详细,是学习图像编程不可多得的资料-Matlab C/C++ official graphics programming tutorials, special detail, is invaluable information to learn graphics programming
Date : 2025-12-27 Size : 239kb User : liyongbing

学习MATLAB 和 C/C++ 混合程序设计。详细介绍了Ma tlab C 数学库、Matlab C + + 数学库、Matcom、Matlab COM Builder、Matlab Engine 及编译Matlab 独立可执行程序等Matlab 混合程序设计的内容。-Learning MATLAB and C/C++ mixed programming. Details of the Ma tlab C math library, Matlab C++ math library, Matcom, Matlab COM Builder, Matlab Engine and compiled Matlab Independent Matlab mixed programming content and other executable programs.
Date : 2025-12-27 Size : 2.85mb User : 崔波

创建一个 C 语言 MEX 文件,实现对 MATLAB 两个“单行”字符串的合 并。本例演示:( A)如何根据 MATLAB 约定的规则编写 C MEX 源码;( B)如何构成 该文件的调用指令;( C)如何为 MEX 文件编写在线帮助文件。-Create a C language MEX file to achieve the MATLAB two single line string And. This example demonstrates: (A) how to write the rules according to the MATLAB C MEX source code ( ) how to constitute The file call instruction (C) how to write online help files for MEX files.
Date : 2025-12-27 Size : 15kb User :
« 12 3 4 5 6 7 8 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.