其他好文[总排行] [月排行] [周排行] [日排行]
#include using namespace std;int fun(int a){ if(a==1) return 0; for(int i=2;i>M; while(M--) { int i,sum=0; cout>N; ...
分类:其他好文 时间:2014-04-27 22:06:54 阅读:578
在admin页面,输入相关内容后,会返回xml格式的内容。说明如下: 0 3 on 10 0 monitor 2.2 0.5747526 ...
分类:其他好文 时间:2014-04-27 22:10:48 阅读:600
#includeusing namespace std;#define MAX 10000int array[MAX]; //待排序数组const int MAXN=0x7fffffff;void Merge(int array[],int start, int mid, int end) { .....
分类:其他好文 时间:2014-04-27 22:18:38 阅读:484
Untitled Document
分类:其他好文 时间:2014-04-27 22:30:30 阅读:398
此系列文章只是OpenCV tutorials的学习和总结。网址:http://docs.opencv.org/doc/tutorials/tutorials.html基础OpenCV入门包括以下内容:OpenCV介绍---------------------------------学习如何安装Op...
分类:其他好文 时间:2014-04-27 22:34:28 阅读:503
maven的使用
分类:其他好文 时间:2014-04-27 22:38:18 阅读:474
一般高级语言程序编译的过程:预处理、编译、汇编、链接。gcc在后台实际上也经历了这几个过程,我们可以通过-v参数查看它的编译细节,如果想看某个具体的编译过程,则可以分别使用-E,-S,-c和-O,对应的后台工具则分别为cpp,cc1,as,ld。下面我们将逐步分析这几个过程以及相关的内容,诸如语法检...
分类:其他好文 时间:2014-04-27 22:42:14 阅读:603
Objective-C之run loop详解作者:wangzz原文地址:http://blog.csdn.net/wzzvictory/article/details/9237973转载请注明出处如果觉得文章对你有所帮助,请通过留言或关注微信公众帐号wangzzstrive来支持我,谢谢!做了一年多...
分类:其他好文 时间:2014-04-28 03:08:09 阅读:572
#includeusing namespace std;#define MAXN 1000000int a[MAXN],b[MAXN]; //点的横纵坐标void TuBao(int x[MAXN],int y[MAXN],int n){ int count1=0,count2=0; f...
分类:其他好文 时间:2014-04-28 03:10:03 阅读:335
本论文主要有三个关键的贡献:使用积分图快速地计算haar特征使用adaboost算法从特征池中现在关键的特征构建分类器级联实现快速的人脸检测haar特征:本论文使用三种简单的矩形特征:由上下(或者左右)邻接的大小相同的两个矩形组成(如下图a),特征值为白的矩形的像素和减去黑的矩形的像素和由上下(或者...
分类:其他好文 时间:2014-04-28 03:12:04 阅读:579
1148429148430148431148452
上一页1484515下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!