编程技巧-变量互换
一般做法 int a,b; int temp; temp = a; a = b; b = temp; 小技巧 int a,b; a = a^b; b = a^b; a = a^b; \n#单片机与嵌入式#
543210fF198i
2 0 嘉立创EDA