没有合适的资源?快使用搜索试试~ 我知道了~
Android反编译代码与真实源代码对比(2)
需积分: 10 3 下载量 198 浏览量
2013-04-25
21:02:58
上传
评论
收藏 2KB TXT 举报
温馨提示
Android反编译代码与真实源代码对比(2)
资源推荐
资源详情
资源评论
反编译代码:
private int computeInitialSampleSize(BitmapFactory.Options paramOptions, int paramInt1, int paramInt2)
{
double d1 = paramOptions.outWidth;
double d2 = paramOptions.outHeight;
int i;
int j;
if (paramInt2 == -1)
{
i = 1;
if (paramInt1 != -1)
break label64;
j = 128;
label34: if (j >= i)
break label89;
}
while (true)
{
return i;
i = (int)Math.ceil(Math.sqrt(d1 * d2 / paramInt2));
break;
label64: j = (int)Math.min(Math.floor(d1 / paramInt1), Math.floor(d2 / paramInt1));
break label34;
label89: if ((paramInt2 == -1) && (paramInt1 == -1))
i = 1;
else if (paramInt1 != -1)
i = j;
}
}
private int computeInitialSampleSize(BitmapFactory.Options paramOptions, int paramInt1, int paramInt2)
{
double d1 = paramOptions.outWidth;
double d2 = paramOptions.outHeight;
int i;
int j;
if (paramInt2 == -1)
{
i = 1;
if (paramInt1 != -1)
break label64;
j = 128;
label34: if (j >= i)
break label89;
}
while (true)
{
return i;
i = (int)Math.ceil(Math.sqrt(d1 * d2 / paramInt2));
break;
label64: j = (int)Math.min(Math.floor(d1 / paramInt1), Math.floor(d2 / paramInt1));
break label34;
label89: if ((paramInt2 == -1) && (paramInt1 == -1))
i = 1;
else if (paramInt1 != -1)
i = j;
}
}
资源评论
yjyhuang2012
- 粉丝: 1
- 资源: 14
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功