-
android-upload-service-master
以前做的android的FTP demo,功能没有完全实现,上传和下载的限速是虚拟的(The FTP demo of Android has not been fully implemented. The speed limit of upload and download is virtual)
- 2020-06-25 21:00:02下载
- 积分:1
-
GeolocationService
Implements the Java side of GeolocationServiceAndroid.
- 2014-01-06 11:58:07下载
- 积分:1
-
android 时钟的使用
主要介绍的是基于eclipse开发的安卓时钟的例子。。主要介绍的是基于eclipse开发的安卓时钟的例子。。主要介绍的是基于eclipse开发的安卓时钟的例子。。主要介绍的是基于eclipse开发的安卓时钟的例子。。
- 2022-09-19 01:40:03下载
- 积分:1
-
darvds-RibbonMenu
Android 导航菜单 RibbonMenu Android源码包,是不是看到了这个熟悉的界面?在Android机中,像RibbonMenu这种类似的菜单多之又多,对于想搞Android应用开发的来说,这算是基础的菜单制作技巧了,因此对于安卓开发初学者还是相当有价值参考的。(Android navigation menu RibbonMenu Android source packages, is not seeing this familiar interface? In Android machine, such as a similar menu RibbonMenu more than the addition, stir it for Android application development, which can be considered the foundation of menu making skills, so for Android development is still quite valuable reference for beginners.)
- 2014-02-12 09:47:14下载
- 积分:1
-
HorizontalListView
android实现listView水平滚动。通过GridAdaper实现数据显示。(android achieve listView horizontal scrolling. By GridAdapter display data....)
- 2016-03-09 10:52:02下载
- 积分: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
-
ListWithMailMessages
List With Mail Messages for Andriod.
- 2013-11-06 14:46:42下载
- 积分:1
-
Android-File-Manager-master
android manager file applications
- 2013-11-06 18:24:47下载
- 积分:1
-
百度消息推送
用百度开放云实现Android消息推送机制
- 2014-10-10下载
- 积分:1
-
android-PushBox
android 推箱子源代码 益智游戏——推箱子(android pushbox)
- 2021-01-04 21:38:54下载
- 积分:1