代码搜索:户外显示

找到约 10,000 项符合「户外显示」的源代码

代码结果 10,000
www.eeworm.com/read/285311/8851116

obj 数码显示.obj

www.eeworm.com/read/285311/8851118

bpf 数码显示.bpf

www.eeworm.com/read/384674/8851463

txt 示波器显示.txt

module w4(clk,dx,dy); input clk; output[7:0] dx,dy; reg d; reg[7:0] ds,dx,dy; reg[9:0] st; reg[15:0] d_zf; wire[7:0] dx_=st[3:0]; wire[7:0] dy_=st[7:4]; always @(negedge clk) begin
www.eeworm.com/read/186359/8939433

asm 温度显示.asm

www.eeworm.com/read/184672/9086633

c 显示时间.c

/******************************************************************************** 当前时间送电脑同时显示 ********************************************************************************/ #include
www.eeworm.com/read/381072/9111865

ec 保证显示.ec

www.eeworm.com/read/281294/9165713

asm 键盘显示.asm

;---------------------------------------------------------------------------- ;主要功能:按键扫描,数码管动态显示,利用4511及74138的译码(只占用7个I\O口) ;节省了单片机的I\O口 ;-----------------------------------------------------------
www.eeworm.com/read/182575/9199733

asm 时间显示.asm

include Irvine32.inc .data time byte "time:",0 output byte "in order to output 3:45:33",0 .code main proc mov edx,offset output call writestring call crlf mov edx,offset time call writestrin
www.eeworm.com/read/181854/9233927

txt 显示行号.txt

勾选 工具/选项/文本编辑器/C#/显示行号
www.eeworm.com/read/181237/9264193

exe 波形显示.exe