摘要: Public Function BinaryToDecimal(BinaryValue As String) As Long' Returns the decimal equivalent of a binary number.Dim idx As IntegerDim tmp As StringD... 阅读全文
posted @ 2004-06-09 22:38 Popcorn 阅读(4926) 评论(8) 推荐(0)
摘要: Public Function DecimalToBinary(DecimalValue As Long, MinimumDigits As Integer)As String' Returns a string containing the binary' representation of a ... 阅读全文
posted @ 2004-06-09 22:37 Popcorn 阅读(4750) 评论(7) 推荐(0)