墨墨姐姐
MAKELONG 是 c 里一个代参数的宏 #define MAKELONG(a, b) ((LONG) (((WORD) (a)) | ((DWORD) ((WORD) (b))) << 16)) 不解释了,再送几个相关的 Public Function MakeLong(ByVal LoWord As Integer, _ ByVal HiWord As Integer) As Long MakeLong = ((HiWord * &H10000) + LoWord) End Function Public Function HiByte(ByVal w As Integer) As Byte Dim hi As Integer If w And &H8000 Then hi = &H4000 HiByte = (w And &H7FFE) \ 256 HiByte = (HiByte Or (hi \ 128)) End Function
美食侦探01
编造 invent; concoct; fabricate; make up编造情节 falsify the details of an event编造故事 fabricate [invent] a story编造表册 compile statistical tables编造谎言 fabricate lies编造预算 draw up a budget
优质英语培训问答知识库