-
json解析小案例
本案例是提供初学者对json的理解与基础运用,为更好熟悉json做一个奠基石,
- 2023-05-26 02:25:03下载
- 积分:1
-
base64 jar包
解决android开发时,导入sun.misc.BASE64Decoder错误,自己就提取源码后做的jar包,导入就可用
- 2022-03-11 18:08:07下载
- 积分:1
-
xiaohuangji
是一个基于android的java源码,调用小黄鸡小机器人api(Is an android based java source code, call the little yellow chicken little robot api)
- 2013-08-02 11:21:27下载
- 积分:1
-
Android_Binder_IPC
android binder通信介绍。binder 通信是一种client-server 的通信结构,
1. 从表面上来看,是client 通过获得一个server 的代理接口,对server 进行直接调用;
2. 实际上,代理接口中定义的方法与server 中定义的方法是一一对应的;
3.client 调用某个代理接口中的方法时,代理接口的方法会将client 传递的参数打包成为Parcel 对象;
4. 代理接口将该Parcel 发送给内核中的binder driver.
5.server 会读取binder driver 中的请求数据,如果是发送给自己的,解包Parcel 对象,处理并将结果返(android binder communication。)
- 2013-11-13 18:41:05下载
- 积分:1
-
SensorTest
Android 手机系统中的重力传感器+源码,作者信息:Himi,重力传感器也称为加速度传感器,源代码编译环境需要SDK 1.5(api 3)支持。
(Android System gravity sensor+ source , Editor info:Himi,gravity sensor called accelerate speed sensor, souce compilation need SDK 1.5(api 3)support)
- 2011-12-19 15:54:50下载
- 积分:1
-
《Android基础教程》的随书源码,可以方便学习该书的时候手动敲入源码出现错误时进行对比,也可以单独下载作为入门进行学习。...
《Android基础教程》的随书源码,可以方便学习该书的时候手动敲入源码出现错误时进行对比,也可以单独下载作为入门进行学习。-" Android-based tutorial" in the book with source code, you can easily learn from the book when manually typing error when comparing source code can also be downloaded as a separate entry-learning.
- 2022-01-25 23:15:32下载
- 积分:1
-
平衡车
#include //定义支持库文件
AF_Stepper motor(48, 2); //定义步进电机对象,2号步进电机步数值是48
void setup() {
Serial.begin(9600); // 设置串行数率在 9600 bps
Serial.println("Stepper test!");
motor.setSpeed(10); // 电机每分钟要转动10步
motor.step(100, FORWARD, SINGLE); //电机向前单相励磁方式转动100步
motor.release();
delay(1000);
}
void loop()
{
motor.step(100, FORWARD, SINGLE);
motor.step(100, BACKWARD, SINGLE);
motor.step(100, FORWARD, DOUBLE);
- 2022-07-17 20:05:53下载
- 积分:1
-
androidʵ
- 2022-03-31 14:41:01下载
- 积分:1
-
NewVpn
这是一个在android平台上用虚拟VPN的pptp实现的源代码,主要是pptp协议的实现(This is an android platform using the VPN pptp virtual realization of the source code, mainly pptp protocol implementation)
- 2013-07-10 11:12:36下载
- 积分:1
-
checkSwitchButton
android编程,多个不同样式的switchButton按钮(it has many various switchButton)
- 2015-06-05 10:43:21下载
- 积分:1