-
MatlabGenericDll
Introduction
A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to all applications.
- 2007-11-05 15:11:27下载
- 积分:1
-
ellipse
ellipse representations
- 2012-06-14 20:49:03下载
- 积分:1
-
rec
matlab的播放器,实现录音,放音,实时显示波形等功能(matlab player to achieve recording, playback, real-time features such as waveform)
- 2010-12-22 22:35:04下载
- 积分:1
-
heat4
heat4 implecit heat4 implecit
- 2012-06-03 02:53:23下载
- 积分:1
-
inamkalman
simplst kalman filter estimation results kalman filter
- 2009-05-14 23:07:13下载
- 积分:1
-
m-file
matlab的电力系统分析光盘里的m-file工具箱,你们懂得,强大而快速(The latest version of matlab Toolbox,you kown that ,it s powerful and greatful)
- 2011-05-14 10:06:07下载
- 积分:1
-
669703566
本代码为基于模糊RBF辨识的自适应PID控制,比较常规PID具有很明显优势控制效果。(The code for identification based on fuzzy adaptive PID control of RBF, compared with the obvious advantage of conventional PID control performance.)
- 2010-05-19 21:10:06下载
- 积分:1
-
Main_Frequency_decoup_Opti_cdm1
悬置功能计算的,能量解耦的方法,优化及其位移的计算(The calculation of suspended function, energy decoupling method, optimization and calculation of displacement)
- 2015-08-06 09:25:49下载
- 积分:1
-
MATLAB1
MC-CDMA的主体程序,对于初级学习者非常有用。大家多多支持啊(MC-CDMA in the main program is very useful for primary learners)
- 2010-07-21 17:18:56下载
- 积分:1
-
operatornew
This code enables you to use the "new" and "delete" keywords in C++ to allocate and deallocate your memory. This enables you to create objects with constructors dynamically.
Normally, using new and delete in MEX files might leak memory if the user presses Ctrl+C or the MEX file terminates with an error. This code modífies "new" and "delete" to register all allocated memory with MATLAB s memory manager.
No modifications to existing C++ code is required.
- 2009-06-06 10:35:09下载
- 积分:1