登录

最新会员 最新下载

成为了本站VIP会员

今天11:07

成为了本站VIP会员

03月28日 19:36

成为了本站VIP会员

03月28日 16:04

成为了本站VIP会员

03月27日 21:54

成为了本站VIP会员

03月27日 17:03

成为了本站VIP会员

03月27日 12:17
已选条件
  1. 编程语言:C++
  2. 代码类别:android
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Solar MPPT light:PIC16F1509运用的一个MPPT例子

Solar MPPT light:PIC16F1509运用的一个MPPT例子 这是一个PIC16F1509运用的一个MPPT例子 采用c写的程序,总体可以运用,需要根据自己的需求再修改

2
下载
84
浏览
2022-01-19发布

2. fluent 模拟激光铺粉PBF熔覆过程 udf

fluent 模拟激光铺粉PBF熔覆过程 udf  含有热源加载及铺粉函数

3
下载
121
浏览
2022-01-09发布

7. pid智能小车

利用pid调节pwm输出,使轮速稳定

1
下载
74
浏览
2021-11-21发布

13. 基于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(); } }

3
下载
131
浏览
2021-10-16发布