方法一:按位异或(找单身狗)
我们知道:按位异或^操作原则:相同为零,相异为一 所以 0^aa a ^a0 a ^bb ^a
int missingNumber(int* nums, int numsSize){
int i 0;
int tem1 0,tem20;
for (i 0;i < nu…
第 2 章 Fourier级数的基本属性(Basic Properties of Fourier Series)
Nearly fifty years had passed without any progress on
the question of analytic representation of an arbitrary
function, when an assertion of Fourier threw new light
on the subject. Thus…