代码搜索:timer1
找到约 1,567 项符合「timer1」的源代码
代码结果 1,567
www.eeworm.com/read/170962/9778255
asm c5_4_3.asm
.def start
.def ad
.def ad_start
.def rpt,timer1
.ref ftranform
.ref sinx
tim1_ctl .equ 0x01
www.eeworm.com/read/411934/11220803
asm 10-2.asm
.def start
.def ad
.def ad_start
.def rpt,timer1
.ref ftranform
.ref sinx
tim1_ctl .equ 0x019800
www.eeworm.com/read/146454/12647213
asm c5_4_3.asm
.def start
.def ad
.def ad_start
.def rpt,timer1
.ref ftranform
.ref sinx
tim1_ctl .equ 0x01
www.eeworm.com/read/237368/13966084
asm c5_4_3.asm
.def start
.def ad
.def ad_start
.def rpt,timer1
.ref ftranform
.ref sinx
tim1_ctl .equ 0x01
www.eeworm.com/read/386969/8715179
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Timer1: TTimer;
www.eeworm.com/read/386969/8715714
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Timer1: TTimer;
www.eeworm.com/read/386969/8715867
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Timer1: TTimer;
www.eeworm.com/read/286482/8763042
bas 12864timer3.bas
'///////////////////////////////////////
$Device= m16 ' used device
$Stack = 32 ' stack size
$Clock = 7.3728
$Timer1=Timer, Prescale=1024
$GLCD ks0108b, Data=PORTC, Ctrl=PORTB,
www.eeworm.com/read/286321/8771992
vb frmmain.vb
Public Class frmMain
Private iI As Integer = 0
Private strSendKey As String
Dim Timer1 As New System.Timers.Timer()
Private Sub CreateTimer()
Timer1.Interval = txtPerBum
www.eeworm.com/read/429300/8812371
pas cooleffectu.pas
unit CoolEffectU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm1 = class(TForm)
Image1: TImage;
Timer1: TTim