-
app
掌握相册界面的开发,实现相册的立体与倒影效果(Grasp the development of album interface, realize the stereo and reflection effect of album)
- 2020-06-16 08:20:02下载
- 积分:1
-
android 身份证验证功能 示例源码下载
android 身份证验证功能 示例源码下载
- 2014-09-11下载
- 积分:1
-
Android刷新列表
在各种视图(View)中加入拉动刷新(上拉,下拉、左拉、右拉)功能。Demo中加入拉动刷新功能的View有:列表(ListView),网格(GridView),滑动视图(ScrollView),网页(WebView),分页视图(ViewPager)等等。
测试环境: [Code4A
- 2022-08-13 00:14:36下载
- 积分:1
-
watermarker_source(beporsam.ir)
说明: It is said to have a signature for watermark images, now the watermark can contain an image or letters,
- 2020-07-24 23:10:25下载
- 积分:1
-
android浏览器源码
基于开源架构的安卓浏览器源码,浏览速度,图片加载速度均有大幅度提升,可以方便的移植于多种安卓平台。欢迎广大朋友下载测试,提出宝贵的意见与建议
- 2022-02-10 05:12:57下载
- 积分: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
-
Android_classical_case
一本很好的Android 学习笔记说明,需要由一定的基础(Android study notes a good description)
- 2012-12-08 19:27:10下载
- 积分:1
-
android-under_1[1].5SDK_Compile_CH04
Android sdk 开发范例大全 第五章源码
- 2012-05-01 12:44:08下载
- 积分:1
-
AndroidPPgallery
Android++gallery实现屏幕选中放大的效果(Android++gallery Screen select zoom effect)
- 2012-09-06 14:09:05下载
- 积分:1
-
androidAPP源码---手机作为服务端实现WiFi通讯
资源描述手机端作为服务端进行监听,WiFi模块等作为客户端后与其连接后,可实现通讯。
- 2022-02-28 12:11:18下载
- 积分:1