-
android语音:在线离线语音识别、语音合成
该demo在android设备上利用科大讯飞提供的sdk实现在线、离线语音识别以及合成播放
- 2022-02-11 20:07:54下载
- 积分:1
-
Android-for-Qt_GPS
基于qt开发的GPS功能应用程序,可在android平台上运行;需要在necessitas开发环境下编译。(Qt-based application developed by the GPS function, you can run on android platform need necessitas development environment compiler.)
- 2013-10-09 11:31:27下载
- 积分:1
-
specialEffects
android 的一些功能特效 很实用的。(android special effects)
- 2012-11-24 20:54:26下载
- 积分:1
-
安卓 圆形进度条 自定义
一个android 自定义的圆形进度条
- 2022-08-20 03:36:48下载
- 积分: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
-
基于STM32的温感GPS终端设计
【实例简介】
野火的指南者,GPS是ATGM332D,温度传感器是DHT11。实现定位温度的采集、LCD显示及WIFI传输
/**
温感GPS终端设计.rar
******************************************************************************
* @file main.c
* @author fire
* @version V1.0
* @date 2013-xx-xx
* @brief 对GPS模块传输的数据进行解码,获取定位信息。
******************************************************************************
* @attention
*
* 实验平台:秉火 STM32 F103-指南者 开发板
* 论坛 :http://www.firebbs.cn
* 淘宝 :https://fire-stm32.taobao.com
*
******************************************************************************
*/
#include "stm32f10x.h"
#include "./usart/bsp_usart.h"
#include "./gps/gps_config.h"
#include "./lcd/bsp_ili9341_lcd.h"
#include "./systick/bsp_SysTick.h"
#include "./dht11/bsp_dht11.h"
#include "./i2c/bsp_i2c_ee.h"
#include "./flash/bsp_spi_flash.h"
#include "usart1.h"
#include "test.h"
#include "bsp_esp8266.h"
#include
#include
extern void nmea_decode_test(void);
extern void ESP8266_StaTcpClient_UnvarnishTest2(void);
int main(void)
{
ILI9341_Init ();
SysTick_Init();
DHT11_Init ();
ILI9341_GramScan ( 6 );
USART_Config();
USARTx_Config();
ESP8266_Init ();
GPS_Config();
while(1)
{
ESP8266_StaTcpClient_UnvarnishTest2();
nmea_decode_test();
}
}
- 2021-10-16 00:31:16下载
- 积分:1
-
tcp udp测试工具,android apk
tcp/udp测试工具,IP地址端口号可设置, android版本的tcp/udp数据测试工具,采用线程方法读取。
- 2022-04-07 01:48:00下载
- 积分:1
-
安卓串口程序API
实现了串口通讯的数据封装,接受,传输等操作。
- 2023-05-11 17:45:03下载
- 积分:1
-
IWeather
说明: 天气预报+显示定位功能,很简洁,无任何广告与多余的东西,实习作品(Weather Forecast + Display Location Function)
- 2019-06-14 13:48:12下载
- 积分:1
-
图片滤镜
图片滤镜图片滤镜图片滤镜图片滤镜
- 2013-11-02下载
- 积分:1