-
AudioPermissionTest
Test that audio-related Permissions are enforced for Andriod.
- 2013-10-21 01:17:08下载
- 积分:1
-
可拖动列表项
android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序,android端可拖拽下拉滑动上下移动排序。
- 2022-02-04 20:51:30下载
- 积分:1
-
Bluetooth_fwj
可以发送文件的蓝牙适配例子是一个可以选择文件并发送给对方的蓝牙例子源码,项目带有蓝牙可见性的控制和其他常规的功能,项目比较大,分了好多层但是比较给力的是源码有比较详细的注释,用到的朋友可以下载看一下,项目编译版本2.3.3默认编码UTF-8。(You can send files of Bluetooth adapter is an example to a file and send to the other Bluetooth example source code, control project with Bluetooth visibility and other routine functions, the project is relatively large, divided into many layers but more awesome is a more detailed source notes, the use of friends can look at the download the project compiled version of 2.3.3 default encoding UTF-8.)
- 2016-06-22 11:36:51下载
- 积分:1
-
Zing 专辑下载程序
Android 的 4.4 KitKat !
新版本的 android 系统在这里,是与强大的新功能、 Api 和开发人员的工具。
Android 4.4 内置在比以往任何时候更多的设备上运行,给你更多的方式来展示您的内容和创建美丽的有用的和创新性的应用程序。
了解什么是新纲要 》 强调在和请参见 API 概述的详细信息。
- 2022-11-14 16:40:04下载
- 积分:1
-
图像识别
public static Bitmap doPretreatment(Bitmap img) {
setImgInfo(img);
Bitmap grayImg = getGrayImg();
int[] p = new int[2];
int maxGrayValue = 0, minGrayValue = 255;
// 计算最大及最小灰度值
getMinMaxGrayValue(p);
minGrayValue = p[0];
maxGrayValue = p[1];
// 计算迭代法阈值
int T1 = getIterationHresholdValue(minGrayValue, maxGrayValue);
// // 计算大津法阈值
// int T2 = getOtsuHresholdValue(minGrayValue, maxGrayValue);
// // 计算最大熵法阈值
// int T3 = getMaxEntropytHresholdValue(minGrayValue, maxGrayValue);
// int[] T = { T1, T2, T3 };
//
// Bitmap result = selectBinarization(T);
Bitmap result = binarization(T1);
return result;
}
- 2022-01-25 19:56:39下载
- 积分:1
-
MySlidingMenu
andorid左右两侧滑动菜单SlidingMenu(andorid left and right sliding menu SlidingMenu)
- 2013-08-15 10:15:31下载
- 积分:1
-
android 图片搜索 例子源码下载
android 图片搜索 例子源码下载
- 2014-11-24下载
- 积分:1
-
android 手机订餐系统
android手机越来越普遍,手机订餐系统能够帮助商家及顾客很方便的进行点菜,结算。源码中分为点菜,结算,菜单展示等几部分进行。
- 2022-03-17 15:53:49下载
- 积分:1
-
android 登录注册 实例源码下载
android 登录、注册相关功能实例
- 2014-06-06下载
- 积分:1
-
疫情信息查询android app源码
【实例简介】
- 2021-09-09 00:31:01下载
- 积分:1