代码搜索:小电阻

找到约 10,000 项符合「小电阻」的源代码

代码结果 10,000
www.eeworm.com/read/452705/7436183

txt 小波分解程序.txt

Load 11-15; % 装载信号 s=unnamed(1:240); ls=length(s); [cA1,cD1]=dwt(s,'db4'); % 单尺度一维离散小波变换 A1=upcoef('a',cA1,'db4',1,ls); % 一维系数直接重构 D1=upcoef('d',cD1,'db4',1,ls); subpl
www.eeworm.com/read/448321/7535223

html 由大到小.html

窗口背景盒状收缩效果
www.eeworm.com/read/445238/7597620

m 小波去噪.m

load sinsin subplot(1,3,1),image(X); init=2055615866,randn('seed',init); x=X+18*randn(size(X)); subplot(1,3,2),image(x); [thr,sorh,keepapp]=ddencmp('den','wv',x); xd=wdencmp('gbl',x,'sym4',
www.eeworm.com/read/445238/7597622

m 小波包消噪声.m

load flujet; subplot(2,2,1); image(X); colormap(map); axis square; init=2055615899; randn('seed',init); X1=X+20*randn(size(X)); subplot(2,2,2); image(X1); colormap(map); T=wpdec2(X1,1,'sym2
www.eeworm.com/read/444903/7603435

txt modbus通信小程序.txt

//通信程序中CRC校验函数是核心,其他根据需要修改。程序通过了验证。 #include "iom16v.h" unsigned int crc=0xffff; unsigned char data[]={0x05,0x03,0x02,0x04,0x02}; /*串口初始化函数*/ void Uart_Init(void) { UCSRA = 0x02; /*倍速*/
www.eeworm.com/read/441469/7669982

bmp 小纸条c不.bmp

www.eeworm.com/read/441469/7669995

bmp 小纸条c.bmp

www.eeworm.com/read/438813/7726050

asm 键盘控制小程序.asm

ORG 0000H ;START: ;AJMP MAIN ;ORG 0003H ;AJMP SCAN MAIN: ;SETB IT0 ;SETB EX0 ;SETB EA KEY EQU 50H ;HERE: ;AJMP HERE SCAN: ;键扫描子程序 MOV P2,#0FH