-
简单记事本
很实用很简答的记事本源代码,适合新手学习。
- 2022-03-18 08:33:54下载
- 积分:1
-
STM32F103RCT6最小系统板和原理图
STM32F103RCT6最小系统板和原理图,Altium designer16工程文件,实际测过可用
- 2019-04-15下载
- 积分:1
-
android 声波支付例子
android 声波支付例子
- 2014-09-25下载
- 积分:1
-
MPAndroidChart-master
android chart:MPAndroidChat
- 2014-12-24 10:45:46下载
- 积分:1
-
Android应用源码之android 安卓画廊 照片转换器.zip
【实例简介】
- 2021-09-07 00:31:13下载
- 积分:1
-
Android毛玻璃效果处理类 附示例源码
Android毛玻璃效果处理类 附示例源码,方法封装,实现简单,代码里有详细注释,有需要的朋友可以去下载。相关代码先睹为快:
Bitmap bmp = BitmapFactory.decodeResource(getResources(),id);//从资源文件中得到图片,并生成Bitmap图片
final Bitmap blurBmp = BlurUtil.fastblur(MainActivity.this, bmp, 10);//0-25,表示模糊值
final Drawable newBitmapDrawable = new BitmapDrawable(blurBmp); // 将Bitmap转换为Drawable
layout.post(new Runnable() //调用UI线程
{
public void run()
{
layout.setBackgroundDrawable(newBitmapDrawable);//设置背景
}
});
- 2022-04-07 03:49:35下载
- 积分:1
-
基于距离传感器的自动锁屏程序
基于距离传感器的自动锁屏程序,使用android studio平台(Automatic lock screen program based on distance sensor)
- 2017-08-24 21:57:36下载
- 积分:1
-
android wifi设置静态ip 实例源码下载
android wifi设置静态ip 实例源码下载
- 2014-08-29下载
- 积分:1
-
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 程序服务端:Java语言实现,数据库为 MySQL用到了 Socket 和 多线程
- 2022-05-05 17:37:25下载
- 积分:1