代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/255039/12104574
sof step_a.sof
www.eeworm.com/read/254262/12151247
ico step.ico
www.eeworm.com/read/337282/12379534
xpm step.xpm
/* XPM */
static char *forward[] = {
/* width height num_colors chars_per_pixel */
" 20 22 5 1",
/* colors */
". c None",
"# c #999999",
"a c #666666",
"b c #333333",
"c c #000
www.eeworm.com/read/149265/12391400
vwf step.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/337046/12400451
step13
www.eeworm.com/read/230823/14273099
gif step.gif
www.eeworm.com/read/127933/14328171
c step.c
#define uint unsigned int
#define uchar unsigned char
uchar phase=0;
out (uchar x);
main () {
for(;;) {
out(phase=++phase&0x03);
}
}
www.eeworm.com/read/127933/14328172
asm step.asm
EXTRN CODE(OUT)
EXTRN DATA(STATE)
VAR SEGMENT DATA
STEP SEGMENT CODE
STACK SEGMENT IDATA
RSEG STACK
DS 10H
RSEG VAR
PHASE: DS 1
RSEG STEP
ORG 0000H
LJMP START