摘要: 两个思路,都是把字符串转换为其他数字,完后进行数字的运算,素数的运算,或者我们熟知的打点法,或者是hash算法。问题代码来源:http://blog.csdn.net/v_JULY_v// algorithm_sub_string.cpp : 定义控制台应用程序的入口点。//#include "st... 阅读全文
posted @ 2014-10-23 21:49 wangyaning 阅读(202) 评论(0) 推荐(0)
摘要: 原文链接:http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/gpu/gpu-basics-similarity/gpu-basics-similarity.html代码中有错误,关于GpuMat OpenCV代码中没有对其进行操作... 阅读全文
posted @ 2014-10-23 17:06 wangyaning 阅读(491) 评论(0) 推荐(0)
摘要: 编译的办法参见:http://blog.csdn.net/wangyaninglm/article/details/39997113以下是程序代码,网上搜的例子:注意事项:32位工程添加64位的支持,配置好cuda的项目路径include,添加//swap.cu#include "cuda_runt... 阅读全文
posted @ 2014-10-23 11:47 wangyaning 阅读(1418) 评论(0) 推荐(0)