上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页
摘要: 注:下载windows二进制python包地址: http://www.lfd.uci.edu/~gohlke/pythonlibs 安装Scipy pip3 install "D:\Downloads\scipy-0.18.1-cp35-cp35m-win_... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(56) 评论(0) 推荐(0)
摘要: 由于换了新系统(64位),移动硬盘插上去没有盘符(比如H盘)出现。当时十分诧异,以为移动硬盘已经损坏。 搜索资料后,发现用Disk Genius就可以搞定,当做移动硬盘新的资源管理器。 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(362) 评论(0) 推荐(0)
摘要: 重新ON_WM_PAINT()、ON_WM_CTLCOLOR()消息对应的函数OnPaint()、OnCtlColor() (一)OnPaint() //CDialogEx::OnPaint(); CRect rect; CPa... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(344) 评论(0) 推荐(0)
摘要: 1、Find() 该函数从左侧0索引开始,查找第一个出现的字符位置 CString str( "abc" );int postion=str.Find('a');如果查到,返回以0索引起始的位置;未查到,返回-1。如果查到,返回以0索引起始的位置;未查到,返回... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(1252) 评论(0) 推荐(0)
摘要: TCHAR szFilePath[MAX_PATH + 1]; GetModuleFileName(NULL, szFilePath, MAX_PATH); CString Dir = szFilePath;int last=Dir.ReverseFind(... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(122) 评论(0) 推荐(0)
摘要: 当MFC UI 界面删除控件,而控件已经通过DDX_Control绑定后,就可能报这种错。 解决方法: 搜索DDX_Control,查看绑定的控件是否被删除,然后注释该句。 //DDX_Control(pDX, IDC_Edit, name); ... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(188) 评论(0) 推荐(0)
摘要: 下载地址: https://ffmpeg.zeranoe.com/builds/ static版本为静态编译版本,shared版本为动态编译。 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(146) 评论(0) 推荐(0)
摘要: 原文:TensorFlow中 将tensor 转为 numpy数组 点击直达 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(238) 评论(0) 推荐(0)
摘要: 原文:查看tensorflow为CPU版还是GPU版 点击直达 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(92) 评论(0) 推荐(0)
摘要: 原文:Jupyter notebook教程系列(四)Jupyter notebook切换python环境 点击直达 阅读全文
posted @ 2022-11-13 22:36 dlhl 阅读(58) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页