kristain

博客园 首页 新随笔 联系 订阅 管理

05 2011 档案

摘要:int a=4,b=9; int[] tempArray={a,b}; int temp=a-b; System.out.println(tempArray[temp>>>31]); 引申:以可读性和时间换取空间array[j] = array[i] + array[j];array[i] = array[j] - array[i];array[j] = array[j] - array[i]; 阅读全文
posted @ 2011-05-06 00:25 kristain 阅读(4987) 评论(0) 推荐(0) 编辑