会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Kevinsh.Lee
首页
联系
管理
2023年2月24日
QPaint绘制频谱图基础原理(使用QImage)
摘要: 振幅周期固定,产生相应数据 周期固定,振幅随机,产生相应数据 使用模拟随机数据 核心代码如下: 1 #include "thspectrum.h" 2 3 #include <math.h> 4 5 ThSpectrum::ThSpectrum(QObject *parent) : QThread(
阅读全文
posted @ 2023-02-24 11:50 李涛贤贤
阅读(222)
评论(0)
推荐(0)
编辑