-
GG-android
这是GGLive的android版本,可以在手机上稳定使用,也是一个即时通(android gglive)
- 2016-12-10 12:47:34下载
- 积分:1
-
C++数据结构实现(入门级)
c 顺序表、链表、静态链表、队列、一元多项式、汉诺塔、火车调度问题、操作系统调度问题、背包问题、最大连续子列和问题、KMP算法、稀疏矩阵、广义表、并查集、无向图邻接表、有向图邻接表、Krusskal算法、Prim算法、最短路径Di…Data-Structure
- 2019-06-08下载
- 积分:1
-
12864
stc89c51+ds18b20+lcd12864,在液晶上显示温度曲线,并在同一界面实时数显温度值,用keil3以上版本(stc89c51+ds18b20+lcd12864,Displayed on the LCD temperature curve, and at the same interface and real-time display temperature, with above keil3 version)
- 2014-07-22 10:52:44下载
- 积分:1
-
android 仿html table布局,可横向 纵向滚动 例子
TeseTable
- 2015-06-16下载
- 积分:1
-
android 手势密码解锁 九宫格解锁实现源码下载
九宫格解锁实现,附完整源码
- 2013-07-21下载
- 积分:1
-
TweenAnimation
说明: 学习TweenAnimation动画让一张图片360度旋转(Learn TweenAnimation animation to make a picture rotate 360 degrees)
- 2020-06-11 08:48:26下载
- 积分:1
-
predictive-control
永磁同步电机的预测控制,需要的下载,做毕设,科研的朋友们可以看一下(Predictive control of permanent magnet synchronous motor, the need to download, so Albert located, scientific friends can look at)
- 2015-03-31 18:52:16下载
- 积分:1
-
android xUtils框架例子源码下载
android数据库操作、网络数据下载、批量下载网络图片例子
- 2015-06-13下载
- 积分:1
-
语音识别转文字实例源码(基于科大讯飞)
讯飞语音云语音听写学习Demo,可以实现简单的语音识别以及合成。将人说话的声音转化为文字,并且可以根据文字合成语音朗读出来。简单可用,方便移植。比官方Demo简化了很多。
- 2019-10-30下载
- 积分: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