摘要: #include "mainwindow.h" #include "ui_mainwindow.h" class RotatedButton : public QPushButton { public: explicit RotatedButton(const QString &text, QWid 阅读全文
posted @ 2024-02-02 14:38 昊天一怪 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 关于win10安装wsl子系统Ubuntu图形界面的错误解决 - 点击领取 (dianjilingqu.com) 阅读全文
posted @ 2023-03-29 15:50 昊天一怪 阅读(12) 评论(0) 推荐(0) 编辑
摘要: class MyQLabel(QtWidgets.QLabel): # 自定义信号, 注意信号必须为类属性 clicked = QtCore.pyqtSignal() def __init__(self, parent=None): super(MyQLabel, self).__init__(pa 阅读全文
posted @ 2022-12-29 13:04 昊天一怪 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 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 昊天一怪 阅读(48) 评论(0) 推荐(0) 编辑
摘要: `timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 20 阅读全文
posted @ 2021-08-16 13:52 昊天一怪 阅读(477) 评论(0) 推荐(0) 编辑
摘要: `timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 20 阅读全文
posted @ 2021-08-12 09:56 昊天一怪 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 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 昊天一怪 阅读(197) 评论(0) 推荐(0) 编辑
摘要: //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 昊天一怪 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 官方源码编译坑 1、下载源码头铁直接编译,根据提示缺啥装啥 2、提示缺少clang,明明已经安装,纠结之后填坑在此 https://gitee.com/openharmony/build_lite/pulls/78/files 阅读全文
posted @ 2021-05-13 15:40 昊天一怪 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 1、放大器器件前后端加隔直电容 Gali-6器件前有π衰网络,若不加隔直电容放大器输出信号很低。 2、Vpp转dBm https://blog.csdn.net/weixin_39573321/article/details/83501124 3、PA易震荡 阅读全文
posted @ 2020-12-22 15:53 昊天一怪 阅读(105) 评论(0) 推荐(0) 编辑