代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/348934/10859713
s scopy.s
AREA SCopy, CODE, READONLY
EXPORT strcopy
strcopy
; r0 points to destination string
; r1 points to source string
LDRB r2, [r1],#1
www.eeworm.com/read/419470/10866424
h lpregs.h
//-----------------------------------------------------------------------------
// File: lpregs.h
// Contents: EZ-USB FX2LP/FX1 register declarations and bit mask definitions.
//
// $Arc
www.eeworm.com/read/419470/10866714
h lpregs.h
//-----------------------------------------------------------------------------
// File: lpregs.h
// Contents: EZ-USB FX2LP/FX1 register declarations and bit mask definitions.
//
// $Arc
www.eeworm.com/read/419470/10866759
h lpregs.h
//-----------------------------------------------------------------------------
// File: lpregs.h
// Contents: EZ-USB FX2LP/FX1 register declarations and bit mask definitions.
//
// $Arc
www.eeworm.com/read/419470/10866888
h lpregs.h
//-----------------------------------------------------------------------------
// File: lpregs.h
// Contents: EZ-USB FX2LP/FX1 register declarations and bit mask definitions.
//
// $Arc
www.eeworm.com/read/274401/10873336
bas cpumodule.bas
Attribute VB_Name = "CPUModule"
Option Explicit
'Dim Pen As New DrawClass
'Dim HD As New HardDisk
Public CPUunRUNNING As Boolean
'Private timerID As Long
'Private Enum ClockFlag
' Time_One
www.eeworm.com/read/274401/10873338
cls cpuclass.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/274401/10873399
bas os.bas
Attribute VB_Name = "OS"
Option Explicit
Public Type PCB '进程控制块
ProcessorID As Byte '记录进程索引值与runcode一样可以用来查找
ProcessorName As String
CPUTime As Long
MemStartAdd As Integer
M
www.eeworm.com/read/274339/10875151
~dpr sgip_api.~dpr
library SGIP_API;
////////////////////////////////////////////////////////////////////////////
// 说明:中国联通SGIP1.2接口库程序 //
// 作者:李定华
www.eeworm.com/read/274339/10875158
dpr sgip_api.dpr
library SGIP_API;
////////////////////////////////////////////////////////////////////////////
// 说明:中国联通SGIP1.2接口库程序 //
// 作者:李定华