代码搜索:自动显示
找到约 10,000 项符合「自动显示」的源代码
代码结果 10,000
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
vi 显示界面.vi
www.eeworm.com/read/167974/9943377
rar 全屏显示.rar
www.eeworm.com/read/166115/10035428
txt 显示程序.txt
ORG 0000H ;这是利用动态扫描原理显示3位静态312数字的源程序,
MOV SP,#40H ;按动P3.2和P3.1的按钮可以使个位和十位数加1
MOV P1,#0FFH
MOV P2,#0FFH
MOV P0,#0FFH
MOV 20H,#2