在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 精通Matlab与C/C++混合编程设计 第3版 光盘源代码

精通Matlab与C/C++混合编程设计 第3版 光盘源代码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:23.03M
  • 下载次数:5
  • 浏览次数:42
  • 发布时间:2023-05-05
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 相关标签: MATLAB C/C++ 混合编程 源代码 c++

实例介绍

【实例简介】《精通Matlab与C/C 混合程序设计源代码》第3版的配套光盘,刘伟著

【实例截图】

from clipboard

【核心代码】
文件清单
├── 光盘使用说明.txt
├── 第1章
│   ├── change_.m
│   ├── imageclass_.m
│   ├── processgrayimage_.m
│   ├── showInputSign_if_.m
│   ├── showInputSign_switch_.m
│   ├── testcell_.m
│   ├── testchange_.m
│   ├── testfor_.m
│   ├── testimage_.m
│   ├── testlogical_.m
│   ├── testnargin_out_.m
│   ├── testoperator_.m
│   ├── testplot_.m
│   ├── testrepmat_.m
│   ├── testscript_.m
│   ├── teststring_.m
│   └── teststruct_.m
├── 第2章
│   ├── 第2章m和c程序
│   │   ├── callbacktest_.m
│   │   ├── evaltest_.m
│   │   ├── img_.m
│   │   ├── img_main_.c
│   │   ├── magicsquare_.m
│   │   ├── myGetStandaloneFileName_.c
│   │   ├── print_error_handle_test_.m
│   │   ├── print_error_handle_test_main_.c
│   │   ├── print_figure_.m
│   │   ├── showctfroot_.m
│   │   ├── testconstruct_.cpp
│   │   ├── testmethods_.cpp
│   │   ├── testmwarray_.cpp
│   │   ├── testshowsparse_.m
│   │   └── var_uncertain_.m
│   └── 第2章实例工程
│       ├── callbacktest
│       │   ├── callbacktest_.exe
│       │   ├── callbacktest_.m
│       │   ├── clickcallback_.m
│       │   ├── mccExcludedFiles_.log
│       │   └── readme_.txt
│       ├── clickcallback
│       │   ├── clickcallback_.m
│       │   ├── clickcallbacktest_.m
│       │   ├── mccExcludedFiles_.log
│       │   └── readme_.txt
│       ├── evaltest
│       │   ├── evaltest_.exe
│       │   ├── evaltest_.m
│       │   ├── mccExcludedFiles_.log
│       │   ├── readme_.txt
│       │   └── showdlg_.m
│       ├── img
│       │   ├── cpplib
│       │   │   ├── img_.bmp
│       │   │   ├── img_.cpp
│       │   │   ├── img_.dll
│       │   │   ├── img_.exp
│       │   │   ├── img_.exports
│       │   │   ├── img_.h
│       │   │   ├── img_.lib
│       │   │   ├── img_.m
│       │   │   ├── mccExcludedFiles_.log
│       │   │   └── readme_.txt
│       │   ├── csharelib
│       │   │   ├── filename_.xls
│       │   │   ├── img_.bmp
│       │   │   ├── img_.c
│       │   │   ├── img_.dll
│       │   │   ├── img_.exp
│       │   │   ├── img_.exports
│       │   │   ├── img_.h
│       │   │   ├── img_.lib
│       │   │   ├── img_.m
│       │   │   ├── mccExcludedFiles_.log
│       │   │   └── readme_.txt
│       │   ├── exe
│       │   │   ├── img_.bmp
│       │   │   ├── img_delay_load_.c
│       │   │   ├── img_delay_load_.obj
│       │   │   ├── img_.exe
│       │   │   ├── img_.m
│       │   │   ├── img_main_.c
│       │   │   ├── img_main_.obj
│       │   │   ├── mccExcludedFiles_.log
│       │   │   └── readme_.txt
│       │   ├── main
│       │   │   ├── img2_.bmp
│       │   │   ├── img_.bmp
│       │   │   ├── img_.ctf
│       │   │   ├── img_delay_load_.c
│       │   │   ├── img_delay_load_.obj
│       │   │   ├── img_.exe
│       │   │   ├── img_.m
│       │   │   ├── img_main_.c
│       │   │   ├── img_main_.obj
│       │   │   ├── img_mcr
│       │   │   │   ├── bin
│       │   │   │   │   └── win32
│       │   │   │   │       ├── ippl_.dll
│       │   │   │   │       ├── ippl_dll_.auth
│       │   │   │   │       ├── iptutil_.dll
│       │   │   │   │       ├── iptutil_dll_.auth
│       │   │   │   │       ├── libippmwipt_.dll
│       │   │   │   │       ├── libippmwipt_dll_.auth
│       │   │   │   │       ├── neighborhood_.dll
│       │   │   │   │       ├── neighborhood_dll_.auth
│       │   │   │   │       ├── ranges_.dll
│       │   │   │   │       └── ranges_dll_.auth
│       │   │   │   ├── img
│       │   │   │   │   └── img_.m
│       │   │   │   ├── img_43258618BC2CF6440BA85BBF79298759
│       │   │   │   ├── java
│       │   │   │   │   └── jar
│       │   │   │   │       └── toolbox
│       │   │   │   │           └── images_.jar
│       │   │   │   └── toolbox
│       │   │   │       ├── compiler
│       │   │   │       │   ├── Contents_.m
│       │   │   │       │   ├── ctfroot_.m
│       │   │   │       │   ├── ja
│       │   │   │       │   │   └── xlate_
│       │   │   │       │   └── system_dependent_.m
│       │   │   │       ├── images
│       │   │   │       │   ├── colorspaces
│       │   │   │       │   │   ├── Contents_.m
│       │   │   │       │   │   ├── sRGB_.icm
│       │   │   │       │   │   └── swopcmyk_.icm
│       │   │   │       │   ├── icons
│       │   │   │       │   │   ├── crop_tool_.png
│       │   │   │       │   │   ├── cursor_contrast_.png
│       │   │   │       │   │   ├── cursor_eyedropper_black_.png
│       │   │   │       │   │   ├── cursor_eyedropper_grey_.png
│       │   │   │       │   │   ├── cursor_eyedropper_white_.png
│       │   │   │       │   │   ├── distance_tool_.gif
│       │   │   │       │   │   ├── hand_.gif
│       │   │   │       │   │   ├── icon_info_.png
│       │   │   │       │   │   ├── iptabout_.mat
│       │   │   │       │   │   ├── overview_.png
│       │   │   │       │   │   ├── overview_zoom_in_.png
│       │   │   │       │   │   ├── overview_zoom_out_.png
│       │   │   │       │   │   ├── pixel_region_.png
│       │   │   │       │   │   ├── pixelreg_zoom_in_.png
│       │   │   │       │   │   ├── pixelreg_zoom_out_.png
│       │   │   │       │   │   ├── point_.png
│       │   │   │       │   │   ├── point_predicted_.png
│       │   │   │       │   │   ├── profile_.png
│       │   │   │       │   │   ├── tool_contrast_.png
│       │   │   │       │   │   ├── tool_eyedropper_black_.png
│       │   │   │       │   │   ├── tool_eyedropper_grey_.png
│       │   │   │       │   │   ├── tool_eyedropper_white_.png
│       │   │   │       │   │   └── tool_hand_.png
│       │   │   │       │   ├── imuitools
│       │   │   │       │   │   ├── Contents_.m
│       │   │   │       │   │   ├── imshow_.m
│       │   │   │       │   │   ├── iptui
│       │   │   │       │   │   │   └── isNitfSupported_.m
│       │   │   │       │   │   └── private
│       │   │   │       │   │       ├── basicImageDisplay_.m
│       │   │   │       │   │       ├── checkDisplayRange_.m
│       │   │   │       │   │       ├── checkInitialMagnification_.m
│       │   │   │       │   │       ├── constrainToWorkArea_.m
│       │   │   │       │   │       ├── figparams_.m
│       │   │   │       │   │       ├── findZoomMag_.m
│       │   │   │       │   │       ├── getDeltaOnePixel_.m
│       │   │   │       │   │       ├── getImageFromFile_.m
│       │   │   │       │   │       ├── getImHeight_.m
│       │   │   │       │   │       ├── getImWidth_.m
│       │   │   │       │   │       ├── getReduceSampling_.m
│       │   │   │       │   │       ├── getSpatialDims_.m
│       │   │   │       │   │       ├── getWorkArea_.m
│       │   │   │       │   │       ├── imageDisplayParseInputs_.m
│       │   │   │       │   │       ├── imageDisplayParsePVPairs_.m
│       │   │   │       │   │       ├── imageDisplayValidateParams_.m
│       │   │   │       │   │       ├── initSize_.m
│       │   │   │       │   │       ├── isJavaFigure_.m
│       │   │   │       │   │       ├── isRSetImage_.m
│       │   │   │       │   │       ├── isSingleImageDefaultPos_.m
│       │   │   │       │   │       └── magPercentsDiffer_.m
│       │   │   │       │   ├── iptformats
│       │   │   │       │   │   ├── Contents_.m
│       │   │   │       │   │   ├── dicomdict_.m
│       │   │   │       │   │   ├── dicom-dict_.mat
│       │   │   │       │   │   ├── dicom-dict_.txt
│       │   │   │       │   │   ├── dicominfo_.m
│       │   │   │       │   │   ├── dicomread_.m
│       │   │   │       │   │   ├── isdicom_.m
│       │   │   │       │   │   ├── isnitf_.m
│       │   │   │       │   │   ├── nitfinfo_.m
│       │   │   │       │   │   ├── nitfread_.m
│       │   │   │       │   │   └── private
│       │   │   │       │   │       ├── bitparse_.mexw32
│       │   │   │       │   │       ├── bitparse_mexw32_.auth
│       │   │   │       │   │       ├── dicom_create_file_struct_.m
│       │   │   │       │   │       ├── dicom_decode_rle_segment_.mexw32
│       │   │   │       │   │       ├── dicom_decode_rle_segment_mexw32_.auth
│       │   │   │       │   │       ├── dicom_get_msg_.m
│       │   │   │       │   │       ├── dicom_load_dictionary_.m
│       │   │   │       │   │       ├── dicomlookup_actions_.m
│       │   │   │       │   │       ├── dicomlookup_helper_.mexw32
│       │   │   │       │   │       ├── dicomlookup_helper_mexw32_.auth
│       │   │   │       │   │       ├── dicomparse_.mexw32
│       │   │   │       │   │       ├── dicomparse_mexw32_.auth
│       │   │   │       │   │       ├── dicom_set_imfinfo_values_.m
│       │   │   │       │   │       ├── dicom_tag_lookup_.m
│       │   │   │       │   │       ├── dicom_typecast_.m
│       │   │   │       │   │       ├── dicom_uid_decode_.m
│       │   │   │       │   │       ├── nitfparse20_.m
│       │   │   │       │   │       ├── nitfparse21_.m
│       │   │   │       │   │       ├── nitfReadMeta_.m
│       │   │   │       │   │       ├── nitfReadMetaMulti_.m
│       │   │   │       │   │       ├── nitfReadMetaNumeric_.m
│       │   │   │       │   │       ├── parseDEsubheader20_.m
│       │   │   │       │   │       ├── parseDEsubheader_.m
│       │   │   │       │   │       ├── parsegraphicsubheader20_.m
│       │   │   │       │   │       ├── parsegraphicsubheader_.m
│       │   │   │       │   │       ├── parseimagesubheader20_.m
│       │   │   │       │   │       ├── parseimagesubheader_.m
│       │   │   │       │   │       ├── parselabelsubheader20_.m
│       │   │   │       │   │       ├── parseREsubheader20_.m
│       │   │   │       │   │       ├── parsetextsubheader20_.m
│       │   │   │       │   │       ├── parsetextsubheader_.m
│       │   │   │       │   │       ├── rnitfc_.mexw32
│       │   │   │       │   │       ├── rnitfc_mexw32_.auth
│       │   │   │       │   │       ├── tobits_.mexw32
│       │   │   │       │   │       ├── tobits_mexw32_.auth
│       │   │   │       │   │       └── tokenize_.m
│       │   │   │       │   └── iptutils
│       │   │   │       │       ├── Contents_.m
│       │   │   │       │       ├── getrangefromclass_.m
│       │   │   │       │       ├── iptcheckinput_.mexw32
│       │   │   │       │       ├── iptcheckinput_mexw32_.auth
│       │   │   │       │       ├── iptcheckstrs_.m
│       │   │   │       │       ├── iptgetpref_.m
│       │   │   │       │       └── private
│       │   │   │       │           ├── iptcheckprefname_.m
│       │   │   │       │           └── iptprefsinfo_.m
│       │   │   │       ├── local
│       │   │   │       │   ├── Contents_.m
│       │   │   │       │   ├── hgrc_.m
│       │   │   │       │   ├── initprefs_.m
│       │   │   │       │   ├── ja
│       │   │   │       │   │   └── xlate_
│       │   │   │       │   ├── matlabrc_.m
│       │   │   │       │   ├── pathdef_.m
│       │   │   │       │   ├── printopt_.m
│       │   │   │       │   └── userpath_.m
│       │   │   │       └── shared
│       │   │   │           ├── imageslib
│       │   │   │           │   ├── Contents_.m
│       │   │   │           │   ├── iptchecknargin_.m
│       │   │   │           │   └── iptnum2ordinal_.m
│       │   │   │           ├── siglib
│       │   │   │           │   └── sigutils
│       │   │   │           │       └── dispContent_.m
│       │   │   │           ├── spcuilib
│       │   │   │           │   ├── generatemsgid_.m
│       │   │   │           │   └── StringBuffer_.m
│       │   │   │           └── system
│       │   │   │               └── matlab
│       │   │   │                   └── system
│       │   │   │                       ├── API_.p
│       │   │   │                       ├── @APIProp
│       │   │   │                       │   ├── APIProp_.p
│       │   │   │                       │   └── checkNumericTypeSpec_.p
│       │   │   │                       ├── checkModesAndWordLengths_.p
│       │   │   │                       ├── CompEnum_.p
│       │   │   │                       ├── Contents_.m
│       │   │   │                       ├── CustomStringEnum_.p
│       │   │   │                       ├── dispFixptHelp_.p
│       │   │   │                       ├── EnumBase_.p
│       │   │   │                       ├── generateMsgID_.p
│       │   │   │                       ├── getFixptDataTypeInfo_.p
│       │   │   │                       ├── getSourceDataTypeInfo_.p
│       │   │   │                       ├── getSpecifyString_.p
│       │   │   │                       ├── hideFixedPointProperties_.m
│       │   │   │                       ├── isfi_.m
│       │   │   │                       ├── isSpecifiedTypeMode_.p
│       │   │   │                       ├── isSystemObjectName_.p
│       │   │   │                       ├── isSystemObject_.p
│       │   │   │                       ├── pvParse_.p
│       │   │   │                       ├── setProp_.p
│       │   │   │                       ├── SFunCoreAPI_.p
│       │   │   │                       ├── SFunSourceAPI_.m
│       │   │   │                       ├── showFixedPointProperties_.m
│       │   │   │                       ├── SourceAPI_.m
│       │   │   │                       ├── StringEnum_.p
│       │   │   │                       └── systemObjectPackageNames_.p
│       │   │   ├── mccExcludedFiles_.log
│       │   │   ├── readme_.txt
│       │   │   └── 新建文件夹
│       │   └── mccm_.m
│       ├── mwarray
│       │   ├── img_.bmp
│       │   ├── img_.m
│       │   ├── testmwarray_.cpp
│       │   └── testmwarray_.exe
│       ├── print_error_handle_test
│       │   ├── mccExcludedFiles_.log
│       │   ├── output_.txt
│       │   ├── print_error_handle_test_.ctf
│       │   ├── print_error_handle_test_delay_load_.c
│       │   ├── print_error_handle_test_delay_load_.obj
│       │   ├── print_error_handle_test_.exe
│       │   ├── print_error_handle_test_.m
│       │   ├── print_error_handle_test_main_.c
│       │   ├── print_error_handle_test_main_.obj
│       │   ├── print_error_handle_test_mcr
│       │   │   ├── print_error_
│       │   │   │   └── print_error_handle_test_.m
│       │   │   ├── print_error__8D7B0E2A2E88C4C821DA3F29FB5C7FA5
│       │   │   └── toolbox
│       │   │       ├── compiler
│       │   │       │   ├── Contents_.m
│       │   │       │   ├── ctfroot_.m
│       │   │       │   ├── ja
│       │   │       │   │   └── xlate_
│       │   │       │   └── system_dependent_.m
│       │   │       ├── local
│       │   │       │   ├── Contents_.m
│       │   │       │   ├── hgrc_.m
│       │   │       │   ├── initprefs_.m
│       │   │       │   ├── ja
│       │   │       │   │   └── xlate_
│       │   │       │   ├── matlabrc_.m
│       │   │       │   ├── pathdef_.m
│       │   │       │   ├── printopt_.m
│       │   │       │   └── userpath_.m
│       │   │       └── shared
│       │   │           ├── siglib
│       │   │           │   └── sigutils
│       │   │           │       └── dispContent_.m
│       │   │           ├── spcuilib
│       │   │           │   ├── generatemsgid_.m
│       │   │           │   └── StringBuffer_.m
│       │   │           └── system
│       │   │               └── matlab
│       │   │                   └── system
│       │   │                       ├── API_.p
│       │   │                       ├── @APIProp
│       │   │                       │   ├── APIProp_.p
│       │   │                       │   └── checkNumericTypeSpec_.p
│       │   │                       ├── checkModesAndWordLengths_.p
│       │   │                       ├── CompEnum_.p
│       │   │                       ├── Contents_.m
│       │   │                       ├── CustomStringEnum_.p
│       │   │                       ├── dispFixptHelp_.p
│       │   │                       ├── EnumBase_.p
│       │   │                       ├── generateMsgID_.p
│       │   │                       ├── getFixptDataTypeInfo_.p
│       │   │                       ├── getSourceDataTypeInfo_.p
│       │   │                       ├── getSpecifyString_.p
│       │   │                       ├── hideFixedPointProperties_.m
│       │   │                       ├── isfi_.m
│       │   │                       ├── isSpecifiedTypeMode_.p
│       │   │                       ├── isSystemObjectName_.p
│       │   │                       ├── isSystemObject_.p
│       │   │                       ├── pvParse_.p
│       │   │                       ├── setProp_.p
│       │   │                       ├── SFunCoreAPI_.p
│       │   │                       ├── SFunSourceAPI_.m
│       │   │                       ├── showFixedPointProperties_.m
│       │   │                       ├── SourceAPI_.m
│       │   │                       ├── StringEnum_.p
│       │   │                       └── systemObjectPackageNames_.p
│       │   └── readme_.txt
│       ├── print_fig
│       │   ├── mccExcludedFiles_.log
│       │   ├── print_figure_.exe
│       │   ├── print_figure_.m
│       │   └── readme_.txt
│       ├── showctfroot
│       │   ├── c
│       │   │   ├── mccExcludedFiles_.log
│       │   │   ├── readme_.txt
│       │   │   ├── showctfroot_.c
│       │   │   ├── showctfroot_.dll
│       │   │   ├── showctfroot_.exp
│       │   │   ├── showctfroot_.exports
│       │   │   ├── showctfroot_.h
│       │   │   ├── showctfroot_.lib
│       │   │   └── showctfroot_.m
│       │   └── cpp
│       │       ├── mccExcludedFiles_.log
│       │       ├── readme_.txt
│       │       ├── showctfroot_.cpp
│       │       ├── showctfroot_.dll
│       │       ├── showctfroot_.exp
│       │       ├── showctfroot_.exports
│       │       ├── showctfroot_.h
│       │       ├── showctfroot_.lib
│       │       ├── showctfroot_.m
│       │       └── testctfroot_.m
│       └── var_uncertain
│           ├── cpplib
│           │   ├── mccExcludedFiles_.log
│           │   ├── readme_.txt
│           │   ├── var_uncertain_cpp_.cpp
│           │   ├── var_uncertain_cpp_.dll
│           │   ├── var_uncertain_cpp_.exp
│           │   ├── var_uncertain_cpp_.exports
│           │   ├── var_uncertain_cpp_.h
│           │   ├── var_uncertain_cpp_.lib
│           │   └── var_uncertain_.m
│           └── csharedlib
│               └── var_uncertain_.m
├── 第3章
│   ├── helloworld_.c
│   ├── helloworld_.cpp
│   ├── HelloWorld_.h
│   ├── helloworld_.m
│   ├── hw_.cpp
│   ├── image3d_.m
│   ├── matGetDir_.c
│   ├── matGetNextVariable_.c
│   ├── matreadmxArray_.c
│   ├── matWritemxArray_.c
│   ├── mexatexit_.c
│   ├── mexcallMatlab_.c
│   ├── mexCallMATLABTrap_.c
│   ├── mexErrMsgIdAndTxt_.c
│   ├── mexEvalString_.c
│   ├── mexFunctionName_.c
│   ├── mexget_.c
│   ├── mexmakepersist_.c
│   ├── mxAssert_.c
│   ├── mxCreateCharArray_.c
│   ├── mxCreateCharMatrixFromString_.c
│   ├── mxGetString_.c
│   ├── mxGetStringEx_.c
│   ├── mxMalloc_.c
│   ├── mxSetAllocFcns_.c
│   ├── mxSetClassName_.c
│   ├── mxsetdimensions_.c
│   ├── mxshowcell_.c
│   ├── mxshowsparsematrix_.c
│   ├── mxshowstring_.c
│   ├── MyClass_.m
│   ├── myGetStandaloneFileName_.c
│   ├── MyGetString_.c
│   ├── objproperty_.c
│   ├── phonebook_.c
│   ├── PrintMemory_.c
│   ├── showarray_.c
│   ├── showmatrix_.c
│   ├── showpeaks_.m
│   ├── showstruct_.c
│   ├── testmexvc_.c
│   └── testshowsparse_.m
├── 第4章
│   ├── ball
│   │   ├── ball_.exe
│   │   ├── ball_.m
│   │   ├── mccExcludedFiles_.log
│   │   └── readme_.txt
│   ├── ball_ctf
│   │   ├── ball_.ctf
│   │   ├── ball_delay_load_.c
│   │   ├── ball_delay_load_.obj
│   │   ├── ball_.exe
│   │   ├── ball_.m
│   │   ├── ball_main_.c
│   │   ├── ball_main_.obj
│   │   ├── ball_mcr
│   │   │   ├── ball
│   │   │   │   └── ball_.m
│   │   │   ├── ball_8F759A47B9F8215FFD60EBD407524E19
│   │   │   └── toolbox
│   │   │       ├── compiler
│   │   │       │   ├── Contents_.m
│   │   │       │   ├── ctfroot_.m
│   │   │       │   ├── ja
│   │   │       │   │   └── xlate_
│   │   │       │   └── system_dependent_.m
│   │   │       ├── local
│   │   │       │   ├── Contents_.m
│   │   │       │   ├── hgrc_.m
│   │   │       │   ├── initprefs_.m
│   │   │       │   ├── ja
│   │   │       │   │   └── xlate_
│   │   │       │   ├── matlabrc_.m
│   │   │       │   ├── pathdef_.m
│   │   │       │   ├── printopt_.m
│   │   │       │   └── userpath_.m
│   │   │       └── shared
│   │   │           ├── siglib
│   │   │           │   └── sigutils
│   │   │           │       └── dispContent_.m
│   │   │           ├── spcuilib
│   │   │           │   ├── generatemsgid_.m
│   │   │           │   └── StringBuffer_.m
│   │   │           └── system
│   │   │               └── matlab
│   │   │                   └── system
│   │   │                       ├── API_.p
│   │   │                       ├── @APIProp
│   │   │                       │   ├── APIProp_.p
│   │   │                       │   └── checkNumericTypeSpec_.p
│   │   │                       ├── checkModesAndWordLengths_.p
│   │   │                       ├── CompEnum_.p
│   │   │                       ├── Contents_.m
│   │   │                       ├── CustomStringEnum_.p
│   │   │                       ├── dispFixptHelp_.p
│   │   │                       ├── EnumBase_.p
│   │   │                       ├── generateMsgID_.p
│   │   │                       ├── getFixptDataTypeInfo_.p
│   │   │                       ├── getSourceDataTypeInfo_.p
│   │   │                       ├── getSpecifyString_.p
│   │   │                       ├── hideFixedPointProperties_.m
│   │   │                       ├── isfi_.m
│   │   │                       ├── isSpecifiedTypeMode_.p
│   │   │                       ├── isSystemObjectName_.p
│   │   │                       ├── isSystemObject_.p
│   │   │                       ├── pvParse_.p
│   │   │                       ├── setProp_.p
│   │   │                       ├── SFunCoreAPI_.p
│   │   │                       ├── SFunSourceAPI_.m
│   │   │                       ├── showFixedPointProperties_.m
│   │   │                       ├── SourceAPI_.m
│   │   │                       ├── StringEnum_.p
│   │   │                       └── systemObjectPackageNames_.p
│   │   ├── mccExcludedFiles_.log
│   │   └── readme_.txt
│   ├── ballvc
│   │   └── ballvc
│   │       ├── ballvc
│   │       │   ├── ballvc_.cpp
│   │       │   ├── ballvc_.vcxproj
│   │       │   ├── ballvc.vcxproj_.filters
│   │       │   ├── ballvc.vcxproj_.user
│   │       │   └── Debug
│   │       │       ├── ballvc.Build.CppClean_.log
│   │       │       ├── ballvc.exe.embed_.manifest
│   │       │       ├── ballvc.exe.embed.manifest_.res
│   │       │       ├── ballvc.exe.intermediate_.manifest
│   │       │       ├── ballvc_.lastbuildstate
│   │       │       ├── ballvc_.log
│   │       │       ├── ballvc_manifest_.rc
│   │       │       ├── ballvc_.obj
│   │       │       ├── cl.command.1_.tlog
│   │       │       ├── CL.read.1_.tlog
│   │       │       ├── CL.write.1_.tlog
│   │       │       ├── link.command.1_.tlog
│   │       │       ├── link-cvtres.read.1_.tlog
│   │       │       ├── link-cvtres.write.1_.tlog
│   │       │       ├── link.read.1_.tlog
│   │       │       ├── link.write.1_.tlog
│   │       │       ├── mt.command.1_.tlog
│   │       │       ├── mt.read.1_.tlog
│   │       │       ├── mt.write.1_.tlog
│   │       │       ├── rc.command.1_.tlog
│   │       │       ├── rc.read.1_.tlog
│   │       │       ├── rc.write.1_.tlog
│   │       │       ├── vc100_.idb
│   │       │       └── vc100_.pdb
│   │       ├── ballvc_.sln
│   │       ├── ballvc_.suo
│   │       └── Debug
│   │           ├── ball_.ctf
│   │           ├── ball_mcr
│   │           │   ├── ball
│   │           │   │   ├── ball_.fig
│   │           │   │   └── ball_.m
│   │           │   ├── ball_E20FFAD1B319E5FAFB36983957794C31
│   │           │   └── toolbox
│   │           │       ├── compiler
│   │           │       │   ├── Contents_.m
│   │           │       │   ├── ctfroot_.m
│   │           │       │   ├── ja
│   │           │       │   │   └── xlate_
│   │           │       │   └── system_dependent_.m
│   │           │       ├── local
│   │           │       │   ├── Contents_.m
│   │           │       │   ├── hgrc_.m
│   │           │       │   ├── initprefs_.m
│   │           │       │   ├── ja
│   │           │       │   │   └── xlate_
│   │           │       │   ├── matlabrc_.m
│   │           │       │   ├── pathdef_.m
│   │           │       │   ├── printopt_.m
│   │           │       │   └── userpath_.m
│   │           │       └── shared
│   │           │           ├── siglib
│   │           │           │   └── sigutils
│   │           │           │       └── dispContent_.m
│   │           │           ├── spcuilib
│   │           │           │   ├── generatemsgid_.m
│   │           │           │   └── StringBuffer_.m
│   │           │           └── system
│   │           │               └── matlab
│   │           │                   └── system
│   │           │                       ├── API_.p
│   │           │                       ├── @APIProp
│   │           │                       │   ├── APIProp_.p
│   │           │                       │   └── checkNumericTypeSpec_.p
│   │           │                       ├── checkModesAndWordLengths_.p
│   │           │                       ├── CompEnum_.p
│   │           │                       ├── Contents_.m
│   │           │                       ├── CustomStringEnum_.p
│   │           │                       ├── dispFixptHelp_.p
│   │           │                       ├── EnumBase_.p
│   │           │                       ├── generateMsgID_.p
│   │           │                       ├── getFixptDataTypeInfo_.p
│   │           │                       ├── getSourceDataTypeInfo_.p
│   │           │                       ├── getSpecifyString_.p
│   │           │                       ├── hideFixedPointProperties_.m
│   │           │                       ├── isfi_.m
│   │           │                       ├── isSpecifiedTypeMode_.p
│   │           │                       ├── isSystemObjectName_.p
│   │           │                       ├── isSystemObject_.p
│   │           │                       ├── pvParse_.p
│   │           │                       ├── setProp_.p
│   │           │                       ├── SFunCoreAPI_.p
│   │           │                       ├── SFunSourceAPI_.m
│   │           │                       ├── showFixedPointProperties_.m
│   │           │                       ├── SourceAPI_.m
│   │           │                       ├── StringEnum_.p
│   │           │                       └── systemObjectPackageNames_.p
│   │           ├── ballvc_.exe
│   │           ├── ballvc_.ilk
│   │           └── ballvc_.pdb
│   ├── CreateProcess和FindWindows去掉控制台窗口
│   │   ├── plotsin
│   │   │   ├── mccExcludedFiles_.log
│   │   │   ├── plotsin_.exe
│   │   │   ├── plotsin_.m
│   │   │   └── readme_.txt
│   │   └── plotsinvc
│   │       ├── plotsinvc
│   │       │   ├── plotsinvc_.aps
│   │       │   ├── plotsinvc_.cpp
│   │       │   ├── plotsinvcDlg_.cpp
│   │       │   ├── plotsinvcDlg_.h
│   │       │   ├── plotsinvc_.h
│   │       │   ├── plotsinvc_.rc
│   │       │   ├── plotsinvc_.vcxproj
│   │       │   ├── plotsinvc.vcxproj_.filters
│   │       │   ├── plotsinvc.vcxproj_.user
│   │       │   ├── ReadMe_.txt
│   │       │   ├── res
│   │       │   │   ├── plotsinvc_.ico
│   │       │   │   └── plotsinvc_.rc2
│   │       │   ├── resource_.h
│   │       │   ├── stdafx_.cpp
│   │       │   ├── stdafx_.h
│   │       │   └── targetver_.h
│   │       ├── plotsinvc_.sln
│   │       └── plotsinvc_.suo
│   ├── flames
│   │   ├── flames_.ctf
│   │   ├── flames_delay_load_.c
│   │   ├── flames_delay_load_.obj
│   │   ├── flames_.exe
│   │   ├── flames_.m
│   │   ├── flames_main_.c
│   │   ├── flames_main_.obj
│   │   ├── flames_.mat
│   │   ├── flames_mcr
│   │   │   ├── flames
│   │   │   │   ├── flames_.m
│   │   │   │   └── flames_.mat
│   │   │   ├── flames_60D240CA61DA3B7AB6190C6EC571B0A6
│   │   │   └── toolbox
│   │   │       ├── compiler
│   │   │       │   ├── Contents_.m
│   │   │       │   ├── ctfroot_.m
│   │   │       │   ├── ja
│   │   │       │   │   └── xlate_
│   │   │       │   └── system_dependent_.m
│   │   │       ├── local
│   │   │       │   ├── Contents_.m
│   │   │       │   ├── hgrc_.m
│   │   │       │   ├── initprefs_.m
│   │   │       │   ├── ja
│   │   │       │   │   └── xlate_
│   │   │       │   ├── matlabrc_.m
│   │   │       │   ├── pathdef_.m
│   │   │       │   ├── printopt_.m
│   │   │       │   └── userpath_.m
│   │   │       └── shared
│   │   │           ├── siglib
│   │   │           │   └── sigutils
│   │   │           │       └── dispContent_.m
│   │   │           ├── spcuilib
│   │   │           │   ├── generatemsgid_.m
│   │   │           │   └── StringBuffer_.m
│   │   │           └── system
│   │   │               └── matlab
│   │   │                   └── system
│   │   │                       ├── API_.p
│   │   │                       ├── @APIProp
│   │   │                       │   ├── APIProp_.p
│   │   │                       │   └── checkNumericTypeSpec_.p
│   │   │                       ├── checkModesAndWordLengths_.p
│   │   │                       ├── CompEnum_.p
│   │   │                       ├── Contents_.m
│   │   │                       ├── CustomStringEnum_.p
│   │   │                       ├── dispFixptHelp_.p
│   │   │                       ├── EnumBase_.p
│   │   │                       ├── generateMsgID_.p
│   │   │                       ├── getFixptDataTypeInfo_.p
│   │   │                       ├── getSourceDataTypeInfo_.p
│   │   │                       ├── getSpecifyString_.p
│   │   │                       ├── hideFixedPointProperties_.m
│   │   │                       ├── isfi_.m
│   │   │                       ├── isSpecifiedTypeMode_.p
│   │   │                       ├── isSystemObjectName_.p
│   │   │                       ├── isSystemObject_.p
│   │   │                       ├── pvParse_.p
│   │   │                       ├── setProp_.p
│   │   │                       ├── SFunCoreAPI_.p
│   │   │                       ├── SFunSourceAPI_.m
│   │   │                       ├── showFixedPointProperties_.m
│   │   │                       ├── SourceAPI_.m
│   │   │                       ├── StringEnum_.p
│   │   │                       └── systemObjectPackageNames_.p
│   │   ├── mccExcludedFiles_.log
│   │   └── readme_.txt
│   ├── mrandplot
│   │   ├── mccExcludedFiles_.log
│   │   ├── mrandplot_.exe
│   │   ├── MrandplotLib_.c
│   │   ├── MrandplotLib_.dll
│   │   ├── MrandplotLib_.exp
│   │   ├── MrandplotLib_.exports
│   │   ├── MrandplotLib_.h
│   │   ├── MrandplotLib_.lib
│   │   ├── MrandplotLib_.obj
│   │   ├── mrandplot_.m
│   │   ├── mrandplot_vc_window_.c
│   │   ├── mrandplot_vc_window_.exe
│   │   └── readme_.txt
│   ├── showdata_external
│   │   ├── getdata_external_.c
│   │   ├── getdata_external_.h
│   │   ├── mccExcludedFiles_.log
│   │   ├── readme_.txt
│   │   ├── showdata_.ctf
│   │   ├── showdata_delay_load_.c
│   │   ├── showdata_delay_load_.obj
│   │   ├── showdata_.exe
│   │   ├── showdata_.m
│   │   ├── showdata_main_.c
│   │   ├── showdata_main_.obj
│   │   └── showdata_mcr
│   │       ├── showdata
│   │       │   └── showdata_.m
│   │       ├── showdata_33422B4EB0D421A9AFDBF87B401BCA68
│   │       └── toolbox
│   │           ├── compiler
│   │           │   ├── Contents_.m
│   │           │   ├── ctfroot_.m
│   │           │   ├── ja
│   │           │   │   └── xlate_
│   │           │   └── system_dependent_.m
│   │           ├── local
│   │           │   ├── Contents_.m
│   │           │   ├── hgrc_.m
│   │           │   ├── initprefs_.m
│   │           │   ├── ja
│   │           │   │   └── xlate_
│   │           │   ├── matlabrc_.m
│   │           │   ├── pathdef_.m
│   │           │   ├── printopt_.m
│   │           │   └── userpath_.m
│   │           └── shared
│   │               ├── siglib
│   │               │   └── sigutils
│   │               │       └── dispContent_.m
│   │               ├── spcuilib
│   │               │   ├── generatemsgid_.m
│   │               │   └── StringBuffer_.m
│   │               └── system
│   │                   └── matlab
│   │                       └── system
│   │                           ├── API_.p
│   │                           ├── @APIProp
│   │                           │   ├── APIProp_.p
│   │                           │   └── checkNumericTypeSpec_.p
│   │                           ├── checkModesAndWordLengths_.p
│   │                           ├── CompEnum_.p
│   │                           ├── Contents_.m
│   │                           ├── CustomStringEnum_.p
│   │                           ├── dispFixptHelp_.p
│   │                           ├── EnumBase_.p
│   │                           ├── generateMsgID_.p
│   │                           ├── getFixptDataTypeInfo_.p
│   │                           ├── getSourceDataTypeInfo_.p
│   │                           ├── getSpecifyString_.p
│   │                           ├── hideFixedPointProperties_.m
│   │                           ├── isfi_.m
│   │                           ├── isSpecifiedTypeMode_.p
│   │                           ├── isSystemObjectName_.p
│   │                           ├── isSystemObject_.p
│   │                           ├── pvParse_.p
│   │                           ├── setProp_.p
│   │                           ├── SFunCoreAPI_.p
│   │                           ├── SFunSourceAPI_.m
│   │                           ├── showFixedPointProperties_.m
│   │                           ├── SourceAPI_.m
│   │                           ├── StringEnum_.p
│   │                           └── systemObjectPackageNames_.p
│   └── 将输出改到Windows窗口上
│       └── testredirectoutput -vc2010
│           ├── MainFrm_.cpp
│           ├── MainFrm_.h
│           ├── plotrand
│           │   ├── mccExcludedFiles_.log
│           │   ├── plotrand_.exe
│           │   ├── plotrand_.m
│           │   └── readme_.txt
│           ├── ReadMe_.txt
│           ├── res
│           │   ├── testredirectoutputDoc_.ico
│           │   ├── testredirectoutput_.ico
│           │   ├── testredirectoutput_.rc2
│           │   └── Toolbar_.bmp
│           ├── Resource_.h
│           ├── ShellView_.cpp
│           ├── ShellView_.h
│           ├── StdAfx_.cpp
│           ├── StdAfx_.h
│           ├── testredirectoutput_.aps
│           ├── testredirectoutput_.clw
│           ├── testredirectoutput_.cpp
│           ├── testredirectoutputDoc_.cpp
│           ├── testredirectoutputDoc_.h
│           ├── testredirectoutput_.dsp
│           ├── testredirectoutput_.dsw
│           ├── testredirectoutput_.exe
│           ├── testredirectoutput_.h
│           ├── testredirectoutput_.ncb
│           ├── testredirectoutput_.opt
│           ├── testredirectoutput_.plg
│           ├── testredirectoutput_.rc
│           ├── testredirectoutput_.sln
│           ├── testredirectoutput_.suo
│           ├── testredirectoutput_.vcxproj
│           ├── testredirectoutput.vcxproj_.filters
│           └── testredirectoutput.vcxproj_.user
├── 第5章
│   ├── matlabenginetest(VC 2010)
│   │   ├── MainFrm_.cpp
│   │   ├── MainFrm_.h
│   │   ├── matlabenginetest_.aps
│   │   ├── matlabenginetest_.clw
│   │   ├── matlabenginetest_.cpp
│   │   ├── matlabenginetestDoc_.cpp
│   │   ├── matlabenginetestDoc_.h
│   │   ├── matlabenginetest_.dsp
│   │   ├── matlabenginetest_.dsw
│   │   ├── matlabenginetest_.h
│   │   ├── matlabenginetest_.ncb
│   │   ├── matlabenginetest_.opt
│   │   ├── matlabenginetest_.plg
│   │   ├── matlabenginetest_.rc
│   │   ├── matlabenginetest_.sdf
│   │   ├── matlabenginetest_.sln
│   │   ├── matlabenginetest_.suo
│   │   ├── matlabenginetest_.vcxproj
│   │   ├── matlabenginetest.vcxproj_.filters
│   │   ├── matlabenginetest.vcxproj_.user
│   │   ├── matlabenginetestView_.cpp
│   │   ├── matlabenginetestView_.h
│   │   ├── ReadMe_.txt
│   │   ├── res
│   │   │   ├── matlabenginetest (2)_.ico
│   │   │   ├── matlabenginetest (2)_.rc2
│   │   │   ├── matlabenginetestDoc (2)_.ico
│   │   │   ├── matlabenginetestDoc_.ico
│   │   │   ├── matlabenginetest_.ico
│   │   │   ├── matlabenginetest_.rc2
│   │   │   ├── Thumbs (2)_.db
│   │   │   ├── Thumbs_.db
│   │   │   ├── Toolbar (2)_.bmp
│   │   │   └── Toolbar_.bmp
│   │   ├── Resource_.h
│   │   ├── StdAfx_.cpp
│   │   └── StdAfx_.h
│   └── VC 中调用Matlab  .m函数编译后的动态链接库 (VC2010)
│       ├── m
│       │   ├── libsincplot_.c
│       │   ├── libsincplot_.dll
│       │   ├── libsincplot_.exp
│       │   ├── libsincplot_.exports
│       │   ├── libsincplot_.h
│       │   ├── libsincplot_.lib
│       │   ├── mccExcludedFiles_.log
│       │   ├── readme_.txt
│       │   └── sincplot_.m
│       └── testsincplot_dll
│           ├── Debug
│           │   └── testsincplot_dll_.exe
│           ├── libsincplot_.dll
│           ├── libsincplot_.h
│           ├── libsincplot_.lib
│           ├── MainFrm_.cpp
│           ├── MainFrm_.h
│           ├── ReadMe_.txt
│           ├── res
│           │   ├── testsincplot_dll (2)_.ico
│           │   ├── testsincplot_dll (2)_.rc2
│           │   ├── testsincplot_dllDoc (2)_.ico
│           │   ├── testsincplot_dllDoc_.ico
│           │   ├── testsincplot_dll_.ico
│           │   ├── testsincplot_dll_.rc2
│           │   ├── Toolbar (2)_.bmp
│           │   └── Toolbar_.bmp
│           ├── Resource_.h
│           ├── StdAfx_.cpp
│           ├── StdAfx_.h
│           ├── testsincplot_dll_.aps
│           ├── testsincplot_dll_.clw
│           ├── testsincplot_dll_.cpp
│           ├── testsincplot_dllDoc_.cpp
│           ├── testsincplot_dllDoc_.h
│           ├── testsincplot_dll_.dsp
│           ├── testsincplot_dll_.dsw
│           ├── testsincplot_dll_.h
│           ├── testsincplot_dll_.ncb
│           ├── testsincplot_dll_.opt
│           ├── testsincplot_dll_.plg
│           ├── testsincplot_dll_.rc
│           ├── testsincplot_dll_.sln
│           ├── testsincplot_dll_.suo
│           ├── testsincplot_dll_.vcxproj
│           ├── testsincplot_dll.vcxproj_.filters
│           ├── testsincplot_dll.vcxproj_.user
│           ├── testsincplot_dllView_.cpp
│           └── testsincplot_dllView_.h
├── 第6章
│   ├── cellormatrix
│   │   ├── cellormatrix_.m
│   │   ├── distrib
│   │   │   ├── cellormatrix_1_0_.dll
│   │   │   └── readme_.txt
│   │   └── src
│   │       ├── cellormatrix_1_0_.dll
│   │       ├── cellormatrix_1_0_.exp
│   │       ├── cellormatrix_1_0_.lib
│   │       ├── cellormatrix_com_.cpp
│   │       ├── cellormatrix_com_.hpp
│   │       ├── cellormatrix_.def
│   │       ├── cellormatrix_dll_.cpp
│   │       ├── cellormatrix_idl_.h
│   │       ├── cellormatrix_idl_i_.c
│   │       ├── cellormatrix_idl_.idl
│   │       ├── cellormatrix_idl_p_.c
│   │       ├── cellormatrix_idl_.tlb
│   │       ├── cellormatrix_.rc
│   │       ├── dlldata_.c
│   │       ├── mccExcludedFiles_.log
│   │       ├── mwcomtypes_.h
│   │       ├── mwcomtypes_i_.c
│   │       ├── mwcomtypes_p_.c
│   │       └── readme_.txt
│   ├── cellormatrixvc
│   │   ├── cellormatrixvc
│   │   │   ├── cellormatrix_idl_.h
│   │   │   ├── cellormatrix_idl_i_.c
│   │   │   ├── cellormatrixvc_.cpp
│   │   │   ├── cellormatrixvc_.vcxproj
│   │   │   ├── cellormatrixvc.vcxproj_.filters
│   │   │   ├── cellormatrixvc.vcxproj_.user
│   │   │   ├── Debug
│   │   │   │   ├── cellormatrix_idl_i_.obj
│   │   │   │   ├── cellormatrixvc.Build.CppClean_.log
│   │   │   │   ├── cellormatrixvc.exe.embed_.manifest
│   │   │   │   ├── cellormatrixvc.exe.embed.manifest_.res
│   │   │   │   ├── cellormatrixvc.exe.intermediate_.manifest
│   │   │   │   ├── cellormatrixvc_.lastbuildstate
│   │   │   │   ├── cellormatrixvc_.log
│   │   │   │   ├── cellormatrixvc_manifest_.rc
│   │   │   │   ├── cellormatrixvc_.obj
│   │   │   │   ├── cellormatrixvc_.pch
│   │   │   │   ├── cl.command.1_.tlog
│   │   │   │   ├── CL.read.1_.tlog
│   │   │   │   ├── CL.write.1_.tlog
│   │   │   │   ├── link.4212-cvtres.read.1_.tlog
│   │   │   │   ├── link.4212-cvtres.write.1_.tlog
│   │   │   │   ├── link.4212.read.1_.tlog
│   │   │   │   ├── link.4212.write.1_.tlog
│   │   │   │   ├── link.command.1_.tlog
│   │   │   │   ├── link-cvtres.read.1_.tlog
│   │   │   │   ├── link-cvtres.write.1_.tlog
│   │   │   │   ├── link.read.1_.tlog
│   │   │   │   ├── link.write.1_.tlog
│   │   │   │   ├── mt.command.1_.tlog
│   │   │   │   ├── mt.read.1_.tlog
│   │   │   │   ├── mt.write.1_.tlog
│   │   │   │   ├── mwcomutil_.tlh
│   │   │   │   ├── rc.command.1_.tlog
│   │   │   │   ├── rc.read.1_.tlog
│   │   │   │   ├── rc.write.1_.tlog
│   │   │   │   ├── stdafx_.obj
│   │   │   │   ├── vc100_.idb
│   │   │   │   └── vc100_.pdb
│   │   │   ├── mwcomtypes_.h
│   │   │   ├── ReadMe_.txt
│   │   │   ├── stdafx_.cpp
│   │   │   ├── stdafx_.h
│   │   │   └── targetver_.h
│   │   ├── cellormatrixvc_.sln
│   │   └── cellormatrixvc_.suo
│   ├── complex
│   │   ├── addcomplexarray_.m
│   │   ├── displayarray_.m
│   │   ├── distrib
│   │   │   ├── complex_1_0_.dll
│   │   │   └── readme_.txt
│   │   └── src
│   │       ├── complex_1_0_.dll
│   │       ├── complex_1_0_.exp
│   │       ├── complex_1_0_.lib
│   │       ├── complex_com_.cpp
│   │       ├── complex_com_.hpp
│   │       ├── complex_.def
│   │       ├── complex_dll_.cpp
│   │       ├── complex_idl_.h
│   │       ├── complex_idl_i_.c
│   │       ├── complex_idl_.idl
│   │       ├── complex_idl_p_.c
│   │       ├── complex_idl_.tlb
│   │       ├── complex_.rc
│   │       ├── dlldata_.c
│   │       ├── mccExcludedFiles_.log
│   │       ├── mwcomtypes_.h
│   │       ├── mwcomtypes_i_.c
│   │       ├── mwcomtypes_p_.c
│   │       └── readme_.txt
│   ├── complexvc
│   │   ├── complexvc
│   │   │   ├── complex_idl_.h
│   │   │   ├── complex_idl_i_.c
│   │   │   ├── complexvc_.cpp
│   │   │   ├── complexvc_.vcxproj
│   │   │   ├── complexvc.vcxproj_.filters
│   │   │   ├── complexvc.vcxproj_.user
│   │   │   ├── Debug
│   │   │   │   ├── cl.command.1_.tlog
│   │   │   │   ├── CL.read.1_.tlog
│   │   │   │   ├── CL.write.1_.tlog
│   │   │   │   ├── complex_idl_i_.obj
│   │   │   │   ├── complex_idl_p_.obj
│   │   │   │   ├── complexvc.Build.CppClean_.log
│   │   │   │   ├── complexvc.exe.embed_.manifest
│   │   │   │   ├── complexvc.exe.embed.manifest_.res
│   │   │   │   ├── complexvc.exe.intermediate_.manifest
│   │   │   │   ├── complexvc_.lastbuildstate
│   │   │   │   ├── complexvc_.log
│   │   │   │   ├── complexvc_manifest_.rc
│   │   │   │   ├── complexvc_.obj
│   │   │   │   ├── complexvc_.pch
│   │   │   │   ├── link.4060-cvtres.read.1_.tlog
│   │   │   │   ├── link.4060-cvtres.write.1_.tlog
│   │   │   │   ├── link.4060.read.1_.tlog
│   │   │   │   ├── link.4060.write.1_.tlog
│   │   │   │   ├── link.command.1_.tlog
│   │   │   │   ├── link-cvtres.read.1_.tlog
│   │   │   │   ├── link-cvtres.write.1_.tlog
│   │   │   │   ├── link.read.1_.tlog
│   │   │   │   ├── link.write.1_.tlog
│   │   │   │   ├── mt.command.1_.tlog
│   │   │   │   ├── mt.read.1_.tlog
│   │   │   │   ├── mt.write.1_.tlog
│   │   │   │   ├── mwcomutil_.tlh
│   │   │   │   ├── rc.command.1_.tlog
│   │   │   │   ├── rc.read.1_.tlog
│   │   │   │   ├── rc.write.1_.tlog
│   │   │   │   ├── stdafx_.obj
│   │   │   │   ├── vc100_.idb
│   │   │   │   └── vc100_.pdb
│   │   │   ├── mwcomtypes_.h
│   │   │   ├── ReadMe_.txt
│   │   │   ├── stdafx_.cpp
│   │   │   ├── stdafx_.h
│   │   │   └── targetver_.h
│   │   ├── complexvc_.sln
│   │   └── complexvc_.suo
│   ├── myrandplotestvc
│   │   ├── myrandplotestvc
│   │   │   ├── mwcomtypes_.h
│   │   │   ├── myrandplotestvc_.aps
│   │   │   ├── myrandplotestvc_.cpp
│   │   │   ├── myrandplotestvcDlg_.cpp
│   │   │   ├── myrandplotestvcDlg_.h
│   │   │   ├── myrandplotestvc_.h
│   │   │   ├── myrandplotestvc_.rc
│   │   │   ├── myrandplotestvc_.vcxproj
│   │   │   ├── myrandplotestvc.vcxproj_.filters
│   │   │   ├── myrandplotestvc.vcxproj_.user
│   │   │   ├── myrandplottest_idl_.h
│   │   │   ├── myrandplottest_idl_i_.c
│   │   │   ├── ReadMe_.txt
│   │   │   ├── res
│   │   │   │   ├── myrandplotestvc_.ico
│   │   │   │   └── myrandplotestvc_.rc2
│   │   │   ├── resource_.h
│   │   │   ├── stdafx_.cpp
│   │   │   ├── stdafx_.h
│   │   │   └── targetver_.h
│   │   ├── myrandplotestvc_.sln
│   │   └── myrandplotestvc_.suo
│   ├── myrandplottest
│   │   ├── getplotcolor_.m
│   │   ├── myrandplot_.m
│   │   ├── myrandplottest
│   │   │   ├── distrib
│   │   │   │   ├── _install_.bat
│   │   │   │   ├── myrandplottest_1_0_.dll
│   │   │   │   └── readme_.txt
│   │   │   └── src
│   │   │       ├── dlldata_.c
│   │   │       ├── mccExcludedFiles_.log
│   │   │       ├── mwcomtypes_.h
│   │   │       ├── mwcomtypes_i_.c
│   │   │       ├── mwcomtypes_p_.c
│   │   │       ├── myrandplot_com_.cpp
│   │   │       ├── myrandplot_com_.hpp
│   │   │       ├── myrandplottest_1_0_.dll
│   │   │       ├── myrandplottest_1_0_.exp
│   │   │       ├── myrandplottest_1_0_.lib
│   │   │       ├── myrandplottest_.def
│   │   │       ├── myrandplottest_dll_.cpp
│   │   │       ├── myrandplottest_idl_.h
│   │   │       ├── myrandplottest_idl_i_.c
│   │   │       ├── myrandplottest_idl_.idl
│   │   │       ├── myrandplottest_idl_p_.c
│   │   │       ├── myrandplottest_idl_.tlb
│   │   │       ├── myrandplottest_.rc
│   │   │       └── readme_.txt
│   │   ├── myrandplottest_.prj
│   │   └── setplotcolor_.m
│   ├── sparsematrix
│   │   ├── change2sparse_.m
│   │   ├── displaymatrix_.m
│   │   ├── distrib
│   │   │   ├── readme_.txt
│   │   │   └── sparsematrix_1_0_.dll
│   │   ├── src
│   │   │   ├── dlldata_.c
│   │   │   ├── mccExcludedFiles_.log
│   │   │   ├── mwcomtypes_.h
│   │   │   ├── mwcomtypes_i_.c
│   │   │   ├── mwcomtypes_p_.c
│   │   │   ├── readme_.txt
│   │   │   ├── sparsematrix_1_0_.dll
│   │   │   ├── sparsematrix_1_0_.exp
│   │   │   ├── sparsematrix_1_0_.lib
│   │   │   ├── sparsematrix_com_.cpp
│   │   │   ├── sparsematrix_com_.hpp
│   │   │   ├── sparsematrix_.def
│   │   │   ├── sparsematrix_dll_.cpp
│   │   │   ├── sparsematrix_idl_.h
│   │   │   ├── sparsematrix_idl_i_.c
│   │   │   ├── sparsematrix_idl_.idl
│   │   │   ├── sparsematrix_idl_p_.c
│   │   │   ├── sparsematrix_idl_.tlb
│   │   │   └── sparsematrix_.rc
│   │   └── testconstruct_.cpp
│   ├── sparsematrixvc
│   │   ├── sparsematrixvc
│   │   │   ├── Debug
│   │   │   │   ├── cl.command.1_.tlog
│   │   │   │   ├── CL.read.1_.tlog
│   │   │   │   ├── CL.write.1_.tlog
│   │   │   │   ├── link.5076-cvtres.read.1_.tlog
│   │   │   │   ├── link.5076-cvtres.write.1_.tlog
│   │   │   │   ├── link.5076.read.1_.tlog
│   │   │   │   ├── link.5076.write.1_.tlog
│   │   │   │   ├── link.command.1_.tlog
│   │   │   │   ├── link-cvtres.read.1_.tlog
│   │   │   │   ├── link-cvtres.write.1_.tlog
│   │   │   │   ├── link.read.1_.tlog
│   │   │   │   ├── link.write.1_.tlog
│   │   │   │   ├── mt.command.1_.tlog
│   │   │   │   ├── mt.read.1_.tlog
│   │   │   │   ├── mt.write.1_.tlog
│   │   │   │   ├── mwcomutil_.tlh
│   │   │   │   ├── rc.command.1_.tlog
│   │   │   │   ├── rc.read.1_.tlog
│   │   │   │   ├── rc.write.1_.tlog
│   │   │   │   ├── sparsematrix_idl_i_.obj
│   │   │   │   ├── sparsematrixvc.Build.CppClean_.log
│   │   │   │   ├── sparsematrixvc.exe.embed_.manifest
│   │   │   │   ├── sparsematrixvc.exe.embed.manifest_.res
│   │   │   │   ├── sparsematrixvc.exe.intermediate_.manifest
│   │   │   │   ├── sparsematrixvc_.lastbuildstate
│   │   │   │   ├── sparsematrixvc_.log
│   │   │   │   ├── sparsematrixvc_manifest_.rc
│   │   │   │   ├── sparsematrixvc_.obj
│   │   │   │   ├── sparsematrixvc_.pch
│   │   │   │   ├── stdafx_.obj
│   │   │   │   ├── vc100_.idb
│   │   │   │   └── vc100_.pdb
│   │   │   ├── mwcomtypes_.h
│   │   │   ├── ReadMe_.txt
│   │   │   ├── sparsematrix_idl_.h
│   │   │   ├── sparsematrix_idl_i_.c
│   │   │   ├── sparsematrixvc_.cpp
│   │   │   ├── sparsematrixvc_.vcxproj
│   │   │   ├── sparsematrixvc.vcxproj_.filters
│   │   │   ├── sparsematrixvc.vcxproj_.user
│   │   │   ├── stdafx_.cpp
│   │   │   ├── stdafx_.h
│   │   │   └── targetver_.h
│   │   ├── sparsematrixvc_.sln
│   │   └── sparsematrixvc_.suo
│   ├── struct
│   ├── structtest
│   │   ├── displaystruct_.m
│   │   ├── distrib
│   │   │   ├── readme_.txt
│   │   │   └── structtest_1_0_.dll
│   │   ├── src
│   │   │   ├── dlldata_.c
│   │   │   ├── mccExcludedFiles_.log
│   │   │   ├── mwcomtypes_.h
│   │   │   ├── mwcomtypes_i_.c
│   │   │   ├── mwcomtypes_p_.c
│   │   │   ├── readme_.txt
│   │   │   ├── structcombine_com_.cpp
│   │   │   ├── structcombine_com_.hpp
│   │   │   ├── structtest_1_0_.dll
│   │   │   ├── structtest_1_0_.exp
│   │   │   ├── structtest_1_0_.lib
│   │   │   ├── structtest_.def
│   │   │   ├── structtest_dll_.cpp
│   │   │   ├── structtest_idl_.h
│   │   │   ├── structtest_idl_i_.c
│   │   │   ├── structtest_idl_.idl
│   │   │   ├── structtest_idl_p_.c
│   │   │   ├── structtest_idl_.tlb
│   │   │   ├── structtest_.rc
│   │   │   ├── structutils_com_.cpp
│   │   │   └── structutils_com_.hpp
│   │   ├── structcombine_.m
│   │   ├── structtest
│   │   │   ├── distrib
│   │   │   │   ├── readme_.txt
│   │   │   │   └── structtest_1_0_.dll
│   │   │   └── src
│   │   │       ├── dlldata_.c
│   │   │       ├── mccExcludedFiles_.log
│   │   │       ├── mwcomtypes_.h
│   │   │       ├── mwcomtypes_i_.c
│   │   │       ├── mwcomtypes_p_.c
│   │   │       ├── readme_.txt
│   │   │       ├── structcombine_com_.cpp
│   │   │       ├── structcombine_com_.hpp
│   │   │       ├── structtest_1_0_.dll
│   │   │       ├── structtest_1_0_.exp
│   │   │       ├── structtest_1_0_.lib
│   │   │       ├── structtest_.def
│   │   │       ├── structtest_dll_.cpp
│   │   │       ├── structtest_idl_.h
│   │   │       ├── structtest_idl_i_.c
│   │   │       ├── structtest_idl_.idl
│   │   │       ├── structtest_idl_p_.c
│   │   │       ├── structtest_idl_.tlb
│   │   │       ├── structtest_.rc
│   │   │       ├── structutils_com_.cpp
│   │   │       └── structutils_com_.hpp
│   │   └── structtest_.prj
│   ├── structtestvc
│   │   ├── structtestvc
│   │   │   ├── Debug
│   │   │   │   ├── cl.command.1_.tlog
│   │   │   │   ├── CL.read.1_.tlog
│   │   │   │   ├── CL.write.1_.tlog
│   │   │   │   ├── link.command.1_.tlog
│   │   │   │   ├── link-cvtres.read.1_.tlog
│   │   │   │   ├── link-cvtres.write.1_.tlog
│   │   │   │   ├── link.read.1_.tlog
│   │   │   │   ├── link.write.1_.tlog
│   │   │   │   ├── mt.command.1_.tlog
│   │   │   │   ├── mt.read.1_.tlog
│   │   │   │   ├── mt.write.1_.tlog
│   │   │   │   ├── mwcomutil_.tlh
│   │   │   │   ├── rc.command.1_.tlog
│   │   │   │   ├── rc.read.1_.tlog
│   │   │   │   ├── rc.write.1_.tlog
│   │   │   │   ├── stdafx_.obj
│   │   │   │   ├── structtest_idl_i_.obj
│   │   │   │   ├── structtestvc.exe.embed_.manifest
│   │   │   │   ├── structtestvc.exe.embed.manifest_.res
│   │   │   │   ├── structtestvc.exe.intermediate_.manifest
│   │   │   │   ├── structtestvc_.lastbuildstate
│   │   │   │   ├── structtestvc_.log
│   │   │   │   ├── structtestvc_manifest_.rc
│   │   │   │   ├── structtestvc_.obj
│   │   │   │   ├── structtestvc_.pch
│   │   │   │   ├── vc100_.idb
│   │   │   │   └── vc100_.pdb
│   │   │   ├── mwcomtypes_.h
│   │   │   ├── ReadMe_.txt
│   │   │   ├── stdafx_.cpp
│   │   │   ├── stdafx_.h
│   │   │   ├── structtest_idl_.h
│   │   │   ├── structtest_idl_i_.c
│   │   │   ├── structtestvc_.cpp
│   │   │   ├── structtestvc_.vcxproj
│   │   │   ├── structtestvc.vcxproj_.filters
│   │   │   ├── structtestvc.vcxproj_.user
│   │   │   └── targetver_.h
│   │   ├── structtestvc_.sln
│   │   └── structtestvc_.suo
│   ├── vararg
│   │   ├── createdictionary_.m
│   │   ├── displayinput_.m
│   │   ├── distrib
│   │   │   ├── readme_.txt
│   │   │   └── vararg_1_0_.dll
│   │   ├── sortinputstring_.m
│   │   ├── src
│   │   │   ├── dlldata_.c
│   │   │   ├── mccExcludedFiles_.log
│   │   │   ├── mwcomtypes_.h
│   │   │   ├── mwcomtypes_i_.c
│   │   │   ├── mwcomtypes_p_.c
│   │   │   ├── readme_.txt
│   │   │   ├── vararg_1_0_.dll
│   │   │   ├── vararg_1_0_.exp
│   │   │   ├── vararg_1_0_.lib
│   │   │   ├── vararg_com_.cpp
│   │   │   ├── vararg_com_.hpp
│   │   │   ├── vararg_.def
│   │   │   ├── vararg_dll_.cpp
│   │   │   ├── vararg_idl_.h
│   │   │   ├── vararg_idl_i_.c
│   │   │   ├── vararg_idl_.idl
│   │   │   ├── vararg_idl_p_.c
│   │   │   ├── vararg_idl_.tlb
│   │   │   └── vararg_.rc
│   │   ├── vararg
│   │   │   ├── distrib
│   │   │   │   ├── readme_.txt
│   │   │   │   └── vararg_1_0_.dll
│   │   │   └── src
│   │   │       ├── dlldata_.c
│   │   │       ├── mccExcludedFiles_.log
│   │   │       ├── mwcomtypes_.h
│   │   │       ├── mwcomtypes_i_.c
│   │   │       ├── mwcomtypes_p_.c
│   │   │       ├── readme_.txt
│   │   │       ├── vararg_1_0_.dll
│   │   │       ├── vararg_1_0_.exp
│   │   │       ├── vararg_1_0_.lib
│   │   │       ├── vararg_com_.cpp
│   │   │       ├── vararg_com_.hpp
│   │   │       ├── vararg_.def
│   │   │       ├── vararg_dll_.cpp
│   │   │       ├── vararg_idl_.h
│   │   │       ├── vararg_idl_i_.c
│   │   │       ├── vararg_idl_.idl
│   │   │       ├── vararg_idl_p_.c
│   │   │       ├── vararg_idl_.tlb
│   │   │       └── vararg_.rc
│   │   └── vararg_.prj
│   └── varargvc
│       ├── varargvc
│       │   ├── Debug
│       │   │   ├── cl.command.1_.tlog
│       │   │   ├── CL.read.1_.tlog
│       │   │   ├── CL.write.1_.tlog
│       │   │   ├── link.5560-cvtres.read.1_.tlog
│       │   │   ├── link.5560-cvtres.write.1_.tlog
│       │   │   ├── link.5560.read.1_.tlog
│       │   │   ├── link.5560.write.1_.tlog
│       │   │   ├── link.728-cvtres.read.1_.tlog
│       │   │   ├── link.728-cvtres.write.1_.tlog
│       │   │   ├── link.728.read.1_.tlog
│       │   │   ├── link.728.write.1_.tlog
│       │   │   ├── link.command.1_.tlog
│       │   │   ├── link-cvtres.read.1_.tlog
│       │   │   ├── link-cvtres.write.1_.tlog
│       │   │   ├── link.read.1_.tlog
│       │   │   ├── link.write.1_.tlog
│       │   │   ├── mt.command.1_.tlog
│       │   │   ├── mt.read.1_.tlog
│       │   │   ├── mt.write.1_.tlog
│       │   │   ├── mwcomutil_.tlh
│       │   │   ├── rc.command.1_.tlog
│       │   │   ├── rc.read.1_.tlog
│       │   │   ├── rc.write.1_.tlog
│       │   │   ├── stdafx_.obj
│       │   │   ├── vararg_idl_i_.obj
│       │   │   ├── varargvc.Build.CppClean_.log
│       │   │   ├── varargvc.exe.embed_.manifest
│       │   │   ├── varargvc.exe.embed.manifest_.res
│       │   │   ├── varargvc.exe.intermediate_.manifest
│       │   │   ├── varargvc_.lastbuildstate
│       │   │   ├── varargvc_.log
│       │   │   ├── varargvc_manifest_.rc
│       │   │   ├── varargvc_.obj
│       │   │   ├── varargvc_.pch
│       │   │   ├── vc100_.idb
│       │   │   └── vc100_.pdb
│       │   ├── mwcomtypes_.h
│       │   ├── ReadMe_.txt
│       │   ├── stdafx_.cpp
│       │   ├── stdafx_.h
│       │   ├── targetver_.h
│       │   ├── vararg_idl_.h
│       │   ├── vararg_idl_i_.c
│       │   ├── varargvc_.cpp
│       │   ├── varargvc_.vcxproj
│       │   ├── varargvc.vcxproj_.filters
│       │   └── varargvc.vcxproj_.user
│       ├── varargvc_.sln
│       └── varargvc_.suo
├── 第7章
│   ├── 实例1
│   │   ├── ReadMe_.txt
│   │   ├── StdAfx_.cpp
│   │   ├── StdAfx_.h
│   │   ├── testmatcomvc_.cpp
│   │   ├── testmatcomvc_.dsp
│   │   ├── testmatcomvc_.dsw
│   │   ├── testmatcomvc_.ncb
│   │   ├── testmatcomvc_.opt
│   │   └── testmatcomvc_.plg
│   ├── 实例2
│   │   ├── Debug
│   │   │   └── testmatcom_mfc_.exe
│   │   ├── MainFrm_.cpp
│   │   ├── MainFrm_.h
│   │   ├── matlib_.h
│   │   ├── ReadMe_.txt
│   │   ├── res
│   │   │   ├── testmatcom_mfcDoc_.ico
│   │   │   ├── testmatcom_mfc_.ico
│   │   │   ├── testmatcom_mfc_.rc2
│   │   │   └── Toolbar_.bmp
│   │   ├── Resource_.h
│   │   ├── StdAfx_.cpp
│   │   ├── StdAfx_.h
│   │   ├── testmatcom_mfc_.aps
│   │   ├── testmatcom_mfc_.clw
│   │   ├── testmatcom_mfc_.cpp
│   │   ├── testmatcom_mfcDoc_.cpp
│   │   ├── testmatcom_mfcDoc_.h
│   │   ├── testmatcom_mfc_.dsp
│   │   ├── testmatcom_mfc_.dsw
│   │   ├── testmatcom_mfc_.h
│   │   ├── testmatcom_mfc_.ncb
│   │   ├── testmatcom_mfc_.opt
│   │   ├── testmatcom_mfc_.plg
│   │   ├── testmatcom_mfc_.rc
│   │   ├── testmatcom_mfcView_.cpp
│   │   ├── testmatcom_mfcView_.h
│   │   └── ~VC2D6_.tmp
│   ├── 实例3
│   │   ├── Debug
│   │   │   └── testmatcom_mfc_.exe
│   │   ├── MainFrm_.cpp
│   │   ├── MainFrm_.h
│   │   ├── matlib_.h
│   │   ├── ReadMe_.txt
│   │   ├── res
│   │   │   ├── testmatcom_mfcDoc_.ico
│   │   │   ├── testmatcom_mfc_.ico
│   │   │   ├── testmatcom_mfc_.rc2
│   │   │   └── Toolbar_.bmp
│   │   ├── Resource_.h
│   │   ├── StdAfx_.cpp
│   │   ├── StdAfx_.h
│   │   ├── testmatcom_mfc_.aps
│   │   ├── testmatcom_mfc_.clw
│   │   ├── testmatcom_mfc_.cpp
│   │   ├── testmatcom_mfcDoc_.cpp
│   │   ├── testmatcom_mfcDoc_.h
│   │   ├── testmatcom_mfc_.dsp
│   │   ├── testmatcom_mfc_.dsw
│   │   ├── testmatcom_mfc_.h
│   │   ├── testmatcom_mfc_.ncb
│   │   ├── testmatcom_mfc_.opt
│   │   ├── testmatcom_mfc_.plg
│   │   ├── testmatcom_mfc_.rc
│   │   ├── testmatcom_mfcView_.cpp
│   │   ├── testmatcom_mfcView_.h
│   │   └── ~VC2D6_.tmp
│   ├── 实例4
│   │   ├── Debug
│   │   │   ├── jieguo_.bmp
│   │   │   ├── test_.bmp
│   │   │   ├── testmatcom_image_.exe
│   │   │   └── Thumbs_.db
│   │   ├── jieguo_.bmp
│   │   ├── MainFrm_.cpp
│   │   ├── MainFrm_.h
│   │   ├── matlib_.h
│   │   ├── ReadMe_.txt
│   │   ├── res
│   │   │   ├── testmatcom_imageDoc_.ico
│   │   │   ├── testmatcom_image_.ico
│   │   │   ├── testmatcom_image_.rc2
│   │   │   └── Toolbar_.bmp
│   │   ├── Resource_.h
│   │   ├── StdAfx_.cpp
│   │   ├── StdAfx_.h
│   │   ├── test_.bmp
│   │   ├── testmatcom_image_.aps
│   │   ├── testmatcom_image_.clw
│   │   ├── testmatcom_image_.cpp
│   │   ├── testmatcom_imageDoc_.cpp
│   │   ├── testmatcom_imageDoc_.h
│   │   ├── testmatcom_image_.dsp
│   │   ├── testmatcom_image_.dsw
│   │   ├── testmatcom_image_.h
│   │   ├── testmatcom_image_.ncb
│   │   ├── testmatcom_image_.opt
│   │   ├── testmatcom_image_.plg
│   │   ├── testmatcom_image_.rc
│   │   ├── testmatcom_imageView_.cpp
│   │   ├── testmatcom_imageView_.h
│   │   └── wn_640_.bmp
│   └── 实例5
│       ├── ChildFrm_.cpp
│       ├── ChildFrm_.h
│       ├── Debug
│       │   └── matcomplotshow_.exe
│       ├── MainFrm_.cpp
│       ├── MainFrm_.h
│       ├── matcomplotshow_.aps
│       ├── matcomplotshow_.clw
│       ├── matcomplotshow_.cpp
│       ├── matcomplotshowDoc_.cpp
│       ├── matcomplotshowDoc_.h
│       ├── matcomplotshow_.dsp
│       ├── matcomplotshow_.dsw
│       ├── matcomplotshow_.h
│       ├── matcomplotshow_.ncb
│       ├── matcomplotshow_.opt
│       ├── matcomplotshow_.plg
│       ├── matcomplotshow_.rc
│       ├── matcomplotshowView_.cpp
│       ├── matcomplotshowView_.h
│       ├── matlib_.h
│       ├── ReadMe_.txt
│       ├── res
│       │   ├── matcomplotshowDoc_.ico
│       │   ├── matcomplotshow_.ico
│       │   ├── matcomplotshow_.rc2
│       │   ├── Thumbs_.db
│       │   └── Toolbar_.bmp
│       ├── Resource_.h
│       ├── StdAfx_.cpp
│       └── StdAfx_.h
├── 第8章
│   ├── 8.3.1 输入和输出矩阵
│   │   ├── 1. 直接输出到屏幕
│   │   │   ├── Debug
│   │   │   │   └── ex1_.exe
│   │   │   ├── ex1_.cpp
│   │   │   ├── ex1_.dsp
│   │   │   ├── ex1_.dsw
│   │   │   ├── ex1_.ncb
│   │   │   ├── ex1_.opt
│   │   │   ├── ex1_.plg
│   │   │   ├── ReadMe_.txt
│   │   │   ├── StdAfx_.cpp
│   │   │   └── StdAfx_.h
│   │   └── 2. Matlab mwArray阵列数据的输入和输出的其他方式
│   │       ├── dataoutput_.mat
│   │       ├── Debug
│   │       │   ├── 1_.txt
│   │       │   ├── 2_.txt
│   │       │   ├── dataoutput_.mat
│   │       │   ├── mwArrayIO_.exe
│   │       │   ├── 字符串输出_.txt
│   │       │   ├── 数据输出1_.txt
│   │       │   └── 数据输出_.txt
│   │       ├── mwArrayIO_.cpp
│   │       ├── mwArrayIO_.dsp
│   │       ├── mwArrayIO_.dsw
│   │       ├── mwArrayIO_.ncb
│   │       ├── mwArrayIO_.opt
│   │       ├── mwArrayIO_.plg
│   │       ├── ReadMe_.txt
│   │       ├── StdAfx_.cpp
│   │       ├── StdAfx_.h
│   │       ├── 字符串输出_.txt
│   │       ├── 数据输出1_.txt
│   │       └── 数据输出_.txt
│   ├── 8.3.2 操作Matlab mwArray阵列
│   │   ├── 1. 创建Matlab mwArray阵列的操作
│   │   │   ├── Debug
│   │   │   │   ├── 1_.txt
│   │   │   │   └── mwArrayCreate_.exe
│   │   │   ├── mwArrayCreate_.cpp
│   │   │   ├── mwArrayCreate_.dsp
│   │   │   ├── mwArrayCreate_.dsw
│   │   │   ├── mwArrayCreate_.ncb
│   │   │   ├── mwArrayCreate_.opt
│   │   │   ├── mwArrayCreate_.plg
│   │   │   ├── ReadMe_.txt
│   │   │   ├── StdAfx_.cpp
│   │   │   └── StdAfx_.h
│   │   ├── 2. 采用Matlab C 数学库对稀疏矩阵的操作
│   │   │   ├── Debug
│   │   │   │   ├── 1_.txt
│   │   │   │   ├── sparseArrayCreate_.exe
│   │   │   │   └── sparsedata_.dat
│   │   │   ├── ReadMe_.txt
│   │   │   ├── sparseArrayCreate_.cpp
│   │   │   ├── sparseArrayCreate_.dsp
│   │   │   ├── sparseArrayCreate_.dsw
│   │   │   ├── sparseArrayCreate_.ncb
│   │   │   ├── sparseArrayCreate_.opt
│   │   │   ├── sparseArrayCreate_.plg
│   │   │   ├── sparsedata_.dat
│   │   │   ├── sparsedata.dat_.bak
│   │   │   ├── StdAfx_.cpp
│   │   │   ├── StdAfx_.h
│   │   │   └── 复件 sparsedata_.dat
│   │   ├── 3. Matlab C 数学库对字符型阵列的操作
│   │   │   ├── charArrayCreate_.cpp
│   │   │   ├── charArrayCreate_.dsp
│   │   │   ├── charArrayCreate_.dsw
│   │   │   ├── charArrayCreate_.ncb
│   │   │   ├── charArrayCreate_.opt
│   │   │   ├── charArrayCreate_.plg
│   │   │   ├── Debug
│   │   │   │   ├── 1_.txt
│   │   │   │   └── charArrayCreate_.exe
│   │   │   ├── ReadMe_.txt
│   │   │   ├── StdAfx_.cpp
│   │   │   └── StdAfx_.h
│   │   ├── 4. Matlab C 数学库对元组阵列的操作
│   │   │   ├── cellArrayCreate_.cpp
│   │   │   ├── cellArrayCreate_.dsp
│   │   │   ├── cellArrayCreate_.dsw
│   │   │   ├── cellArrayCreate_.ncb
│   │   │   ├── cellArrayCreate_.opt
│   │   │   ├── cellArrayCreate_.plg
│   │   │   ├── Debug
│   │   │   │   ├── 1_.txt
│   │   │   │   └── cellArrayCreate_.exe
│   │   │   ├── ReadMe_.txt
│   │   │   ├── StdAfx_.cpp
│   │   │   └── StdAfx_.h
│   │   ├── 5. Matlab C 数学库对结构阵列的操作
│   │   │   ├── Debug
│   │   │   │   ├── 2_.txt
│   │   │   │   └── structArrayCreate_.exe
│   │   │   ├── ReadMe_.txt
│   │   │   ├── StdAfx_.cpp
│   │   │   ├── StdAfx_.h
│   │   │   ├── structArrayCreate_.cpp
│   │   │   ├── structArrayCreate_.dsp
│   │   │   ├── structArrayCreate_.dsw
│   │   │   ├── structArrayCreate_.ncb
│   │   │   ├── structArrayCreate_.opt
│   │   │   └── structArrayCreate_.plg
│   │   ├── 6.访问mwArray类中的数据
│   │   │   ├── Debug
│   │   │   │   ├── 2_.txt
│   │   │   │   └── mwDataAccess_.exe
│   │   │   ├── mwDataAccess_.cpp
│   │   │   ├── mwDataAccess_.dsp
│   │   │   ├── mwDataAccess_.dsw
│   │   │   ├── mwDataAccess_.ncb
│   │   │   ├── mwDataAccess_.opt
│   │   │   ├── mwDataAccess_.plg
│   │   │   ├── ReadMe_.txt
│   │   │   ├── StdAfx_.cpp
│   │   │   └── StdAfx_.h
│   │   └── 7. Matlab C 数学库对Matlab阵列操作常用的小技巧
│   │       └── src
│   │           ├── Debug
│   │           │   ├── 2_.txt
│   │           │   └── mwDataChange_.exe
│   │           ├── mwDataChange_.cpp
│   │           ├── mwDataChange_.dsp
│   │           ├── mwDataChange_.dsw
│   │           ├── mwDataChange_.ncb
│   │           ├── mwDataChange_.opt
│   │           ├── mwDataChange_.plg
│   │           ├── ReadMe_.txt
│   │           ├── StdAfx_.cpp
│   │           └── StdAfx_.h
│   └── 8.3.3 调用系统函数
│       └── mwCallFunction
│           ├── mwCallFunction_.cpp
│           ├── mwCallFunction_.dsp
│           ├── mwCallFunction_.dsw
│           ├── mwCallFunction_.ncb
│           ├── mwCallFunction_.opt
│           ├── mwCallFunction_.plg
│           ├── ReadMe_.txt
│           ├── StdAfx_.cpp
│           └── StdAfx_.h
└── 第9章
    ├── DLL_ADD
    │   ├── Debug
    │   │   ├── DLL_ADD_.bsc
    │   │   ├── DLL_ADD_.dll
    │   │   ├── DLL_ADD_.exp
    │   │   ├── DLL_ADD_.ilk
    │   │   ├── DLL_ADD_.lib
    │   │   ├── dll_add_.obj
    │   │   ├── DLL_ADD_.pch
    │   │   ├── DLL_ADD_.pdb
    │   │   ├── dll_add_.sbr
    │   │   ├── vc60 (2)_.idb
    │   │   ├── vc60 (2)_.pdb
    │   │   ├── vc60_.idb
    │   │   └── vc60_.pdb
    │   ├── dll_add_.cpp
    │   ├── DLL_ADD_.dsp
    │   ├── DLL_ADD_.dsw
    │   ├── DLL_ADD_.h
    │   ├── DLL_ADD_.ncb
    │   ├── DLL_ADD_.opt
    │   └── DLL_ADD_.plg
    ├── dll_call_apparent
    │   ├── Debug
    │   │   ├── DLL_ADD (2)_.dll
    │   │   ├── DLL_ADD_.dll
    │   │   ├── dll_call_apparent (2)_.exe
    │   │   ├── dll_call_apparent (2)_.ilk
    │   │   ├── dll_call_apparent (2)_.obj
    │   │   ├── dll_call_apparent (2)_.pch
    │   │   ├── dll_call_apparent (2)_.pdb
    │   │   ├── dll_call_apparent_.exe
    │   │   ├── dll_call_apparent_.ilk
    │   │   ├── dll_call_apparent_.obj
    │   │   ├── dll_call_apparent_.pch
    │   │   ├── dll_call_apparent_.pdb
    │   │   ├── StdAfx (2)_.obj
    │   │   ├── StdAfx_.obj
    │   │   ├── vc60 (2)_.idb
    │   │   ├── vc60 (2)_.pdb
    │   │   ├── vc60_.idb
    │   │   └── vc60_.pdb
    │   ├── DLL_ADD_.dll
    │   ├── dll_call_apparent_.cpp
    │   ├── dll_call_apparent_.dsp
    │   ├── dll_call_apparent_.dsw
    │   ├── dll_call_apparent_.ncb
    │   ├── dll_call_apparent_.opt
    │   ├── dll_call_apparent_.plg
    │   ├── ReadMe_.txt
    │   ├── StdAfx_.cpp
    │   └── StdAfx_.h
    └── dll_call_hide
        ├── Debug
        │   ├── DLL_ADD (2)_.dll
        │   ├── DLL_ADD_.dll
        │   ├── dll_call_hide (2)_.exe
        │   ├── dll_call_hide (2)_.ilk
        │   ├── dll_call_hide (2)_.obj
        │   ├── dll_call_hide (2)_.pch
        │   ├── dll_call_hide (2)_.pdb
        │   ├── dll_call_hide_.exe
        │   ├── dll_call_hide_.ilk
        │   ├── dll_call_hide_.obj
        │   ├── dll_call_hide_.pch
        │   ├── dll_call_hide_.pdb
        │   ├── StdAfx (2)_.obj
        │   ├── StdAfx_.obj
        │   ├── vc60 (2)_.idb
        │   ├── vc60 (2)_.pdb
        │   ├── vc60_.idb
        │   └── vc60_.pdb
        ├── DLL_ADD_.dll
        ├── DLL_ADD_.h
        ├── DLL_ADD_.lib
        ├── dll_call_hide_.cpp
        ├── dll_call_hide_.dsp
        ├── dll_call_hide_.dsw
        ├── dll_call_hide_.ncb
        ├── dll_call_hide_.opt
        ├── dll_call_hide_.plg
        ├── ReadMe_.txt
        ├── StdAfx_.cpp
        └── StdAfx_.h

253 directories, 1527 files

实例下载地址

精通Matlab与C/C++混合编程设计 第3版 光盘源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警