代码搜索:H20
找到约 73 项符合「H20」的源代码
代码结果 73
www.eeworm.com/read/381631/9080862
lnp fm25h20.lnp
"FM25H20.obj",
"fpga.obj",
"mcu.obj"
TO "fm25h20"
RAMSIZE(256)
www.eeworm.com/read/124453/14566020
txt indexh.txt
// This menu was created by an imint.com wizard.
"TEXT:Hyperlink back to parent index" "1" "1" "DRILL:indices/top.txt" " "
"TEXT:Items H1 to H10" "1" "0" " " " "
"TEXT:Item H1" "2" "1" " " " "
"
www.eeworm.com/read/124453/14565994
txt index2h.txt
// This menu was created by an imint.com wizard.
"TEXT:Back to parent index" "1" "1" "DRILL:indices/top2.txt" " "
"TEXT:Top Folder" "1" "1" " " " "
"TEXT:Items H1 to H10" "2" "0" "START" " "
"TE
www.eeworm.com/read/414257/2152174
vb connectionpriority.vb
_
Public Enum ConnectionPriority
LowPriorityBackground = 8
ExternalInteractive = &H20
IdleBackground = &H80
HighPriorityBackground = &H200
UserIdle = &H800
Use
www.eeworm.com/read/414257/2153591
vb connectionpriority.vb
_
Public Enum ConnectionPriority
LowPriorityBackground = 8
ExternalInteractive = &H20
IdleBackground = &H80
HighPriorityBackground = &H200
UserIdle = &H800
Use
www.eeworm.com/read/414257/2152179
vb connectionstatus.vb
Public Enum ConnectionStatus
Unknown = 0
Connected = &H10
Suspended = &H11
Disconnected = &H20
ConnectionFailed = &H21
ConnectionCanceled = &H22
ConnectionDisabl
www.eeworm.com/read/414257/2153597
vb connectionstatus.vb
Public Enum ConnectionStatus
Unknown = 0
Connected = &H10
Suspended = &H11
Disconnected = &H20
ConnectionFailed = &H21
ConnectionCanceled = &H22
ConnectionDisabl
www.eeworm.com/read/208797/15236573
vb module2.vb
Imports System.Runtime.InteropServices
Public Class myfun
REM API常数声明-------------------------
Public Const SW_SHOWNORMAL = 1
Public Const gcNORMAL_PRIORITY_CLASS = &H20
Public Co
www.eeworm.com/read/446568/7576622
bas mdl_unicode.bas
Attribute VB_Name = "mdl_Unicode"
Option Explicit
Public Const MIIM_DATA& = &H20
Public Const MIIM_TYPE& = &H10
Public Type MENUITEMINFO
cbSize As Long
fMask As Long
fType As
www.eeworm.com/read/192261/8390483
bas posmodule.bas
Attribute VB_Name = "posmodule"
Global h As Long
Public Const OPEN_ALWAYS = 4
Public Const OPEN_EXISTING = 3
Public Const OPENCHANNEL = 4110
Public Const FILE_ATTRIBUTE_ARCHIVE = &H20
Public C