上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 97 下一页
摘要: opencv视频教程分享-在线与网盘 https://pan.baidu.com/s/1oAcctlS 密码:i5rd 链接:https://pan.baidu.com/s/1kVJ3iSJ 密码:8h5x openCV视频教程 整理了一下B站上贾志刚老师利用python+opencv进行图像处理视 阅读全文
posted @ 2020-01-10 10:08 txwtech 阅读(1460) 评论(0) 推荐(0) 编辑
摘要: Qt Creator快速入门(第3版) [霍亚飞著] 完整pdf扫描版[92MB] 附随书源码,资源收集于网络,供参考 https://pan.baidu.com/s/1pLQdIUR kjaf http://www.jisoupan.com/share/2040847.html QT初级到高级编程 阅读全文
posted @ 2020-01-10 10:05 txwtech 阅读(917) 评论(0) 推荐(0) 编辑
摘要: STM32单片机应用与全案例实践pdf https://pan.baidu.com/s/16WrivuLcHvLTwS__Zcwl6Q 4rj3 stm32自学笔记 第二版 pdf https://pan.baidu.com/share/init?surl=hsjGIXm 6k5u stm32自学笔 阅读全文
posted @ 2020-01-03 11:49 txwtech 阅读(8626) 评论(2) 推荐(1) 编辑
摘要: c++ cc24a_demo //转换函数,用来做转换操作符,int()括号里面必须是空的,必须定义为const,代码示范 1 #include <iostream> 2 #include <string> 3 using namespace std; 4 5 class Dog 6 { 7 pub 阅读全文
posted @ 2019-12-29 16:32 txwtech 阅读(189) 评论(0) 推荐(0) 编辑
摘要: VS2017未安装MFC解决方法 https://blog.csdn.net/u010921682/article/details/89847395 阅读全文
posted @ 2019-12-29 13:32 txwtech 阅读(937) 评论(0) 推荐(0) 编辑
摘要: Microsoft Visual C++ Runtime Library Debug Assertion Failed! Program: C:\Windows\SYSTEM32\MSVCP140D.dllFile: d:\program files (x86)\microsoft visual s 阅读全文
posted @ 2019-12-29 11:55 txwtech 阅读(692) 评论(0) 推荐(0) 编辑
摘要: //用模板定义一元谓词、 1 #include <iostream> 2 #include <vector> 3 #include <algorithm> 4 5 using namespace std; 6 //用模板定义一元谓词、 7 8 template<typename numberType 阅读全文
posted @ 2019-12-27 17:41 txwtech 阅读(247) 评论(0) 推荐(0) 编辑
摘要: cc22a_demo_c++重载自增自减操作符-代码示范 #define _CRT_SECURE_NO_WARNINGS #include <iostream> using namespace std; class String { public: String(char const *chars= 阅读全文
posted @ 2019-12-26 16:54 txwtech 阅读(223) 评论(0) 推荐(0) 编辑
摘要: cc21a重载成员操作符*,->, *,解引用操作符 ->箭头操作符,用于智能指针类 1 #include "pointer.h" //pointer.cpp 2 #include "string.h" 3 4 Pointer::Pointer() :ptr(0) {} 5 6 Pointer::P 阅读全文
posted @ 2019-12-26 16:20 txwtech 阅读(406) 评论(0) 推荐(0) 编辑
摘要: MFC中窗口启动后,CEdit编辑框默认光标位设置,顺序的调节方法 在编辑界面按下ctrl+D键,就会出现所有控件的Tab键顺序,按照自己想要的顺序依次点击控件,就可以重新安排顺序。数值1就是默认停留的光标位置。如果想把光标默认停留在2,则,先点数值1,然后点2,两个数值就交换位置了。——————— 阅读全文
posted @ 2019-12-25 21:46 txwtech 阅读(737) 评论(0) 推荐(0) 编辑
上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 97 下一页