-
CalendarDemo
Android下的一个行事历,读写和写入实例,导入即可使用,请需要的下载(Android read and write calendar event demo,need to download)
- 2014-06-18 14:18:33下载
- 积分:1
-
android 通过jdts.jar 连接SQLSEVER2008
android 通过jdts.jar 连接SQLSEVER2008 ,跳过jdbc,跳过webservice,轻松访问数据库。学习必备。
- 2022-10-06 23:00:03下载
- 积分:1
-
播放海康视频Demo
我把别人要积分下载的公开了,不要积分就能下载使用,觉得好用就好评下,我把别人要积分下载的公开了,不要积分就能下载使用,觉得好用就好评下,我把别人要积分下载的公开了,不要积分就能下载使用,觉得好用就好评下
- 2022-01-25 15:41:42下载
- 积分:1
-
spi编码器(3d图+参考程序+文档)
【实例简介】
- 2021-10-25 00:30:56下载
- 积分:1
-
发送和收到 sms 在安卓系统
你好有时我们想要发送短信或收到短信通过我们 android 的应用程序这是一个很好的来源
- 2022-02-20 22:46:59下载
- 积分:1
-
beg-android-4-master
说明: Source code for the book Beginning Android 4
Authors: Authors: Murphy, Mark, Allen, Grant
- 2019-06-12 04:07:20下载
- 积分:1
-
fdd
android的局域网聊天的android的局域网聊天的源代码源代码(LAN chat android' s source code)
- 2011-08-18 15:36:21下载
- 积分:1
-
RCGLZJ
android备忘录软件,非常好的例子,很适合初学者学习使用(Memorandum android software, a very good example, it is suitable for beginners to learn to use)
- 2013-11-02 22:15:32下载
- 积分: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高仿饿了吗
高仿饿了吗,侧滑,购物车,列表标签悬停效果,下拉刷新,欢迎初学小伙伴们下载
- 2023-06-25 04:00:05下载
- 积分:1