代码搜索:ACT
找到约 7,251 项符合「ACT」的源代码
代码结果 7,251
www.eeworm.com/read/387005/8713608
c alarm_test.c
/*
alarm example
AUP2, Sec. 8.07.1
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page www.basepath.com/aup/co
www.eeworm.com/read/387005/8713626
c intro.c
/*
Introductory signal example (catching)
AUP2, Sec. 9.01.1
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web pag
www.eeworm.com/read/363979/9927179
bas boss.bas
Attribute VB_Name = "modBoss"
Public Type aBoss
X As Integer
Y As Integer
Ty As Integer
Tx As Integer
Act As Boolean
Life As Integer
FlagFire As Byte
FireTag1 As Byte
End Type
Pub