2017年8月1日
摘要: CString cstr1(_T("C:\\Users\\liufeng16\\Desktop\\测试\\UVUY")); strcpy_s(getpath, (LPCTSTR)Path); CString strFolderPath ="C:\\Users\\liufeng16\\Desktop\ 阅读全文
posted @ 2017-08-01 14:37 feng..liu 阅读(129) 评论(0) 推荐(0) 编辑
摘要: #include <windows.h>#include <fstream>#include <iostream>#include <string>#include <iomanip>//不要忘记包含此头文件#include <stdio.h>#include<stdio.h>#include<wi 阅读全文
posted @ 2017-08-01 14:31 feng..liu 阅读(768) 评论(0) 推荐(1) 编辑
摘要: 在计算机中字符通常并不是保存为图像,每个字符都是使用一个编码来表示的,而每个字符究竟使用哪个编码代表,要取决于使用哪个字符集(charset)。 在最初的时候,Internet上只有一种字符集——ANSI的ASCII字符集,它使用7 bits来表示一个字符,总共表示128个字符,其中包括了英文字母、 阅读全文
posted @ 2017-08-01 13:44 feng..liu 阅读(517) 评论(0) 推荐(0) 编辑
摘要: ((CButton *)GetDlgItem(IDC_RADIO1))->SetCheck(TRUE);//选上 ((CButton *)GetDlgItem(IDC_RADIO1))->SetCheck(FALSE);//不选上 ((CButton *)GetDlgItem(IDC_RADIO1) 阅读全文
posted @ 2017-08-01 13:43 feng..liu 阅读(683) 评论(0) 推荐(0) 编辑
摘要: C++读写文件 #include <opencv/cv.h>#include <fstream>#include <iostream>#include <string>#include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui. 阅读全文
posted @ 2017-08-01 11:32 feng..liu 阅读(252) 评论(0) 推荐(0) 编辑