代码搜索:16
找到约 10,000 项符合「16」的源代码
代码结果 10,000
www.eeworm.com/read/140797/7146861
h code16.h
/* Must be included first of all */
__asm__ (".code16gcc");
www.eeworm.com/read/450775/7147848
h 16timer.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: 16timer.h *
* This is 16bit
www.eeworm.com/read/144152/7147902
au w16.au
www.eeworm.com/read/109216/7148322
exe 16_n.exe
www.eeworm.com/read/109216/7148363
obj 16_n.obj
www.eeworm.com/read/109216/7148379
asm 16_n.asm
data_seg segment
car db 29
db 40h,0bh,0,0
db 40h,0bh,1,0
db 40h,0bh,1,0
db 40h,0bh,1,0
db 40h,0bh,1,0
www.eeworm.com/read/114004/7150557
ex_ _inst16.ex_
www.eeworm.com/read/111255/7151219
bas asdrv16.bas
'
' ASDRV16.BAS
'
Option Explicit
DefInt A-Z
Global Const ASC_NO_ERROR = 0
Global Const ASC_NOT_ACTIVE_ERROR = -700
Global Const ASC_CANNOT_OPEN_ERROR = -701
Global Const ASC_DISK_READ_
www.eeworm.com/read/111255/7151221
bas errors16.bas
'
' ERRORS16.BAS
'
Option Explicit
DefInt A-Z
Sub SayError (F As Form, ByVal ErrorCode)
Select Case ErrorCode
Case IE_BADID
F.Print "Invalid COM port name"
Case IE_OPEN
F
www.eeworm.com/read/111255/7151222