随笔分类 -  C+/代码迁移

摘要:前言: QML是一种描述性的脚本语言,文件格式以.qml结尾。语法格式非常像CSS(参考后文具体例子),但又支持javascript形式的编程控制。我个人认为它结合了QtDesigner UI和QtScript的优点。QtDesigner可以设计出·ui... 阅读全文
posted @ 2015-01-22 09:40 wishchin 阅读(213) 评论(0) 推荐(0)
摘要:(1):C++之自定义的input缓冲区 原文链接:http://hi.baidu.com/nicker2010/item/d0c4cd2a7caf27c4ddf69aebinput stream用三个指针维护一个read缓冲区,这些指针可以透过eback(),g... 阅读全文
posted @ 2013-10-22 18:57 wishchin 阅读(654) 评论(0) 推荐(0)
摘要:原文链接:http://blog.csdn.net/danelumax2/article/details/9172465有修改!一:关于Pcl和WIndef的冲突:1. 错误输出 ./zlibrary/ui/src/win32/w32widgets/W32VBo... 阅读全文
posted @ 2013-10-18 16:39 wishchin 阅读(387) 评论(0) 推荐(0)
摘要:这是一篇比较情绪化的blog,中心思想是“继承就像一条贼船,上去就下不来了”,而借助boost::function和boost::bind,大多数情况下,你都不用上贼船。boost::function和boost::bind已经纳入了std::tr1,这或许是C++0... 阅读全文
posted @ 2013-09-27 12:31 wishchin 阅读(167) 评论(0) 推荐(0)
摘要:(1):Vtk读取并显示图像:三种方法 转载:未知出处转载:用VTK显示平面图片:http://blog.csdn.net/tonylk/article/details/464881用到vtkJPEGReader类。 包含的头文件:#include "vtkAct... 阅读全文
posted @ 2013-09-27 10:26 wishchin 阅读(1094) 评论(0) 推荐(0)
摘要:2013计算机视觉代码合集一: 原文链接:http://www.yuanyong.org/blog/cv/cv-code-one 切记:一定要看原文链接 原文链接; http://blog.csdn.net/zouxy09/article/details/855... 阅读全文
posted @ 2013-09-23 16:30 wishchin 阅读(386) 评论(0) 推荐(0)
摘要:原文链接:http://blog.csdn.net/xidianzhimeng/article/details/11457045分类: VS使用学习 2013-09-09 08:37 24人阅读 评论(0)收藏举报vs2012 error 4996error C499... 阅读全文
posted @ 2013-09-13 14:58 wishchin 阅读(135) 评论(0) 推荐(0)
摘要:前言:Windows API中所有的函数都包含在dll中,其中有3个最重要的DLL。(1) Kernel32.dll 它包含那些用于管理内存、进程和线程的函数,例如CreateThread函数;(2) User32.dll 它包含那些用于执行用户界面任务(... 阅读全文
posted @ 2013-09-11 16:06 wishchin 阅读(1754) 评论(0) 推荐(0)
摘要:与 原文 过程有些不同,根据具体环境自行配置即可!转自于:http://blog.csdn.net/left_la/article/details/8206645我的计算机环境是win7 64位系统,VS2010,matlab R2010b。一、工程配置:1.C/C+... 阅读全文
posted @ 2013-09-05 20:38 wishchin 阅读(211) 评论(0) 推荐(0)
摘要:在原文上进行了修改,我的环境是VS2012 ,在编译注意事项:Boost 请慎用!微软太坑爹...且直接使用GitHub上的exe文件也可以,特定版本的只能自己编译了....汗!!!原文地址:http://blog.csdn.net/liukang0618/artic... 阅读全文
posted @ 2013-09-01 22:40 wishchin 阅读(403) 评论(0) 推荐(0)
摘要:Warning 1 warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use... 阅读全文
posted @ 2013-08-08 15:27 wishchin 阅读(164) 评论(0) 推荐(0)