代码搜索:DB4

找到约 419 项符合「DB4」的源代码

代码结果 419
www.eeworm.com/read/297417/8022622

db4

t
www.eeworm.com/read/166938/9988446

m discontinuites_detection2.m

load nearbrk; x= nearbrk; % 使用DB4小波进行2层分解 [c,l]=wavedec(x,2,'db4'); subplot(4,1,1); plot(x); ylabel('x'); % 对分解的第2层低频系数进行重构 a=wrcoef('a',c,l,'db4',2); subplot(4,1,2); plot(a); ylabel('a2');
www.eeworm.com/read/202434/15384238

m breakpoint2.m

load nearbrk; x=nearbrk; %使用DB4小波进行2层分解 [c,l]=wavedec(x,2,'db4'); subplot(4,1,1); plot(x); ylabel('x'); %对分解的第2层低频系数进行重构 a=wrcoef('a',c,l,'db4',2); subplot(4,1,2); plot(a); ylabel('a2'); f
www.eeworm.com/read/297417/8022650

root~

kirk 123 db1 db2 db3 db4 db5 zz
www.eeworm.com/read/474310/6819487

pss tlc5510.pss

| 1e7db4a06ea557bbe22da09cfaa81e7
www.eeworm.com/read/297417/8022666

root

db1 db2 db3 db4 db5 zz students db6
www.eeworm.com/read/117096/6111635

md5 inherit__graph__68.md5

f3c03db4ce322026c4ac3301ccab3724
www.eeworm.com/read/355563/10257404

txt lcd连线.txt

LCD的DB7接RB5 LCD的DB6接RB4 LCD的DB5接RB3 LCD的DB4接RB2 LCD的E 接RA5 LCD的RS 接RB1 全速运行,将显示“happy evryday"
www.eeworm.com/read/449284/7511114

md5 a01435.md5

609211db4d33d7f1da6ebc08b8f8c4f8
www.eeworm.com/read/311078/13635876

c lcd_19264a_drv.c

#include #define LCD_E PIN_E7 #define LCD_RW PIN_E6 #define LCD_DI PIN_E5 #define LCD_CS3 PIN_E4 #define LCD_CS2 PIN_E3 #define LCD_CS1 PIN_E2 #define BL_PWR PIN_E1 #def