<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[gotomic的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/gotomic</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; gotomic]]></copyright><item><title><![CDATA[How do I fix the linker error in project upgraded from VS2010 to VS2013 where the linker is looking]]></title><link>https://blog.csdn.net/gotomic/article/details/30221465</link><guid>https://blog.csdn.net/gotomic/article/details/30221465</guid><author>gotomic</author><pubDate>Thu, 12 Jun 2014 10:10:05 +0800</pubDate><description><![CDATA[How
 do I fix the linker error in project upgraded from VS2010 to VS2013 where the linker is looking for an MFC library file that is not present?




















up
 vote1do]]></description><category></category></item><item><title><![CDATA[matlab2013不支持vs2013]]></title><link>https://blog.csdn.net/gotomic/article/details/29594247</link><guid>https://blog.csdn.net/gotomic/article/details/29594247</guid><author>gotomic</author><pubDate>Mon, 09 Jun 2014 17:08:25 +0800</pubDate><description><![CDATA[matlab2013不支持vs2013，因此使用


[plain] 
view plaincopyprint?


mex -setup  

mex -setup
会提示无法找到编译器


解决方法很简单，思路就是vs2013和vs2012在c++编译器部分应该基本一样。
1、在setup后选择N


[plain] 
view plaincopyprint]]></description><category></category></item><item><title><![CDATA[MEX-files Guide]]></title><link>https://blog.csdn.net/gotomic/article/details/29592553</link><guid>https://blog.csdn.net/gotomic/article/details/29592553</guid><author>gotomic</author><pubDate>Mon, 09 Jun 2014 16:54:41 +0800</pubDate><description><![CDATA[製品・サービス
ソリューション
アカデミック
サポート
ユーザコミュニティ（英語）
イベント
会社情報




Accelerating the pace of engineering and science
﻿




日本
お問い合わせ
購入方法








ご登録はこちら
ログイン（英語）









 ]]></description><category></category></item><item><title><![CDATA[How to build mex file directly in Visual Studio 2010?]]></title><link>https://blog.csdn.net/gotomic/article/details/29588223</link><guid>https://blog.csdn.net/gotomic/article/details/29588223</guid><author>gotomic</author><pubDate>Mon, 09 Jun 2014 16:22:41 +0800</pubDate><description><![CDATA[Stack
 Exchange


sign
 up log
 in tour help  careers
 2.0
 











Stack
 Overflow




Questions
Tags
Tour
Users




Ask Question







Take
 the 2-min]]></description><category></category></item><item><title><![CDATA[Compiling a MEX file with Visual Studio]]></title><link>https://blog.csdn.net/gotomic/article/details/29588075</link><guid>https://blog.csdn.net/gotomic/article/details/29588075</guid><author>gotomic</author><pubDate>Mon, 09 Jun 2014 16:21:44 +0800</pubDate><description><![CDATA[Compiling a MEX file with Visual Studio
 
 
 
1) If we are working on matrix multiplication, then after compiling the .br file we generate a .cpp like below. Modify the .cpp file directly to use t]]></description><category></category></item><item><title><![CDATA[C++之编码问题（Unicode，ASCII，本地默认）]]></title><link>https://blog.csdn.net/gotomic/article/details/16851317</link><guid>https://blog.csdn.net/gotomic/article/details/16851317</guid><author>gotomic</author><pubDate>Wed, 20 Nov 2013 21:57:17 +0800</pubDate><description><![CDATA[C++之编码问题（Unicode，ASCII，本地默认）




转自： http://www.cnblogs.com/qzhforthelife/p/3228933.html


本篇文章试图回答的问题：
1、char* pStr="我aａ";这句代码执行后，pStr指向的内存区域中存储的字节到底是根据什么码表而来的呢？该字符串占几个字节？
2、将一个VS2010的Windo]]></description><category></category></item><item><title><![CDATA[msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_ostream ...]]></title><link>https://blog.csdn.net/gotomic/article/details/16846565</link><guid>https://blog.csdn.net/gotomic/article/details/16846565</guid><author>gotomic</author><pubDate>Wed, 20 Nov 2013 16:52:06 +0800</pubDate><description><![CDATA[Error:         
msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_ostream ... 


Solution:





This looks like you've got a mismatch in your choice of C Runtime and C++]]></description><category></category></item><item><title><![CDATA[Command line error D8045 : cannot compile C file * with the /clr option	cl]]></title><link>https://blog.csdn.net/gotomic/article/details/16845161</link><guid>https://blog.csdn.net/gotomic/article/details/16845161</guid><author>gotomic</author><pubDate>Wed, 20 Nov 2013 15:41:37 +0800</pubDate><description><![CDATA[Error:

