-
16货道售货机设备通信
完成16货道售货机出货及检测,可接NPN出货光栅,或者对射开关。性能稳定,可选232或者485通信。
- 2022-08-23 23:30:14下载
- 积分:1
-
l3g4200-89s52-1602
l3g4200 89s52 1602 显示出测得的三轴倾角(l3g4200 89s52 1602 three-axis shows the measured angle)
- 2013-04-10 22:04:13下载
- 积分:1
-
计算流体力学程序代码
主要针对计算流体力学中的基础问题进行C++和Fortran编程并对比(The basic problems in computational fluid dynamics are programmed by C++ and Fortran and compared.)
- 2020-12-23 13:59:06下载
- 积分:1
-
Calculo-Diferencial-e-Integral
Calcules for integral, in pdf
- 2013-09-16 20:42:27下载
- 积分: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
-
zhouyou
一个简单的马的周游问题,使用c语言编程,代码保证能运行~~(A simple question to travel around the horse, using c programming language, code guaranteed to run ~)
- 2014-11-29 00:01:24下载
- 积分:1
-
基于C_S的在线考试系统
应用背景这是C#程序写的在线考试系统,提供了客户端与服务端实现的代码。关键技术这次系统使用了数据库SQL server和xml,C#编程来实现。
- 2022-05-25 11:01:36下载
- 积分:1
-
dialdtmf_0_04_src
dtmf 拨号程序,Pocket PC ,vc 工程演示(dialDTMF a Pocket PC (Pocket Contact) plugin to dial telephone numbers using DTMF s (aka Dual Tone Multi-Frequency)
(tested under PPC2000 MIPS, PPC2000 ARM, PPC2002 ARM, Xscale WMPPC2003 and WM2003SE, WM5- if you want your processor supported either build the exe s yourself from CVS or email me and I may look into it). There is a listed of known working hardware in the FAQ.)
- 2009-07-13 11:22:05下载
- 积分:1
-
NandECC
Micron Technology
Nand ECC 纠错编码(Micron Technology
Nand ECC C Code)
- 2012-06-06 00:34:07下载
- 积分:1
-
Signal-generator
自己按照下载的信号发生器源程序编写调试,调试成功(Signal generator in accordance with their own source code download write debugging, debugging success)
- 2011-10-23 16:55:29下载
- 积分:1