登录
首页 » matlab » MatlabAPI

MatlabAPI

于 2010-07-05 发布 文件大小:48KB
0 198
下载积分: 1 下载次数: 14

代码说明:

  Matlab与VC接口编程的例子源代码 包括Matlab的MEX文件、Matlab引擎、Matcom编程、Matlab编辑器等内容(Matlab and VC interface programming source code examples include Matlab' s MEX files, Matlab engine, Matcom programming, Matlab Editor, etc)

文件列表:

MATLAB与外部程序接口编程
........................\第10章
........................\......\li1.txt,1384,2008-12-16
........................\......\li2.txt,2078,2008-12-16
........................\第11章
........................\......\CdbiObject.cpp,16499,2008-12-16
........................\......\CreateHistogram.txt,1509,2008-12-16
........................\......\ImageErrors.h,816,2008-12-16
........................\......\Imageload.h,2582,2008-12-16
........................\......\OnDraw.txt,943,2008-12-16
........................\......\OnFileOpen.txt,345,2008-12-16
........................\......\OnFileSaveAs.txt,1479,2008-12-16
........................\......\OnMorphErosionMATLAB.txt,2398,2008-12-16
........................\......\新建 文本文档.txt,0,2008-12-16
........................\第1章
........................\.....\processgrayimage.m,878,2008-12-16
........................\.....\testcell.m,744,2008-12-16
........................\.....\teststring.m,495,2008-12-16
........................\.....\teststruct.m,517,2008-12-16
........................\第2章
........................\.....\gasket.m,478,2008-12-16
........................\.....\jacobi.m,349,2008-12-16
........................\.....\li1.txt,844,2008-12-16
........................\.....\li2.txt,1476,2008-12-16
........................\.....\li3.txt,1753,2008-12-16
........................\.....\li4.txt,1856,2008-12-16
........................\.....\li5.txt,1623,2008-12-16
........................\.....\li6.txt,4271,2008-12-16
........................\.....\新建 文本文档.txt,1623,2008-12-16
........................\第3章
........................\.....\li23.m,218,2008-12-16
........................\.....\li38.m,142,2008-12-16
........................\.....\li40.m,167,2008-12-16
........................\第4章
........................\.....\li1.m,703,2008-12-16
........................\.....\li1.txt,2625,2008-12-16
........................\.....\li2.m,208,2008-12-16
........................\.....\li2.txt,800,2008-12-16
........................\.....\新建 文本文档.txt,0,2008-12-16
........................\第5章
........................\.....\li1.txt,6218,2008-12-16
........................\.....\li2.txt,1794,2008-12-16
........................\.....\li3.txt,2604,2008-12-16
........................\.....\新建 文本文档.txt,0,2008-12-16
........................\第6章
........................\.....\ex2.cpp,860,2008-12-16
........................\.....\exam1.cpp,537,2008-12-16
........................\.....\exam2.txt,704,2008-12-16
........................\.....\fulltosparse.c,2177,2008-12-16
........................\.....\mex.h,440,2008-12-16
........................\.....\mxshowsparsematrix.c,2008,2008-12-16
........................\.....\mxshowstring.c,3891,2008-12-16
........................\.....\phonebook.c,3142,2008-12-16
........................\.....\revord.c,1209,2008-12-16
........................\.....\showcell.c,3302,2008-12-16
........................\.....\showmatrix.c,980,2008-12-16
........................\.....\showstruct.c,1712,2008-12-16
........................\.....\timestwo.c,808,2008-12-16
........................\第7章
........................\.....\diamond.txt,4728,2008-12-16
........................\.....\getplotcolor.m,220,2008-12-16
........................\.....\myrandplot.m,229,2008-12-16
........................\.....\testproperty.m,131,2008-12-16
........................\.....\zhsl.txt,1294,2008-12-16
........................\.....\新建 文本文档.txt,0,2008-12-16
........................\第8章
........................\.....\diamond.m,343,2008-12-16
........................\.....\pb_add.m,564,2008-12-16
........................\.....\pb_change.m,744,2008-12-16
........................\.....\pb_display.m,219,2008-12-16
........................\.....\pb_keyfilter.m,139,2008-12-16
........................\.....\pb_listall.m,161,2008-12-16
........................\.....\pb_lookup.m,193,2008-12-16
........................\.....\pb_remove.m,409,2008-12-16
........................\.....\phonebook.m,2269,2008-12-16
........................\第9章
........................\.....\1024.txt,747,2008-12-16
........................\.....\Project1.prj.txt,1188,2008-12-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BG_Wael
    Bacteria foraging algorithm for optimisation of anything...
    2013-07-27 00:23:11下载
    积分:1
  • GS
    说明:  matlab的GS算法 运用傅里叶变换 在二维空间实现(matlab gs)
    2012-04-12 00:09:25下载
    积分:1
  • gscale
    GSCALE Scales the intensity of the input image. G = GSCALE(F, full8 ) scales the intensities of F to the full 8-bit intensity range [0, 255]. This is the default if there is only one input argument. G = GSCALE(F, full16 ) scales the intensities of F to the full 16-bit intensity range [0, 65535]. G = GSCALE(F, minmax , LOW, HIGH) scales the intensities of F to the range [LOW, HIGH]. These values must be provided, and they must be in the range [0, 1], independently of the class of the input. GSCALE performs any necessary scaling. If the input is of class double, and its values are not in the range [0, 1], then GSCALE scales it to this range before processing. The class of the output is the same as the class of the input. Copyright 2002-2004 R. C. Gonzalez, R. E. Woods, & S. L. Eddins Digital Image Processing Using MATLAB, Prentice-Hall, 2004 $Revision: 1.5 $ $Date: 2003/11/21 14:36:09 $
    2014-10-07 09:10:58下载
    积分:1
  • STING_code
    基于格网的空间聚类算法STING,附含实例(STING Algorithm)
    2021-04-11 22:08:57下载
    积分:1
  • Particle_Swarm_VRP
    粒子群算法求解车辆路径优化问题,有需要的可以参考一下(PSO for Vehicle Routing Problem)
    2013-11-19 21:05:55下载
    积分:1
  • MATLAB-UG
    利用matlab和ug联合进行齿轮设计,先求解,再建模,思路很新鲜(Ug joint use matlab and gear design, first solved, and then modeling, very fresh ideas)
    2021-04-09 20:38:59下载
    积分:1
  • pipeilvbo
    说明:  产生一个chirp信号,给出时域及频域特性。利用匹配滤波器进行滤波。如果有延时也能正确滤波。(Generate a chirp signal, given the time domain and frequency domain characteristics. Filtering using matched filter. If there is delay filter can correct.)
    2010-03-31 23:19:26下载
    积分:1
  • minPF
    切平面法(matlab)程序 切平面法(matlab)程序(PF algorithm in matlab)
    2013-01-11 07:16:16下载
    积分:1
  • genzong
    这是一个关于视频跟踪的matlab程序,它可以对视频对象进行跟踪……(This is a video tracking matlab program, it can track the video object ...)
    2012-05-23 16:24:24下载
    积分:1
  • Learning-the-Kalman-Filter
    Learning the Kalman Filter
    2011-12-16 14:13:37下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载