-
Droplet
液滴在壁面上流动的程序 可以用 tecplot画图 效果很好(The flow of the liquid drop on the wall of the program can be used to draw the effect of Tecplot is very good)
- 2015-09-15 09:09:08下载
- 积分:1
-
conicoidconicoid
说明: 这篇文章是关于标准空间二次曲面拟合的研究,对于齿轮研究者有很好的参考价值,希望大家喜欢(This article is about the standard space quadric fitting studies, researchers for the gear have a good reference value, I hope you like)
- 2008-11-22 17:34:54下载
- 积分: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
-
Para.-Est.-and-Inv.-Problems
这是一本关于地球物理反演方法的经典著作《Parameter Estimation and Inverse Problems》,学地球物理的可以看看。(this book is for geophysics inverse problem base study. worth reading if you are a student of geophysics.)
- 2013-08-28 11:21:33下载
- 积分:1
-
costas
QPSK调制解调程序,COSTA环,学习通信编程的好代码(QPSK modulation and demodulation process, COSTA ring, learning good communication programming code)
- 2020-07-01 06:40:02下载
- 积分:1
-
ClipboardChangedControl
说明: 剪贴板监控,监控应用程序的剪贴板操作,会对剪贴板内的变化做出响应(clipboard monitoring and control applications in the clipboard operations, the clipboard will respond to changes)
- 2006-02-17 10:27:03下载
- 积分:1
-
ZH03B激光粉尘传感器(PM2.5传感器)-炜盛科技
ZH03B激光粉尘传感器(PM2.5传感器)-炜盛科技(ZH03B Laser Dust Sensor (PM2.5 Sensor) - Weisheng Technology)
- 2020-06-20 20:20:02下载
- 积分:1
-
裸机_测温+串口与无线打印
说明: 使用CC2530读取SHT20传感器的温湿度数据并发送或串口打印(This program get temperature and humidity data by SHT20 and send data though cc2530 with wireless or usart.)
- 2020-06-20 07:40:01下载
- 积分:1
-
谱减法
谱减法滤波,最基础的代码,就是带噪语音信号减去噪声普,然后加上相位,就形成纯净的语音信号,用c语言实现
- 2022-04-22 19:12:34下载
- 积分:1
-
是一个个人资料管理的例程,将个人的一些简单资料输入便可管理
是一个个人资料管理的例程,将个人的一些简单资料输入便可管理-is a personal information management routines, some simple personal information management can be imported
- 2022-05-04 22:37:32下载
- 积分:1