自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(74)
  • 收藏
  • 关注

原创 黑马程序员前端web入门:新浪新闻

黑马程序员前端web入门:新浪新闻

2024-01-31 22:15:50 774

原创 黑马程序员学习:产品卡片

产品卡片

2024-01-31 21:05:50 516

原创 Verilog刷题[hdlbits] :Bcdadd100

Verilog刷题[hdlbits] :Bcdadd100

2023-11-10 14:17:19 476

原创 Verilog刷题[hdlbits] :Adder100i

Verilog刷题[hdlbits] :Adder100i

2023-11-10 12:13:14 504

原创 Verilog刷题[hdlbits] :Vector100r

Verilog刷题[hdlbits] :Vector100r

2023-11-09 20:08:42 461

原创 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

原创 Verilog刷题[hdlbits] :Always casez

Verilog刷题[hdlbits] :Always casez

2023-11-08 20:13:25 280

原创 Verilog刷题[hdlbits] :Always case2

Verilog刷题[hdlbits] :Always case2

2023-11-08 20:02:14 451

原创 Verilog刷题[hdlbits] :Always case

Verilog刷题[hdlbits] :Always case

2023-11-07 10:24:30 286

原创 Verilog刷题[hdlbits] :Always if2

Verilog刷题[hdlbits] :Always if2

2023-11-07 10:07:27 250

原创 Verilog刷题[hdlbits] :Alwaysblock2

Verilog刷题[hdlbits] :Alwaysblock2

2023-11-06 13:35:59 460

原创 Verilog刷题[hdlbits] :Alwaysblock1

Verilog刷题[hdlbits] :Alwaysblock1

2023-11-06 13:05:51 277

原创 Verilog刷题[hdlbits] :Module addsub

Verilog刷题[hdlbits] :Module addsub

2023-11-03 20:05:42 410

原创 Verilog刷题[hdlbits] :Module cseladd

Verilog刷题[hdlbits] :Module cseladd

2023-11-03 15:03:42 245

原创 Verilog刷题[hdlbits] :Module fadd

Verilog刷题[hdlbits] :Module fadd

2023-11-03 13:58:43 344

原创 Verilog刷题[hdlbits] :Module add

hdlbits:Module add

2023-11-02 14:04:21 363

原创 CSS:横向导航栏

CSS:横向导航栏

2023-04-10 20:30:18 1013

原创 CSS:元素居中

CSS:元素居中

2023-04-09 17:24:09 157

原创 HTML:彩虹按钮

HTML:彩虹按钮

2023-04-08 23:22:55 683

原创 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

原创 CSS:设置表格奇偶行不同样式

CSS:设置表格奇偶行不同样式

2023-04-07 21:57:49 2415

原创 C++:学生管理系统面向过程版(代码)

C++:学生管理系统面向过程版(代码)

2023-03-16 16:59:19 334

原创 C++:学生管理系统面向过程版(展示)

C++:学生管理系统面向过程版(展示)

2023-03-16 16:54:06 123

原创 力扣:2383. 赢得比赛需要的最少训练时长

你正在参加一场比赛,给你两个 正 整数 initialEnergy 和 initialExperience 分别表示你的初始精力和初始经验。另给你两个下标从 0 开始的整数数组 energy 和 experience,长度均为 n。你将会 依次 对上 n 个对手。第 i 个对手的精力和经验分别用 energy[i] 和 experience[i] 表示。当你对上对手时,需要在经验和精力上都 严格 超过对手才能击败他们,然后在可能的情况下继续对上下一个对手。

2023-03-14 23:03:59 174

原创 C++:布尔(bool)值

C++:布尔(bool)值

2023-03-13 21:26:39 2093

原创 C语言:宏定义 #define

C语言:宏定义 #define

2023-03-13 21:01:18 764 1

原创 C++:八、十、十六进制(oct、dec、hex)显示数值

C++:八、十、十六进制(oct、dec、hex)显示数值

2023-03-11 10:16:55 967

原创 C++:整数(short ,int,long,long long)表示范围

C++:整数(short ,int,long,long long)表示范围

2023-03-09 22:21:49 4464

原创 力扣:977. 有序数组的平方

力扣:977. 有序数组的平方

2023-02-22 19:51:59 84

原创 C++:数组/vector采用sort()函数实现升降排序

C++:数组/vector采用sort()函数实现升降排序

2023-02-22 17:49:25 1409

原创 力扣:27. 移除元素

力扣:27. 移除元素

2023-02-21 17:25:15 581

原创 C++ vector 遍历

C++ vector 遍历

2023-02-21 15:52:17 279

原创 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

原创 力扣:2347. 最好的扑克手牌

力扣:2347. 最好的扑克手牌

2023-02-20 23:07:58 473 1

原创 Protues 跑马灯

Protues 跑马灯

2022-12-09 11:33:49 588

原创 Protues LED灯闪烁

Protues

2022-12-09 11:27:15 494

原创 【Python】读取文件时显示 ‘NoneType‘ object has no attribute ‘shape‘

Python报错解决

2022-10-19 17:39:27 1656

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除