代码搜索:分频处理
找到约 10,000 项符合「分频处理」的源代码
代码结果 10,000
www.eeworm.com/read/180615/9300507
pdf 基于fpga任意分频系统设计.pdf
www.eeworm.com/read/373187/9470288
ms9 1000分频.ms9
www.eeworm.com/read/373187/9470456
ms9 32768分频.ms9
www.eeworm.com/read/295814/8138482
txt 2倍分频的verilog.txt
module divide2( clk , clk_o, reset);
input clk , reset;
output clk_o;
wire in;
reg out ;
always @ ( posedge clk or posedge reset)
if ( reset)
out
www.eeworm.com/read/131613/14135628
doc 分频器fenpin1.doc
www.eeworm.com/read/6855/101683
pdf 片状多层混合分频器.pdf
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
www.eeworm.com/read/34129/1039255
dbk last loaded 脉冲分频器.dbk
www.eeworm.com/read/172368/9710932
dbk last loaded 2分频.dbk
www.eeworm.com/read/382449/9028614
txt 问题.txt
1.sun7474的制作
2.分频器的原理与运用
3.C1和H中TAB中数值的意义不明
4.用汇编写一个结果大与255的乘法运算