摘要:
阅读全文
摘要:
VS2010上运行得到的结果注意:(int)a和(int&)a的操作不同,其汇编代码如下所示:int a1 = (int)a;011E1873 fld dword ptr [a] 011E1876 call @ILT+285(__ftol2_sse) (11E11... 阅读全文
摘要:
阅读全文
摘要:
答案:int max = ((a+b)+abs(a-b))/2; 阅读全文
摘要:
阅读全文