- 博客(13)
- 资源 (1)
- 收藏
- 关注
原创 一组MATLAB和 C++数据交换类的设计
一组MATLAB和 C++数据交换类的设计 san email:visualsan@yahoo.cn
2011-03-05 20:14:00 18566 1
原创 LED控件2.0
用GDI+实现了一些新的渐变特性。如果对你有用,请告诉我,我会发无偿给你。邮箱:visualsan@yahoo.cn Simplesan'work, just enjoy! 2010.7.2 NUAA
2010-07-03 10:05:00 702 1
原创 MATLAB和C++数据交类实例---求任意函数y=f(x)的n阶导数,并计算在x=x0处的值
void test2()//计算倒数 { CMatlabEngine eng; eng.OpenEngine(); char tmp[200];//表达式 char tmp1[200]; mxWrap df;//导数表达式 mxWrap val;//原函数值 mxWrap dfval;//导数值 xDouble vx0;//x0 输入 double x0=0; int n=1;//导数阶数 strcpy(tmp,"syms x;");
2011-03-10 10:56:00 2767
原创 MATLAB和C++数据交类实例---矩阵操作
<br />模板矩阵类xMatrix<T>定义了matlab矩阵的接口。<br />由xMatrix<T>模板类具化的类有xMatrixDouble,xMatrixFloat,xMatrixInt,xMatrixUInt,<br />xMatrixInt64,xMatrixUInt64,xMatrixBool,xMatrixChar。<br />下面将结合实例演示如何使用矩阵,以xMatrixDouble为例。<br />1.从matlab中读取矩阵<br /><br />#include <iostrea
2011-03-10 10:25:00 2745
原创 MATLAB和C++数据交类实例---读取mat文件
<br />如何得到MATLAB和C++数据交类请参考:http://blog.csdn.net/visualsan/archive/2011/03/05/6226205.aspx<br /> <br />我们要处理的mat文件中的数据结构类型有:string,标量、矩阵、阵列和结构体;数据类型有int,unsigned int ,int64 ,unsigned int64<br />,float,double,char。<br /> <br />首先定义出不同类型数据的显示方式:<br />1.定义打印矩
2011-03-09 23:12:00 2307
原创 关于源文件使用的说明
<br />所有源文件都在空间中可以找到,主要有以下几个:<br />MatlabEngine.h<br />MatlabEngine.cpp<br />ImxArray.h<br />ImxArray.cpp<br />xArray.h(no cpp)<br />xBool.h<br />xBool.cpp<br />xDouble.h(no cpp)<br />xFile.h<br />xFile.cpp<br />xInt.h(no cpp)<br />xMatrix.h(no cpp)<br />x
2011-03-05 22:29:00 1887 2
原创 源文件:mxWrap
<br />mxWrap.h<br />// mxWrap.h: interface for the mxWrap class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MXWRAP_H__B2D91E17_C0D5_4A55_A321_C87BE1C6ABAE__INCLUDED_) #define AFX_MXWRAP_H__B2D91E17_C0D5
2011-03-05 21:47:00 721
原创 源文件:xDouble_Float,xFile
<br />xDouble_Float.h<br />// xDouble.h: interface for the xDouble class. // ////////////////////////////////////////////////////////////////////// /************************************************************************/ /* matlab&c++ author:san
2011-03-05 21:45:00 734
原创 源文件:xArray,xMatrix
xArray.h// xArray.h: interface for the xArray class. // ////////////////////////////////////////////////////////////////////// /************************************************************************/ /* matlab&c++ author:san address:南京航空航天大学 CPEP
2011-03-05 21:38:00 800
原创 源文件:ImxArray,xBool,xString
ImxArray.h// ImxArray.h: interface for the ImxArray class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_IMXARRAY_H__EA2EBEA3_3A4D_4932_8E75_2773C81AC7FC__INCLUDED_) #define AFX_IMXARRAY_H__EA2EBEA3_3A4D_4
2011-03-05 21:30:00 754
原创 源文件:CMatlabEngine
<br />CMatlabEngine.h<br />// MatlabEngine.h: interface for the CMatlabEngine class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATLABENGINE_H__AC7B9B82_D073_47D6_BE3D_4AF42B6528AD__INCLUDED_) #define A
2011-03-05 21:26:00 634
原创 数值积分(转载)
<br /> <!-- /* Font Definitions */ @font-face {font-family:宋体; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-alt:SimSun; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;}
2010-07-05 10:11:00 579
用GDI+实现的一个多角星控件
2009-12-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人