-
CreatePulleyJoint
滑轮关节,Android开发精典案例源码,很好的参考资料。(The pulley joint, Android development of classical case of source code, a good reference.)
- 2013-11-12 00:14:46下载
- 积分:1
-
ProgressBarTest
进度条显示,可以改变进度条的显示样式。可以自定义图片为进度条的按钮样式。(Progress bar shows the progress bar can change the display style. You can customize the picture as the progress bar button style.)
- 2013-06-26 11:23:06下载
- 积分:1
-
指南针的示例
指南针是一个简单的应用程序,使用方便的高质量的图形。可以在你的室外活动-旅行、 郊游、 远足、 徒步旅行和划船的大部分期间使用指南针。
- 2023-08-09 12:40:07下载
- 积分:1
-
Android 加载HTML网页的内容并显示
Android 加载HTML网页的内容并显示,装载HTML内容,本例子加载了一个图书销售网站的内容,加载了多张图片,加载的内容在android代码里生成,webView.loadDataWithBaseURL("图书名", html, "text/html", "utf-8", null);
webView.getSettings().setJavaScriptEnabled(true);
webView.setWebChromeClient(new WebChromeClient());
- 2022-05-26 18:02:40下载
- 积分:1
-
ApiDemo
android ApiDemo 包含各种各样的用法(android ApiDemo)
- 2011-06-21 15:03:15下载
- 积分:1
-
android 裁剪图片,多功能2D绘图 例子
android 2d绘图例子
- 2014-09-18下载
- 积分:1
-
一款迷你计时器
小小的计时,源码开放,代码易懂,不仅让你的能够随时随地计时,还能够给你的开发带来帮助,占用cpu空间小,
- 2022-06-29 01:35:57下载
- 积分:1
-
ViewPager+Fragment基本使用
ViewPager+Fragment基本使用
- 2014-01-09下载
- 积分: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系统上层所有应用的源代码.rar
android系统上层所有应用的源代码.rar很好的学习android的应用实例
- 2023-06-27 22:15:10下载
- 积分:1