-
SOFM
一个关于神经网络的 SOFM算法的程序 改程序用C语言编写(A SOFM neural network algorithm on the procedure to change procedures for using C language)
- 2009-12-27 12:59:56下载
- 积分:1
-
robot
matlab 和VisualC++结合的写出工业机器人的实例(The example of industrial robotics is with matlab and VisualC++)
- 2011-08-16 19:38:08下载
- 积分:1
-
sfunctin
matlab/s函数的应用,有兴趣的读者可以一起交流。(matlab/s function of the application, interested readers can join the exchange.)
- 2007-09-29 18:47:37下载
- 积分:1
-
fc_testIsenburg
对浮点型数据进行压缩,将数据分为3个部分:符号位、指数、尾数,分别对其进行压缩(Of floating-point type data compression, data is divided into three parts: sign bit, index, mantissa, respectively, to compress their)
- 2009-05-04 13:03:29下载
- 积分:1
-
OPC-0710-00000004
Matlab环境下基于OPC技术实现动态矩阵控制 Matlab环境下基于OPC技术实现动态矩阵控制(Matlab environment based on OPC technology to achieve dynamic matrix control Matlab environment OPC technology based on Dynamic Matrix Control)
- 2007-10-08 05:44:51下载
- 积分:1
-
MexDemoNet2
说明: 《MATLAB7.x与C/C++混合编程》配套的源程序 6.5.2节代码 vc.net通过扩展MFC动态链接库创建MEX程序(" MATLAB7.x and C/C++ mixed programming," supporting the source code vc.net 6.5.2 MFC dynamic link library by extending the program to create MEX)
- 2011-03-04 17:07:23下载
- 积分:1
-
200552823195
一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取
1.包含pdf文档和源代码
2.源代码code
开发环境是VC6、Matlab7
(a step by step on how to call in VC Matlab Image Processing Toolbox to a canny edge extraction. Pdf files and contains the source code two. Source code development environment is VC6, Matlab7)
- 2005-08-11 09:14:08下载
- 积分:1
-
LLMSSrarM
LMS滤波器(最小均方误差滤波器),学学习现代数字信号处理理论的人应该用的上。
(Filter LMS (minimum mean square error filter), school learning modern digital signal processing theory should be used on.)
- 2012-09-09 22:40:58下载
- 积分:1
-
K-C
这是一个K中心点聚类算法C实现的,希望对大家有用(K this is a clustering algorithm C to achieve a focal point, and I hope useful for everyone)
- 2008-04-09 14:21:44下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1