-
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
-
客户端首页广告栏位循环 并支持点击
客户端首页广告栏位循环 并支持点击
- 2015-01-19下载
- 积分:1
-
加入回收和数据库显示数据
应用背景此应用程序将向您展示如何使用recyclerview从数据库中检索数据,在列表中显示。这也表明热使用卡片布局随着片段recyclerview或者我应该说在标签。大部分人患有片段和recyclerview问题可能是这个应用程序将帮助你。关键技术应用程序是基于Android技术的使用appcompat那些想要建立和编译的应用程序在KitKat版本像软糖。这个程序使用了appcompat因此在Jellybean版本的外观和棒棒糖和奇巧的感觉。请把您的SDK更新到最新的,即,它包括棒棒糖的API,使用这些API为应用程序兼容性和使用recyclerview在装箱清单列表视图。
- 2022-04-15 03:06:27下载
- 积分:1
-
AutoDictionary
Stores new words temporarily until they are promoted to the user dictionary for longevity for Andriod.
- 2013-10-23 23:04:04下载
- 积分:1
-
第一个安卓例子代码
《Android开发权威指南》内容上涵盖了用最新的Android版本开发的大部分场景。全书分4个部分,分别从Android基础介绍、环境搭建、SDK介绍,到应用剖析、组件介绍、综合实例演示,以及符合潮流的、最新的移动开发技术,如HTML5、OpenGL ES、NDK编程、Android测试驱动开发等几个方面讲述。从技术实现上,讲解了6大完整综合案例及源代码分析,分别是新浪微博客户端、蓝牙聊天、全键盘输入法、月球登陆(游戏)、贪吃蛇(游戏)、笑脸连连看(游戏)。
- 2022-02-01 10:36:18下载
- 积分:1
-
安卓人脸检测
安卓人脸检测通过两个主要的API,Android提供了一个直接在位图上进行脸部检测的方法,这两个API分别是 android.media.FaceDetector和android.media.FaceDetector.Face,已经包含在Android官方API中
- 2023-07-16 17:20:05下载
- 积分:1
-
简单线程并发例子源代码
package com;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class VolatileTest {public static void main(String[] args) throws InterruptedException {final Counter counter = new Counter();ExecutorService threadPool = Executors.newCachedThreadPool();for (int i = 0; i < 1000; i++) {/*new Thread() {@Overridepublic void run() {counter.inc();};}.start();*/threadPool.execute(new Runnable() {@Overridepublic void run() {counter.inc();}});}// Thread.sleep(3000);System.out.println(counter);}}
- 2022-06-17 11:34:35下载
- 积分:1
-
Androidtelnetloading
带Loading效果的Android远程登录代码+实例,用于在后台请求服务器是否登录成功,返回[0]登录状态,[1]是否网络错误。代码中可以学习到许多Android编程的小技巧,比如弹出对话框、初始化注册view组件、清空监听按钮、检查注册表单(Loading effect the Android remote login code+ instance, is used to request the server in the background, whether the login is successful, return [0] logged in [1] is a network error. Code can learn many Android programming tips, such as pop-up dialog box, initialize the registration view components, empty the monitoring button, check the registration form)
- 2013-04-18 11:28:15下载
- 积分:1
-
Android 支持单选、多选的云标签效果
本源码演示如何实现一个 支持单癣多选的Android云标签效果,单击对应的操作类型,然后选择标签,多选后标签呈红色。
Label的选择类型NONE、SINGLE、MULTI分别对应不可癣单癣多选等选项,标签文字颜色,标签文字大小,标签背景,标签间隔,标签类型、标签最大选择数量等参数都可以自定义,标签的文字内容存储在label中,Lable通过tag保存自己的位置(position)。具体的效果大家可参见下边的测试截图所示。
- 2023-01-08 16:15:03下载
- 积分:1
-
SeeJOPlayer播放器
资源描述此源码针对于Android开发用户的练手经典案例,此案例包含Android开发设计的各部分的主要功能,对自身的技术有着很大的提高和帮助
- 2022-03-19 16:40:22下载
- 积分:1