-
011 简易交通灯的设计
说明: 基于51单片机的简易交通灯的设计,能够实现简易交通灯功能。(Design of Simple Traffic Light Based on 51 Single Chip Microcomputer)
- 2019-05-10 15:55:33下载
- 积分:1
-
stm32 定时器主从控制 PWM个数
stm32 利用定时器主从模式产生 PWM波,并精确控制产生的PWM个数,控制步进电机
- 2022-01-21 23:20:32下载
- 积分:1
-
从问题到程序-C语言引论
最详细的C语言入门书从问题到解答
- 2022-01-26 00:49:10下载
- 积分:1
-
OpenPCD-2-RFID-Reader-for-13.56MHz
国外的一个13.56MHz的开源读写器项目,包括电路图和源码,可以直接使用,欢迎参考(13.56M Open Source Code for RFID.)
- 2020-12-30 13:39:00下载
- 积分:1
-
project2
一列火车要将n节车厢分别送往n个车站车站按1~n的次序编号,火车按照n, n-1,…, 1的编号次序经过车站。假设车厢的编号就是其目的地车站的编号。
(A train to n cars n stations were sent to stations by 1 ~ n the order of numbers, the train in accordance with n, n-1, ..., 1 after the station number sequence. Suppose car number is its destination station number.)
- 2009-12-21 20:15:00下载
- 积分:1
-
KTL
说明: 从专业设备上读取数据图像,并对其进行分析的代码。(from professional equipment to read data from images and analysis of its code.)
- 2005-09-17 11:17:51下载
- 积分:1
-
shengyazhuanhuan
用于进行声压转换的matlab文件,声压数据来源于ansys软件的计算后导出来的。(Used for sound pressure to convert matlab file, sound pressure data from the calculation software ansys guide out.)
- 2013-09-26 09:10:30下载
- 积分:1
-
EDA365_Skill2.4_Setup
说明: EDA365的软件分享给大家,拿走不谢!(Eda365 software to share with you, take no thanks!)
- 2020-07-02 10:29:12下载
- 积分:1
-
ADC模数转换
#include "stm32f4xx.h"
#include "./usart/bsp_debug_usart.h"
#include "./adc/bsp_adc.h"
// ADC转换的电压值通过MDA方式传到SRAM
__IO uint16_t ADC_ConvertedValue;
// 局部变量,用于保存转换计算后的电压值
float ADC_Vol;
static void Delay(__IO uint32_t nCount) //简单的延时函数
{
for(; nCount != 0; nCount--);
}
/**
* @brief 主函数
* @param 无
* @retval 无
*/
int main(void)
- 2022-09-27 00:00:05下载
- 积分:1
-
SeriesPort
说明: 通过CreatFile SetupComm GetCommStat等API函数来创建一个串口传输程序(CreatFile SetupComm GetCommStat such as through the API function to create a serial transfer procedure)
- 2008-10-08 22:44:29下载
- 积分:1