摘要:
项目主页:http://grinninglizard.com/tinyxml2docs/index.html tinyxml2.h /*Original code by Lee Thomason (www.grinninglizard.com)This software is provided... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(511)
评论(0)
推荐(0)
摘要:
Given a sorted linked list, delete all duplicates such that each element appear only once. For example, Given 1->1->2, return 1->2. Given 1-... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(121)
评论(0)
推荐(0)
摘要:
Given an integer n, return the number of trailing zeroes in n!.Note: Your solution should be in logarithmic time complexity.解决思路: 决定阶乘末尾零的个数其实... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(95)
评论(0)
推荐(0)
摘要:
出处:http://blog.csdn.net/euler1983/article/details/5959622算法优化algorithmgraphtree任务这篇文章说的是Yuri Boykov and Vladimir Kolmogorov在2004年提出的一种基于增广路径的求解最大流最小割... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(181)
评论(0)
推荐(0)
摘要:
vs2010中调用openMP,并添加头文件#include 代码来源:作者:gnuhpc出处:http://www.cnblogs.com/gnuhpc/ #include "stdafx.h"#include "cv.h" #include "highgui.h" #include #inc... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(2168)
评论(0)
推荐(0)
摘要:
四种简单的图像显著性区域特征提取方法-----> AC/HC/LC/FT。分类: 图像处理 2014-08-03 12:40 4088人阅读 评论(4) 收藏 举报salient region detec显著性检测laviewpbt 2014.8.3 编辑Email:laviewpbt@sina.... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(1085)
评论(0)
推荐(0)
摘要:
2010 年中兴面试题 编程求解: 输入两个整数n 和m,从数列1,2,3.......n 中随意取几个数, 使其和等于m ,要求将其中所有的可能组合列出来。// 21 题递归方法 //copyright@ July && yansha //July、yansha,updated。 #include... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(303)
评论(0)
推荐(0)
摘要:
题目:输入一个正整数,若该数能用几个连续正整数之和表示,则输出所有可能的正整数序列。一个正整数有可能可以被表示为n(n>=2)个连续正整数之和,如: 15=1+2+3+4+5 15=4+5+6 15=7+8有些数可以写成连续N(>1)个自然数之和,比如14=2+3+4+5;有些不能,比如8.那么如何... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(271)
评论(0)
推荐(0)
摘要:
效果还是有点问题的,希望大家共同探讨一下 // FindRotation-angle.cpp : 定义控制台应用程序的入口点。//// findContours.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #includ... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(635)
评论(0)
推荐(0)
摘要:
代码,有参考别人的代码// haha_mirror.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include#include "cv.h"#include "highgui.h"#include "math.h"#include "opencv2/core/... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(1264)
评论(0)
推荐(0)
浙公网安备 33010602011771号