This topic created in 2781 days ago, the information mentioned may be changed or developed.
有一段代码在 notepad++里面显示如下:
#define PEAK_MULTPLIER (0x60) // 3 -> (0x3 * 32) & 0x00E0
而在 source insight(3.50)中显示:
#define PEAK_MULTPLIER (0x60) -> (0x3 * 32) & 0x00E0
有没有哪位大佬知道怎么解决,谢谢