VS2015+MATLAB2016b混合编程

    VS2015+MATLAB2016b混合编程

    欢迎转载,转载请注明出处。

    参考文献:http://www.cnblogs.com/Vonng/p/4232586.html


    因为老板有需求,所以没办法,只能再进行MATLAB和VS的混编,参考了上边的大神写的博客,加上自己的实践,留下了这个笔记。

    1.软件:

            VS2015+Matlab2016b+Win10(64位)。

    2.建立项目:

            首先在VS中建立一个空项目。

            把平台选成X64平台,这里很重要。

    3.属性配置(Debug和Release都这样配置):

            VC++目录中的

            可执行文件目录:F:\Matlab2016b\bin\win64

            包含目录:F:\Matlab2016b\extern\include

            库目录:F:\Matlab2016b\extern\lib\win64\microsoft

            【链接器】——【输入】——【附加依赖项】

            附加依赖项添加:libmat.lib、libeng.lib、libmx.lib

    4.添加环境变量:

            把Matlab里的bin\win64的路径,添加到系统变量的Path中。

            我的路径如下:F:\Matlab2016b\bin\win64

            重要的事情说三遍:重启、重启、重启,一定要重启电脑,不然真的不行。

    5.其他:

            如果想同时使用CUDA或者OpenCV直接在属性界面里边配置即可,与Matlab配置不发生任何关系。

    6.测试程序:

    1. #include<cstdlib>
    2. #include <cstdio>
    3. #include<cstring>
    4. #include"engine.h"
    5. const int BUFFER_SIZE = 1024;
    6. char buffer[BUFFER_SIZE];
    7. void test()
    8. {
    9. Engine* ep;
    10. mxArray *x1 = NULL;
    11. mxArray *y1 = NULL;
    12. if ((ep = engOpen("")) == NULL)
    13. {
    14. printf("Engine Fail");
    15. }
    16. engOutputBuffer(ep, buffer, BUFFER_SIZE);
    17. printf("Init Success");
    18. double x[5] = { 1.0, 2.5, 3.7, 4.4, 5.1 };
    19. double y[5] = { 3.3, 4.7, 9.6, 15.6, 21.3 };
    20. x1 = mxCreateDoubleMatrix(1, 5, mxREAL);
    21. y1 = mxCreateDoubleMatrix(1, 5, mxREAL);
    22. memcpy((void *)mxGetPr(x1), (void *)x, sizeof(x));
    23. memcpy((void *)mxGetPr(y1), (void *)y, sizeof(y));
    24. engPutVariable(ep, "x", x1);
    25. engPutVariable(ep, "y", y1);
    26. engEvalString(ep, "plot(x,y)");
    27. getchar();
    28. engClose(ep);
    29. }
    30. int main()
    31. {
    32. test();
    33. }
    输入上述的测试程序,不需要任何图片。

    7.测试结果:






    })()

                <a id="commentBox"></a>
    
    <div class="comment-edit-box d-flex"><a id="commentsedit"></a><div class="user-img"><a href="//me.csdn.net/qq_35789421" target="_blank"><img class="" src="https://avatar.csdn.net/9/4/7/3_qq_35789421.jpg"></a></div><form id="commentform"><input type="hidden" id="comment_replyId"><textarea class="comment-content" name="comment_content" id="comment_content" placeholder="想对作者说点什么"></textarea><div class="opt-box"> <!-- d-flex --><div id="ubbtools" class="add_code"><a href="#insertcode" code="code" target="_self"><i class="icon iconfont icon-daima"></i></a></div><input type="hidden" id="comment_replyId" name="comment_replyId"><input type="hidden" id="article_id" name="article_id" value="78703617"><input type="hidden" id="comment_userId" name="comment_userId" value=""><input type="hidden" id="commentId" name="commentId" value=""><div style="display: none;" class="csdn-tracking-statistics tracking-click" data-mod="popu_384"><a href="#" target="_blank" class="comment_area_btn">发表评论</a></div><div class="dropdown" id="myDrap"><a class="dropdown-face d-flex align-items-center" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><div class="txt-selected text-truncate">添加代码片</div><svg class="icon d-block" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#csdnc-triangledown"></use></svg></a><ul class="dropdown-menu" id="commentCode" aria-labelledby="drop4"><li><a data-code="html">HTML/XML</a></li><li><a data-code="objc">objective-c</a></li><li><a data-code="ruby">Ruby</a></li><li><a data-code="php">PHP</a></li><li><a data-code="csharp">C</a></li><li><a data-code="cpp">C++</a></li><li><a data-code="javascript">JavaScript</a></li><li><a data-code="python">Python</a></li><li><a data-code="java">Java</a></li><li><a data-code="css">CSS</a></li><li><a data-code="sql">SQL</a></li><li><a data-code="plain">其它</a></li></ul></div>  <div class="right-box"><span id="tip_comment" class="tip">还能输入<em>1000</em>个字符</span><input type="submit" class="btn btn-sm btn-red btn-comment" value="发表评论"></div></div></form>
    </div><div class="comment-list-container"><a id="comments"></a><div class="comment-list-box" style="max-height: none;"><ul class="comment-list"><li class="comment-line-box d-flex" data-commentid="9250854" data-replyname="xhsCSDN">        <a target="_blank" href="https://me.csdn.net/xhsCSDN"><img src="https://avatar.csdn.net/3/E/F/3_xhscsdn.jpg" alt="xhsCSDN" class="avatar"></a>          <div class="right-box ">            <div class="info-box">              <a target="_blank" href="https://me.csdn.net/xhsCSDN"><span class="name ">xhscsdn:</span></a>              <span class="comment">博主,请问您有没有将此软件移植到别的电脑上,想请教一下操作流程</span><span class="date" title="2019-03-02 20:19:44">(1个月前</span><span class="floor-num">#2楼)</span><span class="opt-box"><a class="btn btn-link-blue btn-read-reply" data-type="readreply">查看回复(1)</a><a class="btn btn-link-blue btn-report" data-type="report">举报</a><a class="btn btn-link-blue btn-reply" data-type="reply">回复</a></span></div><div class="comment-like " data-commentid="9250854"><svg class="icon "><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#csdnc-thumbsup"></use></svg><span>0</span></div></div></li><li class="replay-box"><ul class="comment-list"><li class="comment-line-box d-flex" data-commentid="9350220" data-replyname="Zlase">        <a target="_blank" href="https://me.csdn.net/Zlase"><img src="https://avatar.csdn.net/4/4/A/3_zlase.jpg" alt="Zlase" class="avatar"></a>          <div class="right-box reply-box">            <div class="info-box">              <a target="_blank" href="https://me.csdn.net/Zlase"><span class="name mr-8">Zlase</span></a>回复  <span class="name">xhscsdn:</span>              <span class="comment">此软件指的是什么?是VS还是Matlab?说具体一点吧,也许能帮到你</span><span class="date" title="2019-03-18 20:47:42">(2周前</span>)<span class="opt-box"><a class="btn btn-link-blue btn-report" data-type="report">举报</a><a class="btn btn-link-blue btn-reply" data-type="reply">回复</a></span></div><div class="comment-like " data-commentid="9350220"><svg class="icon "><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#csdnc-thumbsup"></use></svg><span>0</span></div></div></li></ul></li></ul><ul class="comment-list"><li class="comment-line-box d-flex" data-commentid="8204944" data-replyname="moxiaonuo">        <a target="_blank" href="https://me.csdn.net/moxiaonuo"><img src="https://avatar.csdn.net/E/F/6/3_moxiaonuo.jpg" alt="moxiaonuo" class="avatar"></a>          <div class="right-box ">            <div class="info-box">              <a target="_blank" href="https://me.csdn.net/moxiaonuo"><span class="name ">七月sanger:</span></a>              <span class="comment">博主,请问有没有用过VS2015调用matlab2016a生成的dll</span><span class="date" title="2018-07-11 18:54:59">(8个月前</span><span class="floor-num">#1楼)</span><span class="opt-box"><a class="btn btn-link-blue btn-read-reply" data-type="readreply">查看回复(1)</a><a class="btn btn-link-blue btn-report" data-type="report">举报</a><a class="btn btn-link-blue btn-reply" data-type="reply">回复</a></span></div><div class="comment-like " data-commentid="8204944"><svg class="icon "><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#csdnc-thumbsup"></use></svg><span>0</span></div></div></li><li class="replay-box"><ul class="comment-list"><li class="comment-line-box d-flex" data-commentid="8276058" data-replyname="Zlase">        <a target="_blank" href="https://me.csdn.net/Zlase"><img src="https://avatar.csdn.net/4/4/A/3_zlase.jpg" alt="Zlase" class="avatar"></a>          <div class="right-box reply-box">            <div class="info-box">              <a target="_blank" href="https://me.csdn.net/Zlase"><span class="name mr-8">Zlase</span></a>回复  <span class="name">七月sanger:</span>              <span class="comment">没有用过VS调用matlab生成的dll,但是理论上是可以调用成功的。</span><span class="date" title="2018-07-30 18:45:44">(8个月前</span>)<span class="opt-box"><a class="btn btn-link-blue btn-report" data-type="report">举报</a><a class="btn btn-link-blue btn-reply" data-type="reply">回复</a></span></div><div class="comment-like " data-commentid="8276058"><svg class="icon "><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#csdnc-thumbsup"></use></svg><span>0</span></div></div></li></ul></li></ul></div><div id="commentPage" class="pagination-box d-none" style="display: block;"><div id="Paging_009161146550142929" class="ui-paging-container"><ul><li class="js-page-first js-page-action ui-pager ui-pager-disabled"></li><li class="js-page-prev js-page-action ui-pager ui-pager-disabled">上一页</li><li data-page="1" class="ui-pager focus">1</li><li class="js-page-next js-page-action ui-pager ui-pager-disabled">下一页</li><li class="js-page-last js-page-action ui-pager ui-pager-disabled"></li></ul></div></div></div>
    

    matlab 配置mex 识别vs2015

    09-14 阅读数 4039

    问题:先安装了matlab,后装了vs13和vs15,但是mex-setup时却不能识别vs15,采用了两种办法,最终得以识别。解决方案:先采用方法:http://blog.csdn.net/yc46... 博文 来自: 生如蚁,美如神

    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_33353186/article/details/79146234,BlogCommendFromBaidu_1&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_33353186/article/details/79146234" target="_blank" title="利用VS2015实现C++与matlab混合编程:"><h4 class="text-truncate oneline" style="width: 692px;">利用VS2015实现C++与matlab<em>混合编程</em>:				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">01-24</span><span class="read-num hover-hide">阅读数 2960</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_33353186/article/details/79146234" target="_blank" title="利用VS2015实现C++与matlab混合编程:"><span class="desc oneline">鉴于Matlab对于一些科学运算以及数据分析等十分方便,又鉴于很多人习惯于编写C++代码,因此C++和matlab混合编程成为了我们的需求。一种非常方便的方法是用C++调用matlab引擎,以直接调用...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/qq_33353186">来自:	<span class="blog_title"> jazzbin的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_36165459/article/details/81283932,BlogCommendFromBaidu_2&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_36165459/article/details/81283932" target="_blank" title="C++调用Matlab生成的DLL动态链接库进行混合编程(win10+VS2015+Matlab2016b)"><h4 class="text-truncate oneline" style="width: 692px;">C++调用Matlab生成的DLL动态链接库进行<em>混合编程</em>(win10+<em>VS2015+Matlab2016b</em>)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">07-30</span><span class="read-num hover-hide">阅读数 1139</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_36165459/article/details/81283932" target="_blank" title="C++调用Matlab生成的DLL动态链接库进行混合编程(win10+VS2015+Matlab2016b)"><span class="desc oneline">MATLAB具有很高的计算性能,在该平台上很多算法易于实现,而有时需要使用C++调用Matlab编写的程序,可以将该函数编译成dll库文件,之后在C++中对其进行调用。本文详细讲解在Matlab中将函...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/qq_36165459">来自:	<span class="blog_title"> 青青韶华</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/lingmengxiaotong/article/details/80651699,BlogCommendFromBaidu_3&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/lingmengxiaotong/article/details/80651699" target="_blank" title="vs2015和matlab混合编程,打不开matlab引擎问题"><h4 class="text-truncate oneline" style="width: 692px;">vs2015和matlab<em>混合编程</em>,打不开matlab引擎问题				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">06-11</span><span class="read-num hover-hide">阅读数 406</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/lingmengxiaotong/article/details/80651699" target="_blank" title="vs2015和matlab混合编程,打不开matlab引擎问题"><span class="desc oneline">解决办法:要用管理员权限打开cmd,输入:&nbsp;matlab/regserver这时会调用Matlab引擎,打开一个cmd界面:代码:#include&amp;amp;lt;iostream&amp;amp;gt;#in...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/lingmengxiaotong">来自:	<span class="blog_title"> lingmengxiaotong的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_17783559/article/details/82017379,BlogCommendFromBaidu_4&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_17783559/article/details/82017379" target="_blank" title="Matlab配置C++/VS2015等编译环境(mex -setup 找不到编译器问题解决)"><h4 class="text-truncate oneline" style="width: 692px;">Matlab配置C++/VS2015等编译环境(mex -setup 找不到编译器问题解决)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">08-24</span><span class="read-num hover-hide">阅读数 6964</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_17783559/article/details/82017379" target="_blank" title="Matlab配置C++/VS2015等编译环境(mex -setup 找不到编译器问题解决)"><span class="desc oneline">首先在matlab中输入mex-setup,查看可以运行的C++编译器或SDK,如果没有安装任何编译器或者SDK则找不到任何编译器。目录一、安装matlab自带的C++编译器(这种方法主要用于电脑里面...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/qq_17783559">来自:	<span class="blog_title"> 博博有个大大大的Dream</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/zhangmengouba/article/details/84112413,BlogCommendClickRateRank_5&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/zhangmengouba/article/details/84112413" target="_blank" title="MATLAB 2018a与VS2015混合编程一 ---- 动态链接库基础"><h4 class="text-truncate oneline" style="width: 692px;">MATLAB 2018a与VS2015<em>混合编程</em>一 ---- 动态链接库基础				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">11-18</span><span class="read-num hover-hide">阅读数 265</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/zhangmengouba/article/details/84112413" target="_blank" title="MATLAB 2018a与VS2015混合编程一 ---- 动态链接库基础"><span class="desc oneline">MATLAB2018a与VS2015混合编程一----动态链接库基础1、在VS2015中创建动态链接库首先打开VS2015软件,然后建立一个Win32项目,命名为MyDLL,如图所示。在应用程序向导中...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/zhangmengouba">来自:	<span class="blog_title"> C++学习记录1一读取EXCEL中的多列数据</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/u012366767/article/details/81670978,BlogCommendClickRateRank_6&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/u012366767/article/details/81670978" target="_blank" title="VS2013和Matlab2015b混编环境配置"><h4 class="text-truncate oneline" style="width: 692px;">VS2013和Matlab2015b混编环境配置				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">08-16</span><span class="read-num hover-hide">阅读数 505</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/u012366767/article/details/81670978" target="_blank" title="VS2013和Matlab2015b混编环境配置"><span class="desc oneline">打开项目属性,包含目录中添加:C:\ProgramFiles\MATLAB\R2015b\extern\includeC:\ProgramFiles\MATLAB\R2015b\extern\incl...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/u012366767">来自:	<span class="blog_title"> 小月亮</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/MissXy_/article/details/83347968,BlogCommendClickRateRank_7&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/MissXy_/article/details/83347968" target="_blank" title="VS2017 和 Matlab R2016b 混合编程配置"><h4 class="text-truncate oneline" style="width: 692px;">VS2017 和 Matlab R2016b <em>混合编程</em>配置				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">10-24</span><span class="read-num hover-hide">阅读数 657</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/MissXy_/article/details/83347968" target="_blank" title="VS2017 和 Matlab R2016b 混合编程配置"><span class="desc oneline">VS2017和MatlabR2016b混合编程配置前言:由于个人VS版本使用到2017问题,涉及到混合编程等一系列问题,发现只有2016b版本和更高的版本支持。我也是弄了一天才解决这些问题,唉~环境W...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/MissXy_">来自:	<span class="blog_title"> MissXy_的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/ab1271173712/article/details/85243753,BlogCommendClickRateRank_8&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/ab1271173712/article/details/85243753" target="_blank" title="VS配置电脑系统变量(VS2013+matlab2018a)"><h4 class="text-truncate oneline" style="width: 692px;">VS配置电脑系统变量(VS2013+matlab2018a)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">12-27</span><span class="read-num hover-hide">阅读数 263</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/ab1271173712/article/details/85243753" target="_blank" title="VS配置电脑系统变量(VS2013+matlab2018a)"><span class="desc oneline">1.目的&nbsp;&nbsp;&nbsp;&nbsp;VS2013调用matlab2018a生成的dll库,为了使VS生成的应用程序能在其他电脑上运行,故配置电脑的系统变量进行调用,vs只需配置电脑相应变量即可。(通过官网可知VS2013...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/ab1271173712">来自:	<span class="blog_title"> ab1271173712的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_15021495/article/details/47837835,BlogCommendClickRateRank_9&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_15021495/article/details/47837835" target="_blank" title="matlab2015和vs2013混合编程"><h4 class="text-truncate oneline" style="width: 692px;">matlab2015和vs2013<em>混合编程</em>				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">08-21</span><span class="read-num hover-hide">阅读数 2787</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_15021495/article/details/47837835" target="_blank" title="matlab2015和vs2013混合编程"><span class="desc oneline">1.在matlab中输入命令mbuild-setup此时matlab会自动寻找编译器。确保matlab可以编译c文件2.配置vs将matlab安装目录中extern文件中相应的include和lib文...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/qq_15021495">来自:	<span class="blog_title"> Frog的博客</span></a></span></p></div></div><div class="recommend-item-box blog-expert-recommend-box" style="display: block;"><div class="d-flex"><div class="blog-expert-recommend"><div class="blog-expert"><div class="blog-expert-flexbox" data-track-view="{&quot;mod&quot;:&quot;popu_709&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><div class="blog-expert-item"><div class="blog-expert-info-box"><div class="blog-expert-img-box" data-track-click="{&quot;mod&quot;:&quot;popu_709&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><a href="https://blog.csdn.net/qq_20515461" target="_blank"><img src="https://avatar.csdn.net/D/D/5/3_qq_20515461.jpg" alt="清凉简装" title="清凉简装"></a><span data-track-click="{&quot;mod&quot;:&quot;popu_710&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><span class="blog-expert-button-follow btn-red-follow" data-name="qq_20515461" data-nick="清凉简装">关注</span></span></div><div class="info"><span data-track-click="{&quot;mod&quot;:&quot;popu_709&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><a href="https://blog.csdn.net/qq_20515461" target="_blank"><h5 class="oneline" title="清凉简装">清凉简装</h5></a></span>  <p></p><p class="article-num" title="104篇文章"> 104篇文章</p><p class="article-num" title="排名:千里之外"> 排名:千里之外</p><p></p></div></div></div><div class="blog-expert-item"><div class="blog-expert-info-box"><div class="blog-expert-img-box" data-track-click="{&quot;mod&quot;:&quot;popu_709&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><a href="https://blog.csdn.net/sinat_37114941" target="_blank"><img src="https://avatar.csdn.net/1/E/C/3_sinat_37114941.jpg" alt="赵白石" title="赵白石"></a><span data-track-click="{&quot;mod&quot;:&quot;popu_710&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><span class="blog-expert-button-follow btn-red-follow" data-name="sinat_37114941" data-nick="赵白石">关注</span></span></div><div class="info"><span data-track-click="{&quot;mod&quot;:&quot;popu_709&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><a href="https://blog.csdn.net/sinat_37114941" target="_blank"><h5 class="oneline" title="赵白石">赵白石</h5></a></span>  <p></p><p class="article-num" title="18篇文章"> 18篇文章</p><p class="article-num" title="排名:千里之外"> 排名:千里之外</p><p></p></div></div></div><div class="blog-expert-item"><div class="blog-expert-info-box"><div class="blog-expert-img-box" data-track-click="{&quot;mod&quot;:&quot;popu_709&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><a href="https://blog.csdn.net/meccaendless" target="_blank"><img src="https://avatar.csdn.net/F/A/C/3_meccaendless.jpg" alt="一江明澈的水" title="一江明澈的水"></a><span data-track-click="{&quot;mod&quot;:&quot;popu_710&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><span class="blog-expert-button-follow btn-red-follow" data-name="meccaendless" data-nick="一江明澈的水">关注</span></span></div><div class="info"><span data-track-click="{&quot;mod&quot;:&quot;popu_709&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><a href="https://blog.csdn.net/meccaendless" target="_blank"><h5 class="oneline" title="一江明澈的水">一江明澈的水</h5></a></span>  <p></p><p class="article-num" title="52篇文章"> 52篇文章</p><p class="article-num" title="排名:千里之外"> 排名:千里之外</p><p></p></div></div></div><div class="blog-expert-item"><div class="blog-expert-info-box"><div class="blog-expert-img-box" data-track-click="{&quot;mod&quot;:&quot;popu_709&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><a href="https://blog.csdn.net/bixuejie" target="_blank"><img src="https://avatar.csdn.net/F/8/C/3_bixuejie.jpg" alt="bixuejie" title="bixuejie"></a><span data-track-click="{&quot;mod&quot;:&quot;popu_710&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><span class="blog-expert-button-follow btn-red-follow" data-name="bixuejie" data-nick="bixuejie">关注</span></span></div><div class="info"><span data-track-click="{&quot;mod&quot;:&quot;popu_709&quot;,&quot;con&quot;:&quot;https://blog.csdn.net/Zlase/article/details/78703617&quot;}"><a href="https://blog.csdn.net/bixuejie" target="_blank"><h5 class="oneline" title="bixuejie">bixuejie</h5></a></span>  <p></p><p class="article-num" title="1篇文章"> 1篇文章</p><p class="article-num" title="排名:千里之外"> 排名:千里之外</p><p></p></div></div></div></div></div></div></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/yzl20092856/article/details/47065571,BlogCommendESEnWordWeight_10&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/yzl20092856/article/details/47065571" target="_blank" title="VS2010和Matlab2012b混合编程 配置详解"><h4 class="text-truncate oneline" style="width: 692px;">VS2010和Matlab2012b<em>混合编程</em> 配置详解				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">07-26</span><span class="read-num hover-hide">阅读数 3184</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/yzl20092856/article/details/47065571" target="_blank" title="VS2010和Matlab2012b混合编程 配置详解"><span class="desc oneline">一、Matlab中的操作1.编写MATLAB函数function[c]=MyAdd(a,b);c=a+b;这个函数实现两个a,b数相加,并返回c。2.MATLAB中编译文件在MATLAB中以此完成如下...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/yzl20092856">来自:	<span class="blog_title"> yzl20092856的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/r1254/article/details/52587970,BlogCommendFromBaidu_11&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/r1254/article/details/52587970" target="_blank" title="C++/Matlab混合编程(vs2010和matlabR2014a)"><h4 class="text-truncate oneline" style="width: 692px;">C++/Matlab<em>混合编程</em>(vs2010和matlabR2014a)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">09-19</span><span class="read-num hover-hide">阅读数 1万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/r1254/article/details/52587970" target="_blank" title="C++/Matlab混合编程(vs2010和matlabR2014a)"><span class="desc oneline">这几天在使用matlab/c++混编时,遇见很多问题,解决起来很痛苦,分享一些经验给大家,希望大家少走些弯路。首先这里说下,不建议使用matlab2010a和vs2010来混合编程,因为我自己尝试过,...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/r1254">来自:	<span class="blog_title"> 图灵是我</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/wind_liang/article/details/51402224,BlogCommendFromBaidu_12&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/wind_liang/article/details/51402224" target="_blank" title="MATLAB和VS混合编程"><h4 class="text-truncate oneline" style="width: 692px;">MATLAB和VS<em>混合编程</em>				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">05-14</span><span class="read-num hover-hide">阅读数 9293</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/wind_liang/article/details/51402224" target="_blank" title="MATLAB和VS混合编程"><span class="desc oneline">MATLAB和VS的混合编程,利用动态链接库MATLABR2014a,VS2013;</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/wind_liang">来自:	<span class="blog_title"> wind_liang的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/liu16659/article/details/52442435,BlogCommendFromBaidu_13&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/liu16659/article/details/52442435" target="_blank" title="C#与MATLAB混合编程"><h4 class="text-truncate oneline" style="width: 692px;">C#与MATLAB<em>混合编程</em>				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">09-05</span><span class="read-num hover-hide">阅读数 9667</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/liu16659/article/details/52442435" target="_blank" title="C#与MATLAB混合编程"><span class="desc oneline">因为老师项目需要,我必须使用C#调用MATLAB画图来实现无线传感器网络中的画图。这里我就和大家介绍一下其中的详细步骤。Step1:考虑到时代更新如此迅速的原因,我建议大家安装较新版本的软件,这里我使...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/liu16659">来自:	<span class="blog_title"> LittleLawson的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/u013920434/article/details/52077788,BlogCommendFromBaidu_14&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/u013920434/article/details/52077788" target="_blank" title="Matlab 2016a和VS2013混合Dll编程步骤"><h4 class="text-truncate oneline" style="width: 692px;">Matlab 2016a和VS2013混合Dll编程步骤				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">07-31</span><span class="read-num hover-hide">阅读数 9594</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/u013920434/article/details/52077788" target="_blank" title="Matlab 2016a和VS2013混合Dll编程步骤"><span class="desc oneline">1.从Matlab导出.m文件为Dll文件;Step1:将Matlab工作路径转为目标.m文件所在文件夹,在控制栏输入“mex–setup”,弹出如下说明:Step2:点击“mex–setupC++”...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/u013920434">来自:	<span class="blog_title"> 塞上江南的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/sinat_22699499/article/details/79144198,BlogCommendFromBaidu_15&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/sinat_22699499/article/details/79144198" target="_blank" title="Matlab2016a与VS2012混合编程"><h4 class="text-truncate oneline" style="width: 692px;">Matlab2016a与VS2012<em>混合编程</em>				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">01-23</span><span class="read-num hover-hide">阅读数 2064</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/sinat_22699499/article/details/79144198" target="_blank" title="Matlab2016a与VS2012混合编程"><span class="desc oneline">Matlab是一款功能强大得仿真软件,要想将其用得更加广泛,或者用到VS中那就需要一种特殊的方法,下面将自己实践的方法一一叙述,当然前提你的电脑要有这两款软件。好了,直接进入主题。第一步:配置系统环境...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/sinat_22699499">来自:	<span class="blog_title"> 风雨兼程</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/u014435658/article/details/80542779,BlogCommendFromGuangxin_16&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/u014435658/article/details/80542779" target="_blank" title="Visual Stdio 2017 调用 MATLAB 程序代码"><h4 class="text-truncate oneline" style="width: 692px;">Visual Stdio 2017 调用 MATLAB 程序代码				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">06-01</span><span class="read-num hover-hide">阅读数 923</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/u014435658/article/details/80542779" target="_blank" title="Visual Stdio 2017 调用 MATLAB 程序代码"><span class="desc oneline">VisualStdio2017调用MATLAB程序代码MATLAB作为一款相当好的科学计算平台,在很多的科研任务和数学建模中都会使用到它,但是其对生成可执行文件极不友好。本文考虑使用VisualStd...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/u014435658">来自:	<span class="blog_title"> Code to create the world</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/Aoman_Hao/article/details/79472039,BlogCommendFromGuangxin_17&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/Aoman_Hao/article/details/79472039" target="_blank" title="Matlab2014a 找不到 vs2015编译器解决方法"><h4 class="text-truncate oneline" style="width: 692px;">Matlab2014a 找不到 vs2015编译器解决方法				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-07</span><span class="read-num hover-hide">阅读数 1501</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/Aoman_Hao/article/details/79472039" target="_blank" title="Matlab2014a 找不到 vs2015编译器解决方法"><span class="desc oneline">h3准备工作前提:电脑已经安装1、Matlab版本2014a2、VS版本2015目标:结合Matlab和VS2015,实现Matlab的GUI文件和.m文件转化为.exe文件,然后可以单独运行.exe...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/Aoman_Hao">来自:	<span class="blog_title"> AomanHao的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/ls1300005/article/details/79824232,BlogCommendFromGuangxin_18&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/ls1300005/article/details/79824232" target="_blank" title="matlab无法识别VS编译器的办法"><h4 class="text-truncate oneline" style="width: 692px;">matlab无法识别VS编译器的办法				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">04-05</span><span class="read-num hover-hide">阅读数 1074</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/ls1300005/article/details/79824232" target="_blank" title="matlab无法识别VS编译器的办法"><span class="desc oneline">最近在用matlab的mex进行C/C++混合编程。2012a找不到vs2012编译器。。。对于MATLAB2014A以后的版本给改了配置文件描述方式(xml),使用&nbsp;mex-vfilenam帮你查找...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/ls1300005">来自:	<span class="blog_title"> ls1300005的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_20515461/article/details/81229726,BlogCommendFromQuerySearch_19&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_20515461/article/details/81229726" target="_blank" title="[填坑]VS2017与MATLAB2016b混合编程(生成dll方式)"><h4 class="text-truncate oneline" style="width: 692px;">[填坑]VS2017与MATLAB2016b<em>混合编程</em>(生成dll方式)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">07-27</span><span class="read-num hover-hide">阅读数 3031</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_20515461/article/details/81229726" target="_blank" title="[填坑]VS2017与MATLAB2016b混合编程(生成dll方式)"><span class="desc oneline">MATLAB生成dll前的工作1、配置MATLAB环境控制面板-&amp;amp;gt;所有控制面板项-&amp;amp;gt;系统-&amp;amp;gt;高级系统设置-&amp;amp;gt;高级-&amp;amp;gt;环境变量Pat...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/qq_20515461">来自:	<span class="blog_title"> 清凉简装的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident recommend-download-box clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://download.csdn.net/download/sousky/10533290,BlogCommendFromQuerySearch_20&quot;}" data-flg="true"><a href="https://download.csdn.net/download/sousky/10533290" target="_blank"><div class="content clearfix"><div class=""><h4 class="text-truncate oneline clearfix">Matlab2016b + VS2017						</h4><span class="data float-right">07-10</span></div><div class="desc oneline">MatConvNet + Matlab2016b + Visual Studio2017环境配置
    

    具体问题参考https://blog.csdn.net/Sousky/article/details/80990307问题1
    下载


    			<div class="recommend-item-box recommend-box-ident recommend-download-box clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://download.csdn.net/download/opticalboy/9828804,BlogCommendFromQuerySearch_21&quot;}" data-flg="true"><a href="https://download.csdn.net/download/opticalboy/9828804" target="_blank"><div class="content clearfix"><div class=""><h4 class="text-truncate oneline clearfix">MATLAB R2016b   支持Microsoft Visual Studio 2017补丁						</h4><span class="data float-right">04-28</span></div><div class="desc oneline">将相关文件复制到相应的matlab文件夹即可。
    Log in to an account with appropriate permissions to overwrite files in your MATLAB install...					</div><span class="type-show type-show-download">下载</span></div></a></div><div class="recommend-item-box recommend-box-ident recommend-download-box clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://download.csdn.net/download/z943088990/9380896,BlogCommendFromQuerySearch_22&quot;}" data-flg="true"><a href="https://download.csdn.net/download/z943088990/9380896" target="_blank"><div class="content clearfix"><div class=""><h4 class="text-truncate oneline clearfix">Halcon与VS<em>混合编程</em>--环境配置						</h4><span class="data float-right">12-28</span></div><div class="desc oneline">Halcon在VC中开发,需要配置VC平台,本文档总结了32/64位系统中配置VC的流程和注意事项。					</div><span class="type-show type-show-download">下载</span></div></a></div><div class="recommend-item-box recommend-box-ident recommend-download-box clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://download.csdn.net/download/qq_19936491/10150289,BlogCommendFromQuerySearch_23&quot;}" data-flg="true"><a href="https://download.csdn.net/download/qq_19936491/10150289" target="_blank"><div class="content clearfix"><div class=""><h4 class="text-truncate oneline clearfix">matlab2016b vs2017编译器补丁文件						</h4><span class="data float-right">12-07</span></div><div class="desc oneline">Matlab2016b中mex -setup找不到编译器的情况 除了安装mingw编译器之外,还可以通过安装Visual Studio2017解决 但是安装VS2017后,matlab还是提示找不到c++编译器,解决办法:把该文件解压,获...					</div><span class="type-show type-show-download">下载</span></div></a></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/lingmengxiaotong/article/details/80652166,BlogCommendFromBaidu_24&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/lingmengxiaotong/article/details/80652166" target="_blank" title="vs2015中调用matlab函数"><h4 class="text-truncate oneline" style="width: 692px;">vs2015中调用matlab函数				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">06-11</span><span class="read-num hover-hide">阅读数 947</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/lingmengxiaotong/article/details/80652166" target="_blank" title="vs2015中调用matlab函数"><span class="desc oneline">D:Mat是matlab安装路径包含目录:D:\Mat\extern\include;D:\Mat\extern\include\win32;库目录:D:\Mat\extern\lib\win32\m...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/lingmengxiaotong">来自:	<span class="blog_title"> lingmengxiaotong的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/weixin_41760829/article/details/79389685,BlogCommendFromBaidu_25&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/weixin_41760829/article/details/79389685" target="_blank" title="VS2015调用Matlab编译生成的DLL 编译环境设置 [吐血整理]"><h4 class="text-truncate oneline" style="width: 692px;">VS2015调用Matlab编译生成的DLL 编译环境设置 [吐血整理]				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">02-27</span><span class="read-num hover-hide">阅读数 5092</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/weixin_41760829/article/details/79389685" target="_blank" title="VS2015调用Matlab编译生成的DLL 编译环境设置 [吐血整理]"><span class="desc oneline">本贴目的:64位编译,VS2015调用Matlab2016编译生成的DLL,搞定:各种运行错误,调试错误。&nbsp;转载说明:本贴内容仅仅用于软件代码的研究和学习,相关的转载和应用不得损害Microsoft和...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/weixin_41760829">来自:	<span class="blog_title"> weixin_41760829的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/lingmengxiaotong/article/details/80674418,BlogCommendFromBaidu_26&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/lingmengxiaotong/article/details/80674418" target="_blank" title="vs2015和matlab混合编程,矩阵对应关系"><h4 class="text-truncate oneline" style="width: 692px;">vs2015和matlab<em>混合编程</em>,矩阵对应关系				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">06-13</span><span class="read-num hover-hide">阅读数 227</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/lingmengxiaotong/article/details/80674418" target="_blank" title="vs2015和matlab混合编程,矩阵对应关系"><span class="desc oneline">代码:mwArrayresult(256,256,mxDOUBLE_CLASS);	//一行一列的矩阵	mwArrayout_put(256,256,mxDOUBLE_CLASS);		result....</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/lingmengxiaotong">来自:	<span class="blog_title"> lingmengxiaotong的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/wuzuyu365/article/details/78072524,BlogCommendFromBaidu_27&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/wuzuyu365/article/details/78072524" target="_blank" title="matlab2017 搭配vs2015 mex 设置"><h4 class="text-truncate oneline" style="width: 692px;">matlab2017 搭配vs2015 mex 设置				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">09-23</span><span class="read-num hover-hide">阅读数 6885</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/wuzuyu365/article/details/78072524" target="_blank" title="matlab2017 搭配vs2015 mex 设置"><span class="desc oneline">matlab2017安装matconvnet-1.0-beta25然后,运行matlab/vl_compilenn.m,结果总是提示Errorusingvl_compilenn&gt;check_compa...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/wuzuyu365">来自:	<span class="blog_title"> walle的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident recommend-download-box clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://download.csdn.net/download/weixin_42465368/10559866,BlogCommendFromBaidu_28&quot;}" data-flg="true"><a href="https://download.csdn.net/download/weixin_42465368/10559866" target="_blank"><div class="content clearfix"><div class=""><h4 class="text-truncate oneline clearfix">VS2015与MATLAB联合调用						</h4><span class="data float-right">07-24</span></div><div class="desc oneline">实现在VS2015环境下,MATLAB与VC++的联合调用。二者变量可以相互传递。					</div><span class="type-show type-show-download">下载</span></div></a></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qwopasf/article/details/44495157,BlogCommendFromBaidu_29&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qwopasf/article/details/44495157" target="_blank" title="MATLAB和VS2010的混合编程需要注意的问题"><h4 class="text-truncate oneline" style="width: 692px;">MATLAB和VS2010的<em>混合编程</em>需要注意的问题				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-20</span><span class="read-num hover-hide">阅读数 4403</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qwopasf/article/details/44495157" target="_blank" title="MATLAB和VS2010的混合编程需要注意的问题"><span class="desc oneline">接上一篇文章吧,虽然上一篇距离现在几个月了。2015年第一发。对于BM3D算法,在作者的主页他们给出了MATLAB的代码,在MATLAB上跑了一下,果然很好很强大,同时也跑了跑实验验证了一下linux...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/qwopasf">来自:	<span class="blog_title"> 飞奔的火焰的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/xiaowei_cqu/article/details/7339356,BlogCommendFromBaidu_30&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/xiaowei_cqu/article/details/7339356" target="_blank" title="【Matlab】C++和MATLAB混合编程-前篇"><h4 class="text-truncate oneline" style="width: 692px;">【Matlab】C++和MATLAB<em>混合编程</em>-前篇				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-10</span><span class="read-num hover-hide">阅读数 1万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/xiaowei_cqu/article/details/7339356" target="_blank" title="【Matlab】C++和MATLAB混合编程-前篇"><span class="desc oneline">最近做的项目用到很多数字信号处理的知识。因为对这部分并不特别熟悉,编程有很大限制,而MATLAB提供了丰富的数字信号处理工具箱,于是MATLAB就成了很好的选择。在尝试将MATLAB程序整合到C++中...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/xiaowei_cqu">来自:	<span class="blog_title"> 小魏的修行路</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/zpp13hao1/article/details/71125163,BlogCommendFromBaidu_31&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/zpp13hao1/article/details/71125163" target="_blank" title="VLFeat+MATLAB2016+Vs2015+win10 64bit"><h4 class="text-truncate oneline" style="width: 692px;">VLFeat+MATLAB2016+Vs2015+win10 64bit				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">05-03</span><span class="read-num hover-hide">阅读数 1599</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/zpp13hao1/article/details/71125163" target="_blank" title="VLFeat+MATLAB2016+Vs2015+win10 64bit"><span class="desc oneline">近期学习图像检索,偶然之间查到了VLAD特征,并迅速定位到vlfeat,在MATLAB上安装,将安装步骤说明:1.从http://www.vlfeat.org/index.html下载最新版本,我下的...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/zpp13hao1">来自:	<span class="blog_title"> 红酒暖心不暖胃</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/bendanban/article/details/37830495,BlogCommendFromBaidu_32&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/bendanban/article/details/37830495" target="_blank" title="C/C++与Matlab混合编程初探"><h4 class="text-truncate oneline" style="width: 692px;">C/C++与Matlab<em>混合编程</em>初探				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">07-15</span><span class="read-num hover-hide">阅读数 3万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/bendanban/article/details/37830495" target="_blank" title="C/C++与Matlab混合编程初探"><span class="desc oneline">Matlab拥有丰富的功能,编程简单。不过,有些情况下,Matlab程序的执行速度比较慢。C/C++编译执行的程序速度比较快,编程难度上比Matlab要高一些。因此存在一种方案,就是使用Matlab实...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/bendanban">来自:	<span class="blog_title"> Expressing Youself Using Code</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_21880777/article/details/80294971,BlogCommendFromBaidu_33&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_21880777/article/details/80294971" target="_blank" title="VS2013&amp;amp;MATLAB2016A混合编程"><h4 class="text-truncate oneline" style="width: 692px;">VS2013&amp;amp;MATLAB2016A<em>混合编程</em>				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">05-12</span><span class="read-num hover-hide">阅读数 93</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_21880777/article/details/80294971" target="_blank" title="VS2013&amp;amp;MATLAB2016A混合编程"><span class="desc oneline">配置过程参考:https://blog.csdn.net/u013920434/article/details/52077788运行代码参考:https://blog.csdn.net/pipiqiq...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/qq_21880777">来自:	<span class="blog_title"> qq_21880777的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/sinat_37114941/article/details/79489559,BlogCommendFromQuerySearch_34&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/sinat_37114941/article/details/79489559" target="_blank" title="关于vs与matlab的混合编程配置"><h4 class="text-truncate oneline" style="width: 692px;">关于vs与matlab的<em>混合编程</em>配置				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-08</span><span class="read-num hover-hide">阅读数 333</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/sinat_37114941/article/details/79489559" target="_blank" title="关于vs与matlab的混合编程配置"><span class="desc oneline">命令行输入mex-setup,就可以进行mexFunction进行配置,但是会出现找不到SDK编辑器的问题,这时需要进行配置http://blog.csdn.net/cztqwan/article/d...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/sinat_37114941">来自:	<span class="blog_title"> sinat_37114941的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/meccaendless/article/details/78558244,BlogCommendFromQuerySearch_35&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/meccaendless/article/details/78558244" target="_blank" title="MATLAB R2014a与VS2013混合编程(vs调用dll文件)"><h4 class="text-truncate oneline" style="width: 692px;">MATLAB R2014a与VS2013<em>混合编程</em>(vs调用dll文件)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">11-17</span><span class="read-num hover-hide">阅读数 1428</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/meccaendless/article/details/78558244" target="_blank" title="MATLAB R2014a与VS2013混合编程(vs调用dll文件)"><span class="desc oneline">查了很多资料,但是总是会出错,尝试了一整天后,终于成功了,详细步骤如下。第一步:Matlab输入与配置1.在matlab编写一个测试函数:function[sum,prod]=sum_prod(p1,...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/meccaendless">来自:	<span class="blog_title"> 一江明澈的水的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/bixuejie/article/details/44307145,BlogCommendFromQuerySearch_36&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/bixuejie/article/details/44307145" target="_blank" title="关于VS MATLAB混合编程问题中 Initialize失败问题的一点看法"><h4 class="text-truncate oneline" style="width: 692px;">关于VS MATLAB<em>混合编程</em>问题中 Initialize失败问题的一点看法				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-16</span><span class="read-num hover-hide">阅读数 1107</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/bixuejie/article/details/44307145" target="_blank" title="关于VS MATLAB混合编程问题中 Initialize失败问题的一点看法"><span class="desc oneline">问题描述:Initialize初始化总是失败程序流程:一个产生数据按钮,一个绘图按钮,先点前者,再点后者就会出现上述错误但是如果先点前者退出程序,因数据单独存储,再次运行程序时直接拿存储数据绘图,则不...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/bixuejie">来自:	<span class="blog_title"> bixuejie的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident recommend-download-box clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://download.csdn.net/download/weixin_31075593/10505367,BlogCommendFromQuerySearch_37&quot;}" data-flg="true"><a href="https://download.csdn.net/download/weixin_31075593/10505367" target="_blank"><div class="content clearfix"><div class=""><h4 class="text-truncate oneline clearfix">VS2015_Qt5_Halcon<em>混合编程</em>代码和操作手册						</h4><span class="data float-right">06-28</span></div><div class="desc oneline">实现VS2015、Qt5、Halcon混合编程,在VS2015中调用Qt库编写Qt界面,然后再在槽函数中调用Halcon算法。资源中有混合编程的简单实现代码和具体的操作手册,操作手册中有Qt5在VS2015的开发环境配置方法,也有Halc...					</div><span class="type-show type-show-download">下载</span></div></a></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/wubaobao1993/article/details/78158855,BlogCommendFromQuerySearch_38&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/wubaobao1993/article/details/78158855" target="_blank" title="关于MATLAB2016a与VS2013混编的函数无法解析的问题"><h4 class="text-truncate oneline" style="width: 692px;">关于MATLAB2016a与VS2013混编的函数无法解析的问题				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">10-04</span><span class="read-num hover-hide">阅读数 1080</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/wubaobao1993/article/details/78158855" target="_blank" title="关于MATLAB2016a与VS2013混编的函数无法解析的问题"><span class="desc oneline">作者最近因为论文需要,需要对一些算法进行实现,其中涉及到了二次规划的求解,各种了解之后发现自己编程实现还是很有难度的,因此就打算用matlab生成dll,之后调用该接口进行问题的求解,遂在网上找mat...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/wubaobao1993">来自:	<span class="blog_title"> wuRDmemory</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/dujiahei/article/details/78446717,BlogCommendFromBaidu_39&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/dujiahei/article/details/78446717" target="_blank" title="VS2015 MATLAB混合编程之COM组件"><h4 class="text-truncate oneline" style="width: 692px;">VS2015 MATLAB<em>混合编程</em>之COM组件				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">11-04</span><span class="read-num hover-hide">阅读数 1810</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/dujiahei/article/details/78446717" target="_blank" title="VS2015 MATLAB混合编程之COM组件"><span class="desc oneline">原地址:VS2015MATLAB混合编程之COM组件_梦中萤火虫_新浪博客&nbsp;http://blog.sina.com.cn/s/blog_8d5bae080102x792.html概述:利用m文件生成...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/dujiahei">来自:	<span class="blog_title"> fighting!!!</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/bingbingshui90/article/details/75376717,BlogCommendFromBaidu_40&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/bingbingshui90/article/details/75376717" target="_blank" title="VS2015调用Matlab2017a环境配置"><h4 class="text-truncate oneline" style="width: 692px;">VS2015调用Matlab2017a环境配置				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">07-19</span><span class="read-num hover-hide">阅读数 5720</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/bingbingshui90/article/details/75376717" target="_blank" title="VS2015调用Matlab2017a环境配置"><span class="desc oneline">VS2015调用Matlab2017a环境配置说明:本机win7,64位操作系统这句提醒我自己:一定要在Debug+x64平台下进行配置,x64,x64,x64!!!*1.配置环境变量右键计算机—–&gt;...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/bingbingshui90">来自:	<span class="blog_title"> bingbingshui90的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/sinat_33718563/article/details/78394320,BlogCommendFromBaidu_41&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/sinat_33718563/article/details/78394320" target="_blank" title="matlab2014调用vs2015进行混合编译生成mex文件"><h4 class="text-truncate oneline" style="width: 692px;">matlab2014调用vs2015进行混合编译生成mex文件				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">10-30</span><span class="read-num hover-hide">阅读数 2081</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/sinat_33718563/article/details/78394320" target="_blank" title="matlab2014调用vs2015进行混合编译生成mex文件"><span class="desc oneline">一、matlab调用vs2015进行混合编译的mex文件&nbsp;&nbsp;&nbsp;&nbsp;matlab的版本要到2015b才支持vs2015,当然如果你的matlab版本是2014,不想重装matlab2015也行,需要替换其...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/sinat_33718563">来自:	<span class="blog_title"> rs勿忘初心的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_37469992/article/details/77575049,BlogCommendFromBaidu_42&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_37469992/article/details/77575049" target="_blank" title="Matlab2016 与vs2015 混编(生成dll动态链接库)"><h4 class="text-truncate oneline" style="width: 692px;">Matlab2016 与vs2015 混编(生成dll动态链接库)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">08-25</span><span class="read-num hover-hide">阅读数 7870</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_37469992/article/details/77575049" target="_blank" title="Matlab2016 与vs2015 混编(生成dll动态链接库)"><span class="desc oneline">关于混编的配置请移步下面的博客,笔者用的是Matlab2016b与Matlab2016进行混编的。&nbsp;http://blog.csdn.net/wind_liang/article/details/51...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/qq_37469992">来自:	<span class="blog_title"> qq_37469992的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/hzd12368/article/details/70526955,BlogCommendFromBaidu_43&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/hzd12368/article/details/70526955" target="_blank" title="matlab2014a找不到编译器vs2015的问题"><h4 class="text-truncate oneline" style="width: 692px;">matlab2014a找不到编译器vs2015的问题				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">04-23</span><span class="read-num hover-hide">阅读数 7559</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/hzd12368/article/details/70526955" target="_blank" title="matlab2014a找不到编译器vs2015的问题"><span class="desc oneline">今天跑LIBSVM,出现找不到编译器的问题。此问题出现的原因和解决方法很多,我就不想说了。记录一下,方便自己和他人。我的matlab和VS都不在C盘目录下,matlab版本为2014a,VS版本为20...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/hzd12368">来自:	<span class="blog_title"> hzd12368的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/bensnake/article/details/78832169,BlogCommendFromBaidu_44&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/bensnake/article/details/78832169" target="_blank" title="使用VS2013+MATLAB2016B开发MEX(64位)程序"><h4 class="text-truncate oneline" style="width: 692px;">使用VS2013+MATLAB2016B开发MEX(64位)程序				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">12-18</span><span class="read-num hover-hide">阅读数 1694</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/bensnake/article/details/78832169" target="_blank" title="使用VS2013+MATLAB2016B开发MEX(64位)程序"><span class="desc oneline">声明本文的部分内容参考此文Mex文件在VS2010中调试方法中描述的方法试验得到,特此声明。创建MEX工程Step1:在VS中创建MEX工程如果新建工程,可以选择创建Win32Project&amp;amp;...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/bensnake">来自:	<span class="blog_title"> Thinking and Coding Life</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/u011008379/article/details/52761119,BlogCommendFromBaidu_45&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/u011008379/article/details/52761119" target="_blank" title="C语言调用MATLAB程序之配置VS2015"><h4 class="text-truncate oneline" style="width: 692px;">C语言调用MATLAB程序之配置VS2015				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">10-08</span><span class="read-num hover-hide">阅读数 4346</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/u011008379/article/details/52761119" target="_blank" title="C语言调用MATLAB程序之配置VS2015"><span class="desc oneline">由于MATLAB在数学处理上的强大,又由于鄙人用C语言写不出相应的功能,只好采用在C语言程序中调用MATLAB程序来解决有关数学的计算的问题。&nbsp;&nbsp;&nbsp;&nbsp;在C语言程序中调用MATLAB程序有两种方法:一种...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/u011008379">来自:	<span class="blog_title"> 水题收集者</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/fonjames/article/details/51554385,BlogCommendFromBaidu_46&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/fonjames/article/details/51554385" target="_blank" title="[Matlab] matlab与C/C++混合编程汇总"><h4 class="text-truncate oneline" style="width: 692px;">[Matlab] matlab与C/C++<em>混合编程</em>汇总				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">06-01</span><span class="read-num hover-hide">阅读数 9543</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/fonjames/article/details/51554385" target="_blank" title="[Matlab] matlab与C/C++混合编程汇总"><span class="desc oneline">matlab与外部程序的编程接口两大类:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;一是如何在matlab里调用其他语言写的代码。(见例子:使用C-MEX技术,ActiveX技术)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;二是如何在其他语言里调用matl...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/fonjames">来自:	<span class="blog_title"> fonjames的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/Althindor/article/details/77679303,BlogCommendFromBaidu_47&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/Althindor/article/details/77679303" target="_blank" title="Qt(或者VS)+Matlab混合编程"><h4 class="text-truncate oneline" style="width: 692px;">Qt(或者VS)+Matlab<em>混合编程</em>				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">08-29</span><span class="read-num hover-hide">阅读数 5367</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/Althindor/article/details/77679303" target="_blank" title="Qt(或者VS)+Matlab混合编程"><span class="desc oneline">网上虽然有一些VS+Matlab混合编程的博客,但是有很多行不通的地方,我按照流程依然碰到了很多比较新的问题,现在将问题以及解决方案做出整理,希望可以帮到需要帮助的盆友。环境:Qt5.5.1(QtCr...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/Althindor">来自:	<span class="blog_title"> Althindor的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/xz1308579340/article/details/68061726,BlogCommendFromBaidu_48&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/xz1308579340/article/details/68061726" target="_blank" title="Visual Studio  与  Matlab实现混合编程"><h4 class="text-truncate oneline" style="width: 692px;">Visual Studio  与  Matlab实现<em>混合编程</em>				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-29</span><span class="read-num hover-hide">阅读数 3803</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/xz1308579340/article/details/68061726" target="_blank" title="Visual Studio  与  Matlab实现混合编程"><span class="desc oneline">环境:Win10vs2010Matlab2015里面有很多选做的内容,其中2、3必做1.Matlab环境设置:&nbsp;(选做)我没有做这步,因为打mbuild-setup指令不识别,缺少SDK,但是可以正常...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/xz1308579340">来自:	<span class="blog_title"> 罗清雨的博客</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident recommend-download-box clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://download.csdn.net/download/wang_ys121/10008870,BlogCommendFromQuerySearch_49&quot;}" data-flg="true"><a href="https://download.csdn.net/download/wang_ys121/10008870" target="_blank"><div class="content clearfix"><div class=""><h4 class="text-truncate oneline clearfix">Visual Studio 2017 support for Matlab 2016b						</h4><span class="data float-right">10-06</span></div><div class="desc oneline">Visual Studio 2017 support for Matlab 2016b,解决2016b不识别vs2017的问题					</div><span class="type-show type-show-download">下载</span></div></a></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/ArtX/article/details/1540539,BlogCommendHotData_0&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/ArtX/article/details/1540539" target="_blank" title="图像缩放双线性插值算法"><h4 class="text-truncate oneline" style="width: 692px;">图像缩放双线性插值算法				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-25</span><span class="read-num hover-hide">阅读数 2万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/ArtX/article/details/1540539" target="_blank" title="图像缩放双线性插值算法"><span class="desc oneline">插值算法对于缩放比例较小的情况是完全可以接受的,令人信服的。一般的,缩小0.5倍以上或放大3.0倍以下,对任何图像都是可以接受的。最邻近插值(近邻取样法):  最临近插值的的思想很简单。对于通过反向变...</span></a><span class="blog_title_box oneline no-title"><span class="type-show type-show-blog type-show-after">博文</span></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/lubiaopan/article/details/6233517,BlogCommendHotData_1&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/lubiaopan/article/details/6233517" target="_blank" title=".NET和java的RSA互通,仅此而已"><h4 class="text-truncate oneline" style="width: 692px;">.NET和java的RSA互通,仅此而已				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-09</span><span class="read-num hover-hide">阅读数 4万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/lubiaopan/article/details/6233517" target="_blank" title=".NET和java的RSA互通,仅此而已"><span class="desc oneline">RSA .net jva 互通 解决不能互通的问题</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/lubiaopan">来自:	<span class="blog_title"> lubiaopan的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/afei3418/article/details/79098415,BlogCommendHotData_2&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/afei3418/article/details/79098415" target="_blank" title="mysql-5.7.21安装和配置方法"><h4 class="text-truncate oneline" style="width: 692px;">mysql-5.7.21安装和配置方法				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">01-18</span><span class="read-num hover-hide">阅读数 1万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/afei3418/article/details/79098415" target="_blank" title="mysql-5.7.21安装和配置方法"><span class="desc oneline">mysql-5.7.21安装和配置方法</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/afei3418">来自:	<span class="blog_title"> afei3418的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/KingWTD/article/details/54425903,BlogCommendHotData_3&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/KingWTD/article/details/54425903" target="_blank" title="Chrome浏览器 - 抢票插件的制作与插件工具(上)"><h4 class="text-truncate oneline" style="width: 692px;">Chrome浏览器 - 抢票插件的制作与插件工具(上)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">01-14</span><span class="read-num hover-hide">阅读数 8851</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/KingWTD/article/details/54425903" target="_blank" title="Chrome浏览器 - 抢票插件的制作与插件工具(上)"><span class="desc oneline">关于Chrome浏览器插件的博客有很多,它的应用场景也很多。一般来讲,Chrome浏览器插件分为三大类:ContentScript、Background和Popup,今天来说一下我们都比较关注的一个插...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/KingWTD">来自:	<span class="blog_title"> KingWTD的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/silentpebble/article/details/41279285,BlogCommendHotData_4&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/silentpebble/article/details/41279285" target="_blank" title="centos 查看命令源码"><h4 class="text-truncate oneline" style="width: 692px;">centos 查看命令源码				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">11-19</span><span class="read-num hover-hide">阅读数 8万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/silentpebble/article/details/41279285" target="_blank" title="centos 查看命令源码"><span class="desc oneline"># yum install yum-utils
    

    设置源:
    [base-src]
    name=CentOS-5.4 - Base src -
    baseurl=http://vault.ce…


    博文
    来自: linux/unix



    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq574857122/article/details/16361033,BlogCommendHotData_5&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq574857122/article/details/16361033" target="_blank" title="强连通分量及缩点tarjan算法解析"><h4 class="text-truncate oneline" style="width: 692px;">强连通分量及缩点tarjan算法解析				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">11-16</span><span class="read-num hover-hide">阅读数 56万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq574857122/article/details/16361033" target="_blank" title="强连通分量及缩点tarjan算法解析"><span class="desc oneline">强连通分量:
    

    简言之 就是找环(每条边只走一次,两两可达)
    孤立的一个点也是一个连通分量
     
    使用tarjan算法 在嵌套的多个环中优先得到最大环( 最小环就是每个孤立点)
     
    定义:
    int Ti…


    博文
    来自: 九野的博客



    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/ohmygirl/article/details/17846199,BlogCommendHotData_6&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/ohmygirl/article/details/17846199" target="_blank" title="【HTTP】Fiddler(一) - Fiddler简介"><h4 class="text-truncate oneline" style="width: 692px;">【HTTP】Fiddler(一) - Fiddler简介				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">01-04</span><span class="read-num hover-hide">阅读数 30万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/ohmygirl/article/details/17846199" target="_blank" title="【HTTP】Fiddler(一) - Fiddler简介"><span class="desc oneline">1.为什么是Fiddler?
    

    抓包工具有很多,小到最常用的web调试工具firebug,达到通用的强大的抓包工具wireshark.为什么使用fiddler?原因如下:
    a.Firebug虽然可以抓包…


    博文
    来自: 专注、专心



    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/u010635353/article/details/53173633,BlogCommendHotData_7&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/u010635353/article/details/53173633" target="_blank" title="微信小程序(七):仿找事吧APP附近三公里Demo"><h4 class="text-truncate oneline" style="width: 692px;">微信小程序(七):仿找事吧APP附近三公里Demo				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">11-16</span><span class="read-num hover-hide">阅读数 1万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/u010635353/article/details/53173633" target="_blank" title="微信小程序(七):仿找事吧APP附近三公里Demo"><span class="desc oneline">功能点:轮播;列表,下拉刷新上拉加载更多;地图;网络请求;数据绑定等 
    

    文本仿照了 找事吧app 附近三公里功能,并感谢找事吧数据的提供。考虑到数据的私密性,本文贴出的代码并没有贴出请求URL,敬…


    博文
    来自: 阿东



    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/VBcom/article/details/7245186,BlogCommendHotData_8&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/VBcom/article/details/7245186" target="_blank" title="DirectX修复工具增强版"><h4 class="text-truncate oneline" style="width: 692px;">DirectX修复工具增强版				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">02-09</span><span class="read-num hover-hide">阅读数 191万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/VBcom/article/details/7245186" target="_blank" title="DirectX修复工具增强版"><span class="desc oneline">最后更新:2018-12-20
    

    DirectX修复工具最新版:DirectX Repair V3.8 增强版  NEW!

    版本号:V3.8.0.11638

    大小: 107MB/7z格式压缩,18…


    博文
    来自: VBcom的专栏



    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/amone/article/details/150,BlogCommendHotData_9&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/amone/article/details/150" target="_blank" title="测试发文章"><h4 class="text-truncate oneline" style="width: 692px;">测试发文章				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-29</span><span class="read-num hover-hide">阅读数 1065</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/amone/article/details/150" target="_blank" title="测试发文章"><span class="desc oneline">测试</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/amone">来自:	<span class="blog_title"> 孟迎霞 CSDN</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/hiredme/article/details/50894814,BlogCommendHotData_10&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/hiredme/article/details/50894814" target="_blank" title="JAVA识别身份证号码,H5识别身份证号码,tesseract-ocr识别(一)"><h4 class="text-truncate oneline" style="width: 692px;">JAVA识别身份证号码,H5识别身份证号码,tesseract-ocr识别(一)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">03-15</span><span class="read-num hover-hide">阅读数 2万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/hiredme/article/details/50894814" target="_blank" title="JAVA识别身份证号码,H5识别身份证号码,tesseract-ocr识别(一)"><span class="desc oneline">背景介绍:这段时间正在做一个流动人口管理项目,其中要求使用H5网页拍照识别身份证,当时就蒙圈了,这不是APP的功能吗?产品为了快速迭代一直把APP的功能往H5上堆砌,没办法只有想办法解决了。 
    

    查了一…


    博文
    来自: Gavin的博客



    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/gefangshuai/article/details/50328451,BlogCommendHotData_11&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/gefangshuai/article/details/50328451" target="_blank" title="关于SpringBoot bean无法注入的问题(与文件包位置有关)"><h4 class="text-truncate oneline" style="width: 692px;">关于SpringBoot bean无法注入的问题(与文件包位置有关)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">12-16</span><span class="read-num hover-hide">阅读数 16万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/gefangshuai/article/details/50328451" target="_blank" title="关于SpringBoot bean无法注入的问题(与文件包位置有关)"><span class="desc oneline">问题场景描述整个项目通过Maven构建,大致结构如下:
    

    核心Spring框架一个module spring-boot-base
    service和dao一个module server-core
    提供系统…


    博文
    来自: 开发随笔



    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_36892341/article/details/73918672,BlogCommendHotData_12&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_36892341/article/details/73918672" target="_blank" title="linux上安装Docker(非常简单的安装方法)"><h4 class="text-truncate oneline" style="width: 692px;">linux上安装Docker(非常简单的安装方法)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">06-29</span><span class="read-num hover-hide">阅读数 20万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/qq_36892341/article/details/73918672" target="_blank" title="linux上安装Docker(非常简单的安装方法)"><span class="desc oneline">最近比较有空,大四出来实习几个月了,作为实习狗的我,被叫去研究Docker了,汗汗!
    

    Docker的三大核心概念:镜像、容器、仓库
    镜像:类似虚拟机的镜像、用俗话说就是安装文件。
    容器:类似一个轻量…


    博文
    来自: 我走小路的博客



    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/shuzfan/article/details/52503683,BlogCommendHotData_13&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/shuzfan/article/details/52503683" target="_blank" title="caffe HDF5Data 层使用及数据生成"><h4 class="text-truncate oneline" style="width: 692px;">caffe HDF5Data 层使用及数据生成				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">09-11</span><span class="read-num hover-hide">阅读数 9559</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/shuzfan/article/details/52503683" target="_blank" title="caffe HDF5Data 层使用及数据生成"><span class="desc oneline">有些时候,我们的输入不是标准的图像,而是其它一些格式,比如:频谱图、特征向量等等,这种情况下LMDB、Leveldb以及ImageData layer等就不好使了,这时候我们就需要一个新的输入接口——...</span></a><span class="blog_title_box oneline "><span class="type-show type-show-blog type-show-after">博文</span><a target="_blank" href="https://blog.csdn.net/shuzfan">来自:	<span class="blog_title"> shuzfan的专栏</span></a></span></p></div></div><div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/clover_hxy/article/details/50683832,BlogCommendHotData_14&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/clover_hxy/article/details/50683832" target="_blank" title="bsgs算法"><h4 class="text-truncate oneline" style="width: 692px;">bsgs算法				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">02-18</span><span class="read-num hover-hide">阅读数 1万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/clover_hxy/article/details/50683832" target="_blank" title="bsgs算法"><span class="desc oneline">bsgs算法
    

    bsgs算法,又称大小步算法(某大神称拔山盖世算法)。
    主要用来解决
      A^x=B(mod C)(C是质数),都是整数,已知A、B、C求x。(poj 2417 Discrete Lo…


    博文
    来自: clover_hxy的博客



    		<div class="recommend-item-box recommend-box-ident type_blog clearfix" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/wuchengzeng/article/details/50037611,BlogCommendHotData_15&quot;}" data-flg="true"><div class="content" style="width: 852px;"><a href="https://blog.csdn.net/wuchengzeng/article/details/50037611" target="_blank" title="jquery/js实现一个网页同时调用多个倒计时(最新的)"><h4 class="text-truncate oneline" style="width: 692px;">jquery/js实现一个网页同时调用多个倒计时(最新的)				</h4><div class="info-box d-flex align-content-center"><p class="date-and-readNum oneline"><span class="date hover-show">11-25</span><span class="read-num hover-hide">阅读数 43万+</span></p></div></a><p class="content" style="width: 852px;"><a href="https://blog.csdn.net/wuchengzeng/article/details/50037611" target="_blank" title="jquery/js实现一个网页同时调用多个倒计时(最新的)"><span class="desc oneline">jquery/js实现一个网页同时调用多个倒计时(最新的)
    

    最近需要网页添加多个倒计时. 查阅网络,基本上都是千遍一律的不好用. 自己按需写了个.希望对大家有用. 有用请赞一个哦!

    //js



    博文
    来自: Websites



        <div class="recommend-item-box type_hot_word"><div class="content clearfix" style="width: 852px;"><div class="word float-left"><span><a href="https://edu.csdn.net/combos/o364_s7102_l0_t " target="_blank">ReactJS课程          </a></span><span><a href="https://edu.csdn.net/courses/o5329_s5330_k " target="_blank">机器学习教程          </a></span><span><a href="https://edu.csdn.net/combos/o7115_s388_l0_t " target="_blank">交互设计视频教程          </a></span><span><a href="https://edu.csdn.net/combos/o408_s5075_l0_t " target="_blank">运营管理视频教程          </a></span><span><a href="https://edu.csdn.net/combos/o319_s339_l0_t " target="_blank">DB2视频教程          </a></span></div></div><div class="content clearfix" style="width: 852px;"><div class="float-left"><span><a href="https://www.csdn.net/gather_22/NtjaggwsMC1ibG9n.html" target="_blank">c#matlab混合编程</a></span><span><a href="https://www.csdn.net/gather_2c/MtzaUg4sNzAtYmxvZwO0O0OO0O0O.html" target="_blank">c/c++混合编程</a></span><span><a href="https://www.csdn.net/gather_27/NtTaQgxsMTItYmxvZwO0O0OO0O0O.html" target="_blank">c++混合编程 fortran</a></span><span><a href="https://www.csdn.net/gather_21/NtzaMg5sMDMtYmxvZwO0O0OO0O0O.html" target="_blank">c c++ 和 混合编程</a></span><span><a href="https://www.csdn.net/gather_2a/MtTaUgzsNjI0LWJsb2cO0O0O.html" target="_blank">c#混合编程 idl</a></span><span><a href="https://www.csdn.net/gather_4a/MtSa1glsZHUO0O0O.html" target="_blank">python教程+chm</a></span><span><a href="https://www.csdn.net/gather_4a/MtTaQgtsZWR1.html" target="_blank">python教程百家号</a></span></div></div></div><div class="recommend-item-box baiduSearch recommend-box-ident" data-track-view="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/wuzuyu365/article/details/78072524?utm_source=blogxgwz7,searchFromBaidu1_0,-&quot;}" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/wuzuyu365/article/details/78072524?utm_source=blogxgwz7,searchFromBaidu1_0,-&quot;}" data-flg="true">                <a href="https://blog.csdn.net/wuzuyu365/article/details/78072524?utm_source=blogxgwz7" target="_blank">              		<h4 class="text-truncate oneline" style="width: 754px;">matlab2017 搭配vs2015 mex 设置 - walle的博客 - CSDN博客</h4>                  <div class="info-box d-flex align-content-center">                    <p>                      <span class="date">11-19</span>                    </p>                  </div>              		<p class="content oneline" style="width: 852px;"></p>                </a>            	</div><div class="recommend-item-box baiduSearch recommend-box-ident" data-track-view="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_29567701/article/details/78286884,searchFromBaidu1_1,-&quot;}" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_29567701/article/details/78286884,searchFromBaidu1_1,-&quot;}" data-flg="true">                <a href="https://blog.csdn.net/qq_29567701/article/details/78286884" target="_blank">              		<h4 class="text-truncate oneline" style="width: 754px;">Visual Studio 2013+MatlabR2016b(汉化版)+Win7 64位+D..._CSDN博客</h4>                  <div class="info-box d-flex align-content-center">                    <p>                      <span class="date">11-23</span>                    </p>                  </div>              		<p class="content oneline" style="width: 852px;">Step5:为项目添加matlab生成的Detector.h头文件( 2.2.中Step6中的.h文件 第...VS2015+MATLAB2016b混合编程 - Zlase的博客  12-03 1579  欢迎转载,转载请注...</p>                </a>            	</div><div class="recommend-item-box baiduSearch recommend-box-ident" data-track-view="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_36165459/article/details/81283932?utm_source=blogxgwz7,searchFromBaidu1_2,-&quot;}" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_36165459/article/details/81283932?utm_source=blogxgwz7,searchFromBaidu1_2,-&quot;}" data-flg="true">                <a href="https://blog.csdn.net/qq_36165459/article/details/81283932?utm_source=blogxgwz7" target="_blank">              		<h4 class="text-truncate oneline" style="width: 754px;">...链接库进行<em>混合编程</em>(win10+VS2015+Matlab2016b) - ..._CSDN博客</h4>                  <div class="info-box d-flex align-content-center">                    <p>                      <span class="date">10-15</span>                    </p>                  </div>              		<p class="content oneline" style="width: 852px;">C++调用Matlab生成的DLL动态链接库进行混合编程(win10+VS2015+Matlab2016b)2018...来自: Zlase的博客  MATLAB与C++混合编程:动态链接库方法实现混合编程及常见错误...</p>                </a>            	</div><div class="recommend-item-box baiduSearch recommend-box-ident" data-track-view="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/sinat_22699499/article/details/79144198,searchFromBaidu1_3,-&quot;}" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/sinat_22699499/article/details/79144198,searchFromBaidu1_3,-&quot;}" data-flg="true">                <a href="https://blog.csdn.net/sinat_22699499/article/details/79144198" target="_blank">              		<h4 class="text-truncate oneline" style="width: 754px;">Matlab2016a与VS2012<em>混合编程</em> - 风雨兼程 - CSDN博客</h4>                  <div class="info-box d-flex align-content-center">                    <p>                      <span class="date">10-27</span>                    </p>                  </div>              		<p class="content oneline" style="width: 852px;">VS2015+MATLAB2016b混合编程  12-03 1467  欢迎转载,转载请注明出处。参考文献...来自: Zlase的博客  vs2012和Matlab R2014a混合  06-22 1478  思路:为了实现...</p>                </a>            	</div><div class="recommend-item-box baiduSearch recommend-box-ident" data-track-view="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_33782064/article/details/80003520?utm_source=blogxgwz1,searchFromBaidu1_4,-&quot;}" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/qq_33782064/article/details/80003520?utm_source=blogxgwz1,searchFromBaidu1_4,-&quot;}" data-flg="true">                <a href="https://blog.csdn.net/qq_33782064/article/details/80003520?utm_source=blogxgwz1" target="_blank">              		<h4 class="text-truncate oneline" style="width: 754px;">win10+MATLAB2016a+VS2015+MatConvNet配置详解 - qq_33..._CSDN博客</h4>                  <div class="info-box d-flex align-content-center">                    <p>                      <span class="date">11-24</span>                    </p>                  </div>              		<p class="content oneline" style="width: 852px;"></p>                </a>            	</div><div class="recommend-item-box baiduSearch recommend-box-ident" data-track-view="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/lingmengxiaotong/article/details/80674418,searchFromBaidu1_5,-&quot;}" data-track-click="{&quot;mod&quot;:&quot;popu_614&quot;,&quot;con&quot;:&quot;,https://blog.csdn.net/lingmengxiaotong/article/details/80674418,searchFromBaidu1_5,-&quot;}" data-flg="true">                <a href="https://blog.csdn.net/lingmengxiaotong/article/details/80674418" target="_blank">              		<h4 class="text-truncate oneline" style="width: 754px;">vs2015和matlab<em>混合编程</em>,矩阵对应关系 - lingmengxiaot..._CSDN博客</h4>                  <div class="info-box d-flex align-content-center">                    <p>                      <span class="date">10-17</span>                    </p>                  </div>              		<p class="content oneline" style="width: 852px;">VS2015+MATLAB2016b混合编程  12-03 1405  欢迎转载,转载请注明出处。参考文献...来自: Zlase的博客  Matlab2016及以上版本设置VS编译器  12-26 1.3万  Matla...</p>                </a>            	</div><div class="recommend-loading-box"><img src="https://csdnimg.cn/release/phoenix/images/feedLoading.gif"></div><div class="recommend-end-box"><p class="text-center">没有更多推荐了,<a href="https://blog.csdn.net/" class="c-blue c-blue-hover c-blue-focus">返回首页</a></p></div></div>
    </main><aside><div id="asideProfile" class="aside-box">
    <!-- <h3 class="aside-title">个人资料</h3> -->
    <div class="profile-intro d-flex"><div class="avatar-box d-flex justify-content-center flex-column"><a href="https://blog.csdn.net/Zlase"><img src="https://avatar.csdn.net/4/4/A/3_zlase.jpg" class="avatar_pic"></a></div><div class="user-info d-flex justify-content-center flex-column"><p class="name csdn-tracking-statistics tracking-click" data-mod="popu_379"><a href="https://blog.csdn.net/Zlase" target="_blank" class="" id="uid">Zlase</a></p></div><div class="opt-box d-flex justify-content-center flex-column"><span class="csdn-tracking-statistics tracking-click" data-mod="popu_379"><a class="btn btn-sm btn-red-hollow attention" id="btnAttent" target="_blank">关注</a></span></div></div>
    <div class="data-info d-flex item-tiling"><dl class="text-center" title="59"><dt><a href="https://blog.csdn.net/zlase?t=1">原创</a></dt><dd><a href="https://blog.csdn.net/zlase?t=1"><span class="count">59</span></a></dd></dl><dl class="text-center" id="fanBox" title="31"><dt>粉丝</dt><dd><span class="count" id="fan">31</span></dd></dl><dl class="text-center" title="27"><dt>喜欢</dt><dd><span class="count">27</span></dd></dl><dl class="text-center" title="42"><dt>评论</dt><dd><span class="count">42</span></dd></dl>
    </div>
    <div class="grade-box clearfix"><dl><dt>等级:</dt><dd><a href="https://blog.csdn.net/home/help.html#level" title="3级,点击查看等级说明" target="_blank"><svg class="icon icon-level" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#csdnc-bloglevel-3"></use></svg></a></dd></dl><dl><dt>访问:</dt><dd title="48434">4万+            </dd></dl><dl><dt>积分:</dt><dd title="981">981            </dd></dl><dl title="69103"><dt>排名:</dt><dd>6万+</dd></dl>
    </div><div class="badge-box d-flex"><span>勋章:</span><div class="icon-badge" title="持之以恒"><div class="mouse-box"><svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#csdnc-m-lasting"></use></svg><div class="icon-arrow"></div></div><div class="grade-detail-box"><div class="pos-box"><div class="left-box d-flex justify-content-center align-items-center flex-column"><svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#csdnc-m-lasting"></use></svg><p>持之以恒</p></div><div class="right-box d-flex justify-content-center align-items-center">授予每个自然月内发布4篇或4篇以上原创或翻译IT博文的用户。不积跬步无以至千里,不积小流无以成江海,程序人生的精彩需要坚持不懈地积累!</div></div></div></div><script>(function ($) {setTimeout(function(){$('div.icon-badge.show-moment').removeClass('show-moment');}, 5000);})(window.jQuery)</script>
    </div>
    </div><div id="asideNewArticle" class="aside-box">
    <h3 class="aside-title">最新文章</h3>
    <div class="aside-content"><ul class="inf_list clearfix csdn-tracking-statistics tracking-click" data-mod="popu_382"><li class="clearfix"><a href="https://blog.csdn.net/Zlase/article/details/86535978" target="_blank">Ubuntu安装谷歌浏览器Chrome</a></li><li class="clearfix"><a href="https://blog.csdn.net/Zlase/article/details/86522626" target="_blank">Ubuntu 耳机和音响没有声音</a></li><li class="clearfix"><a href="https://blog.csdn.net/Zlase/article/details/86521517" target="_blank">Ubuntu系统安装Adobe Flash插件</a></li><li class="clearfix"><a href="https://blog.csdn.net/Zlase/article/details/86485833" target="_blank">Ubuntu系统安装</a></li><li class="clearfix"><a href="https://blog.csdn.net/Zlase/article/details/82870704" target="_blank">【Leetcode 27】 Remove Element</a></li></ul>
    </div>
    

    个人分类

    • 深度学习 11篇
    • Python和机器学习 2篇
    • MySQL 8篇
    • CUDA+OpenCV编程 3篇
    • Linux学习 7篇
    • 常用的小技巧 2篇
    • 在线测试刷题 20篇
    • 算法与数据结构学习 1篇
    • C++Primer自学笔记 6篇
    • leetcode 10篇

    展开

    归档

    • 2019年1月 4篇
    • 2018年9月 10篇
    • 2018年8月 3篇
    • 2018年7月 12篇
    • 2018年6月 11篇
    • 2018年5月 3篇
    • 2018年4月 11篇
    • 2018年3月 1篇
    • 2018年2月 2篇
    • 2018年1月 1篇
    • 2017年12月 2篇
    • 2017年11月 4篇
    • 2017年10月 5篇
    • 2017年2月 1篇

    展开

    热门文章

    • 确定自己的TensorFlow是CPU还是GPU的版本

      阅读数 24052

    • Win10使用TensorFlow调用object_detection API

      阅读数 10809

    • CUDA8.0+OpenCV2.4.13+VS2015+Win10+TBB混合编译

      阅读数 2239

    • VS2015+MATLAB2016b混合编程

      阅读数 1872

    • VM Ubuntu16.04 安装Tools

      阅读数 1013

    最新评论

    • 确定自己的TensorFlow是C...

      qq_40004277:[reply]Zlase[/reply] 恩恩 解决了 用cmd就能看到了 谢谢你!

    • 确定自己的TensorFlow是C...

      Zlase:[reply]qq_40004277[/reply] 我这个是在终端输入的,你是不是在编译器里边输入的呢?

    • 确定自己的TensorFlow是C...

      qq_40004277:[reply]qq_41627835[/reply] 我也是,请问是什么情况

    • VS2015+MATLAB2016...

      Zlase:[reply]xhsCSDN[/reply] 此软件指的是什么?是VS还是Matlab?说具体一点吧,也许能帮到你

    • VS2015+MATLAB2016...

      xhsCSDN:博主,请问您有没有将此软件移植到别的电脑上,想请教一下操作流程

    本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://xiahunao.cn/news/1620528.html

    如若内容造成侵权/违法违规/事实不符,请联系瞎胡闹网进行投诉反馈,一经查实,立即删除!

    相关文章

    用Adomd.net构建最清凉的olap示例

    本来要写最轻量的&#xff0c;结果MSPY3.0给我来了个‘清凉’&#xff0c;好像也不错哦&#xff0c;那就清凉一下吧~ 什么是OLAP呢&#xff0c;我几句话也解释不清楚了&#xff0c;可以看 这儿。 当我们使用微软提供的 SQL Server Analysis Service来做OLAP分析时&#xff0c;这…

    夏天想美美的出门?店湾妹的“明星穿搭教科书”,很美有木有?

    Hi~各位小仙女&#xff01; 大家猜到了这个穿着花衬衫的小仙女是谁了吗&#xff1f; 图片描述(最多50字) 单单凭借一张背影照&#xff0c;如果不是很熟悉&#xff0c;肯定是很难猜出来的&#xff0c;给点线索提示哈&#xff0c;参加过《花儿与少年》&#xff0c;而且是胡歌的…

    装饰设计模式

    职责&#xff1a; 动态的为一个对象增加新的功能。 装饰模式是一种用于代替继承的技术&#xff0c;无需通过继承增加子类就能扩展对象的新功能。 使用对象的关联关系代替继承关系&#xff0c;更加灵活&#xff0c;同事避免类型体系的快速膨胀。 使用场景&#xff1a; 1.IO流…

    夏日的清凉好装备,华为FreeBuds 4能说的不只舒适降噪

    现如今,耳机就像智能手机一样,正慢慢成为我们的“感官”之一,即使是在如此炎热的夏日,人们出行的装备越来越少,但始终会有真无线耳机的一席之地。随着功能的丰富,耳机的使用场景也不仅限于通勤路上的“解闷儿”工具,更多的是可以融入到工作和生活的每个细节。就比如刚刚过去的端…

    雨中重装徒步攀登清凉峰

    《雨中重装徒步攀登清凉峰》 经历忙碌的一周工作后&#xff0c;本该在周六睡个懒觉&#xff0c;因报名参加了天涯俱乐部组织的重装徒步攀登清凉峰活动&#xff0c;只能在五点起床&#xff0c;洗漱&#xff0c;吃完早饭后&#xff0c;背上登山包后赶往集合地点。 清凉峰&#xf…

    清凉的夏天

    世界上有一种东西叫做夏天。阳光、沙滩、还有你最爱的澄汁。喜欢趴在地板上看着你的白汗衫在阳光下飘动你告诉我&#xff0c;我会飞上碧蓝的天你答应我那天送我的一双水晶鞋我说不用&#xff0c;只要你为我拾一颗石头&#xff0c;能永远沉在我心底我喜欢把心情写在日记本里&…

    我的Q秀场

    这是我最初最钟爱的一个Q秀。 自打上面我原来那美美的QQ秀过期之后&#xff0c;我就只能穿着清凉的过了好多天&#xff0c;如下图所示&#xff1a; 今天又找了一套衣服&#xff0c;可是不是免费的&#xff0c;很遗憾的是我穷的买不起。所以&#xff0c;只能穿上截个…

    JSON文件读写教程【jsoncpp源码编译】【结尾附三方库下载链接】

    目录 1 数据下载(jsoncpp源码)2 文件编译3 测试用例4 下载链接:内容: JSON文件的读取与保存可以使用jsoncpp库来实现,这里介绍该库的下载及编译方法。 1 数据下载(jsoncpp源码) 数据下载:Github地址 图1 github源码示意图 2 文件编译 2.1 点击Download ZIP,下载源码。 …

    通过参数化可变形曲线直接从 X 射线投影数据计算分割研究(Matlab代码实现)

    &#x1f4a5;&#x1f4a5;&#x1f49e;&#x1f49e;欢迎来到本博客❤️❤️&#x1f4a5;&#x1f4a5; &#x1f3c6;博主优势&#xff1a;&#x1f31e;&#x1f31e;&#x1f31e;博客内容尽量做到思维缜密&#xff0c;逻辑清晰&#xff0c;为了方便读者。 ⛳️座右铭&a…

    第一课 海边漫步

    一、目的 1.初步了解编程思维方式 2.熟悉Scratch整体界面布局 3.了解背景与角色 4.了解坐标概念 二、内容 1.积木区: (1)代码标签:Scratch支持的所有代码积木, 通过这些积木,实现Scratch代码编写,实现编程目标。如图 (2)造型/背景标签:绘制或修改背景和角色…

    使用python对有限数点进行随机漫步

    有关python的随机漫步&#xff0c;使用python来生成随机漫步数据&#xff0c;再使用Matplotlib以能令人清晰可见的方式看到随机漫步后得到的图表。 首先&#xff0c;创建一个叫做“随机漫步”的python文件&#xff0c;我们创建一个名为RandomWalk的类&#xff0c;让计算机随机…

    南卡和万魔还有漫步者蓝牙耳机哪个好?半入耳式蓝牙耳机对比

    蓝牙耳机什么牌子好&#xff1f;这个问题&#xff0c;是一个仁者见仁、智者见智的问题。为了搞清这个问题&#xff0c;我也是入手了现在最热门最受欢迎的3款性价比国产蓝牙耳机&#xff0c;分别是南卡Lite pro2、漫步者lollipopds和万魔舒适豆。如果将三者对比起来使用&#xf…

    【Python】随机漫步

    欢迎来到博主 Apeiron 的博客&#xff0c;祝您旅程愉快 &#xff01;时止则止&#xff0c;时行则行。动静不失其时&#xff0c;其道光明。 目录 1、缘起 2、创建 RandomWalk 类 3、随机选择方向 4、绘制随机漫步图 5、总结 1、缘起 本篇博客将使用 Python 来生成随机漫…

    数据可视化—随机漫步

    ✅作者简介&#xff1a;大家好我是hacker707,大家可以叫我hacker &#x1f4c3;个人主页&#xff1a;hacker707的csdn博客 &#x1f525;系列专栏&#xff1a;python &#x1f4ac;推荐一款模拟面试、刷题神器&#x1f449;点击跳转进入网站 随机漫步 创建RandomWalk类选择方向…

    City walk火了,这3种城市漫步模式了解一下

    目 录 1. 城市需要什么样的City walk 2. City walk模式一&#xff1a;「有目标」 3. City walk模式二&#xff1a;「故事化」 4. City walk模式三&#xff1a;「小而密」 关键词&#xff1a; 城市漫步 | 城市更新 | 街区改造 文化旅游 | 微度假 | 扩内需 City walk&#xff08…

    7 集群基本测试

    1. 上传小文件到集群 在hadoop路径下执行命令创建一个文件夹用于存放即将上传的文件&#xff1a; [atguiguhadoop102 ~]$ hadoop fs -mkdir /input上传&#xff1a; [atguiguhadoop102 hadoop-3.1.3]$ hadoop fs -put wcinput/work.txt /input2.上传大文件 [atguiguhadoop1…

    使用OpenCV-python对植物图片进行分类

    文章目录 图片分类的思路和需要加载的库函数说明核心代码分析数据预处理&#xff1a;文件处理和命名匹配数据预处理&#xff1a;特征提取和标签提取学习模型&#xff1a;数据划分和模型训练预测输出&#xff1a;利用训练好的模型进行图片分类 完整代码附录和运行结果 图片分类的…

    学习记录:Unity点击屏幕生成随机UI花朵

    1 效果展示 点击屏幕的位置生成花朵&#xff0c;生成的花朵等5秒后自动销毁。 2 代码展示 1 生成花朵的代码 using System.Collections; using System.Collections.Generic; using UnityEngine; /// <summary> /// 鼠标点击生成花朵 /// </summary> public clas…

    利用Python制造出七彩花朵

    文章目录 前言小海龟花朵类移动函数画花朵 前言 来啦来啦来啦&#xff0c;小伙伴们快快来领取七彩花瓣雨吧&#xff01;&#xff01; 小海龟 老生常谈啦&#xff0c;在用python画樱花树前&#xff0c;我们先来了解一下turtle吧&#xff01; 小海龟(Turtle)是Python中画图的…

    深度学习花朵识别系统的设计与实现

    摘要&#xff1a;该项目是基于Keras的VGG16模型微调实现的深度学习花朵识别检测系统&#xff0c;使用Python语言中的cv2和numpy库对图像进行预处理&#xff0c;使用keras的ImageDataGenerator进行数据增强&#xff0c;采用Pyqt5实现功能的可视化&#xff0c;方便用户对图片进行…