代码搜索:Module

找到约 10,000 项符合「Module」的源代码

代码结果 10,000
www.eeworm.com/read/111255/7151242

bas module.bas

' ' VBA (EXCEL/ACCESS/WORD) Module Code ' Const Port = COM1 Function OpenPort () Dim Code As Integer Code = SioReset(Port, 512, 512) Code = SioBaud(Port, Baud9600) Code = SioParms(Port, No
www.eeworm.com/read/463249/7185153

bas module.bas

Attribute VB_Name = "Module1" ' Public variables Public CancelSend As Integer ' Flag to stop sending a text file. Declare Sub SetWindowPos Lib "user32" (ByVal hWnd As Long, ByVal hWndInsertAfter
www.eeworm.com/read/461292/7230044

asm module.asm

.CONST Buffsz EQU 32*1024 ;------------------------------------------------------------------------------------- .DATA? Align 4 WaveStart DD ? BytesLeft DD ? FileOpenedFlag DD ? wavHnd
www.eeworm.com/read/456695/7342005

gif module.gif

www.eeworm.com/read/456383/7350136

symvers module.symvers

www.eeworm.com/read/456205/7354480

module libssl.module

## _ _ ## _ __ ___ ___ __| | ___ ___| | mod_ssl ## | '_ ` _ \ / _ \ / _` | / __/ __| | Apache Interface to OpenSSL ## | | | | | | (_) | (_| | \__ \__ \
www.eeworm.com/read/454436/7390707

symvers module.symvers

www.eeworm.com/read/453824/7409683

gif module.gif

www.eeworm.com/read/451944/7453065

bas module.bas

Attribute VB_Name = "Module" ' Declare necessary API functions. Declare Function joyGetPosEx Lib "winmm.dll" (ByVal uJoyID As Long, pji As JOYINFOEX) As Long Declare Function joyReleaseCapture Lib
www.eeworm.com/read/451944/7453199

bas module.bas

Attribute VB_Name = "Module" ' Declare necessary API functions. Declare Function joyGetPosEx Lib "winmm.dll" (ByVal uJoyID As Long, pji As JOYINFOEX) As Long Declare Function joyReleaseCapture Lib