-
BreakIterator
Break Iterator Source Code for Andriod.
- 2013-11-18 22:21:22下载
- 积分:1
-
Android-API-
android API chm文档,希望对大家有帮助。
里面邮箱系的说明,更主要的是他是中文版的哦(The Android API chm document, we want to help. Inside the mailbox Department, the main thing is that he is a Chinese version of Oh)
- 2013-04-22 14:06:36下载
- 积分:1
-
android
说明: 使用Eclipse和java语言实现Android物联网开发(Implementation of Android Internet of Things Development with Eclipse and Java Languag)
- 2019-06-18 09:17:19下载
- 积分:1
-
DefaultSSLContextImpl
Support class this package for Andriod.
- 2013-10-21 16:26:33下载
- 积分: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
-
cjzd
关于与计算机超级终端通讯的小程序.(RS232)(HyperTerminal on the computer applet communication. (RS232))
- 2007-11-22 08:37:12下载
- 积分:1
-
android实时视频录制并上传至服务器源码,可做远程监控,含android客户机以及服务器端代码(已测试通过)
开发环境为Windows XP java 1.6 Eclipse3.4.2Android版本为1.5手机测试平台为HTC Hero AndroidVideo为手机端的源代码AndroidVideoPC为PC端的源代码
- 2013-02-07下载
- 积分:1
-
Android_Homework2_peter
此源码为android下一个关于相关控件的例子,适合初学者学习(this is a source about android which is fitable to the beginner)
- 2011-12-05 10:18:30下载
- 积分:1
-
android中ListView控件 通过onItemClick点击事件传递参数源码
通过点击listview的item 传递参数 示例
- 2014-04-12下载
- 积分:1
-
display_driver
SSD1963 is a display controller of 1215K byte frame buffer to support up to 864 x 480 x 24bit graphics
content. It also equips parallel MCU interfaces in different bus width to receive graphics data and command
from MCU. Its display interface supports common RAM-less LCD driver of color depth up to 24 bit-perpixel.
- 2012-09-15 11:55:47下载
- 积分:1