会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发
[email protected]
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
132
下一页
2025年10月14日
dll查看依赖文件dumpbin.exe
摘要: dll查看依赖文件dumpbin.exe: D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX64\x64>dumpbin.exe /dependents
阅读全文
posted @ 2025-10-14 07:58 txwtech
阅读(22)
评论(0)
推荐(0)
2025年10月12日
c# tensorRT推理部署深度学习模型
摘要: 参考:https://chuna2.787528.xyz/guojin-blogs/p/18108220 onnx转tensorRT.engine 1. 项目介绍 NVIDIA® TensorRT™ 是一款用于高性能深度学习推理的 SDK,包括深度学习推理优化器和运行时,可为推理应用程序提供低延迟和高吞
阅读全文
posted @ 2025-10-12 21:32 txwtech
阅读(182)
评论(10)
推荐(1)
Yolov5v8推荐
摘要: 各个版本介绍 https://blog.csdn.net/sinat_34897952/article/details/148014377 yolov5版本 https://github.com/ultralytics/yolov5 yolov8版本 https://github.com/ultra
阅读全文
posted @ 2025-10-12 10:52 txwtech
阅读(21)
评论(0)
推荐(0)
2025年10月10日
dll查看工具查看函数
摘要: dllexp.exe - 快捷方式 dllexportviewer_v1.66
阅读全文
posted @ 2025-10-10 14:32 txwtech
阅读(19)
评论(1)
推荐(0)
2025年9月30日
opencv c#获取矩形的4个点OpenCV中RotatedRect的角度
摘要: Mat gray = new Mat(); Cv2.CvtColor(ori_mat, gray, ColorConversionCodes.BGR2GRAY); Cv2.GaussianBlur(gray, gray, new OpenCvSharp.Size(5, 5), 0); // 3. C
阅读全文
posted @ 2025-09-30 23:24 txwtech
阅读(111)
评论(1)
推荐(0)
2025年9月29日
QT char*转std:string赋值
摘要: https://blog.csdn.net/qq_40188120/article/details/151722342
阅读全文
posted @ 2025-09-29 16:55 txwtech
阅读(14)
评论(0)
推荐(0)
QT不允许指针指向不完整的类类型 "QCloseEvent"
摘要: 头文件包含: #include <QCloseEvent> void QtWidgetsApplication1::closeEvent(QCloseEvent* ee) { if (QMessageBox::question(this, tr("Tips"), tr("将关闭程序"), QMess
阅读全文
posted @ 2025-09-29 14:57 txwtech
阅读(29)
评论(0)
推荐(0)
2025年9月28日
vs2019本次安装Visual Studio 所用的安装程序不完整。请重新运行VisualStudio安装程序以解决此问题
摘要: 内网模式: 无外网,在另外一台电脑拷贝IDE文件夹,覆盖到本地 D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE 外网,有网络,打开C:\Program Files (x86)\Microsoft Vi
阅读全文
posted @ 2025-09-28 09:08 txwtech
阅读(370)
评论(0)
推荐(0)
2025年9月27日
QT连接海康相机参考
摘要: https://blog.csdn.net/qq_45432533/article/details/151230066 https://blog.csdn.net/chenai886/article/details/148838381 https://chuna2.787528.xyz/ivint/p/
阅读全文
posted @ 2025-09-27 22:34 txwtech
阅读(20)
评论(0)
推荐(0)
vs2019离线安装包下载
摘要: 命令行格式:<vs引导程序exe的存放路径> --layout <离线安装包下载的存放路径> --add <功能模块> --lang <语言> 命令行示例:D:\VS2019\vs_community__b24664e2cf0b4622911a8350df279f83.exe --layout D:
阅读全文
posted @ 2025-09-27 22:07 txwtech
阅读(362)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
132
下一页