-
face++人脸识别demo
测试face人脸识别demo,参考安卓端的代码,可以实现图片上传以及检测。亲测可行。简单的图片识别,首先需要向库中添加人脸信息。即注册人脸。
- 2022-03-21 05:02:15下载
- 积分:1
-
android 自定义时间段选择dialog 实例源码下载
android 自定义时间段选择dialog 实例源码下载
- 2015-05-15下载
- 积分:1
-
Android_feigequanshu
android 飞鸽传书源码,比较好的资料
- 2013-03-15 09:47:00下载
- 积分:1
-
Android制作的简易图库相册查看程序
Android制作的简易图库相册查看程序,每加载一张图片就会有一个Loading,根据当前百分比计算当前菜单的位置,大小,向右移之后,紧邻当前菜单的左侧菜单项要变大,下面要计算。
Sample8_5_Activity father;//声明acitvity对象
Paint paint;//声明画笔
ArrayList al;//创建Bitmap位图存放列表
int currentIndex=1;//当前选中的菜单数组索引
float changePercent=0;//动画进行的百分比
int anmiState=0;//0:没有动画;1:向右走;2:向左走
//当前选中菜单的宽,高及其左上角坐标
float currentSelectWidth;
float currentSelectHeight;
float currentSelectX;
float currentSelectY;
//紧邻当前选中菜单左侧菜单的宽,高及其左上角坐标
float leftWidth;
float leftHeight;
float leftX;
float leftY;
//紧邻当前选中菜单右侧菜单的宽,高及其左上角坐标
float rightWidth;
float rightHeight;
float rightX;
float rightY;
//上次触控的X,Y坐标
- 2022-10-03 16:00:03下载
- 积分:1
-
AndroidNTRIPClient-Source
Android 版的GPS NTRIP协议的客户端源码。通过网络TCP/IP通信。(Android version of the GPS NTRIP protocol client source code. Through the network TCP/IP communication.)
- 2013-04-23 11:27:48下载
- 积分:1
-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
这个项目是一个签署文件,主要是针对个人工作人员进行户外…
本项目是已签名的文件,主要为个人为户外探险人员及旅游人员研发的,线路跟踪。可对自己线跟进行跟踪并记录;GPS定位;地址位置查询;后期版本将会导出在手绘地图,为户外探险人员提供良好的线路记录。-This project is a signed document, made primarily for personal staff for outdoor adventure and travel personnel R & D, the line tracking. Can carry out their own line with the track and recorded GPS positioning address location query later version will be exported in the hand-drawn maps for outdoor adventure provides a good line record.
- 2022-06-27 17:59:44下载
- 积分:1
-
硬的按钮
禁用手机上的所有操作
- 2022-02-05 17:44:56下载
- 积分:1
-
android Modbus Rtu 通讯例子
ModbusRtuConnect例子
- 2019-06-03下载
- 积分:1
-
android中放大镜的使用
在android学习过程中,我们会学习到图形的处理,其中放大镜学习是很重要的一部分,在上传的资源代码中,详细的描述了android放大镜的使用,供大家学习和参考
- 2023-01-20 17:20:04下载
- 积分:1