代码搜索:陷波器

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

代码结果 10,000
www.eeworm.com/read/32721/1035816

vhd 各种功能的计数器.vhd

-- MAX+plus II VHDL Example -- Efficient Counter Inference -- Copyright (c) 1994 Altera Corporation -- download from:www.pld.com.cn & www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all
www.eeworm.com/read/34129/1039253

c 源程序-脉冲分频器.c

#include sbit led=P1^1; //中断初始化函数 void tx_init() { TMOD=0x60; TH1=0x9c; TL1=0x9c; ET1=1; EA=1; TR1=1; led=1; } void main() { tx_init(); while(1); } voi