- 博客(74)
- 收藏
- 关注
原创 Verilog刷题[hdlbits] :Conditional
(condition?(sel?~q : q;B : A;A : B;b :c )
2023-11-09 14:17:53
134
原创 Verilog刷题[hdlbits] :Always nolatches
Verilog刷题[hdlbits] :Always nolatches
2023-11-09 12:47:37
247
原创 Verilog刷题[hdlbits] :Always if
if语句通常创建一个2- to -1多路复用器,如果条件为真,则选择其中一个输入,如果条件为假,则选择另一个输入。这相当于使用带有条件运算符的连续赋值:x : y;但是,过程if语句提供了一种新的方式来犯错误。电路只有在out总是被赋值时才是组合的。
2023-11-09 12:24:01
194
原创 CSS:transform顺序问题(translate()+rotate())
CSS:transform顺序问题(translate()+rotate())
2023-04-08 22:14:00
1784
原创 CSS:nth系列选择器
:nth-child(n) :nth-last-child(n) :nth-of-type(n) :nth-last-of-type(n)
2023-04-07 22:09:39
468
原创 力扣:2383. 赢得比赛需要的最少训练时长
你正在参加一场比赛,给你两个 正 整数 initialEnergy 和 initialExperience 分别表示你的初始精力和初始经验。另给你两个下标从 0 开始的整数数组 energy 和 experience,长度均为 n。你将会 依次 对上 n 个对手。第 i 个对手的精力和经验分别用 energy[i] 和 experience[i] 表示。当你对上对手时,需要在经验和精力上都 严格 超过对手才能击败他们,然后在可能的情况下继续对上下一个对手。
2023-03-14 23:03:59
174
原创 C++:整数(short ,int,long,long long)表示范围
C++:整数(short ,int,long,long long)表示范围
2023-03-09 22:21:49
4464
原创 C++报错: error: in C++98 ‘nums‘ must be initialized by constructor, not by ‘{..} --- CodeBlocks
C++报错: error: in C++98 'nums' must be initialized by constructor, not by '{..} --- CodeBlocks
2023-02-21 15:45:07
1307
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人