代码搜索:动态显示

找到约 830 项符合「动态显示」的源代码

代码结果 830
www.eeworm.com/read/191947/8414509

plg 数码管动态显示v1.0.plg

礦ision2 Build Log Project: D:\Technical Work\ISIS仿真\数码显示管\新建文件夹\数码管动态显示V1.0.uv2 Project File Date: 01/27/2007 Output: Build target 'Target 1'
www.eeworm.com/read/191947/8414512

hex 数码管动态显示v1.hex

:0302950000000066 :10022D0078087C007D007BFF7A0279957E007F0344 :10023D001200D3E4F50B758130F590F5A07B007AB3 :10024D00007908120173050BAF0B7E02EF75F00AF2 :10025D008474082EF8A6F0EF75F00A84FFDEED8F9A :
www.eeworm.com/read/191947/8414526

lst 数码管动态显示v1.0.lst

A51 MACRO ASSEMBLER 数码筥禵__蟔示V1_0 01/25/2007 13:51:35 PAGE 1 MACRO ASSEMBLER A51 V6.12 NO OBJECT MODULE REQUESTED ASSEMBLER INVOKED BY: C:\
www.eeworm.com/read/309517/13669678

uv2 五.数码管动态显示.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2,
www.eeworm.com/read/489352/6470373

txt 6位led动态显示程序(c程序).txt

module seg71(clk,rst,dataout,en); input clk,rst; output[7:0] dataout; output[5:0] en; reg[7:0] dataout; reg[5:0] en; reg[2:0] cnt_scan; reg[4:0] dataout_buf; always@(posedge clk or ne