摘要: 1 // 12333.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "opencv2/opencv.hpp" 6 #include "string" 7 #include "iostream" 8 class Error... 阅读全文
posted @ 2014-12-02 22:45 龙泽一狼 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: 1、新建一个win32项目;2、点击项目中左侧的“属性管理器”中的“Microsoft.Cpp.Win32.user”的右键属性,3、在弹出的对话框中,添加相应的路径等。 阅读全文
posted @ 2014-12-02 14:37 龙泽一狼 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 我们写程序的时候经常会遇到整型和字符串相互转换的问题,这里要用到几个函数,itoa(),atoi(),sprintf()下面来介绍下这几个函数的具体用法!itoa 功 能:把一整数转换为字符串 用 法:char *itoa(int value, char *string, int radix);... 阅读全文
posted @ 2014-12-02 09:27 龙泽一狼 阅读(572) 评论(0) 推荐(0) 编辑