摘要:
// : Defines the entry point for the DLL application.//#include "stdafx.h"//#define LOG_CALLSchar * atoh = "0123456789ABCDEF";// " 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F"BYTE htoa1[] = {0x00,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x90,0,0,0,0,0,0,0,0xA0,0x 阅读全文