-
MixFigure
自己写的一个vc与MATLAB混合编程的例子(Himself wrote a vc with MATLAB programming examples of mixed)
- 2008-05-09 11:42:11下载
- 积分:1
-
LMS
LMS三角定位迭代加权算法 LMS三角定位迭代加权算法 LMS三角定位迭代加权算法(LMS triangulation iterative weighting algorithm LMS triangulation iterative weighting algorithm LMS triangulation iterative weighting algorithm)
- 2013-12-03 09:05:26下载
- 积分:1
-
chengxu.
在主程序中实现输入输出,分别输入一个整数a和一个实数b作为底数,再输入一个整数m作为指数,输出am和bm。(Realized in the main input and output, respectively, enter an integer a and b as the base of a real number, then enter an integer m as an index, output am and bm. .)
- 2015-01-12 21:36:05下载
- 积分:1
-
Search-AT-List-Box
search in list box in exe form
- 2013-11-26 15:32:48下载
- 积分:1
-
SVM
SVM算法在 matlab实现, 包含说明书,源代码等(SVM experiment on matlab)
- 2015-01-28 20:15:25下载
- 积分:1
-
ConvertWGStoCarser
WGS 转换到Carser WGS 转换到Carser(ConvertWGStoCarser ConvertWGStoCarser ConvertWGStoCarser)
- 2013-03-20 10:18:35下载
- 积分:1
-
ApiWithOutDeclare
Calling Windows APIs without declaration, full Visual Basic source code example.
- 2009-04-01 00:53:17下载
- 积分:1
-
Accelerating_Matlab_with_CUDA
Nivada之CUDA,加速Matlab运算的文档资料。(Nivada of CUDA, speed up the Matlab computing documentation.)
- 2009-12-23 10:20:18下载
- 积分:1
-
2Dmath
2D math algorithm library
to manipulate 2D vectors and matrix
- 2014-10-09 14:16:14下载
- 积分:1
-
TestUseMatlab
VC 中调用MATLAB
程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
(程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
)
- 2009-05-15 09:41:58下载
- 积分:1