Description
Shuffling the pixels in a bitmap image sometimes yields random looking images. However, by repeating the shuffling enough times, one finally recovers the original images. This should ...
分类:
其他好文 时间:
2014-09-01 15:39:53
阅读次数:
230
1. front-view2. back-code
分类:
其他好文 时间:
2014-09-01 15:20:13
阅读次数:
192
左对齐或顶对齐 【Ctrl】+【Shift】+【L】中对齐 【Ctrl】+【Shift】+【C】右对齐或底对齐 【Ctrl】+【Shift】+【R】左/右选择 1 个字符 【Shift】+【←】/【→】下/上选择 1 行 【Shift】+【↑】/【↓】选择所有字符 【Ctrl】+【A】选择从插入点到...
分类:
其他好文 时间:
2014-09-01 12:14:33
阅读次数:
209
public class MixView extends ActionBarActivity {
int []images = new int[]
{
R.drawable.pic1,
R.drawable.pic2
};
int cu...
分类:
移动开发 时间:
2014-08-31 21:29:21
阅读次数:
228