会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
127
下一页
2025年7月7日
win7 vc6安装兼容问题与link可能无法连接lib库问题
摘要: win7 vc6安装兼容问题与link可能无法连接lib库问题 https://jingyan.baidu.com/article/e52e361584b3a940c60c51d3.html 在Windows7环境下使用VC++6.0时,安装过程中需特别注意。安装时,应选择“Custom”模式,首先
阅读全文
posted @ 2025-07-07 09:01 txwtech
阅读(28)
评论(1)
推荐(0)
2025年7月5日
services.msc --windows update启用与停用--停止后还继续运行
摘要: 启用 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv %systemroot%\system32\svchost.exe -k netsvcs -p 停用 %systemroot%\system32\stop_svc
阅读全文
posted @ 2025-07-05 09:41 txwtech
阅读(33)
评论(0)
推荐(0)
2025年7月4日
QT QStandardItemModel 清除数据方法
摘要: QStandardItemModel *model = new QStandardItemModel();// 假设你已经往 model 中添加了一些数据 model->removeRows(0, model->rowCount()); //保留行标题,清除行数据 model->removeColu
阅读全文
posted @ 2025-07-04 22:33 txwtech
阅读(110)
评论(0)
推荐(0)
esp32编译后build生成的目录路径
摘要: esp32编译后生成的目录路径build,创建的项目+\.pio\build\esp32dev D:\platformio_project\esp32_14idf_connect_wifi\.pio\build\esp32dev
阅读全文
posted @ 2025-07-04 08:33 txwtech
阅读(33)
评论(0)
推荐(0)
2025年7月3日
Arduino char/char*/String数据类型转换
摘要: Arduino char/char*/String数据类型转换String转换成char[ ]方法先通过.c_str()方法,将string.c_str()数据转成char*,在通过strcpy()函数实现转换char *strcpy(char *dest, const char *src)参数说明
阅读全文
posted @ 2025-07-03 08:38 txwtech
阅读(179)
评论(0)
推荐(0)
esp32 s3 jtag调试
摘要: https://blog.csdn.net/2301_77115619/article/details/147068865 esp32 s3 jtag调试
阅读全文
posted @ 2025-07-03 08:20 txwtech
阅读(21)
评论(0)
推荐(0)
2025年7月2日
pytorch历史版本
摘要: yolov5 pytorch版本对应关系 Commands for Versions >= 1.0.0 v2.6.0 Wheel OSX pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 LINUX AND WINDOWS
阅读全文
posted @ 2025-07-02 13:19 txwtech
阅读(256)
评论(0)
推荐(0)
platformio版本esp32/esp8266
摘要: platformio版本esp32/esp8266
阅读全文
posted @ 2025-07-02 09:57 txwtech
阅读(22)
评论(0)
推荐(0)
2025年6月29日
ONNX v6的版本号pip install tensorflowjs==3.0
摘要: ONNX v6的版本号是1.11.0。ONNX(Open Neural Network Exchange)是一个开放的深度学习模型交换格式,旨在让不同的深度学习框架之间能够无缝地交换和使用训练好的模型,从而实现模型的跨平台部署和共享1。 ONNX v6引入了许多新功能和改进,包括对模型优化和压缩
阅读全文
posted @ 2025-06-29 22:58 txwtech
阅读(142)
评论(0)
推荐(0)
lexn 查看onnx模型结构-使用Netron模块
摘要: netron模型介绍 https://blog.csdn.net/qq_38806886/article/details/126464547 点击模型输入input的graph,可以看到使用的torch版本信息,这里是torch1.13,对应onnx是v13,解释一下onnx显示的v13版本是 to
阅读全文
posted @ 2025-06-29 20:26 txwtech
阅读(304)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
127
下一页