-
compand.sh
mac平台通过该脚本编译交叉编译openblas库。Openblas是一个高性能矩阵计算库,如果在Android平台部署深度学习模型,很可能需要openblas加速!(The Mac platform compiles cross compilation openblas library through this script. Openblas is a high-performance matrix computing library. If you deploy deep learning models on the Android platform, you will probably need openblas acceleration.)
- 2018-06-26 18:16:53下载
- 积分:1
-
Android文本阅读器
Android文本阅读器
- 2014-11-01下载
- 积分:1
-
FR1128-Android仪表盘网速测试源码
说明: Android仪表盘网速测试源码,是根据汽车的车速盘来模拟的,可以根据传入的速度来变化的(Android dashboard network speed test source code, is based on the car's speed wheel to simulate, according to the incoming speed to change)
- 2020-08-12 19:14:17下载
- 积分:1
-
湍流普朗特数UDF(Aoki.c)
湍流普朗特数UDF(Aoki.c)
- 2020-01-16下载
- 积分:1
-
自定义TextView
解决textView的换行问题
- 2021-03-13 18:19:24下载
- 积分:1
-
resource
使用App Inventor开发会说话的Tom猫所需音频视频素材.(Use App Inventor to develop audio and video materials for talking Tom cats.)
- 2018-05-16 10:13:20下载
- 积分:1
-
Android独数游戏源码
常规的九宫格界面,点击未知数字的区域,弹出包含可能数字的对话框,填完所有数字来完成游戏。项目中使用了自定义的数独界面,通过绘制的方式画出整个游戏界面,提示的数字使用的是自定义的Dialog,项目中有非常详细的注释
- 2022-10-13 21:45:03下载
- 积分:1
-
xutils-3.1.2
框架,集成了很多方法,里面有网络模块,图片缓存模块,用于安卓开发的框架,实现了简化代码(Framework that integrates many ways, there are a network module, image cache module, developed for the Android framework to achieve a simplified codes)
- 2016-04-12 14:39:33下载
- 积分:1
-
通过rtsp连接网络摄像头
通过rtsp连接网络摄像头
- 2017-04-21下载
- 积分:1
-
Android 文字跑马灯文字水平自动滚动控件及效果演示
Android 文字跑马灯文字水平自动滚动控件及效果演示,文字左右移动特效,文字滚动速度可调、文本颜色也可以自定义,可以用手触屏来控制是否停止文字滚动,控制点击停止或者继续运行,在开始滚动前,对文字样式做以下设置:
private float textLength = 0f;// 文本长度
private float viewWidth = 0f;
private float step = 0f;// 文字的横坐标
private float y = 0f;// 文字的纵坐标
private float temp_view_plus_text_length = 0.0f;// 用于计算的临时变量
private float temp_view_plus_two_text_length = 0.0f;// 用于计算的临时变量
public boolean isStarting = false;// 是否开始滚动
private Paint paint = null;// 绘图样式
private String text = "";// 文本内容
在AutoTextView文件中,mInUp,mOutUp分别构成向下翻页的进出动画,mInDown,mOutDown分别构成向下翻页的进出动画,TextSwitcher主要用于文件切换,比如 从文字A 切换到 文字 B等。
- 2022-03-17 17:30:48下载
- 积分:1