07 2020 档案

MFC 对话框图片上,鼠标拖动画矩形框
摘要:参考 https://blog.csdn.net/chenjie863/article/details/17531339 未实验 https://blog.csdn.net/bsnry/article/details/8484047 https://blog.csdn.net/xvdongming/ 阅读全文

posted @ 2020-07-25 13:12 Maddock 阅读(1511) 评论(0) 推荐(0) 编辑

MFC知识点整理
摘要:【MFC】CString 与 string 间的转换 WeiGordon 2019-05-22 15:28:58 16570 收藏 39分类专栏: MFC C++版权宽字节字符集(Unicode)、多字节字符集(Multi-Byte) 自适应转换:CString 转 string CString c 阅读全文

posted @ 2020-07-24 16:12 Maddock 阅读(964) 评论(0) 推荐(0) 编辑

mfc +opencv 读取图片显示到对话框
摘要:int ShowMat(cv::Mat img, HWND hWndDisplay) { if (img.channels() < 3) { return -1; } //构造将要显示的Mat版本图片 RECT rect; ::GetClientRect(hWndDisplay, &rect); c 阅读全文

posted @ 2020-07-21 17:40 Maddock 阅读(1201) 评论(0) 推荐(0) 编辑

python 获取系统时间,新建时间目录
摘要:import datetime import os theTime = datetime.datetime.now() print(theTime) theTime = str(theTime) date_split = theTime.strip().split(' ') date_today = 阅读全文

posted @ 2020-07-21 09:22 Maddock 阅读(409) 评论(0) 推荐(0) 编辑

在Ubuntu下后台持续运行Python程序
摘要:后台启动Python脚本可以使用下面的命令来启动上面的脚本,让Python在后台运行。 nohup python -u main.py > test.out 2>&1 &1来解释一下这几个命令的参数。这一段来自http://blog.csdn.net/tswisdom/article/details 阅读全文

posted @ 2020-07-18 18:52 Maddock 阅读(1830) 评论(0) 推荐(0) 编辑

利用conda安装tensorflow
摘要:TensorFlow框架This is probably because cuDNN failed to initialize 解决对策整理和验证 第一段代码 2020-03-24 20:52:36 816 收藏分类专栏: 深度学习笔记版权Failed to get convolution algo 阅读全文

posted @ 2020-07-18 18:51 Maddock 阅读(2387) 评论(0) 推荐(0) 编辑

sublime 修改tab为4个空格,显示所有的空格
摘要:// These settings override both User and Default settings for the Python syntax{ "translate_tabs_to_spaces": true, "draw_white_space": "all",} 阅读全文

posted @ 2020-07-15 11:36 Maddock 阅读(213) 评论(0) 推荐(0) 编辑

OpenCV flip transpose 实现图像旋转90°、180°、270°
摘要:OpenCV flip transpose 实现图像旋转90°、180°、270° AlanWang4523 2019-09-10 20:34:25 1479 收藏 5分类专栏: 原创 OpenCV 图像处理版权在做图像处理时,需用做图像旋转 90°、180°、270° 的操作,OpenCV 中可通 阅读全文

posted @ 2020-07-14 16:22 Maddock 阅读(3853) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示