-
jiaodiantu_v1.0
五个焦点滚动图合辑下载,个个设计唯美,实用简洁,有些使用了自定义的JS封装库,有些则使用了jQuery插件,有些带有图片标题说明,有些则没有,从实现方法来看,每一款都有自己的思路,为JavaScript学习者提供范例,为使得者提供方便。(Five focus scroll map compilation download, all design aesthetic, practical and concise, and some use a custom JS package library, while others use a jQuery plugin, some with pictures captions, some do not, the implementation point of view, each has its own ideas for JavaScript learners provide examples for the convenience of making those.)
- 2014-11-25 17:36:33下载
- 积分:1
-
Email_1[1].5
Android平台的邮件系统,功能很强大,是外国某团队开发的开源代码。(failed to translatefailed to translatefailed to translatefailed to translatefailed to translatefailed to translate)
- 2011-08-09 16:47:57下载
- 积分:1
-
me.maxwin XListView 刷新下拉 实例源码
me.maxwin XListView 刷新下拉 实例源码
- 2014-07-17下载
- 积分:1
-
1000多种java算法大全源码包
各种java算法源码集合,包括排序、查找、哈希等等算法。是深入了解算法相当不错的资料。
- 2022-01-22 02:18:33下载
- 积分:1
-
stsndardrange
用于测试Modbus通讯,工业软件的必备()
- 2018-01-13 16:22:10下载
- 积分: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
-
wk2124芯片spi转串口实例,可适配linux,stm32
【实例简介】
本实例是在stm32的平台上开发和调试的,上传的源代码是完整的工程代码,可以直接编译使用,wk2124可以在淘宝上购买,适合初学者,或者对此有兴趣爱好者
- 2021-07-30 00:31:13下载
- 积分:1
-
Android bmob im 演示
android bmob im 演示
1.发送消息
2.收到的邮件
3.一对一谈话
4.对很多人谈论的一个
- 2022-02-01 01:01:02下载
- 积分:1
-
离开管理系统
应用背景请假管理系统是专为叶应用由工作人员在他们的工作组织。这是设计基于人工系统的应用employees.after离开离开自动生成并显示剩余的叶子离开离开去了这个月。关键技术爪哇咖啡豆技术是用于设计这个休假管理系统。
- 2022-05-26 06:45:53下载
- 积分:1
-
插入排序算法
package Algorithm;
//2013.10.29
import java.util.Arrays;
public class InsertionSort {
public static void insert(int[] a){
for(int n=1;n
- 2023-03-04 11:20:04下载
- 积分:1