码迷,mamicode.com
首页 >  
搜索关键字:cpp    ( 13186个结果
重写操作符
// TestABCD.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include ///////////////////////////////// Environment /////////////////////////////////////////c...
分类:其他好文   时间:2014-06-27 12:56:33    阅读次数:231
关于 error: LNK1123: failure during conversion to COFF: file invalid or corrupt 错误的解决...
出现上面错误的原因是系统中存在有多个的 cvtres.exe,只需要将旧版的重命名或者删除....
分类:其他好文   时间:2014-06-27 09:40:09    阅读次数:175
android中OpenMax的实现【2】AwesomePlayer中openmax的入口
AwesomePlayer 中有个变量[cpp]view plaincopyOMXClientmClient;让我们看看 OMXClient[cpp]view plaincopyclassOMXClient{public:OMXClient();status_tconnect();voiddisco...
分类:移动开发   时间:2014-06-26 21:38:45    阅读次数:283
opencvbase 实现opencv打开摄像头和初步处理等效果操作(附源码)
// TwoCameraOnTimer2Dlg.cpp : 实现文件/*CvMat, Mat, IplImage之间的互相转换IpIImage -> CvMatCvMat matheader;CvMat * mat = cvGetMat(img, &matheader);CvMat * mat = ...
分类:其他好文   时间:2014-06-26 15:46:23    阅读次数:291
快速排序-c++(分别用数组和容器实现)
/********************************************************************** *版权所有 (C)2014, cheng yang。 * *文件名称:快速排序.cpp *内容摘要:无 *其它说明:无 *当前版本: V1.0 *作 者:cheng yang *完成日期: 20140625 * * 版本 修改时间...
分类:编程语言   时间:2014-06-26 10:47:49    阅读次数:273
opencv-边缘检测
// ConsoleApplication3_6_23.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include using namespace std; using namespace cv; Mat src,dst,gray; int pro_typ...
分类:其他好文   时间:2014-06-26 06:46:25    阅读次数:315
第三讲
// STL.cpp : 定义控制台应用程序的入口点。////vector是一个连续的向量,相当于数组。vector不建议除了尾部之外的数据添加删除操作。//vector::iterator 迭代器#include "stdafx.h"#include#includeusing namespace ...
分类:其他好文   时间:2014-06-25 14:19:23    阅读次数:177
wifidog 源码初分析(1)-转
wifidog 的核心还是依赖于 iptables 防火墙过滤规则来实现的,所以建议对 iptables 有了了解后再去阅读 wifidog 的源码。 在路由器上启动 wifidog 之后,wifidog 在启动时会初始化一堆的防火墙规则,如下: [cpp] view plaincopy /** I...
分类:其他好文   时间:2014-06-25 12:57:07    阅读次数:365
多维容器按列组合元素
// alg2.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" //昨天碰到一个文件,有这么一个std::vector>  //现在需要将每一列的数据进行组合 //按照普通写法,每个vector的长度是知道的直接 //for(int lvl1;.....) // for(int lvl2;...) // for(int lvl...
分类:其他好文   时间:2014-06-25 10:37:52    阅读次数:242
堆-c++
/********************************************************************** *版权所有 (C)2014, cy。 * *文件名称:堆.cpp *内容摘要:无 *其它说明:无 *当前版本: V1.0 *作 者:cheng yang *完成日期: 20140624 * * 版本 修改时间 修改人...
分类:编程语言   时间:2014-06-25 06:47:44    阅读次数:280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!