摘要: 一、VX 时间有限不提供免费服务! 二、订阅号 阅读全文
posted @ 2019-05-16 13:41 朱小勇 阅读(4635) 评论(1) 推荐(0)
摘要: https://blog.csdn.net/qq_34139994/article/details/135407385 阅读全文
posted @ 2025-07-05 13:48 朱小勇 阅读(0) 评论(0) 推荐(0)
摘要: 1、读取单端S4P并绘制图形 filename = 'TX1_RX1.s4p'; backplane = sparameters(filename); %读入S4P文件 data = backplane.Parameters; %S矩阵数据读取定义 freq = backplane.Frequenc 阅读全文
posted @ 2025-06-16 00:12 朱小勇 阅读(50) 评论(0) 推荐(0)
摘要: 利用硬件加速大规模科学计算 | 从MATLAB到C/C++代码 - MATLAB & Simulink 阅读全文
posted @ 2025-06-15 19:35 朱小勇 阅读(5) 评论(0) 推荐(0)
摘要: Qt Creator->菜单->帮助->关于插件->C+±>去掉ClangCodeModel勾选->重启Qt Creator 参考:【问题解决】Qt Creator 报错:Clang Code Model: Error: The clangbackend executable_qt clang co 阅读全文
posted @ 2025-06-14 16:30 朱小勇 阅读(6) 评论(0) 推荐(0)
摘要: (44 封私信 / 54 条消息) 单端S参数与差分S参数转化 - 知乎 计算 S4P 文件中的混合模式 S 参数 - Rohde & Schwarz China 如何使用MATLAB对S参数进行后处理 - MATLAB & Simulink 阅读全文
posted @ 2025-06-13 00:44 朱小勇 阅读(6) 评论(0) 推荐(0)
摘要: 不能在QML中连接一个子线程对象的信号到QML 阅读全文
posted @ 2025-06-02 20:37 朱小勇 阅读(12) 评论(0) 推荐(0)
摘要: 说明: Qt6已经全面推广Cmake,新建widget工程还能选qmake,但是quick工程只能选cmake了。相关讨论:https://www.zhihu.com/question/434660529/answer/86023496387 Cmake学习: https://zhuanlan.zh 阅读全文
posted @ 2025-06-02 12:19 朱小勇 阅读(13) 评论(0) 推荐(0)
摘要: 1.Qml Oscilloscope 2.Qt Quick Examples-Views 3.Charts with QML Gallery 4.Models and Views:AbstractItemMoel Example 5.Best Practices for QML and Qt Qui 阅读全文
posted @ 2025-06-01 20:49 朱小勇 阅读(20) 评论(0) 推荐(0)
摘要: Q_DECLARE_METATYPE 和 qRegisterMetaType 在功能上有所关联,但它们的作用和使用场景有所不同。以下是这两个概念的主要区别: 1. 功能和目的 Q_DECLARE_METATYPE: 声明:用于在编译时声明一个自定义类型可以在 Qt 的元对象系统中被识别。它的主要目的 阅读全文
posted @ 2025-06-01 00:23 朱小勇 阅读(68) 评论(0) 推荐(0)
摘要: 1.使用qmloscilloscope工程 2.main函数里 bool openGLSupported = QQuickWindow::graphicsApi() == QSGRendererInterface::OpenGLRhi;if (!openGLSupported) { qWarning 阅读全文
posted @ 2025-05-31 23:56 朱小勇 阅读(27) 评论(0) 推荐(0)