代码搜索:连续波

找到约 10,000 项符合「连续波」的源代码

代码结果 10,000
www.eeworm.com/read/279116/10463126

swf text_渐隐波.swf

www.eeworm.com/read/352869/10498063

rar 三角波.rar

www.eeworm.com/read/349118/10848925

asm 電波時計.asm

; Generated by WinDis84, (c) Nigel Goodwin 1998. LIST P=16F84, F=INHX8M include "P16FXX.inc" ORG 0x0000 Label_010D BSF PCLATH , 03
www.eeworm.com/read/270618/11031683

txt 处理冲击波.txt

处理冲击波   病毒中文名:冲击波(包括很多变种)   病毒类型:蠕虫病毒   攻击对象:Windows NT 4.0,Windows 2000,Windows XP,Windows Server 2003等   传播途径:“冲击波”是一种利用Windows系统的RPC(远程过程调用,是一种通信协议,程序可使用该协议向网络中的另一台计算机上的程序请求服务)漏洞进行传播、随机发作、破 ...
www.eeworm.com/read/459640/7269562

txt 谐波小波程序.txt

clc clear all fs=4096; dt=1/fs; N=2048; f=fs*(0:N-1)./N; t=0:dt:2047*dt; Wd=hann(2048); y1=3*sin(2*pi*50*t)+2*sin(2*pi*100*t); y2=0.05*sin(2*pi*150*t); s=y1+y2; subplot(411) plot(t,y2); f
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/441494/7669820

ppt 6电磁波.ppt

www.eeworm.com/read/439027/7717925

asm 三角波.asm

;三角波 MOV DPTR,#0DFFFH DA1:MOV R6,#80H DA2:MOV A,R6 MOVX @DPTR,A INC R6 CJNE R6,#0FFH,DA2 DA3:DEC R6 MOV A,R6 MOVX @DPTR,A CJNE R6,#80H,DA3 AJM