上一页 1 2 3 4 5 6 7 ··· 124 下一页
摘要: Microsoft Visual C++ Redistributable(系统运行库,简称MSVC,VB/VC)是Windows操作系统应用程序的基础类型库组件。 Microsoft Visual C++运行库,Windows系统装机必备组件,这是官方版安装包。 Microsoft Visual C 阅读全文
posted @ 2025-10-14 08:09 txwtech 阅读(1063) 评论(0) 推荐(0)
摘要: 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 阅读(10) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/guojin-blogs/p/18108220 onnx转tensorRT.engine 1. 项目介绍 NVIDIA® TensorRT™ 是一款用于高性能深度学习推理的 SDK,包括深度学习推理优化器和运行时,可为推理应用程序提供低延迟和高吞 阅读全文
posted @ 2025-10-12 21:32 txwtech 阅读(24) 评论(8) 推荐(0)
摘要: 各个版本介绍 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 阅读(8) 评论(0) 推荐(0)
摘要: dllexp.exe - 快捷方式 dllexportviewer_v1.66 阅读全文
posted @ 2025-10-10 14:32 txwtech 阅读(4) 评论(1) 推荐(0)
摘要: 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 阅读(24) 评论(1) 推荐(0)
摘要: https://blog.csdn.net/qq_40188120/article/details/151722342 阅读全文
posted @ 2025-09-29 16:55 txwtech 阅读(7) 评论(0) 推荐(0)
摘要: 头文件包含: #include <QCloseEvent> void QtWidgetsApplication1::closeEvent(QCloseEvent* ee) { if (QMessageBox::question(this, tr("Tips"), tr("将关闭程序"), QMess 阅读全文
posted @ 2025-09-29 14:57 txwtech 阅读(8) 评论(0) 推荐(0)
摘要: 内网模式: 无外网,在另外一台电脑拷贝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 阅读(67) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_45432533/article/details/151230066 https://blog.csdn.net/chenai886/article/details/148838381 https://www.cnblogs.com/ivint/p/ 阅读全文
posted @ 2025-09-27 22:34 txwtech 阅读(5) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 124 下一页