-
android 高德地图 实例源码下载
android 高德地图 实例源码下载
- 2014-08-21下载
- 积分:1
-
android 例程
读写sqllite的例程,安卓开发环境小!基本的读写操作!
使用android studio 2.1
java语言编写
采用nexus 5 模拟器调试!
- 2023-04-23 01:40:03下载
- 积分: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源码 Android studio
海康视频Android源码 Android studio
里面包含还开sdk Android studio开发
监控视频查看,希望帮助有需要的朋友
- 2022-01-25 20:51:08下载
- 积分:1
-
最近公司在做即时通讯 仿微信 QQ的
最近公司在做即时通讯 仿微信 QQ的
- 2014-10-17下载
- 积分:1
-
MyGatt
BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
- 2018-02-07 11:55:52下载
- 积分:1
-
MethodInfo
MethodInfo implements AbstractMethodInfo Source Code for Andriod.
- 2013-12-06 12:22:35下载
- 积分:1
-
android 网络图片下载 示例源码
很好的下载图片的工具类,特别是结合listview一起用,废话不多说,直接上源码
- 2014-03-26下载
- 积分:1
-
android4.0以上90%控件的使用,一个Dome告诉你
Android4.0以上的大部分ui控件案例,通过一个程序,让你清楚android90%以上控件的基本用法
- 2022-02-11 12:48:00下载
- 积分:1
-
ActivityAnimation
android Activity间跳转动画,直接可用(android Activity jump between animations directly available)
- 2013-09-04 11:06:05下载
- 积分:1