代码搜索:基本控制

找到约 10,000 项符合「基本控制」的源代码

代码结果 10,000
www.eeworm.com/read/371090/9568631

txt 4 位数字频率计控制模块.txt

4 位数字频率计控制模块 module fre_ctrl(clk,rst,count_en,count_clr,load); output count_en,count_clr,load; input clk,rst; reg count_en,load; always @(posedge clk) begin if(rst) begin count_en=0; load=1; en
www.eeworm.com/read/363368/9957406

txt 单按键控制数码管加1.txt

#pragma db code #include #define uchar unsigned char #define uint unsigned int /*=====数码管位及按键定义=====*/ sbit LED_0=P1^0; sbit LED_1=P1^1; sbit LED_2=P1^2; sbit LED_3=P1^3; sbit
www.eeworm.com/read/363368/9957424

txt 双按键控制数码管加减1.txt

#pragma db code #include #define uchar unsigned char #define uint unsigned int /*=====数码管位及按键定义=====*/ sbit LED_0=P1^0; sbit LED_1=P1^1; sbit LED_2=P1^2; sbit LED_3=P1^3; sbit