Error 1 Command line error D8045 : cannot compile C file '.\HelloWorld.c'
with the /clr option cl



Solution:

It seems that you have created .NET console program instead of
native ]]></description><category></category></item><item><title><![CDATA[visual studio 2010 运行后 不显示按任意键退出，窗口直接消失]]></title><link>https://blog.csdn.net/gotomic/article/details/13169643</link><guid>https://blog.csdn.net/gotomic/article/details/13169643</guid><author>gotomic</author><pubDate>Sun, 27 Oct 2013 14:20:50 +0800</pubDate><description><![CDATA[visual studio 2010 运行后 不显示按任意键退出，窗口直接消失

2010-08-15 00:06wtj7797live | 分类：其他编程语言 | 浏览6130次
我找不到工程属性按钮... 你的方法是使得运行后可以显示控制台，我的问题是控制台显示了，但运行结束后就消失了，因此打印的内容都来不及看，我希望运行结束后控制台还在，最底下显示一行”按任意键退出




]]></description><category></category></item><item><title><![CDATA[无法启动此程序，因为计算机中丢失opencv_core*d.dll  vs2010]]></title><link>https://blog.csdn.net/gotomic/article/details/13161565</link><guid>https://blog.csdn.net/gotomic/article/details/13161565</guid><author>gotomic</author><pubDate>Sat, 26 Oct 2013 23:03:37 +0800</pubDate><description><![CDATA[应用程序无法正常启动(0xc0150002)。请单击“确定”关闭程序：（debug模式下出现此问题）解决方案：因为是vs2010，所以将build\x86\vc10\bin
 下的dll copy到 exe的目录下。


[转]无法启动此程序，因为计算机中丢失opencv_core231.dll  

2013-04-20 09:43:08|  分类： 默认分类|字号 订阅


]]></description><category></category></item><item><title><![CDATA[在Windows环境中使用版本管理工具Git]]></title><link>https://blog.csdn.net/gotomic/article/details/8520093</link><guid>https://blog.csdn.net/gotomic/article/details/8520093</guid><author>gotomic</author><pubDate>Sat, 19 Jan 2013 14:51:07 +0800</pubDate><description><![CDATA[在Windows环境中使用版本管理工具Git 
Posted on 2008-09-20 20:37 麦满屯 阅读(21637) 评论(11) 编辑 收藏 

Git是一个分布式的版本控制系统，最初由Linus Torvalds编写，作者把他描述为一个“傻瓜式的版本管理系统”，用作Linux内核代码的管理。在推出后，Git在其它项目中也取得了很大成功，尤其是在Ruby社区中。目前，包括Rub]]></description><category></category></item><item><title><![CDATA[x264 windows 下用vs2010 编译]]></title><link>https://blog.csdn.net/gotomic/article/details/8519119</link><guid>https://blog.csdn.net/gotomic/article/details/8519119</guid><author>gotomic</author><pubDate>Sat, 19 Jan 2013 02:24:51 +0800</pubDate><description><![CDATA[在下是新手，在学习x264的时候都是使用的以前2009年左右的x264工程，有libx264的那个，想要更新最新的x264代码但是不会。我在请教了我身边的一位高手之后，整理了一下他使用新代码建立x264工程的过程，现在发上来给大家参考一下。在此感谢那位师兄，这都是他一步步探索出来的。
      因为这个东西也是必须得在自己的电脑上一步步尝试，然后查错解决的，所以每个人在进行以下的方法和步骤时会]]></description><category></category></item><item><title><![CDATA[Matlab也有正则表达式grexp]]></title><link>https://blog.csdn.net/gotomic/article/details/8497980</link><guid>https://blog.csdn.net/gotomic/article/details/8497980</guid><author>gotomic</author><pubDate>Sun, 13 Jan 2013 14:04:10 +0800</pubDate><description><![CDATA[Matlab也有正则表达式grexp Posted on
2012-08-01 16:45 
DK_LODE 阅读(31) 评论(0)  
编辑 收藏
http://www.cnblogs.com/dk2009/archive/2012/08/01/2618606.html
 

引言.啥是正则表达式？正则表达式是干啥的？
我理解就和我们在word或者其他编辑软件里点的查找、替换的]]></description><category></category></item><item><title><![CDATA[How to build x264/libx264.dll in Windows]]></title><link>https://blog.csdn.net/gotomic/article/details/8471376</link><guid>https://blog.csdn.net/gotomic/article/details/8471376</guid><author>gotomic</author><pubDate>Sun, 06 Jan 2013 07:56:26 +0800</pubDate><description><![CDATA[(转)How to build x264/libx264.dll in Windows  (2012-06-06 15:22:36)转载▼ 标签： 杂谈  分类： 音视频

