代码搜索:彩条显示
找到约 10,000 项符合「彩条显示」的源代码
代码结果 10,000
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/181237/9264193
exe 波形显示.exe
www.eeworm.com/read/374261/9412740
txt 12864显示.txt
无字库12864测试c程序2008-02-25 23:37/***********************************************************************
无字库12864测试程序(纵向取模。字节倒序)
crasyboye
********************
www.eeworm.com/read/372590/9502462
bat 枚举显示.bat
@echo off
mode con:cols=80 lines=8
title 枚举显示
set tgt=%windir%
for /F "tokens=*" %%i in ('dir %tgt% /A- /B /S') do @(cls && echo %%i && for /L %%k in (1,1,100) do @ver>nul)
www.eeworm.com/read/363827/9934466