-
android 炫的3D标签云的效果,类似于各种播放器首页的字体悬浮效果
资源描述android 炫的3D标签云的效果,类似于各种播放器首页的字体悬浮效果
- 2022-02-03 23:02:09下载
- 积分:1
-
BluetoothCar
基于android的蓝牙控制小车控制端,源码,eclipse编译下载到Android 2.3.3手机上,运行成功!用户可以根据自己的手机自行配置,重新编译下载即可。(Android based bluetooth control car control terminal, source code, eclipse compiler download to Android 2.3.3 phone, run successfully! Users can configure their own according to their phones, recompile download.)
- 2020-10-23 15:37:22下载
- 积分:1
-
android activity 声明周期测试实例
activity声明周期测试
- 2013-04-11下载
- 积分:1
-
Android Sensor 各种传感器的使用例子
本源码演示了Android Sensor 各种传感器的使用方法,比较基础的用法,例子中包括了方向传感器、磁场传感器、温度传感器、光传感器和压力传感器的各自调用用法等,相关代码如下:
public void onSensorChanged(SensorEvent event) {
float[] values = event.values;
StringBuffer sb = null;
int type = event.sensor.getType();
switch (type) {
case Sensor.TYPE_ORIENTATION:
sb = new StringBuffer();
sb.append("绕Z:" + values[0])
.append("
绕X:" + values[1])
.append("
绕X:" + values[2]);
ortationEdit.setText(sb.toString());
break;
case Sensor.TYPE_MAGNETIC_FIELD:
sb = new StringBuffer();
sb.append("X方向的角度:" + values[0])
.append("
Y方向的角度:" + values[1])
.append("
Z方向的角度:" + values[2]);
magneticEdit.setText(sb.toString());
break;
case Sensor.TYPE_TEMPERATURE:
sb = new StringBuffer();
sb.append("温度为:" + values[0]);
temeratureEdit.setText(sb.toString());
break;
case Sensor.TYPE_LIGHT:
sb = new StringBuffer();
sb.append("光强为:" + values[0]);
lightEdit.setText(sb.toString());
break;
case Sensor.TYPE_PRESSURE:
sb
- 2022-02-26 07:53:01下载
- 积分:1
-
android无线点餐系统
手机端的android操作系统平台上,集成有开台,换台,点菜,删菜,退菜等功能桌位预定、桌位转台、菜品信息管理、打印机管理、菜系管理、流水汇总、开台结台、结账、呼叫、会员管理等功能。
系统特点:
1、综合应用成本低于传统菜谱:传统菜谱制作 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-23 10:59:08下载
- 积分:1
-
android 自定义的seekbar
实现android的 seekbar的分段序列,能自动设置段落数,实现在多选的情况下舍弃RadioButton,自定义选项的作用
- 2022-04-30 02:24:05下载
- 积分:1
-
安卓系统二维码扫描
安卓系统二维码扫描
- 2019-07-04下载
- 积分:1
-
android imageview 图片、背景切换效果实例 附源码下载
android imageview 入门实例 主要实现了 图片以及背景的切换效果,详见截图
- 2013-03-12下载
- 积分:1
-
APII
Android应用,个人生活助手类,支持天气地点照片等状态显示与分享至微信朋友圈(Android applications, personal life helper classes to support weather locations and sharing photos and status display to the micro-channel circle of wechat)
- 2013-12-01 01:42:24下载
- 积分:1
-
gathsrkernel
LDPC校验矩阵生成,高斯消去法编码,BP译码程序,可以作为自己编写LDPC编译码程序的参考,因为matlab代码效率不高(The LDPC check matrix generation, the Gaussian elimination method and the BP decoding program can be used as the reference of the LDPC coding program, because the matlab code efficiency is not high.)
- 2019-03-26 14:56:01下载
- 积分:1