From http://blog.sina.com.cn/s/blog_4ae178ba01013xmm.html

For someone coming from a windows background, wher]]></description><category></category></item><item><title><![CDATA[C++读写.mat文件]]></title><link>https://blog.csdn.net/gotomic/article/details/8349271</link><guid>https://blog.csdn.net/gotomic/article/details/8349271</guid><author>gotomic</author><pubDate>Thu, 20 Dec 2012 12:21:08 +0800</pubDate><description><![CDATA[C++读写.mat文件
作者:达内  更新时间:2012-11-21 12:04:44  来源:成都达内 【字号:
大 中 小】  浏览82次
[导读]成都c++培训   最近在编写C++程序的过程中，需要使用matlab生成的.mat文件，于是查找了基本使用方法。 


成都c++培训  

最近在编写C++程序的过程中，需要使用matlab生成的.mat文件，于是查找了基本使用]]></description><category></category></item><item><title><![CDATA[Matlab shared a common legend]]></title><link>https://blog.csdn.net/gotomic/article/details/8312886</link><guid>https://blog.csdn.net/gotomic/article/details/8312886</guid><author>gotomic</author><pubDate>Tue, 18 Dec 2012 10:14:12 +0800</pubDate><description><![CDATA[figure;
     lgd = [];  
     phf = [];
    
     ph = cell(3,1)
     subplot(2,2,1);
     ph{1} = plot(rand(10,2),'s-');
     phf = [phf; ph'];
     lgd = [lgd,{['1']}];  
     hold on;]]></description><category></category></item><item><title><![CDATA[Matlab 禁止显示figure   figure保存到文件 命令]]></title><link>https://blog.csdn.net/gotomic/article/details/8286202</link><guid>https://blog.csdn.net/gotomic/article/details/8286202</guid><author>gotomic</author><pubDate>Wed, 12 Dec 2012 13:19:49 +0800</pubDate><description><![CDATA[set(gcf,'visible',‘off');
 
 
print(gcf,'-dpng',[root_name,'Average_utilities_',common_name,'.png']);%save the figure
saveas(gca,[output_root_name,'Rate_Acc_Statistic_',num2str(epsth_kept),'.png']]]></description><category></category></item><item><title><![CDATA[visio 如何取消 粘附到形状]]></title><link>https://blog.csdn.net/gotomic/article/details/8223983</link><guid>https://blog.csdn.net/gotomic/article/details/8223983</guid><author>gotomic</author><pubDate>Mon, 26 Nov 2012 02:48:50 +0800</pubDate><description><![CDATA[第一步：
“视图”----》“工具栏”---》“对齐和粘附”
第二步：
在“对齐和粘附”工具栏中，把“切换粘附”选中去掉，就OK了！！！ 快捷键是F9哦，最快的。]]></description><category></category></item><item><title><![CDATA[matlab批处理多个文件数据及保存多个输出图像的方法及例子]]></title><link>https://blog.csdn.net/gotomic/article/details/8218946</link><guid>https://blog.csdn.net/gotomic/article/details/8218946</guid><author>gotomic</author><pubDate>Sat, 24 Nov 2012 09:00:38 +0800</pubDate><description><![CDATA[2011-03-04 16:09:31|  分类：

日常所学 |  标签：
|字号大中小
订阅 





例子:处理一文件夹下的所有文件，读取每个文件里的数据并利用相应数据画图，保存每个图片。
代码:
clc
clear
f_structure=dir('F:\Cruise_data_973_II_200806\Ts0805');%--put all the fil]]></description><category></category></item><item><title><![CDATA[如何禁止系统自动更新后重启及提示]]></title><link>https://blog.csdn.net/gotomic/article/details/8191085</link><guid>https://blog.csdn.net/gotomic/article/details/8191085</guid><author>gotomic</author><pubDate>Fri, 16 Nov 2012 15:20:40 +0800</pubDate><description><![CDATA[如何禁止系统自动更新后重启及提示




赵晓锋Windows+关注(288)﻿           
作者：阿邦网帮手孙明皓





　为了保证系统的安全，我们会启用系统的Windows Update功能来让Windows能够抵御利用各种系统漏洞来进行攻击的病毒和木马程序。



Windows Update 重启提示 来源：孙明皓
[点击放大]]]></description><category></category></item></channel></rss>