-
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
-
interface-problem(matlab-cPP)-
matlab与VC++混合编程的接口问题,关于路径配置等,想要用混合编程的可以看看(the matlab and VC++, mixed programming interface on the path configuration, you want to use hybrid programming can take a look at)
- 2012-06-04 11:39:47下载
- 积分:1
-
Matlab-pingfang
自己在网上看到的一个关于平方根的求值方式,可以参考下(Themselves in line to see a square root to be evaluated on, you can refer to the following)
- 2011-10-08 13:32:50下载
- 积分:1
-
matlab
这个同样是利用matlab编程,结合matlab遗传算法工具箱来实现遗传算法的功能(Matlab this is to use the same programming, combined with genetic algorithm matlab genetic algorithm toolbox to achieve the function of)
- 2009-04-11 15:43:00下载
- 积分:1
-
Chinese-verification-code
通过学习此程序可以了解相关方面的语言结构,对于编程参考和借鉴有很大的实际意义,肯定有很大的帮助(Chinese verification code)
- 2015-03-21 13:10:08下载
- 积分:1
-
chazhi
vb插值首先论述了VC和MATLAB各自的优缺点,然后提出了VC与MATLAB混合编程的三种方法。并详细阐述了如何通过基于动态链接库(DLL)实现VC和MATLAB混合编程的技术(vb interpolation first discusses the advantages and disadvantages of each VC and MATLAB, MATLAB and then propose a VC and three methods of mixed programming. Described in detail how the dynamic link library (DLL) to achieve mixed VC and MATLAB programming techniques)
- 2010-06-08 12:42:41下载
- 积分:1
-
ga198212014
遗传算法交叉操作的改进——系统工程与电子技术.pdf(genetic algorithms to improve the operation of cross--- Engineering and electronic technology. Pdf)
- 2007-05-31 14:21:00下载
- 积分:1
-
polynomial
该源代码实现一元稀疏多项式的加法,减法的运算(The source code to achieve a dollar sparse polynomial addition, subtraction computing)
- 2007-10-23 15:44:28下载
- 积分:1
-
Input_5p1
ANSI input 5p3 implementation
- 2012-10-23 14:09:01下载
- 积分:1
-
1822
ebook for learning c++
- 2013-12-24 05:02:21下载
- 积分:1