会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
昊天一怪
博客园
首页
新随笔
联系
订阅
管理
2024年2月
Qt按钮字体旋转
摘要: #include "mainwindow.h" #include "ui_mainwindow.h" class RotatedButton : public QPushButton { public: explicit RotatedButton(const QString &text, QWid
阅读全文
posted @ 2024-02-02 14:38 昊天一怪
阅读(265)
评论(0)
推荐(0)
2023年3月
WSL xlaunch
摘要: 关于win10安装wsl子系统Ubuntu图形界面的错误解决 - 点击领取 (dianjilingqu.com)
阅读全文
posted @ 2023-03-29 15:50 昊天一怪
阅读(17)
评论(0)
推荐(0)
2022年12月
Python 自定义label clicked
摘要: class MyQLabel(QtWidgets.QLabel): # 自定义信号, 注意信号必须为类属性 clicked = QtCore.pyqtSignal() def __init__(self, parent=None): super(MyQLabel, self).__init__(pa
阅读全文
posted @ 2022-12-29 13:04 昊天一怪
阅读(160)
评论(0)
推荐(0)
2022年1月
RS485排故
摘要: 1、485需要单独收发控制。 2、测波形注意示波器接地。 3、产品测试要测波形。 4、溜了溜了,呵呵。 https://files.cnblogs.com/files/dlutccj/RS485%E6%95%85%E9%9A%9C%E6%8E%92%E6%9F%A5.zip
阅读全文
posted @ 2022-01-20 17:24 昊天一怪
阅读(54)
评论(0)
推荐(0)
2021年8月
Xilinx AXI-LITE-ETH实现收发
摘要: `timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 20
阅读全文
posted @ 2021-08-16 13:52 昊天一怪
阅读(631)
评论(0)
推荐(0)
Xilinx AXI-LITE读写模块
摘要: `timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 20
阅读全文
posted @ 2021-08-12 09:56 昊天一怪
阅读(522)
评论(0)
推荐(0)
2021年7月
Xilinx FPGA问题记录
摘要: 1、Microblaze中使用AXI接口MIG时,使用MIG的“ui_clk”作为MB及AXI的时钟,否则会报AXI接口时钟不匹配错误。 2、MIG IP核自带的XDC文件中有关于sys_clk的roate约束,set_property CLOCK_DEDICATED_ROUTE BACKBONE
阅读全文
posted @ 2021-07-01 15:42 昊天一怪
阅读(252)
评论(0)
推荐(0)
2021年6月
常用FPGA功能块记录
摘要: //runing flag led reg[23:0]led_count = 24'd0; always @ (posedge clk_25m or negedge rst_n) begin if(~rst_n)begin led_count <= 24'd0; led <= 1'b0; end e
阅读全文
posted @ 2021-06-19 15:53 昊天一怪
阅读(97)
评论(0)
推荐(0)
2021年5月
鸿蒙相关
摘要: 官方源码编译坑 1、下载源码头铁直接编译,根据提示缺啥装啥 2、提示缺少clang,明明已经安装,纠结之后填坑在此 https://gitee.com/openharmony/build_lite/pulls/78/files
阅读全文
posted @ 2021-05-13 15:40 昊天一怪
阅读(37)
评论(0)
推荐(0)
2020年12月
微波相关
摘要: 1、放大器器件前后端加隔直电容 Gali-6器件前有π衰网络,若不加隔直电容放大器输出信号很低。 2、Vpp转dBm https://blog.csdn.net/weixin_39573321/article/details/83501124 3、PA易震荡
阅读全文
posted @ 2020-12-22 15:53 昊天一怪
阅读(109)
评论(0)
推荐(0)
下一页
公告