|
查看权限: |
需要 [年费会员] 级别以上才能查看。
|
发布时间: |
2022-11-13 17:44:25
|
信息简介: |
Private Const BITS_TO_A_BYTE = 8
Private Const BYTES_TO_A_WORD = 4
Private Const BITS_TO_A_WORD = 32
Private m_lOnBits(30)
Private m_l2Power(30)
Private Function LShift(lValue, iShiftBits)
If iShiftBits = 0 Then
|
|